diff options
| author | vovamelnikov <[email protected]> | 2023-09-05 19:08:38 +0300 |
|---|---|---|
| committer | vovamelnikov <[email protected]> | 2023-09-05 20:29:26 +0300 |
| commit | 7e762ee28ddf028e5e97d0d1873ddbb7800972ef (patch) | |
| tree | 1e3e67eccae2ad1f706ace568af175e49d61a459 /yt/cpp/mapreduce/interface/client_method_options.h | |
| parent | 260e4396096e87d87dc7e95f9f6eb11854df0c2d (diff) | |
YT-19222: Forbid irreversible changes to ACLs (unless they are forced)
Diffstat (limited to 'yt/cpp/mapreduce/interface/client_method_options.h')
| -rw-r--r-- | yt/cpp/mapreduce/interface/client_method_options.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/interface/client_method_options.h b/yt/cpp/mapreduce/interface/client_method_options.h index 80746323535..1efbc732efe 100644 --- a/yt/cpp/mapreduce/interface/client_method_options.h +++ b/yt/cpp/mapreduce/interface/client_method_options.h @@ -154,7 +154,13 @@ struct TSetOptions /// /// @see https://yt.yandex-team.ru/docs/api/commands.html#multiset_attributes struct TMultisetAttributesOptions -{ }; +{ + /// @cond Doxygen_Suppress + using TSelf = TMultisetAttributesOptions; + /// @endcond + + FLUENT_FIELD_OPTION(bool, Force); +}; /// /// @brief Options for @ref NYT::ICypressClient::List |
