Class: Google::Apis::CloudidentityV1beta1::ExpiryDetail
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1beta1::ExpiryDetail
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/cloudidentity_v1beta1/classes.rb,
generated/google/apis/cloudidentity_v1beta1/representations.rb,
generated/google/apis/cloudidentity_v1beta1/representations.rb
Overview
The MembershipRole
expiry details.
Instance Attribute Summary collapse
-
#expire_time ⇒ String
The time at which the
MembershipRole
will expire.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExpiryDetail
constructor
A new instance of ExpiryDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExpiryDetail
Returns a new instance of ExpiryDetail.
817 818 819 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 817 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expire_time ⇒ String
The time at which the MembershipRole
will expire.
Corresponds to the JSON property expireTime
815 816 817 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 815 def expire_time @expire_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
822 823 824 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 822 def update!(**args) @expire_time = args[:expire_time] if args.key?(:expire_time) end |