Class Placeholder
Place Holder.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class Placeholder
Properties
Key
Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string | key for placeholder. |
PlaceholderProp
Declaration
[JsonProperty(PropertyName = "placeholder")]
public string PlaceholderProp { get; set; }
Property Value
| Type | Description |
|---|---|
| string | placeholder value . |
StepName
Declaration
[Required(ErrorMessage = "StepName is required.")]
[JsonProperty(PropertyName = "stepName")]
public string StepName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Step name for placeholder. |
Remarks
Required