View Source GoogleApi.CloudTrace.V2.Model.Attributes (google_api_cloud_trace v0.23.2)
A set of attributes as key-value pairs.
Attributes
-
attributeMap
(type:%{optional(String.t) => GoogleApi.CloudTrace.V2.Model.AttributeValue.t}
, default:nil
) - A 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 valuestrue
orfalse
. For example: "/instance_id": { "string_value": { "value": "my-instance" } } "/http/request_bytes": { "int_value": 300 } "example.com/myattribute": { "bool_value": false } -
droppedAttributesCount
(type:integer()
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudTrace.V2.Model.Attributes{ attributeMap: %{optional(String.t()) => GoogleApi.CloudTrace.V2.Model.AttributeValue.t()} | nil, droppedAttributesCount: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.