Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetM365AppPlatformUserCountsWithPeriodRequestBuilder ¶
type GetM365AppPlatformUserCountsWithPeriodRequestBuilder struct {
// contains filtered or unexported fields
}
GetM365AppPlatformUserCountsWithPeriodRequestBuilder provides operations to call the getM365AppPlatformUserCounts method.
func NewGetM365AppPlatformUserCountsWithPeriodRequestBuilder ¶
func NewGetM365AppPlatformUserCountsWithPeriodRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetM365AppPlatformUserCountsWithPeriodRequestBuilder
NewGetM365AppPlatformUserCountsWithPeriodRequestBuilder instantiates a new GetM365AppPlatformUserCountsWithPeriodRequestBuilder and sets the default values.
func NewGetM365AppPlatformUserCountsWithPeriodRequestBuilderInternal ¶
func NewGetM365AppPlatformUserCountsWithPeriodRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, period *string) *GetM365AppPlatformUserCountsWithPeriodRequestBuilder
NewGetM365AppPlatformUserCountsWithPeriodRequestBuilderInternal instantiates a new GetM365AppPlatformUserCountsWithPeriodRequestBuilder and sets the default values.
func (*GetM365AppPlatformUserCountsWithPeriodRequestBuilder) CreateGetRequestInformation ¶
func (m *GetM365AppPlatformUserCountsWithPeriodRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *GetM365AppPlatformUserCountsWithPeriodRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function getM365AppPlatformUserCounts
func (*GetM365AppPlatformUserCountsWithPeriodRequestBuilder) Get ¶
func (m *GetM365AppPlatformUserCountsWithPeriodRequestBuilder) Get(ctx context.Context, requestConfiguration *GetM365AppPlatformUserCountsWithPeriodRequestBuilderGetRequestConfiguration) ([]byte, error)
Get invoke function getM365AppPlatformUserCounts
type GetM365AppPlatformUserCountsWithPeriodRequestBuilderGetRequestConfiguration ¶
type GetM365AppPlatformUserCountsWithPeriodRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
GetM365AppPlatformUserCountsWithPeriodRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.