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
IMessage<BuiltInSimpleAction>
IEquatable<BuiltInSimpleAction>
IDeepCloneable<BuiltInSimpleAction>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class BuiltInSimpleAction : IMessage<BuiltInSimpleAction>, IEquatable<BuiltInSimpleAction>, IDeepCloneable<BuiltInSimpleAction>, IBufferMessage, IMessage

Constructors

BuiltInSimpleAction()

Declaration
public BuiltInSimpleAction()

BuiltInSimpleAction(BuiltInSimpleAction)

Declaration
public BuiltInSimpleAction(BuiltInSimpleAction other)
Parameters
Type Name Description
BuiltInSimpleAction other

Properties

AdditionalContent

Long text from an external source that should be available to the business. Present when the [type][google.shopping.merchant.issueresolution.v1.BuiltInSimpleAction.type] is SHOW_ADDITIONAL_CONTENT.

Declaration
public BuiltInSimpleAction.Types.AdditionalContent AdditionalContent { get; set; }
Property Value
Type Description
BuiltInSimpleAction.Types.AdditionalContent

AttributeCode

The attribute that needs to be updated. Present when the [type][google.shopping.merchant.issueresolution.v1.BuiltInSimpleAction.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
public string AttributeCode { get; set; }
Property Value
Type Description
string

HasAttributeCode

Gets whether the "attribute_code" field is set

Declaration
public bool HasAttributeCode { get; }
Property Value
Type Description
bool

Type

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

Declaration
public BuiltInSimpleAction.Types.BuiltInSimpleActionType Type { get; set; }
Property Value
Type Description
BuiltInSimpleAction.Types.BuiltInSimpleActionType
In this article
Back to top Generated by DocFX