UpdateCatalogItemDetails

class oci.fleet_apps_management.models.UpdateCatalogItemDetails(**kwargs)

Bases: object

The data to update a CatalogItem.

Methods

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

Attributes

defined_tags Gets the defined_tags of this UpdateCatalogItemDetails.
description Gets the description of this UpdateCatalogItemDetails.
display_name Gets the display_name of this UpdateCatalogItemDetails.
freeform_tags Gets the freeform_tags of this UpdateCatalogItemDetails.
short_description Gets the short_description of this UpdateCatalogItemDetails.
version_description Gets the version_description of this UpdateCatalogItemDetails.
__init__(**kwargs)

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

Parameters:
  • description (str) – The value to assign to the description property of this UpdateCatalogItemDetails.
  • version_description (str) – The value to assign to the version_description property of this UpdateCatalogItemDetails.
  • short_description (str) – The value to assign to the short_description property of this UpdateCatalogItemDetails.
  • display_name (str) – The value to assign to the display_name property of this UpdateCatalogItemDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateCatalogItemDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateCatalogItemDetails.
defined_tags

Gets the defined_tags of this UpdateCatalogItemDetails. 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 UpdateCatalogItemDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateCatalogItemDetails. The description of the CatalogItem.

Returns:The description of this UpdateCatalogItemDetails.
Return type:str
display_name

Gets the display_name of this UpdateCatalogItemDetails. The CatalogItem name.

Returns:The display_name of this UpdateCatalogItemDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateCatalogItemDetails. 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 UpdateCatalogItemDetails.
Return type:dict(str, str)
short_description

Gets the short_description of this UpdateCatalogItemDetails. Short description about the catalog item.

Returns:The short_description of this UpdateCatalogItemDetails.
Return type:str
version_description

Gets the version_description of this UpdateCatalogItemDetails. Version description about the catalog item.

Returns:The version_description of this UpdateCatalogItemDetails.
Return type:str