MarketingBrandSummary¶
-
class
oci.fusion_apps.models.MarketingBrandSummary(**kwargs)¶ Bases:
objectmarketing brand details for fusion environment
Methods
__init__(**kwargs)Initializes a new MarketingBrandSummary object with values from keyword arguments. Attributes
defined_tags[Required] Gets the defined_tags of this MarketingBrandSummary. freeform_tags[Required] Gets the freeform_tags of this MarketingBrandSummary. fusion_environment_id[Required] Gets the fusion_environment_id of this MarketingBrandSummary. id[Required] Gets the id of this MarketingBrandSummary. lifecycle_detailsGets the lifecycle_details of this MarketingBrandSummary. lifecycle_state[Required] Gets the lifecycle_state of this MarketingBrandSummary. name[Required] Gets the name of this MarketingBrandSummary. system_tags[Required] Gets the system_tags of this MarketingBrandSummary. time_createdGets the time_created of this MarketingBrandSummary. -
__init__(**kwargs)¶ Initializes a new MarketingBrandSummary 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 MarketingBrandSummary.
- name (str) – The value to assign to the name property of this MarketingBrandSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MarketingBrandSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this MarketingBrandSummary.
- fusion_environment_id (str) – The value to assign to the fusion_environment_id property of this MarketingBrandSummary.
- time_created (datetime) – The value to assign to the time_created property of this MarketingBrandSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MarketingBrandSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MarketingBrandSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MarketingBrandSummary.
[Required] Gets the defined_tags of this MarketingBrandSummary. 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 MarketingBrandSummary. Return type: dict(str, dict(str, object))
[Required] Gets the freeform_tags of this MarketingBrandSummary. 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 MarketingBrandSummary. Return type: dict(str, str)
-
fusion_environment_id¶ [Required] Gets the fusion_environment_id of this MarketingBrandSummary. fusion environment id
Returns: The fusion_environment_id of this MarketingBrandSummary. Return type: str
-
id¶ [Required] Gets the id of this MarketingBrandSummary. The unique identifier (OCID) of marketing brand. Can’t be changed after creation.
Returns: The id of this MarketingBrandSummary. Return type: str
-
lifecycle_details¶ Gets the lifecycle_details of this MarketingBrandSummary. Intermediate state for Marketing Brand
Returns: The lifecycle_details of this MarketingBrandSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this MarketingBrandSummary. lifecycle state of marketing brand
Returns: The lifecycle_state of this MarketingBrandSummary. Return type: str
-
name¶ [Required] Gets the name of this MarketingBrandSummary. marketing brand name for fusion environment
Returns: The name of this MarketingBrandSummary. Return type: str
[Required] Gets the system_tags of this MarketingBrandSummary. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
Returns: The system_tags of this MarketingBrandSummary. Return type: dict(str, dict(str, object))
-
time_created¶ Gets the time_created of this MarketingBrandSummary. The time the Marketing Brand was created. An RFC3339 formatted datetime string
Returns: The time_created of this MarketingBrandSummary. Return type: datetime
-