Documentation
¶
Index ¶
- type FilesFolderRequestBuilder
- func (m *FilesFolderRequestBuilder) Content() ...
- func (m *FilesFolderRequestBuilder) CreateGetRequestInformation() (...)
- func (m *FilesFolderRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *FilesFolderRequestBuilderGetRequestConfiguration) (...)
- func (m *FilesFolderRequestBuilder) Get(ctx context.Context, ...) (...)
- type FilesFolderRequestBuilderGetQueryParameters
- type FilesFolderRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilesFolderRequestBuilder ¶
type FilesFolderRequestBuilder struct {
// contains filtered or unexported fields
}
FilesFolderRequestBuilder provides operations to manage the filesFolder property of the microsoft.graph.channel entity.
func NewFilesFolderRequestBuilder ¶
func NewFilesFolderRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FilesFolderRequestBuilder
NewFilesFolderRequestBuilder instantiates a new FilesFolderRequestBuilder and sets the default values.
func NewFilesFolderRequestBuilderInternal ¶
func NewFilesFolderRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FilesFolderRequestBuilder
NewFilesFolderRequestBuilderInternal instantiates a new FilesFolderRequestBuilder and sets the default values.
func (*FilesFolderRequestBuilder) Content ¶
func (m *FilesFolderRequestBuilder) Content() *ic76500046622705bff5e85a51840be94bf0e18890ec22e5daab9d333ee341545.ContentRequestBuilder
Content the content property
func (*FilesFolderRequestBuilder) CreateGetRequestInformation ¶
func (m *FilesFolderRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the metadata for the location where the files of a channel are stored.
func (*FilesFolderRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *FilesFolderRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *FilesFolderRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get the metadata for the location where the files of a channel are stored.
func (*FilesFolderRequestBuilder) Get ¶
func (m *FilesFolderRequestBuilder) Get(ctx context.Context, requestConfiguration *FilesFolderRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, error)
Get get the metadata for the location where the files of a channel are stored.
type FilesFolderRequestBuilderGetQueryParameters ¶
type FilesFolderRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
FilesFolderRequestBuilderGetQueryParameters get the metadata for the location where the files of a channel are stored.
type FilesFolderRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type FilesFolderRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *FilesFolderRequestBuilderGetQueryParameters
}
FilesFolderRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.