Sha256: 15359dee05f446f45c7dff7d2b89335ae4012c78217ada52066bd043b6b1e9e5
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::NotificationHubs::Mgmt::V2017_04_01 module Models # # Description of a NotificationHub GcmCredential. # class GcmCredential include MsRestAzure # @return [String] The GCM endpoint. attr_accessor :gcm_endpoint # @return [String] The Google API key. attr_accessor :google_api_key # # Mapper for GcmCredential class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'GcmCredential', type: { name: 'Composite', class_name: 'GcmCredential', model_properties: { gcm_endpoint: { required: false, serialized_name: 'properties.gcmEndpoint', type: { name: 'String' } }, google_api_key: { required: false, serialized_name: 'properties.googleApiKey', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems