Class CheckConsumerConfigResponse
Response for CheckConsumerConfig.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class CheckConsumerConfigResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Errors
List of validation errors. If the list is empty, the consumer config is valid.
Declaration
[JsonProperty("errors")]
public virtual IList<string> Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |