Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SitesRequestBuilder ¶
type SitesRequestBuilder struct {
// contains filtered or unexported fields
}
SitesRequestBuilder provides operations to manage the sites property of the microsoft.graph.site entity.
func NewSitesRequestBuilder ¶
func NewSitesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SitesRequestBuilder
NewSitesRequestBuilder instantiates a new SitesRequestBuilder and sets the default values.
func NewSitesRequestBuilderInternal ¶
func NewSitesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SitesRequestBuilder
NewSitesRequestBuilderInternal instantiates a new SitesRequestBuilder and sets the default values.
func (*SitesRequestBuilder) CreateGetRequestInformation ¶
func (m *SitesRequestBuilder) CreateGetRequestInformation(options *SitesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the collection of the sub-sites under this site.
func (*SitesRequestBuilder) Get ¶
func (m *SitesRequestBuilder) Get(options *SitesRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SiteCollectionResponseable, error)
Get the collection of the sub-sites under this site.
type SitesRequestBuilderGetOptions ¶
type SitesRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *SitesRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
SitesRequestBuilderGetOptions options for Get
type SitesRequestBuilderGetQueryParameters ¶
type SitesRequestBuilderGetQueryParameters 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 }
SitesRequestBuilderGetQueryParameters the collection of the sub-sites under this site.
Click to show internal directories.
Click to hide internal directories.