Sha256: fcbd97d7c4d489a3e5201bcd1a5761c3c3ed7db7c0f5523f0a8c3548373c11b1
Contents?: true
Size: 1.47 KB
Versions: 8
Compression:
Stored size: 1.47 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 size of the terminal. # class ContainerExecRequestTerminalSize include MsRestAzure # @return [Integer] The row size of the terminal attr_accessor :row # @return [Integer] The column size of the terminal attr_accessor :column # # 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: { row: { client_side_validation: true, required: false, serialized_name: 'row', type: { name: 'Number' } }, column: { client_side_validation: true, required: false, serialized_name: 'column', type: { name: 'Number' } } } } } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems