google_api_security_center v0.13.1 GoogleApi.SecurityCenter.V1.Model.SetFindingStateRequest View Source
Request message for updating a finding's state.
Attributes
-
startTime
(type:DateTime.t
, default:nil
) - Required. The time at which the updated state takes effect. -
state
(type:String.t
, default:nil
) - Required. The desired State of the finding.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SecurityCenter.V1.Model.SetFindingStateRequest{ startTime: DateTime.t(), state: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.