google_api_cloud_trace v0.7.0 GoogleApi.CloudTrace.V2.Model.Attributes View Source
A set of attributes, each in the format `[KEY]:[VALUE]`.
Attributes
- attributeMap (%{optional(String.t) => AttributeValue}): The set of attributes. Each attribute's key can be up to 128 bytes long. The value can be a string up to 256 bytes, a signed 64-bit integer, or the Boolean values `true` and `false`. For example: "/instance_id": "my-instance" "/http/user_agent": "" "/http/request_bytes": 300 "abc.com/myattribute": true Defaults to:
null
. - droppedAttributesCount (integer()): The number of attributes that were discarded. Attributes can be discarded because their keys are too long or because there are too many attributes. If this value is 0 then all attributes are valid. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.