Show / Hide Table of Contents

Class CatalogMarketplaceSourceConfig

Catalog market source config.

Inheritance
object
CatalogSourcePayload
CatalogMarketplaceSourceConfig
Inherited Members
CatalogSourcePayload.WorkingDirectory
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CatalogMarketplaceSourceConfig : CatalogSourcePayload

Properties

ListingId

Declaration
[JsonProperty(PropertyName = "listingId")]
public string ListingId { get; set; }
Property Value
Type Description
string

This listing Id parameter of Payload.

Version

Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type Description
string

This version parameter of Payload.

In this article
Back to top