Class: Google::Apis::FirestoreV1::GoogleFirestoreAdminV1TtlConfigDelta

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

Overview

Information about an TTL configuration change.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirestoreAdminV1TtlConfigDelta

Returns a new instance of GoogleFirestoreAdminV1TtlConfigDelta.



1520
1521
1522
# File 'lib/google/apis/firestore_v1/classes.rb', line 1520

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

Instance Attribute Details

#change_typeString

Specifies how the TTL configuration is changing. Corresponds to the JSON property changeType

Returns:

  • (String)


1518
1519
1520
# File 'lib/google/apis/firestore_v1/classes.rb', line 1518

def change_type
  @change_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1525
1526
1527
# File 'lib/google/apis/firestore_v1/classes.rb', line 1525

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