Class V1Beta1ImportProducerQuotaPoliciesResponse
Response message for ImportProducerQuotaPolicies
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class V1Beta1ImportProducerQuotaPoliciesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Policies
The policies that were created from the imported data.
Declaration
[JsonProperty("policies")]
public virtual IList<V1Beta1ProducerQuotaPolicy> Policies { get; set; }
Property Value
Type | Description |
---|---|
IList<V1Beta1ProducerQuotaPolicy> |