class Azure::Labservices::Mgmt::V2018_10_15::Models::ListEnvironmentsPayload

Represents the payload to list environments owned by a user

Attributes

lab_id[RW]

@return [String] The resource Id of the lab

Private Class Methods

mapper() click to toggle source

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

# File lib/2018-10-15/generated/azure_mgmt_labservices/models/list_environments_payload.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ListEnvironmentsPayload',
    type: {
      name: 'Composite',
      class_name: 'ListEnvironmentsPayload',
      model_properties: {
        lab_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'labId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end