Class: Azure::PolicyInsights::Mgmt::V2019_10_01::Models::PolicyGroupSummary

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2019-10-01/generated/azure_mgmt_policy_insights/models/policy_group_summary.rb

Overview

Policy definition group summary.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#policy_group_nameString

Returns Policy group name.

Returns:

  • (String)

    Policy group name.



16
17
18
# File 'lib/2019-10-01/generated/azure_mgmt_policy_insights/models/policy_group_summary.rb', line 16

def policy_group_name
  @policy_group_name
end

#resultsSummaryResults

group.

Returns:



20
21
22
# File 'lib/2019-10-01/generated/azure_mgmt_policy_insights/models/policy_group_summary.rb', line 20

def results
  @results
end

Class Method Details

.mapperObject

Mapper for PolicyGroupSummary class as Ruby Hash. This will be used for serialization/deserialization.



27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# File 'lib/2019-10-01/generated/azure_mgmt_policy_insights/models/policy_group_summary.rb', line 27

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'PolicyGroupSummary',
    type: {
      name: 'Composite',
      class_name: 'PolicyGroupSummary',
      model_properties: {
        policy_group_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'policyGroupName',
          type: {
            name: 'String'
          }
        },
        results: {
          client_side_validation: true,
          required: false,
          serialized_name: 'results',
          type: {
            name: 'Composite',
            class_name: 'SummaryResults'
          }
        }
      }
    }
  }
end