Class: Google::Apis::AndroidmanagementV1::RequestDeviceInfoStatus

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidmanagement_v1/classes.rb,
lib/google/apis/androidmanagement_v1/representations.rb,
lib/google/apis/androidmanagement_v1/representations.rb

Overview

Status of the REQUEST_DEVICE_INFO command.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RequestDeviceInfoStatus

Returns a new instance of RequestDeviceInfoStatus.



6439
6440
6441
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6439

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#eid_infoGoogle::Apis::AndroidmanagementV1::EidInfo

Information related to the EIDs of the device. Corresponds to the JSON property eidInfo



6432
6433
6434
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6432

def eid_info
  @eid_info
end

#statusString

Output only. Status of a REQUEST_DEVICE_INFO command. Corresponds to the JSON property status

Returns:

  • (String)


6437
6438
6439
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6437

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6444
6445
6446
6447
# File 'lib/google/apis/androidmanagement_v1/classes.rb', line 6444

def update!(**args)
  @eid_info = args[:eid_info] if args.key?(:eid_info)
  @status = args[:status] if args.key?(:status)
end