Sha256: 5da5c9908b71b791dc3650a69a05be1f883972b226cb346115660de245c1f5da
Contents?: true
Size: 1.62 KB
Versions: 2
Compression:
Stored size: 1.62 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::ServiceFabric::V7_0_0_42 module Models # # Information about a image store folder. It includes how many files this # folder contains and its image store relative path. # class FolderInfo include MsRestAzure # @return [String] The remote location within image store. This path is # relative to the image store root. attr_accessor :store_relative_path # @return [String] The number of files from within the image store # folder. attr_accessor :file_count # # Mapper for FolderInfo class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FolderInfo', type: { name: 'Composite', class_name: 'FolderInfo', model_properties: { store_relative_path: { client_side_validation: true, required: false, serialized_name: 'StoreRelativePath', type: { name: 'String' } }, file_count: { client_side_validation: true, required: false, serialized_name: 'FileCount', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems