Show / Hide Table of Contents

Class ListAdSenseLinksResponse

Response message for ListAdSenseLinks method.

Inheritance
object
ListAdSenseLinksResponse
Implements
IMessage<ListAdSenseLinksResponse>
IEquatable<ListAdSenseLinksResponse>
IDeepCloneable<ListAdSenseLinksResponse>
IBufferMessage
IMessage
IPageResponse<AdSenseLink>
IEnumerable<AdSenseLink>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
IPageResponse<TResource>.NextPageToken

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<AdSenseLink> GetEnumerator()
Returns
Type Description
IEnumerator<AdSenseLink>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX