Documentation
¶
Index ¶
- func CreateIsPublishedResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type IsPublishedRequestBuilder
- type IsPublishedRequestBuilderGetOptions
- type IsPublishedResponse
- func (m *IsPublishedResponse) GetAdditionalData() map[string]interface{}
- func (m *IsPublishedResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *IsPublishedResponse) GetValue() *bool
- func (m *IsPublishedResponse) IsNil() bool
- func (m *IsPublishedResponse) Serialize(...) error
- func (m *IsPublishedResponse) SetAdditionalData(value map[string]interface{})
- func (m *IsPublishedResponse) SetValue(value *bool)
- type IsPublishedResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateIsPublishedResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateIsPublishedResponseFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateIsPublishedResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type IsPublishedRequestBuilder ¶
type IsPublishedRequestBuilder struct {
// contains filtered or unexported fields
}
IsPublishedRequestBuilder provides operations to call the isPublished method.
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) (IsPublishedResponseable, 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
type IsPublishedResponse ¶ added in v0.13.0
type IsPublishedResponse struct {
// contains filtered or unexported fields
}
IsPublishedResponse provides operations to call the isPublished method.
func NewIsPublishedResponse ¶ added in v0.13.0
func NewIsPublishedResponse() *IsPublishedResponse
NewIsPublishedResponse instantiates a new isPublishedResponse and sets the default values.
func (*IsPublishedResponse) GetAdditionalData ¶ added in v0.13.0
func (m *IsPublishedResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*IsPublishedResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *IsPublishedResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*IsPublishedResponse) GetValue ¶ added in v0.13.0
func (m *IsPublishedResponse) GetValue() *bool
GetValue gets the value property value.
func (*IsPublishedResponse) IsNil ¶ added in v0.13.0
func (m *IsPublishedResponse) IsNil() bool
func (*IsPublishedResponse) Serialize ¶ added in v0.13.0
func (m *IsPublishedResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*IsPublishedResponse) SetAdditionalData ¶ added in v0.13.0
func (m *IsPublishedResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*IsPublishedResponse) SetValue ¶ added in v0.13.0
func (m *IsPublishedResponse) SetValue(value *bool)
SetValue sets the value property value.
type IsPublishedResponseable ¶ added in v0.13.0
type IsPublishedResponseable interface {
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable
GetValue() *bool
SetValue(value *bool)
}
IsPublishedResponseable