Class: Google::Apis::CloudidentityV1beta1::CreateDeviceRequest

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

Overview

Request message for creating a Company Owned device.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreateDeviceRequest

Returns a new instance of CreateDeviceRequest.



342
343
344
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 342

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

Instance Attribute Details

#deviceGoogle::Apis::CloudidentityV1beta1::Device

A Device within the Cloud Identity Devices API. Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user. Corresponds to the JSON property device



340
341
342
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 340

def device
  @device
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



347
348
349
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 347

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