public sealed class ListEntitlementChangesRequest : IPageRequest, IMessage<ListEntitlementChangesRequest>, IEquatable<ListEntitlementChangesRequest>, IDeepCloneable<ListEntitlementChangesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ListEntitlementChangesRequest.
Request message for [CloudChannelService.ListEntitlementChanges][google.cloud.channel.v1.CloudChannelService.ListEntitlementChanges]
Implements
IPageRequest, IMessageListEntitlementChangesRequest, IEquatableListEntitlementChangesRequest, IDeepCloneableListEntitlementChangesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListEntitlementChangesRequest()
public ListEntitlementChangesRequest()
ListEntitlementChangesRequest(ListEntitlementChangesRequest)
public ListEntitlementChangesRequest(ListEntitlementChangesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListEntitlementChangesRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filters applied to the list results.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of entitlement changes to return. The service may return fewer than this value. If unspecified, returns at most 10 entitlement changes. The maximum value is 50; the server will coerce values above 50.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A page token, received from a previous [CloudChannelService.ListEntitlementChanges][google.cloud.channel.v1.CloudChannelService.ListEntitlementChanges] call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to [CloudChannelService.ListEntitlementChanges][google.cloud.channel.v1.CloudChannelService.ListEntitlementChanges] must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the entitlement for which to list
entitlement changes. The -
wildcard may be used to match entitlements
across a customer. Formats:
- accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
- accounts/{account_id}/customers/{customer_id}/entitlements/-
Property Value | |
---|---|
Type | Description |
string |
ParentAsEntitlementName
public EntitlementName ParentAsEntitlementName { get; set; }
EntitlementName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
EntitlementName |