Class: Google::Apis::AndroiddeviceprovisioningV1::CreateCustomerRequest

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

Overview

Request message to create a customer.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreateCustomerRequest

Returns a new instance of CreateCustomerRequest.



341
342
343
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 341

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

Instance Attribute Details

#customerGoogle::Apis::AndroiddeviceprovisioningV1::Company

A reseller, vendor, or customer in the zero-touch reseller and customer APIs. Corresponds to the JSON property customer



339
340
341
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 339

def customer
  @customer
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



346
347
348
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 346

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