Class ListLiensResponse
The response message for Liens.ListLiens.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3.Data
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class ListLiensResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Liens
A list of Liens.
Declaration
[JsonProperty("liens")]
public virtual IList<Lien> Liens { get; set; }
Property Value
Type | Description |
---|---|
IList<Lien> |
NextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |