google_api_cloud_trace v0.7.0 GoogleApi.CloudTrace.V2.Model.TruncatableString View Source

Represents a string that might be shortened to a specified length.

Attributes

  • truncatedByteCount (integer()): The number of bytes removed from the original string. If this value is 0, then the string was not shortened. Defaults to: null.
  • value (String.t): The shortened string. For example, if the original string is 500 bytes long and the limit of the string is 128 bytes, then `value` contains the first 128 bytes of the 500-byte string. Truncation always happens on a UTF8 character boundary. If there are multi-byte characters in the string, then the length of the shortened string might be less than the size limit. 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 type

t() View Source
t() :: %GoogleApi.CloudTrace.V2.Model.TruncatableString{
  truncatedByteCount: any(),
  value: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.