class Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::Aggregations
The aggregation.
Attributes
id[RW]
@return [String] Azure
resource Id
kind[RW]
name[RW]
@return [String] Azure
resource name
type[RW]
@return [String] Azure
resource type
Public Class Methods
mapper()
click to toggle source
Mapper for Aggregations
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/aggregations.rb, line 38 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Aggregations', type: { name: 'Composite', polymorphic_discriminator: 'kind', uber_parent: 'Aggregations', class_name: 'Aggregations', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/aggregations.rb, line 18 def initialize @kind = "Aggregations" end