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.



301
302
303
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 301

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



299
300
301
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 299

def customer
  @customer
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



306
307
308
# File 'lib/google/apis/androiddeviceprovisioning_v1/classes.rb', line 306

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