Class LicenseAutoAssignConfigSummary
Summary of a LICENSE_AUTO_ASSIGN configuration.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class LicenseAutoAssignConfigSummary : ConfigSummaryProperties
License
Declaration
[Required(ErrorMessage = "License is required.")]
[JsonProperty(PropertyName = "license")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LicenseType? License { get; set; }Property Value
| Type | Description | 
|---|---|
| LicenseType? | License edition. | 
Remarks
Required