Show / Hide Table of Contents

Class QueuedResourceStatusFailedData.ErrorData

Inheritance
object
QueuedResourceStatusFailedData.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.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>
In this article
Back to top Generated by DocFX