pub type PbCreateViewRequest = CreateViewRequest;Aliased Type§
pub struct PbCreateViewRequest {
pub view: Option<View>,
pub dependencies: Vec<TypedId<256>>,
}Fields§
§view: Option<View>§dependencies: Vec<TypedId<256>>The list of object IDs that this view depends on.