Class: Google::Cloud::Dialogflow::CX::V3::ListSecuritySettingsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListSecuritySettingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb
Overview
The response message for [SecuritySettings.ListSecuritySettings][].
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#security_settings ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::SecuritySettings>
The list of security settings.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
77 78 79 80 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 77 class ListSecuritySettingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_settings ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::SecuritySettings>
Returns The list of security settings.
77 78 79 80 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 77 class ListSecuritySettingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |