pub struct SchemaRestrictionResponse {
pub active_metric_restrictions: Option<Vec<ActiveMetricRestriction>>,
}Expand description
The schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.
This type is not used in any activity, and only used as part of another schema.
Fields§
§active_metric_restrictions: Option<Vec<ActiveMetricRestriction>>All restrictions actively enforced in creating the report. For example, purchaseRevenue always has the restriction type REVENUE_DATA. However, this active response restriction is only populated if the user’s custom role disallows access to REVENUE_DATA.
Trait Implementations§
source§impl Clone for SchemaRestrictionResponse
impl Clone for SchemaRestrictionResponse
source§fn clone(&self) -> SchemaRestrictionResponse
fn clone(&self) -> SchemaRestrictionResponse
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 SchemaRestrictionResponse
impl Debug for SchemaRestrictionResponse
source§impl Default for SchemaRestrictionResponse
impl Default for SchemaRestrictionResponse
source§fn default() -> SchemaRestrictionResponse
fn default() -> SchemaRestrictionResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SchemaRestrictionResponse
impl<'de> Deserialize<'de> for SchemaRestrictionResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more