Class AccountsResource.ListTransferableSkusRequest
List TransferableSkus of a customer based on the Cloud Identity ID or Customer Name in the request. Use this method to list the entitlements information of an unowned customer. You should provide the customer's Cloud Identity ID or Customer Name. Possible error codes: * PERMISSION_DENIED: * The customer doesn't belong to the reseller and has no auth token. * The supplied auth token is invalid. * The reseller account making the request is different from the reseller account in the query. * INVALID_ARGUMENT: Required request parameters are missing or invalid. Return value: A list of the customer's TransferableSku.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class AccountsResource.ListTransferableSkusRequest : CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListTransferableSkusResponse>, IClientServiceRequest<GoogleCloudChannelV1ListTransferableSkusResponse>, IClientServiceRequest
Constructors
ListTransferableSkusRequest(IClientService, GoogleCloudChannelV1ListTransferableSkusRequest, string)
Constructs a new ListTransferableSkus request.
Declaration
public ListTransferableSkusRequest(IClientService service, GoogleCloudChannelV1ListTransferableSkusRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudChannelV1ListTransferableSkusRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ListTransferableSkus parameter list.
Declaration
protected override void InitParameters()