Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsPublishedRequestBuilder ¶
type IsPublishedRequestBuilder struct {
// contains filtered or unexported fields
}
IsPublishedRequestBuilder builds and executes requests for operations under \sites\{site-id}\contentTypes\{contentType-id}\microsoft.graph.isPublished()
func NewIsPublishedRequestBuilder ¶
func NewIsPublishedRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *IsPublishedRequestBuilder
NewIsPublishedRequestBuilder instantiates a new IsPublishedRequestBuilder and sets the default values.
func NewIsPublishedRequestBuilderInternal ¶
func NewIsPublishedRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *IsPublishedRequestBuilder
NewIsPublishedRequestBuilderInternal instantiates a new IsPublishedRequestBuilder and sets the default values.
func (*IsPublishedRequestBuilder) CreateGetRequestInformation ¶
func (m *IsPublishedRequestBuilder) CreateGetRequestInformation(options *IsPublishedRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation invoke function isPublished
func (*IsPublishedRequestBuilder) Get ¶
func (m *IsPublishedRequestBuilder) Get(options *IsPublishedRequestBuilderGetOptions) (*bool, error)
Get invoke function isPublished
type IsPublishedRequestBuilderGetOptions ¶
type IsPublishedRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
IsPublishedRequestBuilderGetOptions options for Get
Click to show internal directories.
Click to hide internal directories.