CustomerTag¶
-
class
oci.cloud_bridge.models.
CustomerTag
(**kwargs)¶ Bases:
object
The customer defined tags.
Methods
__init__
(**kwargs)Initializes a new CustomerTag object with values from keyword arguments. Attributes
description
Gets the description of this CustomerTag. name
Gets the name of this CustomerTag. -
__init__
(**kwargs)¶ Initializes a new CustomerTag object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this CustomerTag.
- description (str) – The value to assign to the description property of this CustomerTag.
-
description
¶ Gets the description of this CustomerTag. The tag description.
Returns: The description of this CustomerTag. Return type: str
-
name
¶ Gets the name of this CustomerTag. The tag name.
Returns: The name of this CustomerTag. Return type: str
-