class Google::Apis::ProximitybeaconV1beta1::ListDiagnosticsResponse
Response that contains the requested diagnostics.
Attributes
diagnostics[RW]
The diagnostics matching the given request. Corresponds to the JSON property `diagnostics` @return [Array<Google::Apis::ProximitybeaconV1beta1::Diagnostics>]
next_page_token[RW]
Token that can be used for pagination. Returned only if the request matches more beacons than can be returned in this response. Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/proximitybeacon_v1beta1/classes.rb, line 400 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/proximitybeacon_v1beta1/classes.rb, line 405 def update!(**args) @diagnostics = args[:diagnostics] if args.key?(:diagnostics) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end