Reference documentation and code samples for the Essential Contacts V1 API class Google::Cloud::EssentialContacts::V1::ListContactsResponse.
Response message for the ListContacts method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#contacts
def contacts() -> ::Array<::Google::Cloud::EssentialContacts::V1::Contact>
Returns
- (::Array<::Google::Cloud::EssentialContacts::V1::Contact>) — The contacts for the specified resource.
#contacts=
def contacts=(value) -> ::Array<::Google::Cloud::EssentialContacts::V1::Contact>
Parameter
- value (::Array<::Google::Cloud::EssentialContacts::V1::Contact>) — The contacts for the specified resource.
Returns
- (::Array<::Google::Cloud::EssentialContacts::V1::Contact>) — The contacts for the specified resource.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — If there are more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_token
and the rest of the parameters the same as the original request.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — If there are more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_token
and the rest of the parameters the same as the original request.
Returns
-
(::String) — If there are more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_token
and the rest of the parameters the same as the original request.