Sha256: a06c652c3e856327c75ff230f83820b24200fa3dffb145ca12dd2f5ac3d1fb3e
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.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 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