Sha256: 8076b915948f4b5c64064577e4c3e90b8b273fd86182f7ff1d2dbde20e9b25a7
Contents?: true
Size: 1.46 KB
Versions: 6
Compression:
Stored size: 1.46 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_09_01 module Models # # The size of the terminal. # class ContainerExecRequestTerminalSize include MsRestAzure # @return [Integer] The row size of the terminal attr_accessor :rows # @return [Integer] The column size of the terminal attr_accessor :cols # # Mapper for ContainerExecRequestTerminalSize class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerExecRequest_terminalSize', type: { name: 'Composite', class_name: 'ContainerExecRequestTerminalSize', model_properties: { rows: { client_side_validation: true, required: false, serialized_name: 'rows', type: { name: 'Number' } }, cols: { client_side_validation: true, required: false, serialized_name: 'cols', type: { name: 'Number' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems