Show / Hide Table of Contents

Class FileTaskArgument

A file variable that holds a value

Inheritance
object
TaskArgument
FileTaskArgument
Inherited Members
TaskArgument.Name
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 FileTaskArgument : TaskArgument

Properties

Content

Declaration
[JsonProperty(PropertyName = "content")]
public InputFileContentDetails Content { get; set; }
Property Value
Type Description
InputFileContentDetails
In this article
Back to top