# Functions

BoolValueToPointer converts basetypes.BoolValue to a pointer to bool.
Float64ValueToPointer converts basetypes.Float64Value to a pointer to float64.
Int64ValueToPointer converts basetypes.Int64Value to a pointer to int64.
StringListToPointer converts basetypes.ListValue to a pointer to a list of strings.
StringValueToPointer converts basetypes.StringValue to a pointer to string.
ToJSONMApPartialUpdatePayload returns a map[string]interface{} to be used in a PATCH request payload.
No description provided by the author
No description provided by the author
ToStringInterfaceMap converts a basetypes.MapValue of Strings to a map[string]interface{}.
No description provided by the author