Sha256: 67c4f728f54392a313cc75c97123d89e38ccb45cd9fd0dba6d2b6c6ab95c8fac

Contents?: true

Size: 1.04 KB

Versions: 9

Compression:

Stored size: 1.04 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_02_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()
        {
          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

9 entries across 9 versions & 1 rubygems

Version Path
azure_mgmt_container_instance-0.18.0 lib/2018-02-01-preview/generated/azure_mgmt_container_instance/models/logs.rb
azure_mgmt_container_instance-0.17.6 lib/2018-02-01-preview/generated/azure_mgmt_container_instance/models/logs.rb
azure_mgmt_container_instance-0.17.5 lib/2018-02-01-preview/generated/azure_mgmt_container_instance/models/logs.rb
azure_mgmt_container_instance-0.17.4 lib/2018-02-01-preview/generated/azure_mgmt_container_instance/models/logs.rb
azure_mgmt_container_instance-0.17.3 lib/2018-02-01-preview/generated/azure_mgmt_container_instance/models/logs.rb
azure_mgmt_container_instance-0.17.2 lib/2018-02-01-preview/generated/azure_mgmt_container_instance/models/logs.rb
azure_mgmt_container_instance-0.17.1 lib/2018-02-01-preview/generated/azure_mgmt_container_instance/models/logs.rb
azure_mgmt_container_instance-0.17.0 lib/2018-02-01-preview/generated/azure_mgmt_container_instance/models/logs.rb
azure_mgmt_container_instance-0.16.0 lib/2018-02-01-preview/generated/azure_mgmt_container_instance/models/logs.rb