Class: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1alpha1ApproveDeviceUserResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1alpha1ApproveDeviceUserResponse
- Defined in:
- generated/google/apis/cloudidentity_v1beta1/classes.rb,
generated/google/apis/cloudidentity_v1beta1/representations.rb,
generated/google/apis/cloudidentity_v1beta1/representations.rb
Overview
Response message for approving the device to access user data.
Instance Attribute Summary collapse
-
#device_user ⇒ Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1alpha1DeviceUser
Resource representing a user's use of a Device Corresponds to the JSON property
deviceUser
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1alpha1ApproveDeviceUserResponse
constructor
A new instance of GoogleAppsCloudidentityDevicesV1alpha1ApproveDeviceUserResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1alpha1ApproveDeviceUserResponse
Returns a new instance of GoogleAppsCloudidentityDevicesV1alpha1ApproveDeviceUserResponse.
182 183 184 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 182 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device_user ⇒ Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1alpha1DeviceUser
Resource representing a user's use of a Device
Corresponds to the JSON property deviceUser
180 181 182 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 180 def device_user @device_user end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
187 188 189 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 187 def update!(**args) @device_user = args[:device_user] if args.key?(:device_user) end |