Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig

Returns a new instance of GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig.



12934
12935
12936
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12934

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

Instance Attribute Details

#client_keyString

Corresponds to the JSON property clientKey

Returns:

  • (String)


12922
12923
12924
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12922

def client_key
  @client_key
end

#issuerString

Corresponds to the JSON property issuer

Returns:

  • (String)


12927
12928
12929
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12927

def issuer
  @issuer
end

#subjectString

Corresponds to the JSON property subject

Returns:

  • (String)


12932
12933
12934
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12932

def subject
  @subject
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12939
12940
12941
12942
12943
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12939

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