Sha256: 02d4c8833e9afcc9b73f6b469d4c3da82a155b82a840021a12d431b97b32a603
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 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::V7_2_preview module Models # # Security domain # class SecurityDomainObject include MsRestAzure # @return [SecurityDomainObjectData] attr_accessor :data # # Mapper for SecurityDomainObject class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SecurityDomainObject', type: { name: 'Composite', class_name: 'SecurityDomainObject', model_properties: { data: { client_side_validation: true, required: true, serialized_name: 'data', type: { name: 'Composite', class_name: 'SecurityDomainObjectData' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems