class Google::Apis::AccessapprovalV1::ApproveApprovalRequestMessage
Request to approve an ApprovalRequest
.
Attributes
expire_time[RW]
The expiration time of this approval. Corresponds to the JSON property `expireTime` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/accessapproval_v1/classes.rb, line 222 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/accessapproval_v1/classes.rb, line 227 def update!(**args) @expire_time = args[:expire_time] if args.key?(:expire_time) end