Variable GetEmailAddressOutputSchemaConst

GetEmailAddressOutputSchema: TObject<{
    byu_id: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>;
    created_by_byu_id: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>;
    created_datetime: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>;
    email_address: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>;
    email_address_type: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>;
    metadata: TObject<{
        restricted: TBoolean;
        validation_response: TObject<{
            code: TNumber;
            message: TString;
        }>;
    }>;
    unlisted: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TBoolean;
    }>;
    updated_by_byu_id: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>;
    updated_datetime: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>;
    verified_flag: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TBoolean;
    }>;
}> = ...

Type declaration

  • byu_id: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>
  • created_by_byu_id: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>
  • created_datetime: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>
  • email_address: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>
  • email_address_type: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>
  • metadata: TObject<{
        restricted: TBoolean;
        validation_response: TObject<{
            code: TNumber;
            message: TString;
        }>;
    }>
  • unlisted: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TBoolean;
    }>
  • updated_by_byu_id: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>
  • updated_datetime: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TString;
    }>
  • verified_flag: TObject<{
        api_type: TString;
        description: TOptional<TString>;
        value: TBoolean;
    }>