class Azure::Security::Mgmt::V2020_01_01::Models::TopologySingleResourceChild

Model object.

Attributes

resource_id[RW]

@return [String] Azure resource id which serves as child resource in topology view

Private Class Methods

mapper() click to toggle source

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

# 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