UpdatePublicationDetails¶
-
class
oci.marketplace.models.
UpdatePublicationDetails
(**kwargs)¶ Bases:
object
The model for the parameters needed to update a publication.
Methods
__init__
(**kwargs)Initializes a new UpdatePublicationDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdatePublicationDetails. freeform_tags
Gets the freeform_tags of this UpdatePublicationDetails. long_description
Gets the long_description of this UpdatePublicationDetails. name
Gets the name of this UpdatePublicationDetails. short_description
Gets the short_description of this UpdatePublicationDetails. support_contacts
Gets the support_contacts of this UpdatePublicationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdatePublicationDetails 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 UpdatePublicationDetails.
- short_description (str) – The value to assign to the short_description property of this UpdatePublicationDetails.
- long_description (str) – The value to assign to the long_description property of this UpdatePublicationDetails.
- support_contacts (list[oci.marketplace.models.SupportContact]) – The value to assign to the support_contacts property of this UpdatePublicationDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdatePublicationDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdatePublicationDetails.
Gets the defined_tags of this UpdatePublicationDetails. The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdatePublicationDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdatePublicationDetails. The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdatePublicationDetails. Return type: dict(str, str)
-
long_description
¶ Gets the long_description of this UpdatePublicationDetails. A long description of the publication to use in the listing.
Returns: The long_description of this UpdatePublicationDetails. Return type: str
-
name
¶ Gets the name of this UpdatePublicationDetails. The name of the publication, which is also used in the listing.
Returns: The name of this UpdatePublicationDetails. Return type: str
-
short_description
¶ Gets the short_description of this UpdatePublicationDetails. A short description of the publication to use in the listing.
Returns: The short_description of this UpdatePublicationDetails. Return type: str
-
support_contacts
¶ Gets the support_contacts of this UpdatePublicationDetails. Contact information for getting support from the publisher for the listing.
Returns: The support_contacts of this UpdatePublicationDetails. Return type: list[oci.marketplace.models.SupportContact]
-