class Google::Apis::SasportalV1alpha1::SasPortalSignDeviceRequest

Request for SignDevice.

Attributes

device[RW]

Required. The device to sign. The device fields name, fcc_id and serial_number must be set. The user_id field must be set. Corresponds to the JSON property `device` @return [Google::Apis::SasportalV1alpha1::SasPortalDevice]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 1078
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 1083
def update!(**args)
  @device = args[:device] if args.key?(:device)
end