Class ListDisplayVideo360AdvertiserLinksResponse
Response message for ListDisplayVideo360AdvertiserLinks RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListDisplayVideo360AdvertiserLinksResponse : IMessage<ListDisplayVideo360AdvertiserLinksResponse>, IEquatable<ListDisplayVideo360AdvertiserLinksResponse>, IDeepCloneable<ListDisplayVideo360AdvertiserLinksResponse>, IBufferMessage, IMessage, IPageResponse<DisplayVideo360AdvertiserLink>, IEnumerable<DisplayVideo360AdvertiserLink>, IEnumerable
Constructors
ListDisplayVideo360AdvertiserLinksResponse()
Declaration
public ListDisplayVideo360AdvertiserLinksResponse()
ListDisplayVideo360AdvertiserLinksResponse(ListDisplayVideo360AdvertiserLinksResponse)
Declaration
public ListDisplayVideo360AdvertiserLinksResponse(ListDisplayVideo360AdvertiserLinksResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListDisplayVideo360AdvertiserLinksResponse | other |
Properties
DisplayVideo360AdvertiserLinks
List of DisplayVideo360AdvertiserLinks.
Declaration
public RepeatedField<DisplayVideo360AdvertiserLink> DisplayVideo360AdvertiserLinks { get; }
Property Value
Type | Description |
---|---|
RepeatedField<DisplayVideo360AdvertiserLink> |
NextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<DisplayVideo360AdvertiserLink> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<DisplayVideo360AdvertiserLink> |