Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
The response from a ListAuthorizedViewSet request.
Instance Attribute Summary collapse
-
#authorized_view_sets ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AuthorizedViewSet>
The AuthorizedViewSets under the parent.
-
#next_page_token ⇒ String
A token, which can be sent as
page_tokento retrieve the next page.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse
constructor
A new instance of GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse
Returns a new instance of GoogleCloudContactcenterinsightsV1ListAuthorizedViewSetsResponse.
4597 4598 4599 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4597 def initialize(**args) update!(**args) end |
Instance Attribute Details
#authorized_view_sets ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AuthorizedViewSet>
The AuthorizedViewSets under the parent.
Corresponds to the JSON property authorizedViewSets
4589 4590 4591 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4589 def @authorized_view_sets end |
#next_page_token ⇒ String
A token, which can be sent as page_token to retrieve the next page. If this
field is omitted, there are no subsequent pages.
Corresponds to the JSON property nextPageToken
4595 4596 4597 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4595 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4602 4603 4604 4605 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4602 def update!(**args) @authorized_view_sets = args[:authorized_view_sets] if args.key?(:authorized_view_sets) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |