TermVersionSummary¶
-
class
oci.marketplace_publisher.models.
TermVersionSummary
(**kwargs)¶ Bases:
object
The model for the term version summary.
Methods
__init__
(**kwargs)Initializes a new TermVersionSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this TermVersionSummary. defined_tags
Gets the defined_tags of this TermVersionSummary. display_name
[Required] Gets the display_name of this TermVersionSummary. freeform_tags
Gets the freeform_tags of this TermVersionSummary. id
[Required] Gets the id of this TermVersionSummary. lifecycle_state
[Required] Gets the lifecycle_state of this TermVersionSummary. status
[Required] Gets the status of this TermVersionSummary. system_tags
Gets the system_tags of this TermVersionSummary. time_created
[Required] Gets the time_created of this TermVersionSummary. time_updated
[Required] Gets the time_updated of this TermVersionSummary. -
__init__
(**kwargs)¶ Initializes a new TermVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this TermVersionSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this TermVersionSummary.
- display_name (str) – The value to assign to the display_name property of this TermVersionSummary.
- status (str) – The value to assign to the status property of this TermVersionSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this TermVersionSummary.
- time_created (datetime) – The value to assign to the time_created property of this TermVersionSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this TermVersionSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this TermVersionSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this TermVersionSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this TermVersionSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this TermVersionSummary. The unique identifier for the compartment.
Returns: The compartment_id of this TermVersionSummary. Return type: str
Gets the defined_tags of this TermVersionSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this TermVersionSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this TermVersionSummary. The name for the term version.
Returns: The display_name of this TermVersionSummary. Return type: str
Gets the freeform_tags of this TermVersionSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this TermVersionSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this TermVersionSummary. Unique OCID identifier for the term version.
Returns: The id of this TermVersionSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this TermVersionSummary. The current state for the Term version.
Returns: The lifecycle_state of this TermVersionSummary. Return type: str
-
status
¶ [Required] Gets the status of this TermVersionSummary. The current status for the term version.
Returns: The status of this TermVersionSummary. Return type: str
Gets the system_tags of this TermVersionSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this TermVersionSummary. Return type: dict(str, dict(str, object))
-