Sha256: c3e943816763cb14c6524b99d71f43f030040d322638d21314101ba9780ff074
Contents?: true
Size: 977 Bytes
Versions: 2
Compression:
Stored size: 977 Bytes
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::ContainerInstance::Mgmt::V2017_08_01_preview module Models # # The logs. # class Logs include MsRestAzure # @return [String] The content of the log. attr_accessor :content # # Mapper for Logs class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'Logs', type: { name: 'Composite', class_name: 'Logs', model_properties: { content: { required: false, serialized_name: 'content', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems