Versions in this module Expand all Collapse all v0 v0.20.0 Mar 26, 2022 Changes in this version + type Client struct + func New(client *client.Client, properties ClientProperties) *Client + func (c *Client) NewRevisionsPaginator() *RevisionsPaginator + func (c *Client) NewRevisionsPaginatorWithOptions(options *RevisionsPageOptions) *RevisionsPaginator + func (c Client) Page(options *RevisionsPageOptions) (*RevisionsPageResponse, error) + func (c Client) PageWithContext(context context.Context, options *RevisionsPageOptions) (*RevisionsPageResponse, error) + type ClientProperties struct + FlowSid string + type PageMetaResponse struct + FirstPageURL string + Key string + NextPageURL *string + Page int + PageSize int + PreviousPageURL *string + URL string + type PageRevisionResponse struct + AccountSid string + CommitMessage *string + DateCreated time.Time + DateUpdated *time.Time + Definition map[string]interface{} + Errors *[]interface{} + FriendlyName string + Revision int + Sid string + Status string + URL string + Valid bool + Warnings *[]interface{} + WebhookURL string + type RevisionsPage struct + CurrentPage *RevisionsPageResponse + Error error + type RevisionsPageOptions struct + Page *int + PageSize *int + PageToken *string + type RevisionsPageResponse struct + Meta PageMetaResponse + Revisions []PageRevisionResponse + type RevisionsPaginator struct + Page *RevisionsPage + Revisions []PageRevisionResponse + func (p *RevisionsPaginator) CurrentPage() *RevisionsPageResponse + func (p *RevisionsPaginator) Error() error + func (p *RevisionsPaginator) Next() bool + func (p *RevisionsPaginator) NextWithContext(context context.Context) bool