Class: Google::Apis::AccessapprovalV1::ApproveApprovalRequestMessage

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/accessapproval_v1/classes.rb,
lib/google/apis/accessapproval_v1/representations.rb,
lib/google/apis/accessapproval_v1/representations.rb

Overview

Request to approve an ApprovalRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ApproveApprovalRequestMessage

Returns a new instance of ApproveApprovalRequestMessage.



326
327
328
# File 'lib/google/apis/accessapproval_v1/classes.rb', line 326

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#expire_timeString

The expiration time of this approval. Corresponds to the JSON property expireTime

Returns:

  • (String)


324
325
326
# File 'lib/google/apis/accessapproval_v1/classes.rb', line 324

def expire_time
  @expire_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



331
332
333
# File 'lib/google/apis/accessapproval_v1/classes.rb', line 331

def update!(**args)
  @expire_time = args[:expire_time] if args.key?(:expire_time)
end