Class FunctionDeployEnvironmentSummary
Specifies the Function environment.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class FunctionDeployEnvironmentSummary : DeployEnvironmentSummary
Properties
FunctionId
Declaration
[Required(ErrorMessage = "FunctionId is required.")]
[JsonProperty(PropertyName = "functionId")]
public string FunctionId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Function. |
Remarks
Required