class Google::Apis::ContentV2_1::OnboardBuyOnGoogleProgramRequest

Request message for the OnboardProgram method.

Attributes

customer_service_email[RW]

The customer service email. Corresponds to the JSON property `customerServiceEmail` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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