Class ResourceTagEnablementInfo
Resource tag enablement Information.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class ResourceTagEnablementInfo
Properties
IsTaggingPossible
Declaration
[Required(ErrorMessage = "IsTaggingPossible is required.")]
[JsonProperty(PropertyName = "isTaggingPossible")]
public bool? IsTaggingPossible { get; set; }
Property Value
Type | Description |
---|---|
bool? | A value that represents if the resource can be tagged with a Fleet name. |
Remarks
Required
ResourceId
Declaration
[Required(ErrorMessage = "ResourceId is required.")]
[JsonProperty(PropertyName = "resourceId")]
public string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the resource. |
Remarks
Required