EncodedTaskRunRequestArgs

constructor(agentConfiguration: Output<AgentPropertiesArgs>? = null, agentPoolName: Output<String>? = null, credentials: Output<CredentialsArgs>? = null, encodedTaskContent: Output<String>, encodedValuesContent: Output<String>? = null, isArchiveEnabled: Output<Boolean>? = null, logTemplate: Output<String>? = null, platform: Output<PlatformPropertiesArgs>, sourceLocation: Output<String>? = null, timeout: Output<Int>? = null, type: Output<String>, values: Output<List<SetValueArgs>>? = null)