Sha256: 49ff055fd71363c19c2e09044e90d0d14dd3fb68f28e5f59588f9fcba9e5fc28
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 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::DataLakeStore::FileSystem module Models # # Data Lake Store filesystem content summary information response. # class ContentSummaryResult include MsRestAzure # @return [ContentSummary] the content summary for the specified path attr_accessor :content_summary # # Mapper for ContentSummaryResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ContentSummaryResult', type: { name: 'Composite', class_name: 'ContentSummaryResult', model_properties: { content_summary: { required: false, read_only: true, serialized_name: 'ContentSummary', type: { name: 'Composite', class_name: 'ContentSummary' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems