Class: Azure::PolicyInsights::Mgmt::V2017_08_09_preview::Models::PolicyEventsQueryResults
- Inherits:
-
Object
- Object
- Azure::PolicyInsights::Mgmt::V2017_08_09_preview::Models::PolicyEventsQueryResults
- Includes:
- MsRestAzure
- Defined in:
- lib/2017-08-09-preview/generated/azure_mgmt_policy_insights/models/policy_events_query_results.rb
Overview
Query results.
Instance Attribute Summary collapse
-
#value ⇒ Array<PolicyEventsQueryResultsTable>
Query results.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for PolicyEventsQueryResults class as Ruby Hash.
Instance Attribute Details
#value ⇒ Array<PolicyEventsQueryResultsTable>
Returns Query results.
16 17 18 |
# File 'lib/2017-08-09-preview/generated/azure_mgmt_policy_insights/models/policy_events_query_results.rb', line 16 def value @value end |
Class Method Details
.mapper ⇒ Object
Mapper for PolicyEventsQueryResults class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 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 |
# File 'lib/2017-08-09-preview/generated/azure_mgmt_policy_insights/models/policy_events_query_results.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PolicyEventsQueryResults', type: { name: 'Composite', class_name: 'PolicyEventsQueryResults', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'PolicyEventsQueryResultsTableElementType', type: { name: 'Composite', class_name: 'PolicyEventsQueryResultsTable' } } } } } } } end |