GoogleFirestoreAdminV1TtlConfig.fromJson constructor

GoogleFirestoreAdminV1TtlConfig.fromJson(
  1. Map json_
)

Implementation

GoogleFirestoreAdminV1TtlConfig.fromJson(core.Map json_)
  : this(
      expirationOffset: json_['expirationOffset'] as core.String?,
      state: json_['state'] as core.String?,
    );