Class: Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest

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

Request message for blocking account on device.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest

Returns a new instance of GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest.



210
211
212
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 210

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

Instance Attribute Details

#customerString

Required. Resource name of the customer. If you're using this API for your own organization, use customers/my_customer If you're using this API to manage another organization, use customers/customer_id`, where customer_id is the customer to whom the device belongs. Corresponds to the JSON propertycustomer`

Returns:

  • (String)


208
209
210
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 208

def customer
  @customer
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



215
216
217
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 215

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