Class ListDisplayVideo360AdvertiserLinkProposalsResponse
Response message for ListDisplayVideo360AdvertiserLinkProposals RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListDisplayVideo360AdvertiserLinkProposalsResponse : IMessage<ListDisplayVideo360AdvertiserLinkProposalsResponse>, IEquatable<ListDisplayVideo360AdvertiserLinkProposalsResponse>, IDeepCloneable<ListDisplayVideo360AdvertiserLinkProposalsResponse>, IBufferMessage, IMessage, IPageResponse<DisplayVideo360AdvertiserLinkProposal>, IEnumerable<DisplayVideo360AdvertiserLinkProposal>, IEnumerable
Constructors
ListDisplayVideo360AdvertiserLinkProposalsResponse()
Declaration
public ListDisplayVideo360AdvertiserLinkProposalsResponse()
ListDisplayVideo360AdvertiserLinkProposalsResponse(ListDisplayVideo360AdvertiserLinkProposalsResponse)
Declaration
public ListDisplayVideo360AdvertiserLinkProposalsResponse(ListDisplayVideo360AdvertiserLinkProposalsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListDisplayVideo360AdvertiserLinkProposalsResponse | other |
Properties
DisplayVideo360AdvertiserLinkProposals
List of DisplayVideo360AdvertiserLinkProposals.
Declaration
public RepeatedField<DisplayVideo360AdvertiserLinkProposal> DisplayVideo360AdvertiserLinkProposals { get; }
Property Value
Type | Description |
---|---|
RepeatedField<DisplayVideo360AdvertiserLinkProposal> |
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<DisplayVideo360AdvertiserLinkProposal> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<DisplayVideo360AdvertiserLinkProposal> |