class Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::RoleSinkInfo

Compute role against which events will be raised.

Attributes

role_id[RW]

@return [String] Compute role ID.

Private Class Methods

mapper() click to toggle source

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

# File lib/2019-08-01/generated/azure_mgmt_databoxedge/models/role_sink_info.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'RoleSinkInfo',
    type: {
      name: 'Composite',
      class_name: 'RoleSinkInfo',
      model_properties: {
        role_id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'roleId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end