TranslatorCollection¶
-
class
oci.oda.models.
TranslatorCollection
(**kwargs)¶ Bases:
object
A collection of Translator summaries.
Methods
__init__
(**kwargs)Initializes a new TranslatorCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TranslatorCollection. -
__init__
(**kwargs)¶ Initializes a new TranslatorCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.oda.models.TranslatorSummary]) – The value to assign to the items property of this TranslatorCollection.
-
items
¶ [Required] Gets the items of this TranslatorCollection. The Translator summaries.
Returns: The items of this TranslatorCollection. Return type: list[oci.oda.models.TranslatorSummary]
-