ValueArtifactContent¶
-
class
oci.devops.models.
ValueArtifactContent
(**kwargs)¶ Bases:
object
Defines of a Value Artifact Content
Methods
__init__
(**kwargs)Initializes a new ValueArtifactContent object with values from keyword arguments. Attributes
name
[Required] Gets the name of this ValueArtifactContent. value
[Required] Gets the value of this ValueArtifactContent. -
__init__
(**kwargs)¶ Initializes a new ValueArtifactContent 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 ValueArtifactContent.
- value (str) – The value to assign to the value property of this ValueArtifactContent.
-
name
¶ [Required] Gets the name of this ValueArtifactContent. Name of the parameter (case-sensitive).
Returns: The name of this ValueArtifactContent. Return type: str
-
value
¶ [Required] Gets the value of this ValueArtifactContent. Value of the parameter.
Returns: The value of this ValueArtifactContent. Return type: str
-