Class AccountIssue
An
AccountIssue
.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class AccountIssue : IMessage<AccountIssue>, IEquatable<AccountIssue>, IDeepCloneable<AccountIssue>, IBufferMessage, IMessage
Constructors
AccountIssue()
Declaration
public AccountIssue()
AccountIssue(AccountIssue)
Declaration
public AccountIssue(AccountIssue other)
Parameters
Type | Name | Description |
---|---|---|
AccountIssue | other |
Properties
AccountIssueName
AccountIssueName-typed view over the Name resource name property.
Declaration
public AccountIssueName AccountIssueName { get; set; }
Property Value
Type | Description |
---|---|
AccountIssueName |
Detail
Further localized details about the issue.
Declaration
public 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
public string DocumentationUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ImpactedDestinations
The impact this issue has on various destinations.
Declaration
public RepeatedField<AccountIssue.Types.ImpactedDestination> ImpactedDestinations { get; }
Property Value
Type | Description |
---|---|
RepeatedField<AccountIssue.Types.ImpactedDestination> |
Name
Identifier. The resource name of the account issue.
Format: accounts/{account}/issues/{id}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Severity
The overall severity of the issue.
Declaration
public AccountIssue.Types.Severity Severity { get; set; }
Property Value
Type | Description |
---|---|
AccountIssue.Types.Severity |
Title
The localized title of the issue.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |