google_api_proximity_beacon v0.7.0 GoogleApi.ProximityBeacon.V1beta1.Model.ListDiagnosticsResponse View Source

Response that contains the requested diagnostics.

Attributes

  • diagnostics (type: list(GoogleApi.ProximityBeacon.V1beta1.Model.Diagnostics.t), default: nil) - The diagnostics matching the given request.
  • nextPageToken (type: String.t, default: nil) - Token that can be used for pagination. Returned only if the request matches more beacons than can be returned in this response.

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.ProximityBeacon.V1beta1.Model.ListDiagnosticsResponse{
  diagnostics: [GoogleApi.ProximityBeacon.V1beta1.Model.Diagnostics.t()],
  nextPageToken: String.t()
}

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.