SupportDocSummary¶
-
class
oci.marketplace_publisher.models.
SupportDocSummary
(**kwargs)¶ Bases:
object
The model for the supportDoc metadata.
Methods
__init__
(**kwargs)Initializes a new SupportDocSummary object with values from keyword arguments. Attributes
code
[Required] Gets the code of this SupportDocSummary. lifecycle_state
[Required] Gets the lifecycle_state of this SupportDocSummary. name
[Required] Gets the name of this SupportDocSummary. support_doc_group
[Required] Gets the support_doc_group of this SupportDocSummary. time_created
[Required] Gets the time_created of this SupportDocSummary. time_updated
[Required] Gets the time_updated of this SupportDocSummary. -
__init__
(**kwargs)¶ Initializes a new SupportDocSummary 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 SupportDocSummary.
- code (str) – The value to assign to the code property of this SupportDocSummary.
- support_doc_group (str) – The value to assign to the support_doc_group property of this SupportDocSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this SupportDocSummary.
- time_created (datetime) – The value to assign to the time_created property of this SupportDocSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this SupportDocSummary.
-
code
¶ [Required] Gets the code of this SupportDocSummary. The code for the supportDoc.
Returns: The code of this SupportDocSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this SupportDocSummary. The current state for the supportDoc.
Returns: The lifecycle_state of this SupportDocSummary. Return type: str
-
name
¶ [Required] Gets the name of this SupportDocSummary. The name for the supportDoc.
Returns: The name of this SupportDocSummary. Return type: str
-
support_doc_group
¶ [Required] Gets the support_doc_group of this SupportDocSummary. The supportDoc group for the supportDoc.
Returns: The support_doc_group of this SupportDocSummary. Return type: str
-