Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.02 KB

File metadata and controls

22 lines (16 loc) · 1.02 KB

IntersightClient::BulkApiResult

Properties

Name Type Description Notes
class_id String The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type. [default to 'bulk.RestResult']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type. [default to 'bulk.RestResult']
status Integer The http return status of the individual API action. [optional][readonly]

Example

require 'intersight_client'

instance = IntersightClient::BulkApiResult.new(
  class_id: null,
  object_type: null,
  status: null
)