DynamicFieldOutput
type DynamicFieldOutput
The output of a dynamic field query, that includes the name, value, and value's json representation.
type DynamicFieldOutput struct {
// The name of the dynamic field
Name DynamicFieldName
// The dynamic field value typename and bcs
Value *DynamicFieldValue
// The json representation of the dynamic field value object
ValueAsJson *Value
}
func (*DynamicFieldOutput) Destroy
func (r *DynamicFieldOutput) Destroy()