Cloud Channel v1 API - Class ListEntitlementChangesRequest (2.9.0)

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]

Inheritance

object > ListEntitlementChangesRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListEntitlementChangesRequest()

public ListEntitlementChangesRequest()

ListEntitlementChangesRequest(ListEntitlementChangesRequest)

public ListEntitlementChangesRequest(ListEntitlementChangesRequest other)
Parameter
NameDescription
otherListEntitlementChangesRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filters applied to the list results.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsEntitlementName

public EntitlementName ParentAsEntitlementName { get; set; }

EntitlementName-typed view over the Parent resource name property.

Property Value
TypeDescription
EntitlementName