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