Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::ListSupportEventSubscriptionsResponse.
Response message for ListSupportEventSubscriptions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — A token, which can be sent as
page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#support_event_subscriptions
def support_event_subscriptions() -> ::Array<::Google::Cloud::Support::V2beta::SupportEventSubscription>
Returns
- (::Array<::Google::Cloud::Support::V2beta::SupportEventSubscription>) — The support event subscriptions.
#support_event_subscriptions=
def support_event_subscriptions=(value) -> ::Array<::Google::Cloud::Support::V2beta::SupportEventSubscription>
Parameter
- value (::Array<::Google::Cloud::Support::V2beta::SupportEventSubscription>) — The support event subscriptions.
Returns
- (::Array<::Google::Cloud::Support::V2beta::SupportEventSubscription>) — The support event subscriptions.