Package version:

Interface OrganizationResourceUpdateProperties

The updatable properties of the OrganizationResource.

interface OrganizationResourceUpdateProperties {
    partnerOrganizationProperties?: LiftrBaseDataPartnerOrganizationPropertiesUpdate;
    user?: LiftrBaseUserDetailsUpdate;
}

Properties

partnerOrganizationProperties?: LiftrBaseDataPartnerOrganizationPropertiesUpdate

Organization properties

Details of the user.

Generated using TypeDoc