Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetByPathWithPathRequestBuilder ¶
type GetByPathWithPathRequestBuilder struct {
// contains filtered or unexported fields
}
GetByPathWithPathRequestBuilder provides operations to call the getByPath method.
func NewGetByPathWithPathRequestBuilder ¶
func NewGetByPathWithPathRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetByPathWithPathRequestBuilder
NewGetByPathWithPathRequestBuilder instantiates a new GetByPathWithPathRequestBuilder and sets the default values.
func NewGetByPathWithPathRequestBuilderInternal ¶
func NewGetByPathWithPathRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, path *string) *GetByPathWithPathRequestBuilder
NewGetByPathWithPathRequestBuilderInternal instantiates a new GetByPathWithPathRequestBuilder and sets the default values.
func (*GetByPathWithPathRequestBuilder) CreateGetRequestInformation ¶
func (m *GetByPathWithPathRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *GetByPathWithPathRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function getByPath
func (*GetByPathWithPathRequestBuilder) Get ¶
func (m *GetByPathWithPathRequestBuilder) Get(ctx context.Context, requestConfiguration *GetByPathWithPathRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable, error)
Get invoke function getByPath
type GetByPathWithPathRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type GetByPathWithPathRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
GetByPathWithPathRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
Click to show internal directories.
Click to hide internal directories.