Class GoogleCloudApihubV1DependencyErrorDetail
Details describing error condition of a dependency.
Implements
Inherited Members
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 |