Class BulkUnpinStatus
Response of a bulk attribute unpin operation.
Inherited Members
Namespace: Oci.ApmtracesService.Models
Assembly: OCI.DotNetSDK.Apmtraces.dll
Syntax
public class BulkUnpinStatus
Properties
AttributeStatuses
Declaration
[Required(ErrorMessage = "AttributeStatuses is required.")]
[JsonProperty(PropertyName = "attributeStatuses")]
public List<AttributeUnpinResponse> AttributeStatuses { get; set; }
Property Value
Type | Description |
---|---|
List<AttributeUnpinResponse> | We preserve the order of the attribute items from the bulk unpin request in this collection. The ith object in this collection represents the bulk unpin operation status of the ith object in the BulkUnpinAttributeDetails object in the Bulk unpin request. If the bulk unpin operation results in a processing error or a validation error, the operationStatus property in the BulkUnpinMetadata object will contain the appropriate bulk error status for the bulk operation. |
Remarks
Required
BulkUnpinMetadata
Declaration
[Required(ErrorMessage = "BulkUnpinMetadata is required.")]
[JsonProperty(PropertyName = "bulkUnpinMetadata")]
public BulkUnpinMetadata BulkUnpinMetadata { get; set; }
Property Value
Type | Description |
---|---|
BulkUnpinMetadata |
Remarks
Required