Show / Hide Table of Contents

Class CatalogContentDetails

Details for Terraform content.

Inheritance
object
ContentDetails
CatalogContentDetails
Inherited Members
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 CatalogContentDetails : ContentDetails

Properties

CatalogId

Declaration
[Required(ErrorMessage = "CatalogId is required.")]
[JsonProperty(PropertyName = "catalogId")]
public string CatalogId { get; set; }
Property Value
Type Description
string

Catalog Id having terraform package.

Remarks

Required

In this article
Back to top