Class CreateFleetPropertyDetails
The information about new Property to manage fleet metadata details.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CreateFleetPropertyDetails
Properties
PropertyId
Declaration
[Required(ErrorMessage = "PropertyId is required.")]
[JsonProperty(PropertyName = "propertyId")]
public string PropertyId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID referring to global level metadata property. |
Remarks
Required
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | Value of the Property. |
Remarks
Required