ListLiensResponse

The response message for Liens.ListLiens.

JSON representation
{
  "liens": [
    {
      object (Lien)
    }
  ],
  "nextPageToken": string
}
Fields
liens[]

object (Lien)

A list of Liens.

nextPageToken

string

Token to retrieve the next page of results, or empty if there are no more results in the list.