VersionDetails¶
-
class
oci.marketplace_publisher.models.
VersionDetails
(**kwargs)¶ Bases:
object
A listing version provided by the Publisher.
Methods
__init__
(**kwargs)Initializes a new VersionDetails object with values from keyword arguments. Attributes
description
[Required] Gets the description of this VersionDetails. number
[Required] Gets the number of this VersionDetails. release_date
[Required] Gets the release_date of this VersionDetails. -
__init__
(**kwargs)¶ Initializes a new VersionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - number (str) – The value to assign to the number property of this VersionDetails.
- description (str) – The value to assign to the description property of this VersionDetails.
- release_date (str) – The value to assign to the release_date property of this VersionDetails.
-
description
¶ [Required] Gets the description of this VersionDetails. The version description.
Returns: The description of this VersionDetails. Return type: str
-
number
¶ [Required] Gets the number of this VersionDetails. The version number.
Returns: The number of this VersionDetails. Return type: str
-
release_date
¶ [Required] Gets the release_date of this VersionDetails. The version release date.
Returns: The release_date of this VersionDetails. Return type: str
-