Class CatalogSourcePayload
Catalog source payload.
Inheritance
CatalogSourcePayload
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
[JsonConverter(typeof(CatalogSourcePayloadModelConverter))]
public class CatalogSourcePayload
Properties
WorkingDirectory
Declaration
[JsonProperty(PropertyName = "workingDirectory")]
public string WorkingDirectory { get; set; }
Property Value
Type | Description |
---|---|
string | File path to the directory to use for running Terraform. If not specified, the root directory is used. |