Sha256: 77e2c0943fd725a43b3647e35c7da3d5575020c9bd2604142e27e999d962a2ba
Contents?: true
Size: 1.69 KB
Versions: 4
Compression:
Stored size: 1.69 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 WnsCredential. # class WnsCredentialProperties include MsRestAzure # @return [String] Gets or sets the package ID for this credential. attr_accessor :package_sid # @return [String] Gets or sets the secret key. attr_accessor :secret_key # @return [String] Gets or sets the Windows Live endpoint. attr_accessor :windows_live_endpoint # # Mapper for WnsCredentialProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'WnsCredentialProperties', type: { name: 'Composite', class_name: 'WnsCredentialProperties', model_properties: { package_sid: { required: false, serialized_name: 'packageSid', type: { name: 'String' } }, secret_key: { required: false, serialized_name: 'secretKey', type: { name: 'String' } }, windows_live_endpoint: { required: false, serialized_name: 'windowsLiveEndpoint', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems