Reference documentation and code samples for the Billing V1 API class Google::Cloud::Billing::V1::ListServicesResponse.
Response message for ListServices
.
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 to retrieve the next page of results. To retrieve the next page,
call
ListServices
again with thepage_token
field set to this value. This field is empty if there are no more results to retrieve.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token to retrieve the next page of results. To retrieve the next page,
call
ListServices
again with thepage_token
field set to this value. This field is empty if there are no more results to retrieve.
Returns
-
(::String) — A token to retrieve the next page of results. To retrieve the next page,
call
ListServices
again with thepage_token
field set to this value. This field is empty if there are no more results to retrieve.
#services
def services() -> ::Array<::Google::Cloud::Billing::V1::Service>
Returns
- (::Array<::Google::Cloud::Billing::V1::Service>) — A list of services.
#services=
def services=(value) -> ::Array<::Google::Cloud::Billing::V1::Service>
Parameter
- value (::Array<::Google::Cloud::Billing::V1::Service>) — A list of services.
Returns
- (::Array<::Google::Cloud::Billing::V1::Service>) — A list of services.