Sha256: 42f9d74e333b1a63001cdf666e04cb0195ba3dda8c533139d96738637bde000f
Contents?: true
Size: 1.14 KB
Versions: 4
Compression:
Stored size: 1.14 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 ApnsCredential. # class ApnsCredential include MsRestAzure # @return [ApnsCredentialProperties] Gets or sets properties of # NotificationHub ApnsCredential. attr_accessor :properties # # Mapper for ApnsCredential class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ApnsCredential', type: { name: 'Composite', class_name: 'ApnsCredential', model_properties: { properties: { required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'ApnsCredentialProperties' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems