Class UniquePropertySet
List of properties.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class UniquePropertySet
Properties
Properties
Declaration
[Required(ErrorMessage = "Properties is required.")]
[JsonProperty(PropertyName = "properties")]
public List<string> Properties { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of properties. |
Remarks
Required