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