google_api_proximity_beacon v0.2.0 GoogleApi.ProximityBeacon.V1beta1.Model.ListDiagnosticsResponse View Source
Response that contains the requested diagnostics.
Attributes
- diagnostics ([Diagnostics]): The diagnostics matching the given request. Defaults to:
null
. - nextPageToken (String.t): Token that can be used for pagination. Returned only if the request matches more beacons than can be returned in this response. 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()
View Source
t() :: %GoogleApi.ProximityBeacon.V1beta1.Model.ListDiagnosticsResponse{
diagnostics: [GoogleApi.ProximityBeacon.V1beta1.Model.Diagnostics.t()],
nextPageToken: any()
}
t() :: %GoogleApi.ProximityBeacon.V1beta1.Model.ListDiagnosticsResponse{ diagnostics: [GoogleApi.ProximityBeacon.V1beta1.Model.Diagnostics.t()], nextPageToken: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.