Class: Google::Apis::CloudidentityV1beta1::ExpiryDetail

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

Overview

The MembershipRole expiry details.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExpiryDetail

Returns a new instance of ExpiryDetail.



1049
1050
1051
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1049

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

Instance Attribute Details

#expire_timeString

The time at which the MembershipRole will expire. Corresponds to the JSON property expireTime

Returns:

  • (String)


1047
1048
1049
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1047

def expire_time
  @expire_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1054
1055
1056
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 1054

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