class Google::Apis::ApikeysV2::V2AndroidKeyRestrictions
The Android apps that are allowed to use the key.
Attributes
allowed_applications[RW]
A list of Android applications that are allowed to make API calls with this key. Corresponds to the JSON property `allowedApplications` @return [Array<Google::Apis::ApikeysV2::V2AndroidApplication>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apikeys_v2/classes.rb, line 163 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 168 def update!(**args) @allowed_applications = args[:allowed_applications] if args.key?(:allowed_applications) end