Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Implement raw field for instance variables API #1682

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

timofurrer
Copy link
Contributor

No description provided.

@timofurrer
Copy link
Contributor Author

@svanharmelen do you mind giving this a review and release? 🙏

@@ -107,6 +108,7 @@ type CreateInstanceVariableOptions struct {
VariableType *VariableTypeValue `url:"variable_type,omitempty" json:"variable_type,omitempty"`
Protected *bool `url:"protected,omitempty" json:"protected,omitempty"`
Masked *bool `url:"masked,omitempty" json:"masked,omitempty"`
Raw bool `url:"raw,omitempty" json:"raw,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be a pointer...

@@ -140,6 +142,7 @@ type UpdateInstanceVariableOptions struct {
VariableType *VariableTypeValue `url:"variable_type,omitempty" json:"variable_type,omitempty"`
Protected *bool `url:"protected,omitempty" json:"protected,omitempty"`
Masked *bool `url:"masked,omitempty" json:"masked,omitempty"`
Raw bool `url:"raw,omitempty" json:"raw,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

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

This needs to be a pointer...

Verified

This commit was signed with the committer’s verified signature.
renaudhartert-db Renaud Hartert
Copy link
Member

@svanharmelen svanharmelen left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM!

@svanharmelen svanharmelen merged commit 20cdbe7 into xanzy:master Apr 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants