google_api_security_center v0.3.0 GoogleApi.SecurityCenter.V1.Model.ListAssetsResponse View Source
Response message for listing assets.
Attributes
listAssetsResults(type:list(GoogleApi.SecurityCenter.V1.Model.ListAssetsResult.t), default:nil) - Assets 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 assets matching the query.
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 Sourcet() :: %GoogleApi.SecurityCenter.V1.Model.ListAssetsResponse{
listAssetsResults: [GoogleApi.SecurityCenter.V1.Model.ListAssetsResult.t()],
nextPageToken: String.t(),
readTime: DateTime.t(),
totalSize: integer()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.