class Google::Apis::CloudidentityV1beta1::BlockDeviceUserResponse

Response message for blocking the device from accessing user data.

Attributes

device_user[RW]

Represents a user's use of a Device in the Cloud Identity Devices API. A DeviceUser is a resource representing a user's use of a Device Corresponds to the JSON property `deviceUser` @return [Google::Apis::CloudidentityV1beta1::DeviceUser]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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