Sha256: b332411c033f905bfcb1d2927e378197b0195804b78cc31c5d7b79457fc8c565
Contents?: true
Size: 1.06 KB
Versions: 8
Compression:
Stored size: 1.06 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::ContainerInstance::Mgmt::V2018_04_01 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() { client_side_validation: true, required: false, serialized_name: 'Logs', type: { name: 'Composite', class_name: 'Logs', model_properties: { content: { client_side_validation: true, required: false, read_only: true, serialized_name: 'content', type: { name: 'String' } } } } } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems