Class AdminCustomerSuccessAttachment
Customer success attachment for the listing revision.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class AdminCustomerSuccessAttachment : AdminListingRevisionAttachment
Properties
ContentUrl
Declaration
[JsonProperty(PropertyName = "contentUrl")]
public string ContentUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string | URL of the uploaded document. |
CustomerName
Declaration
[Required(ErrorMessage = "CustomerName is required.")]
[JsonProperty(PropertyName = "customerName")]
public string CustomerName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of the customer |
Remarks
Required
IsOracleUsersOnly
Declaration
[JsonProperty(PropertyName = "isOracleUsersOnly")]
public bool? IsOracleUsersOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Identifies whether the attachment is for Internal Oracle Users or external users as well. |
MimeType
Declaration
[JsonProperty(PropertyName = "mimeType")]
public string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The MIME type of the uploaded data. |
ProductCodes
Declaration
[JsonProperty(PropertyName = "productCodes")]
public List<string> ProductCodes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | List of product codes this success |
Url
Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Optional url to success story |