Sha256: 617ae6c7a771d724e4126d4ad808184a718dd3956409bcadc118f4d004a60eb9
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::MobileEngagement module Models # # Model object. # # class AppCollectionNameAvailability include MsRestAzure # @return [String] Name. attr_accessor :name # @return [Boolean] Available. attr_accessor :available # @return [String] UnavailabilityReason. attr_accessor :unavailability_reason # # Mapper for AppCollectionNameAvailability class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'AppCollectionNameAvailability', type: { name: 'Composite', class_name: 'AppCollectionNameAvailability', model_properties: { name: { required: false, serialized_name: 'name', type: { name: 'String' } }, available: { required: false, serialized_name: 'available', type: { name: 'Boolean' } }, unavailability_reason: { required: false, serialized_name: 'unavailabilityReason', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_mobile_engagement-0.14.0 | lib/generated/azure_mgmt_mobile_engagement/models/app_collection_name_availability.rb |