class Google::Apis::IamV1::UndeleteRoleRequest
The request to undelete an existing role.
Attributes
etag[RW]
Used to perform a consistent read-modify-write. Corresponds to the JSON property `etag` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/iam_v1/classes.rb, line 1759 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/iam_v1/classes.rb, line 1764 def update!(**args) @etag = args[:etag] if args.key?(:etag) end