View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse (google_api_apigee v0.53.0)
Response for BatchComputeSecurityAssessmentResults.
Attributes
-
assessmentTime(type:DateTime.t, default:nil) - The time of the assessment api call. -
nextPageToken(type:String.t, default:nil) - A token that can be sent aspage_tokento retrieve the next page. If this field is blank, there are no subsequent pages. -
securityAssessmentResults(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResult.t), default:nil) - Default sort order is by resource name in alphabetic order.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsResponse{ assessmentTime: DateTime.t() | nil, nextPageToken: String.t() | nil, securityAssessmentResults: [ GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SecurityAssessmentResult.t() ] | nil }