Sha256: e73d2ed80ff1332b8a3034432afb763c8a45c4bb2200dfc48f0635c43661ca0a
Contents?: true
Size: 1.03 KB
Versions: 8
Compression:
Stored size: 1.03 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_06_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, serialized_name: 'content', type: { name: 'String' } } } } } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems