Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
- 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::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
Corresponds to the JSON property
request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
constructor
A new instance of GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
Returns a new instance of GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata.
18778 18779 18780 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 18778 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
Corresponds to the JSON property request
18776 18777 18778 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 18776 def request @request end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18783 18784 18785 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 18783 def update!(**args) @request = args[:request] if args.key?(:request) end |