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