Class ListAdSenseLinksRequest
Request message to be passed to ListAdSenseLinks method.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ListAdSenseLinksRequest : IMessage<ListAdSenseLinksRequest>, IEquatable<ListAdSenseLinksRequest>, IDeepCloneable<ListAdSenseLinksRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListAdSenseLinksRequest()
Declaration
public ListAdSenseLinksRequest()
ListAdSenseLinksRequest(ListAdSenseLinksRequest)
Declaration
public ListAdSenseLinksRequest(ListAdSenseLinksRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListAdSenseLinksRequest | other |
Properties
PageSize
The maximum number of resources to return. 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
A page token received from a previous ListAdSenseLinks
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAdSenseLinks
must
match the call that provided the page token.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Parent
Required. Resource name of the parent property. Format: properties/{propertyId} 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 |