Class ImportConsumerOverridesResponse
Response message for ImportConsumerOverrides
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage.v1beta1.Data
Assembly: Google.Apis.ServiceUsage.v1beta1.dll
Syntax
public class ImportConsumerOverridesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Overrides
The overrides that were created from the imported data.
Declaration
[JsonProperty("overrides")]
public virtual IList<QuotaOverride> Overrides { get; set; }
Property Value
Type | Description |
---|---|
IList<QuotaOverride> |