Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 991 Bytes

File metadata and controls

24 lines (18 loc) · 991 Bytes

IntersightClient::IaasUcsdMessages

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. [default to 'iaas.UcsdMessages']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'iaas.UcsdMessages']
status_id String Last checked time of the alerts. [optional][readonly]
registered_device AssetDeviceRegistrationRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::IaasUcsdMessages.new(
  class_id: null,
  object_type: null,
  status_id: null,
  registered_device: null
)