Class InterconnectsGetDiagnosticsResponse
Response for the InterconnectsGetDiagnosticsRequest.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InterconnectsGetDiagnosticsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Result
Declaration
[JsonProperty("result")]
public virtual InterconnectDiagnostics Result { get; set; }
Property Value
Type | Description |
---|---|
InterconnectDiagnostics |