Sha256: 1919c906c839900ccc52d25e800e3f2296a3e586717608ede9eae4a738d31f60
Contents?: true
Size: 1.16 KB
Versions: 10
Compression:
Stored size: 1.16 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::KeyVault::V2016_10_01 module Models # # The action that will be executed. # class Action include MsRestAzure # @return [ActionType] The type of the action. Possible values include: # 'EmailContacts', 'AutoRenew' attr_accessor :action_type # # Mapper for Action class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Action', type: { name: 'Composite', class_name: 'Action', model_properties: { action_type: { client_side_validation: true, required: false, serialized_name: 'action_type', type: { name: 'Enum', module: 'ActionType' } } } } } end end end end
Version data entries
10 entries across 10 versions & 1 rubygems