Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFProfilesSetProfileLanguageResponse data model.
Syntax
typedef struct PFProfilesSetProfileLanguageResponse {
PFOperationTypes const* operationResult;
int32_t const* versionNumber;
} PFProfilesSetProfileLanguageResponse;
Members
operationResult PFOperationTypes const*
may be nullptr
(Optional) The type of operation that occured on the profile's language.
versionNumber int32_t const*
may be nullptr
(Optional) The updated version of the profile after the language update.
Requirements
Header: PFProfilesTypes.h