Class ListPlaceActionLinksResponse
Response message for PlaceActions.ListPlaceActionLinks.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessPlaceActions.v1.Data
Assembly: Google.Apis.MyBusinessPlaceActions.v1.dll
Syntax
public class ListPlaceActionLinksResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
If there are more place action links than the requested page size, then this field is populated with a token to fetch the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PlaceActionLinks
The returned list of place action links.
Declaration
[JsonProperty("placeActionLinks")]
public virtual IList<PlaceActionLink> PlaceActionLinks { get; set; }
Property Value
Type | Description |
---|---|
IList<PlaceActionLink> |