Class ResourceTagCheckDetails
Request to check resource tagging.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ResourceTagCheckDetailsProperties
TagEnablementInfo
Declaration
[Required(ErrorMessage = "TagEnablementInfo is required.")]
[JsonProperty(PropertyName = "tagEnablementInfo")]
public List<ResourceTagEnablementInfo> TagEnablementInfo { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ResourceTagEnablementInfo> | Tag enablement Information for the resources. | 
Remarks
Required