Package | Description |
---|---|
com.google.api.services.script.model |
Modifier and Type | Method and Description |
---|---|
Struct |
Struct.clone() |
Struct |
Value.getStructValue()
Represents a structured value.
|
Struct |
Struct.set(String fieldName,
Object value) |
Struct |
Struct.setFields(Map<String,Value> fields)
Unordered map of dynamically typed values.
|
Modifier and Type | Method and Description |
---|---|
Value |
Value.setStructValue(Struct structValue)
Represents a structured value.
|