Class: Google::Cloud::ApiKeys::V2::IosKeyRestrictions
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::IosKeyRestrictions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/apikeys/v2/resources.rb
Overview
The iOS apps that are allowed to use the key.
Instance Attribute Summary collapse
-
#allowed_bundle_ids ⇒ ::Array<::String>
A list of bundle IDs that are allowed when making API calls with this key.
Instance Attribute Details
#allowed_bundle_ids ⇒ ::Array<::String>
Returns A list of bundle IDs that are allowed when making API calls with this key.
159 160 161 162 |
# File 'proto_docs/google/api/apikeys/v2/resources.rb', line 159 class IosKeyRestrictions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |