Interface IncludeInheritedPropertiesQueryParameter

interface IncludeInheritedPropertiesQueryParameter {
    includeInheritedProperties?: boolean;
}

Properties

includeInheritedProperties?: boolean