Sha256: 928decc02095cedbf5bee7112afcece2e4e5251fb30d320d8926ea4eff87055c
Contents?: true
Size: 1.87 KB
Versions: 8
Compression:
Stored size: 1.87 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 # # An operation for Azure Container Instance service. # class Operation include MsRestAzure # @return [String] The name of the operation. attr_accessor :name # @return [OperationDisplay] The display information of the operation. attr_accessor :display # @return [ContainerInstanceOperationsOrigin] The intended executor of # the operation. Possible values include: 'User', 'System' attr_accessor :origin # # Mapper for Operation class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Operation', type: { name: 'Composite', class_name: 'Operation', model_properties: { name: { client_side_validation: true, required: true, serialized_name: 'name', type: { name: 'String' } }, display: { client_side_validation: true, required: true, serialized_name: 'display', type: { name: 'Composite', class_name: 'OperationDisplay' } }, origin: { client_side_validation: true, required: false, serialized_name: 'origin', type: { name: 'String' } } } } } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems