Show / Hide Table of Contents

Class ListRollupPropertySourceLinksResponse

Response message for ListRollupPropertySourceLinks RPC.

Inheritance
object
ListRollupPropertySourceLinksResponse
Implements
IMessage<ListRollupPropertySourceLinksResponse>
IEquatable<ListRollupPropertySourceLinksResponse>
IDeepCloneable<ListRollupPropertySourceLinksResponse>
IBufferMessage
IMessage
IPageResponse<RollupPropertySourceLink>
IEnumerable<RollupPropertySourceLink>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListRollupPropertySourceLinksResponse : IMessage<ListRollupPropertySourceLinksResponse>, IEquatable<ListRollupPropertySourceLinksResponse>, IDeepCloneable<ListRollupPropertySourceLinksResponse>, IBufferMessage, IMessage, IPageResponse<RollupPropertySourceLink>, IEnumerable<RollupPropertySourceLink>, IEnumerable

Constructors

ListRollupPropertySourceLinksResponse()

Declaration
public ListRollupPropertySourceLinksResponse()

ListRollupPropertySourceLinksResponse(ListRollupPropertySourceLinksResponse)

Declaration
public ListRollupPropertySourceLinksResponse(ListRollupPropertySourceLinksResponse other)
Parameters
Type Name Description
ListRollupPropertySourceLinksResponse other

Properties

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

RollupPropertySourceLinks

List of RollupPropertySourceLinks.

Declaration
public RepeatedField<RollupPropertySourceLink> RollupPropertySourceLinks { get; }
Property Value
Type Description
RepeatedField<RollupPropertySourceLink>

Methods

GetEnumerator()

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

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