Class: Azure::Security::Mgmt::V2020_01_01::Models::TopologySingleResourceChild
- Inherits:
-
Object
- Object
- Azure::Security::Mgmt::V2020_01_01::Models::TopologySingleResourceChild
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-01-01/generated/azure_mgmt_security/models/topology_single_resource_child.rb
Overview
Model object.
Instance Attribute Summary collapse
-
#resource_id ⇒ String
topology view.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for TopologySingleResourceChild class as Ruby Hash.
Instance Attribute Details
#resource_id ⇒ String
topology view
18 19 20 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/topology_single_resource_child.rb', line 18 def resource_id @resource_id end |
Class Method Details
.mapper ⇒ Object
Mapper for TopologySingleResourceChild class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/topology_single_resource_child.rb', line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'TopologySingleResourceChild', type: { name: 'Composite', class_name: 'TopologySingleResourceChild', model_properties: { resource_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'resourceId', type: { name: 'String' } } } } } end |