Show / Hide Table of Contents

Class ResourceUpdate.ErrorData

Output only. If errors are generated during update of the resource, this field will be populated.

Inheritance
object
ResourceUpdate.ErrorData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.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>
In this article
Back to top Generated by DocFX