GenericArtifact¶
-
class
oci.fleet_apps_management.models.
GenericArtifact
(**kwargs)¶ Bases:
object
Patch artifact metadata Details which is common for all platforms.
Methods
__init__
(**kwargs)Initializes a new GenericArtifact object with values from keyword arguments. Attributes
content
[Required] Gets the content of this GenericArtifact. -
__init__
(**kwargs)¶ Initializes a new GenericArtifact object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: content (oci.fleet_apps_management.models.ContentDetails) – The value to assign to the content property of this GenericArtifact.
-
content
¶ [Required] Gets the content of this GenericArtifact.
Returns: The content of this GenericArtifact. Return type: oci.fleet_apps_management.models.ContentDetails
-