Skip to content

Added support for style and constituents per aggregate#645

Open
DhivyaBharathi215 wants to merge 1 commit intointegration/mainfrom
382-enhancement-limited-support-for-flexgroup-volume-creation_new
Open

Added support for style and constituents per aggregate#645
DhivyaBharathi215 wants to merge 1 commit intointegration/mainfrom
382-enhancement-limited-support-for-flexgroup-volume-creation_new

Conversation

@DhivyaBharathi215
Copy link
Copy Markdown
Contributor

Added support for style and constituents per aggregate

data.Style = types.StringValue(response.Style)
if data.ConstituentsPerAggregate.IsUnknown() {
data.ConstituentsPerAggregate = types.Int64Null()
}
Copy link
Copy Markdown
Contributor

@chuyich chuyich Apr 4, 2026

Choose a reason for hiding this comment

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

IsUnknown vs IsNull.
sometime check both, but sometime just check one. Maybe it's better to be consistent.

Copy link
Copy Markdown
Contributor

@chuyich chuyich left a comment

Choose a reason for hiding this comment

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

Some questions need your input.

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.

[Enhancement]: Limited Support for FlexGroup Volume Creation

2 participants