Show / Hide Table of Contents

Class ResourceTagCheckDetails

Request to check resource tagging.

Inheritance
object
ResourceTagCheckDetails
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 ResourceTagCheckDetails

Properties

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

In this article
Back to top