Interface protos.google.cloud.channel.v1.IListChannelPartnerLinksRequest

Properties of a ListChannelPartnerLinksRequest.

Package

@google-cloud/channel!

Properties

pageSize

pageSize?: (number|null);

ListChannelPartnerLinksRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListChannelPartnerLinksRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListChannelPartnerLinksRequest parent

Property Value
TypeDescription
(string|null)

view

view?: (google.cloud.channel.v1.ChannelPartnerLinkView|keyof typeof google.cloud.channel.v1.ChannelPartnerLinkView|null);

ListChannelPartnerLinksRequest view

Property Value
TypeDescription
(google.cloud.channel.v1.ChannelPartnerLinkView|keyof typeof google.cloud.channel.v1.ChannelPartnerLinkView|null)