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