Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListSuspensionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListSuspensionsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
Response for Suspensions.ListSuspensions.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Token to retrieve the next page of results.
-
#suspensions ⇒ Array<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSuspension>
The suspensions for the relevant execution which the caller has permissions to view and resolve.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaListSuspensionsResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaListSuspensionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaListSuspensionsResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaListSuspensionsResponse.
7808 7809 7810 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7808 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Token to retrieve the next page of results.
Corresponds to the JSON property nextPageToken
7800 7801 7802 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7800 def next_page_token @next_page_token end |
#suspensions ⇒ Array<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSuspension>
The suspensions for the relevant execution which the caller has permissions to
view and resolve.
Corresponds to the JSON property suspensions
7806 7807 7808 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7806 def suspensions @suspensions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7813 7814 7815 7816 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7813 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @suspensions = args[:suspensions] if args.key?(:suspensions) end |