Class ListRollupPropertySourceLinksRequest
Request message for ListRollupPropertySourceLinks RPC.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListRollupPropertySourceLinksRequest : IMessage<ListRollupPropertySourceLinksRequest>, IEquatable<ListRollupPropertySourceLinksRequest>, IDeepCloneable<ListRollupPropertySourceLinksRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListRollupPropertySourceLinksRequest()
Declaration
public ListRollupPropertySourceLinksRequest()
ListRollupPropertySourceLinksRequest(ListRollupPropertySourceLinksRequest)
Declaration
public ListRollupPropertySourceLinksRequest(ListRollupPropertySourceLinksRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListRollupPropertySourceLinksRequest | other |
Properties
PageSize
Optional. The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
PageToken
Optional. A page token, received from a previous
ListRollupPropertySourceLinks
call. Provide this to retrieve the
subsequent page. When paginating, all other parameters provided to
ListRollupPropertySourceLinks
must match the call that provided the page
token.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Parent
Required. The name of the roll-up property to list roll-up property source links under. Format: properties/{property_id} Example: properties/1234
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsPropertyName
PropertyName-typed view over the Parent resource name property.
Declaration
public PropertyName ParentAsPropertyName { get; set; }
Property Value
Type | Description |
---|---|
PropertyName |