Class AvailableServiceSummary
Available service provider listing for lead generation listings
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class AvailableServiceSummary
Properties
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the listing revision. |
Icon
Declaration
[JsonProperty(PropertyName = "icon")]
public ListingRevisionIconAttachment Icon { get; set; }
Property Value
Type | Description |
---|---|
ListingRevisionIconAttachment |
ListingId
Declaration
[Required(ErrorMessage = "ListingId is required.")]
[JsonProperty(PropertyName = "listingId")]
public string ListingId { get; set; }
Property Value
Type | Description |
---|---|
string | Listing Id for the listing |
Remarks
Required
ShortDescription
Declaration
[JsonProperty(PropertyName = "shortDescription")]
public string ShortDescription { get; set; }
Property Value
Type | Description |
---|---|
string | A short description of the listing revision. |
Tagline
Declaration
[JsonProperty(PropertyName = "tagline")]
public string Tagline { get; set; }
Property Value
Type | Description |
---|---|
string | The tagline of the listing revision. |