Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentsItemRequestBuilder ¶
type CommentsItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
CommentsItemRequestBuilder builds and executes requests for operations under \comments\{id}
func NewCommentsItemRequestBuilder ¶
func NewCommentsItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CommentsItemRequestBuilder
NewCommentsItemRequestBuilder instantiates a new CommentsItemRequestBuilder and sets the default values.
func NewCommentsItemRequestBuilderInternal ¶
func NewCommentsItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CommentsItemRequestBuilder
NewCommentsItemRequestBuilderInternal instantiates a new CommentsItemRequestBuilder and sets the default values.
func (*CommentsItemRequestBuilder) Get ¶
func (m *CommentsItemRequestBuilder) Get(ctx context.Context, requestConfiguration *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestConfiguration[i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DefaultQueryParameters]) (i05d5aa6b14db285c2e8df48c915f7a7082b77b17cca0def522e18528f80bec16.CommentsEnvelopeable, error)
Get get details about a comment. returns a CommentsEnvelopeable when successful returns a Errors error when the service returns a 4XX or 5XX status code
func (*CommentsItemRequestBuilder) ToGetRequestInformation ¶
func (m *CommentsItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestConfiguration[i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.DefaultQueryParameters]) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get details about a comment. returns a *RequestInformation when successful
func (*CommentsItemRequestBuilder) WithUrl ¶
func (m *CommentsItemRequestBuilder) WithUrl(rawUrl string) *CommentsItemRequestBuilder
WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *CommentsItemRequestBuilder when successful
type CommentsRequestBuilder ¶
type CommentsRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
CommentsRequestBuilder builds and executes requests for operations under \comments
func NewCommentsRequestBuilder ¶
func NewCommentsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CommentsRequestBuilder
NewCommentsRequestBuilder instantiates a new CommentsRequestBuilder and sets the default values.
func NewCommentsRequestBuilderInternal ¶
func NewCommentsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CommentsRequestBuilder
NewCommentsRequestBuilderInternal instantiates a new CommentsRequestBuilder and sets the default values.
func (*CommentsRequestBuilder) ById ¶
func (m *CommentsRequestBuilder) ById(id string) *CommentsItemRequestBuilder
ById gets an item from the github.com/hashicorp/go-tfe/v2/api.comments.item collection returns a *CommentsItemRequestBuilder when successful