TargetTags¶
-
class
oci.optimizer.models.TargetTags(**kwargs)¶ Bases:
objectOptional. The tags specified in the profile override for a recommendation.
Methods
__init__(**kwargs)Initializes a new TargetTags object with values from keyword arguments. Attributes
items[Required] Gets the items of this TargetTags. -
__init__(**kwargs)¶ Initializes a new TargetTags object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.optimizer.models.TargetTag]) – The value to assign to the items property of this TargetTags.
-
items¶ [Required] Gets the items of this TargetTags. The list of tags specified in the current profile override.
Returns: The items of this TargetTags. Return type: list[oci.optimizer.models.TargetTag]
-