Skip to content

SearchCriteriaExactOrganizationType

Bases: SearchCriteria

Criteria for searching for an organization type.

Attributes:

organization_type (str):
Source code in src/mercury_ocip/commands/commands.py
@dataclass(kw_only=True)
class SearchCriteriaExactOrganizationType(SearchCriteria):
    """Criteria for searching for an organization type.

    Attributes:

        organization_type (str):

    """

    organization_type: str = field(metadata={"alias": "organizationType"})