Sha256: 29276a51c195ee76e6d8d6b6de21a07ccf300e057aa91f9d8842a9c3f67e9d50
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 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::Storage::Mgmt::V2021_01_01 module Models # # Model object. # # class ListTableServices include MsRestAzure # @return [Array<TableServiceProperties>] List of table services # returned. attr_accessor :value # # Mapper for ListTableServices class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ListTableServices', type: { name: 'Composite', class_name: 'ListTableServices', model_properties: { value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'TableServicePropertiesElementType', type: { name: 'Composite', class_name: 'TableServiceProperties' } } } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_storage-0.23.0 | lib/2021-01-01/generated/azure_mgmt_storage/models/list_table_services.rb |