Show / Hide Table of Contents

Class UpdateServiceListingRevisionDetails

Listing revision update details for listings

Inheritance
object
UpdateListingRevisionDetails
UpdateServiceListingRevisionDetails
Inherited Members
UpdateListingRevisionDetails.DisplayName
UpdateListingRevisionDetails.Headline
UpdateListingRevisionDetails.Tagline
UpdateListingRevisionDetails.Keywords
UpdateListingRevisionDetails.ShortDescription
UpdateListingRevisionDetails.UsageInformation
UpdateListingRevisionDetails.LongDescription
UpdateListingRevisionDetails.ContentLanguage
UpdateListingRevisionDetails.Supportedlanguages
UpdateListingRevisionDetails.SupportContacts
UpdateListingRevisionDetails.SupportLinks
UpdateListingRevisionDetails.FreeformTags
UpdateListingRevisionDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class UpdateServiceListingRevisionDetails : UpdateListingRevisionDetails

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
[JsonProperty(PropertyName = "industries")]
public List<string> Industries { get; set; }
Property Value
Type Description
List<string>

List of industries subscribed by listing.

ProductCodes

Declaration
[JsonProperty(PropertyName = "productCodes")]
public List<string> ProductCodes { get; set; }
Property Value
Type Description
List<string>

List of product codes subscribed by listing.

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

In this article
Back to top