#[non_exhaustive]pub struct RowLevelPermissionTagRule { /* private fields */ }
Expand description
A set of rules associated with a tag.
Implementations§
source§impl RowLevelPermissionTagRule
impl RowLevelPermissionTagRule
sourcepub fn column_name(&self) -> Option<&str>
pub fn column_name(&self) -> Option<&str>
The column name that a tag key is assigned to.
sourcepub fn tag_multi_value_delimiter(&self) -> Option<&str>
pub fn tag_multi_value_delimiter(&self) -> Option<&str>
A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.
sourcepub fn match_all_value(&self) -> Option<&str>
pub fn match_all_value(&self) -> Option<&str>
A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.
source§impl RowLevelPermissionTagRule
impl RowLevelPermissionTagRule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RowLevelPermissionTagRule
.
Trait Implementations§
source§impl Clone for RowLevelPermissionTagRule
impl Clone for RowLevelPermissionTagRule
source§fn clone(&self) -> RowLevelPermissionTagRule
fn clone(&self) -> RowLevelPermissionTagRule
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RowLevelPermissionTagRule
impl Debug for RowLevelPermissionTagRule
source§impl PartialEq<RowLevelPermissionTagRule> for RowLevelPermissionTagRule
impl PartialEq<RowLevelPermissionTagRule> for RowLevelPermissionTagRule
source§fn eq(&self, other: &RowLevelPermissionTagRule) -> bool
fn eq(&self, other: &RowLevelPermissionTagRule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.