Class: Google::Apis::CloudidentityV1::ApproveDeviceUserResponse

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

Overview

Response message for approving the device to access user data.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ApproveDeviceUserResponse

Returns a new instance of ApproveDeviceUserResponse.



144
145
146
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 144

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

Instance Attribute Details

#device_userGoogle::Apis::CloudidentityV1::DeviceUser

A DeviceUser is a resource representing a user's use of a Device Corresponds to the JSON property deviceUser



142
143
144
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 142

def device_user
  @device_user
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



149
150
151
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 149

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