Sha256: 0e00de0810d4bb2da34189e8c757be1558aaa81440ba45fb238b0452825ac4e7
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_02_01_preview 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
8 entries across 8 versions & 1 rubygems