Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Instance Attribute Summary collapse
-
#request ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
Corresponds to the JSON property
request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
constructor
A new instance of GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
Returns a new instance of GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata.
11697 11698 11699 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11697 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
Corresponds to the JSON property request
11695 11696 11697 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11695 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11702 11703 11704 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11702 def update!(**args) @request = args[:request] if args.key?(:request) end |