Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig
- 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
-
#client_key ⇒ String
Corresponds to the JSON property
clientKey. -
#issuer ⇒ String
Corresponds to the JSON property
issuer. -
#subject ⇒ String
Corresponds to the JSON property
subject.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_key ⇒ String
Corresponds to the JSON property clientKey
12922 12923 12924 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12922 def client_key @client_key end |
#issuer ⇒ String
Corresponds to the JSON property issuer
12927 12928 12929 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12927 def issuer @issuer end |
#subject ⇒ String
Corresponds to the JSON property subject
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 |