class Google::Apis::CloudidentityV1beta1::ExpiryDetail
The `MembershipRole` expiry details.
Attributes
expire_time[RW]
The time at which the `MembershipRole` will expire. Corresponds to the JSON property `expireTime` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudidentity_v1beta1/classes.rb, line 780 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudidentity_v1beta1/classes.rb, line 785 def update!(**args) @expire_time = args[:expire_time] if args.key?(:expire_time) end