Class ResourceUpdate.ErrorData
Output only. If errors are generated during update of the resource, this field will be populated.
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2.Data
Assembly: Google.Apis.DeploymentManager.v2.dll
Syntax
public class ResourceUpdate.ErrorData
Properties
Errors
[Output Only] The array of errors encountered while processing this operation.
Declaration
[JsonProperty("errors")]
public virtual IList<ResourceUpdate.ErrorData.ErrorsData> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<ResourceUpdate.ErrorData.ErrorsData> |