Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig

Returns a new instance of GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig.



6449
6450
6451
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6449

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

Instance Attribute Details

#service_accountString

Corresponds to the JSON property serviceAccount

Returns:

  • (String)


6447
6448
6449
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6447

def 
  @service_account
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6454
6455
6456
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 6454

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