Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatedObjectsRequestBuilder ¶
type CreatedObjectsRequestBuilder struct {
// contains filtered or unexported fields
}
CreatedObjectsRequestBuilder provides operations to manage the createdObjects property of the microsoft.graph.user entity.
func NewCreatedObjectsRequestBuilder ¶
func NewCreatedObjectsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreatedObjectsRequestBuilder
NewCreatedObjectsRequestBuilder instantiates a new CreatedObjectsRequestBuilder and sets the default values.
func NewCreatedObjectsRequestBuilderInternal ¶
func NewCreatedObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreatedObjectsRequestBuilder
NewCreatedObjectsRequestBuilderInternal instantiates a new CreatedObjectsRequestBuilder and sets the default values.
func (*CreatedObjectsRequestBuilder) Count ¶ added in v0.13.0
func (m *CreatedObjectsRequestBuilder) Count() *i0c3ccbdafe9cf2d236bf0f69c2cbd1de51ef9bc0d27af615a82136555c4e118d.CountRequestBuilder
Count the count property
func (*CreatedObjectsRequestBuilder) CreateGetRequestInformation ¶
func (m *CreatedObjectsRequestBuilder) CreateGetRequestInformation(options *CreatedObjectsRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation directory objects that were created by the user. Read-only. Nullable.
func (*CreatedObjectsRequestBuilder) Get ¶
func (m *CreatedObjectsRequestBuilder) Get(options *CreatedObjectsRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable, error)
Get directory objects that were created by the user. Read-only. Nullable.
type CreatedObjectsRequestBuilderGetOptions ¶
type CreatedObjectsRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *CreatedObjectsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
CreatedObjectsRequestBuilderGetOptions options for Get
type CreatedObjectsRequestBuilderGetQueryParameters ¶
type CreatedObjectsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
CreatedObjectsRequestBuilderGetQueryParameters directory objects that were created by the user. Read-only. Nullable.