Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ressources): update Message struct #104

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

mlgd
Copy link

@mlgd mlgd commented Jul 7, 2023

No description provided.

resources/resources.go Show resolved Hide resolved
StateID int64 `json:",omitempty"`
StatePermanent bool `json:",omitempty"`
Status string `json:",omitempty"`
DestinationID int64 `json:",omitempty"`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DestinationID int64 `json:",omitempty"`
Destination int64 `json:",omitempty"`

https://dev.mailjet.com/email/reference/messages/#v3_get_message_message_ID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants