
com.pulumi.azurenative.web.outputs.ListWorkflowRunActionRepetitionExpressionTracesResult Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.web.outputs;
import com.pulumi.azurenative.web.outputs.ExpressionRootResponse;
import com.pulumi.core.annotations.CustomType;
import java.lang.Object;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
@CustomType
public final class ListWorkflowRunActionRepetitionExpressionTracesResult {
private @Nullable List inputs;
/**
* @return The link used to get the next page of recommendations.
*
*/
private @Nullable String nextLink;
private @Nullable Object value;
private ListWorkflowRunActionRepetitionExpressionTracesResult() {}
public List inputs() {
return this.inputs == null ? List.of() : this.inputs;
}
/**
* @return The link used to get the next page of recommendations.
*
*/
public Optional nextLink() {
return Optional.ofNullable(this.nextLink);
}
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy