Show / Hide Table of Contents

Class BuiltInSimpleAction

Action that is implemented and performed in (your) third-party application. Represents various functionality that is expected to be available to business and will help them with resolving the issue. The application should point the business to the place, where they can access the corresponding functionality. If the functionality is not supported, it is recommended to explain the situation to the business and provide them with instructions how to solve the issue.

Inheritance
object
BuiltInSimpleAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.issueresolution_v1beta.Data
Assembly: Google.Apis.Merchant.issueresolution_v1beta.dll
Syntax
public class BuiltInSimpleAction : IDirectResponseSchema

Properties

AdditionalContent

Long text from an external source that should be available to the business. Present when the type is SHOW_ADDITIONAL_CONTENT.

Declaration
[JsonProperty("additionalContent")]
public virtual AdditionalContent AdditionalContent { get; set; }
Property Value
Type Description
AdditionalContent

AttributeCode

The attribute that needs to be updated. Present when the type is EDIT_ITEM_ATTRIBUTE. This field contains a code for attribute, represented in snake_case. You can find a list of product's attributes, with their codes here.

Declaration
[JsonProperty("attributeCode")]
public virtual string AttributeCode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Type

The type of action that represents a functionality that is expected to be available in third-party application.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX