Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourceFeatureFlagTargetGroup ¶
ResourceFeatureFlagTargetGroup ...
Types ¶
type FFTargetGroupOpts ¶
type FFTargetGroupOpts struct { Identifier string `json:"identifier,omitempty"` Name string `json:"name,omitempty"` Included []*string `json:"included,omitempty"` Excluded []*string `json:"excluded,omitempty"` Rules []*nextgen.Clause `json:"rules,omitempty"` }
FFTargetGroupOpts ...
type FFTargetGroupQueryParameters ¶
type FFTargetGroupQueryParameters struct { Identifier string `json:"identifier,omitempty"` OrgID string `json:"orgId,omitempty"` Project string `json:"project,omitempty"` AcountID string `json:"accountId,omitempty"` Environment string `json:"environment,omitempty"` }
FFTargetGroupQueryParameters ...
type SegmentRequest ¶
type SegmentRequest struct { Identifier string `json:"identifier,omitempty"` Project string `json:"project,omitempty"` Environment string `json:"environment,omitempty"` Name string `json:"name,omitempty"` Included []*string `json:"included,omitempty"` Excluded []*string `json:"excluded,omitempty"` Rules []*nextgen.Clause `json:"rules,omitempty"` }
SegmentRequest ...
Click to show internal directories.
Click to hide internal directories.