Documentation
¶
Index ¶
- type PlacesCountRequestBuilder
- type PlacesCountRequestBuilderGetRequestConfiguration
- type PlacesItemRoomRequestBuilder
- type PlacesItemRoomRequestBuilderGetQueryParameters
- type PlacesItemRoomRequestBuilderGetRequestConfiguration
- type PlacesPlaceItemRequestBuilder
- func (m *PlacesPlaceItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *PlacesPlaceItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *PlacesPlaceItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *PlacesPlaceItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *PlacesPlaceItemRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, ...)
- func (m *PlacesPlaceItemRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, ...)
- func (m *PlacesPlaceItemRequestBuilder) Room() *PlacesItemRoomRequestBuilder
- type PlacesPlaceItemRequestBuilderDeleteRequestConfiguration
- type PlacesPlaceItemRequestBuilderGetQueryParameters
- type PlacesPlaceItemRequestBuilderGetRequestConfiguration
- type PlacesPlaceItemRequestBuilderPatchRequestConfiguration
- type PlacesRequestBuilder
- func (m *PlacesRequestBuilder) Count() *PlacesCountRequestBuilder
- func (m *PlacesRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *PlacesRequestBuilder) CreatePostRequestInformation(ctx context.Context, ...) (...)
- func (m *PlacesRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *PlacesRequestBuilder) Post(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, ...)
- func (m *PlacesRequestBuilder) Room() *PlacesRoomRequestBuilder
- type PlacesRequestBuilderGetQueryParameters
- type PlacesRequestBuilderGetRequestConfiguration
- type PlacesRequestBuilderPostRequestConfiguration
- type PlacesRoomCountRequestBuilder
- type PlacesRoomCountRequestBuilderGetRequestConfiguration
- type PlacesRoomRequestBuilder
- type PlacesRoomRequestBuilderGetQueryParameters
- type PlacesRoomRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlacesCountRequestBuilder ¶ added in v0.48.0
type PlacesCountRequestBuilder struct {
// contains filtered or unexported fields
}
PlacesCountRequestBuilder provides operations to count the resources in the collection.
func NewPlacesCountRequestBuilder ¶ added in v0.48.0
func NewPlacesCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesCountRequestBuilder
NewPlacesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.
func NewPlacesCountRequestBuilderInternal ¶ added in v0.48.0
func NewPlacesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesCountRequestBuilder
NewPlacesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*PlacesCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0
func (m *PlacesCountRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PlacesCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the number of the resource
func (*PlacesCountRequestBuilder) Get ¶ added in v0.48.0
func (m *PlacesCountRequestBuilder) Get(ctx context.Context, requestConfiguration *PlacesCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
type PlacesCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0
type PlacesCountRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PlacesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlacesItemRoomRequestBuilder ¶ added in v0.48.0
type PlacesItemRoomRequestBuilder struct {
// contains filtered or unexported fields
}
PlacesItemRoomRequestBuilder casts the previous resource to room.
func NewPlacesItemRoomRequestBuilder ¶ added in v0.48.0
func NewPlacesItemRoomRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesItemRoomRequestBuilder
NewPlacesItemRoomRequestBuilder instantiates a new RoomRequestBuilder and sets the default values.
func NewPlacesItemRoomRequestBuilderInternal ¶ added in v0.48.0
func NewPlacesItemRoomRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesItemRoomRequestBuilder
NewPlacesItemRoomRequestBuilderInternal instantiates a new RoomRequestBuilder and sets the default values.
func (*PlacesItemRoomRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0
func (m *PlacesItemRoomRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PlacesItemRoomRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the item of type microsoft.graph.place as microsoft.graph.room
func (*PlacesItemRoomRequestBuilder) Get ¶ added in v0.48.0
func (m *PlacesItemRoomRequestBuilder) Get(ctx context.Context, requestConfiguration *PlacesItemRoomRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Roomable, error)
Get get the item of type microsoft.graph.place as microsoft.graph.room
type PlacesItemRoomRequestBuilderGetQueryParameters ¶ added in v0.48.0
type PlacesItemRoomRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
PlacesItemRoomRequestBuilderGetQueryParameters get the item of type microsoft.graph.place as microsoft.graph.room
type PlacesItemRoomRequestBuilderGetRequestConfiguration ¶ added in v0.48.0
type PlacesItemRoomRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *PlacesItemRoomRequestBuilderGetQueryParameters
}
PlacesItemRoomRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlacesPlaceItemRequestBuilder ¶ added in v0.48.0
type PlacesPlaceItemRequestBuilder struct {
// contains filtered or unexported fields
}
PlacesPlaceItemRequestBuilder provides operations to manage the collection of place entities.
func NewPlacesPlaceItemRequestBuilder ¶ added in v0.48.0
func NewPlacesPlaceItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesPlaceItemRequestBuilder
NewPlacesPlaceItemRequestBuilder instantiates a new PlaceItemRequestBuilder and sets the default values.
func NewPlacesPlaceItemRequestBuilderInternal ¶ added in v0.48.0
func NewPlacesPlaceItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesPlaceItemRequestBuilder
NewPlacesPlaceItemRequestBuilderInternal instantiates a new PlaceItemRequestBuilder and sets the default values.
func (*PlacesPlaceItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0
func (m *PlacesPlaceItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *PlacesPlaceItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete entity from places
func (*PlacesPlaceItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0
func (m *PlacesPlaceItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PlacesPlaceItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.
func (*PlacesPlaceItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0
func (m *PlacesPlaceItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlacesPlaceItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the properties of place object, which can be a room or roomList. You can identify the **room** or **roomList** by specifying the **id** or **emailAddress** property.
func (*PlacesPlaceItemRequestBuilder) Delete ¶ added in v0.48.0
func (m *PlacesPlaceItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *PlacesPlaceItemRequestBuilderDeleteRequestConfiguration) error
Delete delete entity from places
func (*PlacesPlaceItemRequestBuilder) Get ¶ added in v0.48.0
func (m *PlacesPlaceItemRequestBuilder) Get(ctx context.Context, requestConfiguration *PlacesPlaceItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, error)
Get get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.
func (*PlacesPlaceItemRequestBuilder) Patch ¶ added in v0.48.0
func (m *PlacesPlaceItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlacesPlaceItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, error)
Patch update the properties of place object, which can be a room or roomList. You can identify the **room** or **roomList** by specifying the **id** or **emailAddress** property.
func (*PlacesPlaceItemRequestBuilder) Room ¶ added in v0.48.0
func (m *PlacesPlaceItemRequestBuilder) Room() *PlacesItemRoomRequestBuilder
Room casts the previous resource to room.
type PlacesPlaceItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0
type PlacesPlaceItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PlacesPlaceItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlacesPlaceItemRequestBuilderGetQueryParameters ¶ added in v0.48.0
type PlacesPlaceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
PlacesPlaceItemRequestBuilderGetQueryParameters get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.
type PlacesPlaceItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0
type PlacesPlaceItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *PlacesPlaceItemRequestBuilderGetQueryParameters
}
PlacesPlaceItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlacesPlaceItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0
type PlacesPlaceItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PlacesPlaceItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlacesRequestBuilder ¶
type PlacesRequestBuilder struct {
// contains filtered or unexported fields
}
PlacesRequestBuilder provides operations to manage the collection of place entities.
func NewPlacesRequestBuilder ¶
func NewPlacesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesRequestBuilder
NewPlacesRequestBuilder instantiates a new PlacesRequestBuilder and sets the default values.
func NewPlacesRequestBuilderInternal ¶
func NewPlacesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesRequestBuilder
NewPlacesRequestBuilderInternal instantiates a new PlacesRequestBuilder and sets the default values.
func (*PlacesRequestBuilder) Count ¶ added in v0.13.0
func (m *PlacesRequestBuilder) Count() *PlacesCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*PlacesRequestBuilder) CreateGetRequestInformation ¶
func (m *PlacesRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PlacesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.
func (*PlacesRequestBuilder) CreatePostRequestInformation ¶
func (m *PlacesRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlacesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation add new entity to places
func (*PlacesRequestBuilder) Get ¶
func (m *PlacesRequestBuilder) Get(ctx context.Context, requestConfiguration *PlacesRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlaceCollectionResponseable, error)
Get get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.
func (*PlacesRequestBuilder) Post ¶
func (m *PlacesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, requestConfiguration *PlacesRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Placeable, error)
Post add new entity to places
func (*PlacesRequestBuilder) Room ¶ added in v0.26.0
func (m *PlacesRequestBuilder) Room() *PlacesRoomRequestBuilder
Room casts the previous resource to room.
type PlacesRequestBuilderGetQueryParameters ¶
type PlacesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
PlacesRequestBuilderGetQueryParameters get the properties and relationships of a place object specified by either its ID or email address. The **place** object can be one of the following types: Both **room** and **roomList** are derived from the place object.
type PlacesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type PlacesRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *PlacesRequestBuilderGetQueryParameters
}
PlacesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlacesRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type PlacesRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PlacesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlacesRoomCountRequestBuilder ¶ added in v0.48.0
type PlacesRoomCountRequestBuilder struct {
// contains filtered or unexported fields
}
PlacesRoomCountRequestBuilder provides operations to count the resources in the collection.
func NewPlacesRoomCountRequestBuilder ¶ added in v0.48.0
func NewPlacesRoomCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesRoomCountRequestBuilder
NewPlacesRoomCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.
func NewPlacesRoomCountRequestBuilderInternal ¶ added in v0.48.0
func NewPlacesRoomCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesRoomCountRequestBuilder
NewPlacesRoomCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*PlacesRoomCountRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0
func (m *PlacesRoomCountRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PlacesRoomCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the number of the resource
func (*PlacesRoomCountRequestBuilder) Get ¶ added in v0.48.0
func (m *PlacesRoomCountRequestBuilder) Get(ctx context.Context, requestConfiguration *PlacesRoomCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
type PlacesRoomCountRequestBuilderGetRequestConfiguration ¶ added in v0.48.0
type PlacesRoomCountRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PlacesRoomCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PlacesRoomRequestBuilder ¶ added in v0.48.0
type PlacesRoomRequestBuilder struct {
// contains filtered or unexported fields
}
PlacesRoomRequestBuilder casts the previous resource to room.
func NewPlacesRoomRequestBuilder ¶ added in v0.48.0
func NewPlacesRoomRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesRoomRequestBuilder
NewPlacesRoomRequestBuilder instantiates a new RoomRequestBuilder and sets the default values.
func NewPlacesRoomRequestBuilderInternal ¶ added in v0.48.0
func NewPlacesRoomRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlacesRoomRequestBuilder
NewPlacesRoomRequestBuilderInternal instantiates a new RoomRequestBuilder and sets the default values.
func (*PlacesRoomRequestBuilder) Count ¶ added in v0.48.0
func (m *PlacesRoomRequestBuilder) Count() *PlacesRoomCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*PlacesRoomRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0
func (m *PlacesRoomRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PlacesRoomRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the items of type microsoft.graph.room in the microsoft.graph.place collection
func (*PlacesRoomRequestBuilder) Get ¶ added in v0.48.0
func (m *PlacesRoomRequestBuilder) Get(ctx context.Context, requestConfiguration *PlacesRoomRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.RoomCollectionResponseable, error)
Get get the items of type microsoft.graph.room in the microsoft.graph.place collection
type PlacesRoomRequestBuilderGetQueryParameters ¶ added in v0.48.0
type PlacesRoomRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
PlacesRoomRequestBuilderGetQueryParameters get the items of type microsoft.graph.room in the microsoft.graph.place collection
type PlacesRoomRequestBuilderGetRequestConfiguration ¶ added in v0.48.0
type PlacesRoomRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *PlacesRoomRequestBuilderGetQueryParameters
}
PlacesRoomRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.