Constructor
new BytesValue(type, value)
Creates a new BytesValue instance.
Parameters:
Name | Type | Description |
---|---|---|
type | string | The type of the BytesValue. |
value | string | The value of the BytesValue. |
- Source
Members
type
Gets the type of the BytesValue.
- Source
value
Gets the value of the BytesValue.
- Source
Methods
asMap() → {Map.<string, string>}
Converts the BytesValue to a map.
- Source
Returns:
A map representation of the BytesValue.
- Type:
- Map.<string, string>