Class PivotPropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.costmanagement.outputs.PivotPropertiesResponse
-
public final class PivotPropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PivotPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PivotPropertiesResponse.Builder
builder()
static PivotPropertiesResponse.Builder
builder(PivotPropertiesResponse defaults)
java.util.Optional<java.lang.String>
name()
java.util.Optional<java.lang.String>
type()
-
-
-
Method Detail
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- Data field to show in view.
-
type
public java.util.Optional<java.lang.String> type()
- Returns:
- Data type to show in view.
-
builder
public static PivotPropertiesResponse.Builder builder()
-
builder
public static PivotPropertiesResponse.Builder builder(PivotPropertiesResponse defaults)
-
-