Class CreateServiceListingRevisionDetails
Listing revision update details for listings
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class CreateServiceListingRevisionDetails : CreateListingRevisionDetails
Properties
ContactUs
Declaration
[JsonProperty(PropertyName = "contactUs")]
public string ContactUs { get; set; }
Property Value
Type | Description |
---|---|
string | Custom text by partner regarding contact information |
GeoLocations
Declaration
[JsonProperty(PropertyName = "geoLocations")]
public List<GeoLocation> GeoLocations { get; set; }
Property Value
Type | Description |
---|---|
List<GeoLocation> | Support details based on geographic location |
Industries
Declaration
[Required(ErrorMessage = "Industries is required.")]
[JsonProperty(PropertyName = "industries")]
public List<string> Industries { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of industries subscribed by listing. |
Remarks
Required
ProductCodes
Declaration
[Required(ErrorMessage = "ProductCodes is required.")]
[JsonProperty(PropertyName = "productCodes")]
public List<string> ProductCodes { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of product codes subscribed by listing. |
Remarks
Required
TrainedProfessionals
Declaration
[JsonProperty(PropertyName = "trainedProfessionals")]
public List<TrainedProfessionals> TrainedProfessionals { get; set; }
Property Value
Type | Description |
---|---|
List<TrainedProfessionals> | Number of trained professional per product |
VanityUrl
Declaration
[JsonProperty(PropertyName = "vanityUrl")]
public string VanityUrl { get; set; }
Property Value
Type | Description |
---|---|
string | Custom link to the listing |