Class UpdateTenancyAttachmentDetails
The data to update a TenancyAttachment.
Inherited Members
Namespace: Oci.ResourceanalyticsService.Models
Assembly: OCI.DotNetSDK.Resourceanalytics.dll
Syntax
public class UpdateTenancyAttachmentDetails
Properties
Description
Declaration
[Required(ErrorMessage = "Description is required.")]
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | A description of the tenancy. |
Remarks
Required