class Google::Apis::ApikeysV2::V2IosKeyRestrictions

The iOS apps that are allowed to use the key.

Attributes

allowed_bundle_ids[RW]

A list of bundle IDs that are allowed when making API calls with this key. Corresponds to the JSON property `allowedBundleIds` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apikeys_v2/classes.rb, line 277
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apikeys_v2/classes.rb, line 282
def update!(**args)
  @allowed_bundle_ids = args[:allowed_bundle_ids] if args.key?(:allowed_bundle_ids)
end