Documentation
¶
Index ¶
- func ReviewCommand() *ffcli.Command
- func ReviewDetailsAttachmentsDeleteCommand() *ffcli.Command
- func ReviewDetailsAttachmentsGetCommand() *ffcli.Command
- func ReviewDetailsAttachmentsListCommand() *ffcli.Command
- func ReviewDetailsAttachmentsUploadCommand() *ffcli.Command
- func ReviewDetailsCreateCommand() *ffcli.Command
- func ReviewDetailsForVersionCommand() *ffcli.Command
- func ReviewDetailsGetCommand() *ffcli.Command
- func ReviewDetailsUpdateCommand() *ffcli.Command
- func ReviewDoctorCommand() *ffcli.Command
- func ReviewHistoryCommand() *ffcli.Command
- func ReviewItemsAddCommand() *ffcli.Command
- func ReviewItemsGetCommand() *ffcli.Command
- func ReviewItemsListCommand() *ffcli.Command
- func ReviewItemsRemoveCommand() *ffcli.Command
- func ReviewItemsUpdateCommand() *ffcli.Command
- func ReviewStatusCommand() *ffcli.Command
- func ReviewSubmissionsCancelCommand() *ffcli.Command
- func ReviewSubmissionsCreateCommand() *ffcli.Command
- func ReviewSubmissionsGetCommand() *ffcli.Command
- func ReviewSubmissionsItemsIDsCommand() *ffcli.Command
- func ReviewSubmissionsListCommand() *ffcli.Command
- func ReviewSubmissionsSubmitCommand() *ffcli.Command
- func ReviewSubmissionsUpdateCommand() *ffcli.Command
- func ReviewSubmitCommand() *ffcli.Command
- func ReviewsCommand() *ffcli.Command
- func ReviewsGetCommand() *ffcli.Command
- func ReviewsListCommand() *ffcli.Command
- func ReviewsRatingsCommand() *ffcli.Command
- func ReviewsRespondCommand() *ffcli.Command
- func ReviewsResponseCommand() *ffcli.Command
- func ReviewsResponseDeleteCommand() *ffcli.Command
- func ReviewsResponseForReviewCommand() *ffcli.Command
- func ReviewsResponseGetCommand() *ffcli.Command
- func ReviewsSummarizationsCommand() *ffcli.Command
- type SubmissionHistoryEntry
- type SubmissionHistoryItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReviewCommand ¶
ReviewCommand returns the review parent command.
func ReviewDetailsAttachmentsDeleteCommand ¶
ReviewDetailsAttachmentsDeleteCommand returns the review attachments delete subcommand.
func ReviewDetailsAttachmentsGetCommand ¶
ReviewDetailsAttachmentsGetCommand returns the review attachments get subcommand.
func ReviewDetailsAttachmentsListCommand ¶
ReviewDetailsAttachmentsListCommand returns the review attachments list subcommand.
func ReviewDetailsAttachmentsUploadCommand ¶
ReviewDetailsAttachmentsUploadCommand returns the review attachments upload subcommand.
func ReviewDetailsCreateCommand ¶
ReviewDetailsCreateCommand returns the review details create subcommand.
func ReviewDetailsForVersionCommand ¶
ReviewDetailsForVersionCommand returns the review details for-version subcommand.
func ReviewDetailsGetCommand ¶
ReviewDetailsGetCommand returns the review details get subcommand.
func ReviewDetailsUpdateCommand ¶
ReviewDetailsUpdateCommand returns the review details update subcommand.
func ReviewDoctorCommand ¶ added in v1.260404.0
ReviewDoctorCommand returns an app-scoped review blocker diagnosis command.
func ReviewHistoryCommand ¶
ReviewHistoryCommand returns the history subcommand.
func ReviewItemsAddCommand ¶
ReviewItemsAddCommand returns the review items add subcommand.
func ReviewItemsGetCommand ¶
ReviewItemsGetCommand returns the review items get subcommand.
func ReviewItemsListCommand ¶
ReviewItemsListCommand returns the review items list subcommand.
func ReviewItemsRemoveCommand ¶
ReviewItemsRemoveCommand returns the review items remove subcommand.
func ReviewItemsUpdateCommand ¶
ReviewItemsUpdateCommand returns the review items update subcommand.
func ReviewStatusCommand ¶ added in v1.260404.0
ReviewStatusCommand returns an app-scoped review status command.
func ReviewSubmissionsCancelCommand ¶
ReviewSubmissionsCancelCommand returns the review submissions cancel subcommand.
func ReviewSubmissionsCreateCommand ¶
ReviewSubmissionsCreateCommand returns the review submissions create subcommand.
func ReviewSubmissionsGetCommand ¶
ReviewSubmissionsGetCommand returns the review submissions get subcommand.
func ReviewSubmissionsItemsIDsCommand ¶
ReviewSubmissionsItemsIDsCommand returns the review submission item IDs subcommand.
func ReviewSubmissionsListCommand ¶
ReviewSubmissionsListCommand returns the review submissions list subcommand.
func ReviewSubmissionsSubmitCommand ¶
ReviewSubmissionsSubmitCommand returns the review submissions submit subcommand.
func ReviewSubmissionsUpdateCommand ¶
ReviewSubmissionsUpdateCommand returns the review submissions update subcommand.
func ReviewSubmitCommand ¶ added in v1.260410.0
ReviewSubmitCommand returns the high-level review submit command.
func ReviewsCommand ¶
ReviewsCommand returns the reviews command with subcommands.
func ReviewsGetCommand ¶
ReviewsGetCommand gets a customer review by ID.
func ReviewsListCommand ¶
ReviewsListCommand returns the reviews list subcommand.
func ReviewsRatingsCommand ¶
ReviewsRatingsCommand returns the reviews ratings subcommand.
func ReviewsRespondCommand ¶
ReviewsRespondCommand returns the reviews respond subcommand.
func ReviewsResponseCommand ¶
ReviewsResponseCommand returns the reviews response parent command.
func ReviewsResponseDeleteCommand ¶
ReviewsResponseDeleteCommand returns the reviews response delete subcommand.
func ReviewsResponseForReviewCommand ¶
ReviewsResponseForReviewCommand returns the reviews response for-review subcommand.
func ReviewsResponseGetCommand ¶
ReviewsResponseGetCommand returns the reviews response get subcommand.
func ReviewsSummarizationsCommand ¶
ReviewsSummarizationsCommand returns the review summarizations command.
Types ¶
type SubmissionHistoryEntry ¶
type SubmissionHistoryEntry struct {
SubmissionID string `json:"submissionId"`
VersionString string `json:"versionString"`
Platform string `json:"platform"`
State string `json:"state"`
SubmittedDate string `json:"submittedDate"`
Outcome string `json:"outcome"`
Items []SubmissionHistoryItem `json:"items"`
}
SubmissionHistoryEntry is the assembled result for one submission.