GoogleApi.SecurityCenter.V1.Model.ListFindingsResponse (google_api_security_center v0.39.0)
View SourceResponse message for listing findings.
Attributes
-
listFindingsResults
(type:list(GoogleApi.SecurityCenter.V1.Model.ListFindingsResult.t)
, default:nil
) - Findings matching the list request. -
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results. -
readTime
(type:DateTime.t
, default:nil
) - Time used for executing the list request. -
totalSize
(type:integer()
, default:nil
) - The total number of findings matching the query.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.ListFindingsResponse{ listFindingsResults: [GoogleApi.SecurityCenter.V1.Model.ListFindingsResult.t()] | nil, nextPageToken: String.t() | nil, readTime: DateTime.t() | nil, totalSize: integer() | nil }