SupportDoc

class oci.marketplace_publisher.models.SupportDoc(**kwargs)

Bases: object

The model for the supportDoc details.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a SupportDoc.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a SupportDoc.
code [Required] Gets the code of this SupportDoc.
content_url Gets the content_url of this SupportDoc.
description Gets the description of this SupportDoc.
file_name Gets the file_name of this SupportDoc.
lifecycle_state [Required] Gets the lifecycle_state of this SupportDoc.
mime_type Gets the mime_type of this SupportDoc.
name [Required] Gets the name of this SupportDoc.
support_doc_group [Required] Gets the support_doc_group of this SupportDoc.
time_created [Required] Gets the time_created of this SupportDoc.
time_updated [Required] Gets the time_updated of this SupportDoc.

Methods

__init__(**kwargs) Initializes a new SupportDoc object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a SupportDoc. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a SupportDoc. This constant has a value of “INACTIVE”

__init__(**kwargs)

Initializes a new SupportDoc 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 SupportDoc.
  • code (str) – The value to assign to the code property of this SupportDoc.
  • support_doc_group (str) – The value to assign to the support_doc_group property of this SupportDoc.
  • description (str) – The value to assign to the description property of this SupportDoc.
  • content_url (str) – The value to assign to the content_url property of this SupportDoc.
  • mime_type (str) – The value to assign to the mime_type property of this SupportDoc.
  • file_name (str) – The value to assign to the file_name property of this SupportDoc.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this SupportDoc. Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this SupportDoc.
  • time_updated (datetime) – The value to assign to the time_updated property of this SupportDoc.
code

[Required] Gets the code of this SupportDoc. The code for the supportDoc.

Returns:The code of this SupportDoc.
Return type:str
content_url

Gets the content_url of this SupportDoc. The URL of the specified attachment.

Returns:The content_url of this SupportDoc.
Return type:str
description

Gets the description of this SupportDoc. The description of the supportDoc.

Returns:The description of this SupportDoc.
Return type:str
file_name

Gets the file_name of this SupportDoc. The file name of the attachment.

Returns:The file_name of this SupportDoc.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this SupportDoc. The current state for the supportDoc.

Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this SupportDoc.
Return type:str
mime_type

Gets the mime_type of this SupportDoc. The MIME type of the attachment.

Returns:The mime_type of this SupportDoc.
Return type:str
name

[Required] Gets the name of this SupportDoc. The name for the supportDoc.

Returns:The name of this SupportDoc.
Return type:str
support_doc_group

[Required] Gets the support_doc_group of this SupportDoc. The supportDoc group for the supportDoc.

Returns:The support_doc_group of this SupportDoc.
Return type:str
time_created

[Required] Gets the time_created of this SupportDoc. The date and time the supportDoc was created, in the format defined by RFC3339.

Example: 2022-09-15T21:10:29.600Z

Returns:The time_created of this SupportDoc.
Return type:datetime
time_updated

[Required] Gets the time_updated of this SupportDoc. The date and time the supportDoc was updated, in the format defined by RFC3339.

Example: 2022-09-15T21:10:29.600Z

Returns:The time_updated of this SupportDoc.
Return type:datetime