Sha256: 2c31e250a1ac2da2899ff34012b53fbc06984afc5480148593b2923a1d762b92
Contents?: true
Size: 1.5 KB
Versions: 8
Compression:
Stored size: 1.5 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::MarketplaceOrdering::Mgmt::V2015_06_01 module Models # # Microsoft.MarketplaceOrdering REST API operation # class Operation include MsRestAzure # @return [String] Operation name: {provider}/{resource}/{operation} attr_accessor :name # @return [OperationDisplay] The object that represents the operation. attr_accessor :display # # 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: false, serialized_name: 'name', type: { name: 'String' } }, display: { client_side_validation: true, required: false, serialized_name: 'display', type: { name: 'Composite', class_name: 'OperationDisplay' } } } } } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems