Class IssueresolutionResource.RenderaccountissuesRequest
Provide a list of business's account issues with an issue resolution content and available actions. This content and actions are meant to be rendered and shown in third-party applications.
Inheritance
IssueresolutionResource.RenderaccountissuesRequest
Inherited Members
Namespace: Google.Apis.Merchant.issueresolution_v1beta
Assembly: Google.Apis.Merchant.issueresolution_v1beta.dll
Syntax
public class IssueresolutionResource.RenderaccountissuesRequest : MerchantBaseServiceRequest<RenderAccountIssuesResponse>, IClientServiceRequest<RenderAccountIssuesResponse>, IClientServiceRequest
Constructors
RenderaccountissuesRequest(IClientService, RenderIssuesRequestPayload, string)
Constructs a new Renderaccountissues request.
Declaration
public RenderaccountissuesRequest(IClientService service, RenderIssuesRequestPayload body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RenderIssuesRequestPayload | body | |
string | name |
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 issue
resolution 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 |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The account to fetch issues for. Format: accounts/{account}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
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 an issue resolution 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()