Sha256: 42bd1e79f23b8f85ba5e73c610c4cbe5abc436f7a6d3b354f6fb42f7d47de8d9
Contents?: true
Size: 1.82 KB
Versions: 4
Compression:
Stored size: 1.82 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::Security::Mgmt::V2015_06_01_preview module Models # # Possible operation in the REST API of Microsoft.Security # class Operation include MsRestAzure # @return [String] Name of the operation attr_accessor :name # @return [String] Where the operation is originated attr_accessor :origin # @return [OperationDisplay] 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, read_only: true, serialized_name: 'name', type: { name: 'String' } }, origin: { client_side_validation: true, required: false, read_only: true, serialized_name: 'origin', 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
4 entries across 4 versions & 1 rubygems