Show / Hide Table of Contents

Class AccountIssue

An AccountIssue.

Inheritance
object
AccountIssue
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.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AccountIssue : IDirectResponseSchema

Properties

Detail

Further localized details about the issue.

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

DocumentationUri

Link to Merchant Center Help Center providing further information about the issue and how to fix it.

Declaration
[JsonProperty("documentationUri")]
public virtual string DocumentationUri { 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

ImpactedDestinations

The impact this issue has on various destinations.

Declaration
[JsonProperty("impactedDestinations")]
public virtual IList<ImpactedDestination> ImpactedDestinations { get; set; }
Property Value
Type Description
IList<ImpactedDestination>

Name

Identifier. The resource name of the account issue. Format: accounts/{account}/issues/{id}

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

Severity

The overall severity of the issue.

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

Title

The localized title of the issue.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX