Sha256: 508d5e7d86ece971b8b2b905df56be62d3adf4ac08686d3b7764803ff1be9181
Contents?: true
Size: 1.62 KB
Versions: 6
Compression:
Stored size: 1.62 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::OperationalInsights::Mgmt::V2020_03_01_preview module Models # # The list workspace management groups operation response. # class WorkspaceListManagementGroupsResult include MsRestAzure # @return [Array<ManagementGroup>] Gets or sets a list of management # groups attached to the workspace. attr_accessor :value # # Mapper for WorkspaceListManagementGroupsResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WorkspaceListManagementGroupsResult', type: { name: 'Composite', class_name: 'WorkspaceListManagementGroupsResult', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ManagementGroupElementType', type: { name: 'Composite', class_name: 'ManagementGroup' } } } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems