Skip to content
RallyHere Docs
GitHub

RHAPI_UpdatePersonInfoRequest

Summary

MembersDescriptions
struct FRHAPI_UpdatePersonInfoRequestRequest to update a person’s info.

struct FRHAPI_UpdatePersonInfoRequest

struct FRHAPI_UpdatePersonInfoRequest
  : public FRHAPI_Model

Request to update a person’s info.

Summary

MembersDescriptions
public FString EmailEmail address to update to.
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)Fills this object with data from the passed in JSON.
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) constWrites the data from this object into the specified JSON Writer stream.
public inline FString & GetEmail()Gets the value of Email.
public inline const FString & GetEmail() constGets the value of Email.
public inline void SetEmail(FString NewValue)Sets the value of Email.

Members

public FString Email

Email address to update to.

public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)

Fills this object with data from the passed in JSON.

Parameters

  • JsonValue Data from the API call.

Returns

true if parsing of the JSON data was successful.

public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const

Writes the data from this object into the specified JSON Writer stream.

Parameters

  • Writer JSON Writer stream to push .

public inline FString & GetEmail()

Gets the value of Email.

public inline const FString & GetEmail() const

Gets the value of Email.

public inline void SetEmail(FString NewValue)

Sets the value of Email.