Class: Google::Apis::AndroiddeviceprovisioningV1::CreateCustomerRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroiddeviceprovisioningV1::CreateCustomerRequest
- 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
-
#customer ⇒ Google::Apis::AndroiddeviceprovisioningV1::Company
A reseller, vendor, or customer in the zero-touch reseller and customer APIs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateCustomerRequest
constructor
A new instance of CreateCustomerRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#customer ⇒ Google::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 |