type

IssueTargetSegment

IssueTargetSegment is one field, repeated row, or exact translation selector. Segments returns detached selectors for inspection; construct targets with At, Field, Row, Block, and Locale.

Properties

PropertyTypeDescription
FieldstringThe Field value.
RowKeystringThe RowKey value.
BlockTypestringThe BlockType value.
Localeschema.LocaleCodeThe Locale value.

Full signature

type IssueTargetSegment struct { Field string RowKey string BlockType string Locale schema.LocaleCode }

Source operation/issue_target.go:22