Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 949 Bytes

File metadata and controls

22 lines (16 loc) · 949 Bytes

IntersightClient::OsInstallTargetResponse

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.
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.
source_mo MoMoRef [optional]

Example

require 'intersight_client'

instance = IntersightClient::OsInstallTargetResponse.new(
  class_id: null,
  object_type: null,
  source_mo: null
)