Show / Hide Table of Contents

Class GoogleCloudApihubV1DependencyErrorDetail

Details describing error condition of a dependency.

Inheritance
object
GoogleCloudApihubV1DependencyErrorDetail
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1DependencyErrorDetail : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Error

Optional. Error in the dependency.

Declaration
[JsonProperty("error")]
public virtual string Error { get; set; }
Property Value
Type Description
string

ErrorTime

object representation of ErrorTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ErrorTimeDateTimeOffset instead.")]
public virtual object ErrorTime { get; set; }
Property Value
Type Description
object

ErrorTimeDateTimeOffset

DateTimeOffset representation of ErrorTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ErrorTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ErrorTimeRaw

Optional. Timestamp at which the error was found.

Declaration
[JsonProperty("errorTime")]
public virtual string ErrorTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX