Reference documentation and code samples for the Access Approval V1 API class Google::Cloud::AccessApproval::V1::ApproveApprovalRequestMessage.
Request to approve an ApprovalRequest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#expire_time
def expire_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The expiration time of this approval.
#expire_time=
def expire_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The expiration time of this approval.
Returns
- (::Google::Protobuf::Timestamp) — The expiration time of this approval.
#name
def name() -> ::String
Returns
- (::String) — Name of the approval request to approve.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the approval request to approve.
Returns
- (::String) — Name of the approval request to approve.