Class MerchantsupportResource.RenderaccountissuesRequest
Provide a list of merchant's issues with a support content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Inheritance
MerchantsupportResource.RenderaccountissuesRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class MerchantsupportResource.RenderaccountissuesRequest : ShoppingContentBaseServiceRequest<RenderAccountIssuesResponse>, IClientServiceRequest<RenderAccountIssuesResponse>, IClientServiceRequest
Constructors
RenderaccountissuesRequest(IClientService, RenderAccountIssuesRequestPayload, long)
Constructs a new Renderaccountissues request.
Declaration
public RenderaccountissuesRequest(IClientService service, RenderAccountIssuesRequestPayload body, long merchantId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RenderAccountIssuesRequestPayload | body | |
long | merchantId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LanguageCode
Optional. The IETF BCP-47 language code used to localize support
content. If not set, the result will be in default language en-US
.
Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantId
Required. The ID of the account to fetch issues for.
Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual long MerchantId { get; }
Property Value
Type | Description |
---|---|
long |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
TimeZone
Optional. The IANA timezone used to localize times in support content. For example 'America/Los_Angeles'. If not set, results will use as a default UTC.
Declaration
[RequestParameter("timeZone", RequestParameterType.Query)]
public virtual string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Renderaccountissues parameter list.
Declaration
protected override void InitParameters()