CostTrackingTag

class oci.identity_data_plane.models.CostTrackingTag(**kwargs)

Bases: object

CostTrackingTag model.

Methods

__init__(**kwargs) Initializes a new CostTrackingTag object with values from keyword arguments.

Attributes

tag_definition_id [Required] Gets the tag_definition_id of this CostTrackingTag.
tag_definition_name [Required] Gets the tag_definition_name of this CostTrackingTag.
tag_namespace_id [Required] Gets the tag_namespace_id of this CostTrackingTag.
tag_namespace_name [Required] Gets the tag_namespace_name of this CostTrackingTag.
__init__(**kwargs)

Initializes a new CostTrackingTag object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • tag_namespace_id (str) – The value to assign to the tag_namespace_id property of this CostTrackingTag.
  • tag_namespace_name (str) – The value to assign to the tag_namespace_name property of this CostTrackingTag.
  • tag_definition_id (str) – The value to assign to the tag_definition_id property of this CostTrackingTag.
  • tag_definition_name (str) – The value to assign to the tag_definition_name property of this CostTrackingTag.
tag_definition_id

[Required] Gets the tag_definition_id of this CostTrackingTag. The tag definition id.

Returns:The tag_definition_id of this CostTrackingTag.
Return type:str
tag_definition_name

[Required] Gets the tag_definition_name of this CostTrackingTag. The tag definition name.

Returns:The tag_definition_name of this CostTrackingTag.
Return type:str
tag_namespace_id

[Required] Gets the tag_namespace_id of this CostTrackingTag. The tag namespace id.

Returns:The tag_namespace_id of this CostTrackingTag.
Return type:str
tag_namespace_name

[Required] Gets the tag_namespace_name of this CostTrackingTag. The tag namespace name.

Returns:The tag_namespace_name of this CostTrackingTag.
Return type:str