Show / Hide Table of Contents

Class CreateFleetPropertyDetails

The information about new Property to manage fleet metadata details.

Inheritance
object
CreateFleetPropertyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top