TargetPropertySummary¶
-
class
oci.fleet_apps_management.models.TargetPropertySummary(**kwargs)¶ Bases:
objectSummary information about an target property.
Methods
__init__(**kwargs)Initializes a new TargetPropertySummary object with values from keyword arguments. Attributes
name[Required] Gets the name of this TargetPropertySummary. value[Required] Gets the value of this TargetPropertySummary. -
__init__(**kwargs)¶ Initializes a new TargetPropertySummary 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 TargetPropertySummary.
- value (str) – The value to assign to the value property of this TargetPropertySummary.
-
name¶ [Required] Gets the name of this TargetPropertySummary. Name of the property
Returns: The name of this TargetPropertySummary. Return type: str
-
value¶ [Required] Gets the value of this TargetPropertySummary. Value of the property
Returns: The value of this TargetPropertySummary. Return type: str
-