Class V2IosKeyRestrictions
The iOS apps that are allowed to use the key.
Implements
Inherited Members
Namespace: Google.Apis.ApiKeysService.v2.Data
Assembly: Google.Apis.ApiKeysService.v2.dll
Syntax
public class V2IosKeyRestrictions : IDirectResponseSchema
Properties
AllowedBundleIds
A list of bundle IDs that are allowed when making API calls with this key.
Declaration
[JsonProperty("allowedBundleIds")]
public virtual IList<string> AllowedBundleIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |