Class QueuedResourceStatusFailedData.ErrorData
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class QueuedResourceStatusFailedData.ErrorData
Properties
Errors
[Output Only] The array of errors encountered while processing this operation.
Declaration
[JsonProperty("errors")]
public virtual IList<QueuedResourceStatusFailedData.ErrorData.ErrorsData> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<QueuedResourceStatusFailedData.ErrorData.ErrorsData> |