gitbook

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)
View Source
var AllowedAPIIntegrationScopeEnumValues = []APIIntegrationScope{
	"integration:read",
	"integration:update",
	"integration:installation:read",
	"integration:installation:update",
}

All allowed values of APIIntegrationScope enum

View Source
var AllowedAnalyticsSearchPeriodEnumValues = []AnalyticsSearchPeriod{
	"last_month",
	"last_week",
	"last_year",
}

All allowed values of AnalyticsSearchPeriod enum

View Source
var AllowedAnalyticsTrafficIntervalEnumValues = []AnalyticsTrafficInterval{
	"daily",
	"weekly",
	"monthly",
}

All allowed values of AnalyticsTrafficInterval enum

View Source
var AllowedBillingIntervalEnumValues = []BillingInterval{
	"monthly",
	"yearly",
}

All allowed values of BillingInterval enum

View Source
var AllowedBillingProductEnumValues = []BillingProduct{
	"free",
	"plus",
	"pro",
	"team",
	"business",
	"legacy",
	"startup",
	"enterprise",
}

All allowed values of BillingProduct enum

View Source
var AllowedChangeRequestReviewStatusEnumValues = []ChangeRequestReviewStatus{
	"changes-requested",
	"approved",
}

All allowed values of ChangeRequestReviewStatus enum

View Source
var AllowedChangeRequestStatusEnumValues = []ChangeRequestStatus{
	"draft",
	"open",
	"archived",
	"merged",
}

All allowed values of ChangeRequestStatus enum

View Source
var AllowedCloudflareHostnameStatusEnumValues = []CloudflareHostnameStatus{
	"pending",
	"active",
	"blocked",
	"moved",
	"deleted",
}

All allowed values of CloudflareHostnameStatus enum

View Source
var AllowedCloudflareHostnameTLSStatusEnumValues = []CloudflareHostnameTLSStatus{
	"initializing",
	"pending_validation",
	"pending_issuance",
	"pending_deployment",
	"active",
	"pending_deletion",
	"pending_cleanup",
	"deleted",
}

All allowed values of CloudflareHostnameTLSStatus enum

View Source
var AllowedCloudflareHostnameTLSValidationMethodEnumValues = []CloudflareHostnameTLSValidationMethod{
	"http",
	"txt",
	"email",
}

All allowed values of CloudflareHostnameTLSValidationMethod enum

View Source
var AllowedContentKitIconEnumValues = []ContentKitIcon{
	"close",
	"edit",
	"github",
	"gitlab",
	"maximize",
	"email",
	"settings",
	"search",
	"delete",
	"star",
	"warning",
	"link",
	"link-external",
	"eye",
	"lock",
}

All allowed values of ContentKitIcon enum

View Source
var AllowedContentVisibilityEnumValues = []ContentVisibility{
	"public",
	"unlisted",
	"share-link",
	"visitor-auth",
	"in-collection",
	"private",
}

All allowed values of ContentVisibility enum

View Source
var AllowedCustomFieldTypeEnumValues = []CustomFieldType{
	"text",
	"number",
	"boolean",
	"tags",
	"select:multi",
	"select:single",
}

All allowed values of CustomFieldType enum

View Source
var AllowedGitSyncOperationStateEnumValues = []GitSyncOperationState{
	"running",
	"failure",
	"success",
}

All allowed values of GitSyncOperationState enum

View Source
var AllowedImportContentSourceEnumValues = []ImportContentSource{
	"website",
	"docx",
	"markdown",
	"html",
	"zip",
	"confluence",
	"github-wiki",
	"dropbox-paper",
	"notion",
	"quip",
	"google-docs",
	"open-api",
}

All allowed values of ImportContentSource enum

View Source
var AllowedIntegrationCategoryEnumValues = []IntegrationCategory{
	"analytics",
	"collaboration",
	"marketing",
	"content",
	"gitsync",
	"other",
}

All allowed values of IntegrationCategory enum

View Source
var AllowedIntegrationInstallationSpaceSelectionEnumValues = []IntegrationInstallationSpaceSelection{
	"all",
	"selected",
}

All allowed values of IntegrationInstallationSpaceSelection enum

View Source
var AllowedIntegrationInstallationStatusEnumValues = []IntegrationInstallationStatus{
	"active",
	"pending",
	"paused",
}

All allowed values of IntegrationInstallationStatus enum

View Source
var AllowedIntegrationScopeEnumValues = []IntegrationScope{
	"entities:write",
	"recording:write",
	"space:views:read",
	"space:content:read",
	"space:content:write",
	"space:metadata:read",
	"space:metadata:write",
	"space:script:inject",
	"space:script:cookies",
	"space:git:sync",
}

All allowed values of IntegrationScope enum

View Source
var AllowedIntegrationVisibilityEnumValues = []IntegrationVisibility{
	"public",
	"private",
	"unlisted",
}

All allowed values of IntegrationVisibility enum

View Source
var AllowedMemberRoleEnumValues = []MemberRole{
	"admin",
	"create",
	"edit",
	"review",
	"comment",
	"read",
}

All allowed values of MemberRole enum

View Source
var AllowedOrganizationCommunityTypeEnumValues = []OrganizationCommunityType{
	"nonProfit",
	"openSource",
	"education",
}

All allowed values of OrganizationCommunityType enum

View Source
var AllowedOrganizationTypeEnumValues = []OrganizationType{
	"business",
	"community",
}

All allowed values of OrganizationType enum

View Source
var AllowedOrganizationUseCaseEnumValues = []OrganizationUseCase{
	"productDocs",
	"teamKnowledgeBase",
	"designSystem",
	"openSourceDocs",
	"notes",
	"other",
}

All allowed values of OrganizationUseCase enum

View Source
var AllowedPurgeCDNCacheContextTypeEnumValues = []PurgeCDNCacheContextType{
	"tags",
	"hosts",
}

All allowed values of PurgeCDNCacheContextType enum

View Source
var AllowedSpaceRelationTypeEnumValues = []SpaceRelationType{
	"dependsOn",
	"dependencyOf",
	"partOf",
	"hasPart",
}

All allowed values of SpaceRelationType enum

View Source
var AllowedSpaceTypeEnumValues = []SpaceType{
	"application",
	"website",
	"service",
	"library",
	"cloud-resource",
	"database",
	"other",
}

All allowed values of SpaceType enum

View Source
var AllowedTeamMemberRoleEnumValues = []TeamMemberRole{
	"admin",
	"participant",
}

All allowed values of TeamMemberRole enum

Functions ¶

func CacheExpires ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil ¶

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types ¶

type APIClient ¶

type APIClient struct {
	AnalyticsApi *AnalyticsApiService

	ApiApi *ApiApiService

	CollectionsApi *CollectionsApiService

	DefaultApi *DefaultApiService

	DsyncApi *DsyncApiService

	EnvironmentsApi *EnvironmentsApiService

	HiveApi *HiveApiService

	IntegrationsApi *IntegrationsApiService

	OrganizationsApi *OrganizationsApiService

	PermissionsApi *PermissionsApiService

	SearchApi *SearchApiService

	SpacesApi *SpacesApiService

	TeamsApi *TeamsApiService

	UrlsApi *UrlsApiService

	UsersApi *UsersApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the GitBook API API v0.0.1-beta In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIIntegrationScope ¶

type APIIntegrationScope string

APIIntegrationScope the model 'APIIntegrationScope'

const (
	APIINTEGRATIONSCOPE_READ               APIIntegrationScope = "integration:read"
	APIINTEGRATIONSCOPE_UPDATE             APIIntegrationScope = "integration:update"
	APIINTEGRATIONSCOPE_INSTALLATIONREAD   APIIntegrationScope = "integration:installation:read"
	APIINTEGRATIONSCOPE_INSTALLATIONUPDATE APIIntegrationScope = "integration:installation:update"
)

List of APIIntegrationScope

func NewAPIIntegrationScopeFromValue ¶

func NewAPIIntegrationScopeFromValue(v string) (*APIIntegrationScope, error)

NewAPIIntegrationScopeFromValue returns a pointer to a valid APIIntegrationScope for the value passed as argument, or an error if the value passed is not allowed by the enum

func (APIIntegrationScope) IsValid ¶

func (v APIIntegrationScope) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (APIIntegrationScope) Ptr ¶

Ptr returns reference to APIIntegrationScope value

func (*APIIntegrationScope) UnmarshalJSON ¶

func (v *APIIntegrationScope) UnmarshalJSON(src []byte) error

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse ¶

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type APIScope ¶

type APIScope struct {
	APIIntegrationScope *APIIntegrationScope
	IntegrationScope    *IntegrationScope
}

APIScope struct for APIScope

func (*APIScope) MarshalJSON ¶

func (src *APIScope) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*APIScope) UnmarshalJSON ¶

func (dst *APIScope) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type APITemporaryToken ¶

type APITemporaryToken struct {
	// Temporary access token to authenticate with the API
	Token string `json:"token"`
}

APITemporaryToken struct for APITemporaryToken

func NewAPITemporaryToken ¶

func NewAPITemporaryToken(token string) *APITemporaryToken

NewAPITemporaryToken instantiates a new APITemporaryToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAPITemporaryTokenWithDefaults ¶

func NewAPITemporaryTokenWithDefaults() *APITemporaryToken

NewAPITemporaryTokenWithDefaults instantiates a new APITemporaryToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*APITemporaryToken) GetToken ¶

func (o *APITemporaryToken) GetToken() string

GetToken returns the Token field value

func (*APITemporaryToken) GetTokenOk ¶

func (o *APITemporaryToken) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (APITemporaryToken) MarshalJSON ¶

func (o APITemporaryToken) MarshalJSON() ([]byte, error)

func (*APITemporaryToken) SetToken ¶

func (o *APITemporaryToken) SetToken(v string)

SetToken sets field value

func (APITemporaryToken) ToMap ¶

func (o APITemporaryToken) ToMap() (map[string]interface{}, error)

type AddEventsToRecordingRequest ¶ added in v0.2.0

type AddEventsToRecordingRequest struct {
	Events []RecordingEvent `json:"events"`
}

AddEventsToRecordingRequest struct for AddEventsToRecordingRequest

func NewAddEventsToRecordingRequest ¶ added in v0.2.0

func NewAddEventsToRecordingRequest(events []RecordingEvent) *AddEventsToRecordingRequest

NewAddEventsToRecordingRequest instantiates a new AddEventsToRecordingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAddEventsToRecordingRequestWithDefaults ¶ added in v0.2.0

func NewAddEventsToRecordingRequestWithDefaults() *AddEventsToRecordingRequest

NewAddEventsToRecordingRequestWithDefaults instantiates a new AddEventsToRecordingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AddEventsToRecordingRequest) GetEvents ¶ added in v0.2.0

GetEvents returns the Events field value

func (*AddEventsToRecordingRequest) GetEventsOk ¶ added in v0.2.0

func (o *AddEventsToRecordingRequest) GetEventsOk() ([]RecordingEvent, bool)

GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.

func (AddEventsToRecordingRequest) MarshalJSON ¶ added in v0.2.0

func (o AddEventsToRecordingRequest) MarshalJSON() ([]byte, error)

func (*AddEventsToRecordingRequest) SetEvents ¶ added in v0.2.0

func (o *AddEventsToRecordingRequest) SetEvents(v []RecordingEvent)

SetEvents sets field value

func (AddEventsToRecordingRequest) ToMap ¶ added in v0.2.0

func (o AddEventsToRecordingRequest) ToMap() (map[string]interface{}, error)

type AddMemberToOrganizationTeamByIdRequest ¶

type AddMemberToOrganizationTeamByIdRequest struct {
	Role *TeamMemberRole `json:"role,omitempty"`
}

AddMemberToOrganizationTeamByIdRequest struct for AddMemberToOrganizationTeamByIdRequest

func NewAddMemberToOrganizationTeamByIdRequest ¶

func NewAddMemberToOrganizationTeamByIdRequest() *AddMemberToOrganizationTeamByIdRequest

NewAddMemberToOrganizationTeamByIdRequest instantiates a new AddMemberToOrganizationTeamByIdRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAddMemberToOrganizationTeamByIdRequestWithDefaults ¶

func NewAddMemberToOrganizationTeamByIdRequestWithDefaults() *AddMemberToOrganizationTeamByIdRequest

NewAddMemberToOrganizationTeamByIdRequestWithDefaults instantiates a new AddMemberToOrganizationTeamByIdRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AddMemberToOrganizationTeamByIdRequest) GetRole ¶

GetRole returns the Role field value if set, zero value otherwise.

func (*AddMemberToOrganizationTeamByIdRequest) GetRoleOk ¶

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AddMemberToOrganizationTeamByIdRequest) HasRole ¶

HasRole returns a boolean if a field has been set.

func (AddMemberToOrganizationTeamByIdRequest) MarshalJSON ¶

func (o AddMemberToOrganizationTeamByIdRequest) MarshalJSON() ([]byte, error)

func (*AddMemberToOrganizationTeamByIdRequest) SetRole ¶

SetRole gets a reference to the given TeamMemberRole and assigns it to the Role field.

func (AddMemberToOrganizationTeamByIdRequest) ToMap ¶

func (o AddMemberToOrganizationTeamByIdRequest) ToMap() (map[string]interface{}, error)

type AnalyticsApiGetContentAnalyticsForSpaceByIdRequest ¶

type AnalyticsApiGetContentAnalyticsForSpaceByIdRequest struct {
	ApiService *AnalyticsApiService
	// contains filtered or unexported fields
}

func (AnalyticsApiGetContentAnalyticsForSpaceByIdRequest) Execute ¶

type AnalyticsApiGetSearchAnalyticsForSpaceByIdRequest ¶

type AnalyticsApiGetSearchAnalyticsForSpaceByIdRequest struct {
	ApiService *AnalyticsApiService
	// contains filtered or unexported fields
}

func (AnalyticsApiGetSearchAnalyticsForSpaceByIdRequest) Execute ¶

func (AnalyticsApiGetSearchAnalyticsForSpaceByIdRequest) Period ¶

type AnalyticsApiGetTrafficAnalyticsForSpaceByIdRequest ¶

type AnalyticsApiGetTrafficAnalyticsForSpaceByIdRequest struct {
	ApiService *AnalyticsApiService
	// contains filtered or unexported fields
}

func (AnalyticsApiGetTrafficAnalyticsForSpaceByIdRequest) Execute ¶

func (AnalyticsApiGetTrafficAnalyticsForSpaceByIdRequest) Interval ¶

type AnalyticsApiService ¶

type AnalyticsApiService service

AnalyticsApiService AnalyticsApi service

func (*AnalyticsApiService) GetContentAnalyticsForSpaceById ¶

func (a *AnalyticsApiService) GetContentAnalyticsForSpaceById(ctx context.Context, spaceId string) AnalyticsApiGetContentAnalyticsForSpaceByIdRequest

GetContentAnalyticsForSpaceById Get content analytics for a given space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return AnalyticsApiGetContentAnalyticsForSpaceByIdRequest

func (*AnalyticsApiService) GetContentAnalyticsForSpaceByIdExecute ¶

Execute executes the request

@return AnalyticsContentPages

func (*AnalyticsApiService) GetSearchAnalyticsForSpaceById ¶

func (a *AnalyticsApiService) GetSearchAnalyticsForSpaceById(ctx context.Context, spaceId string) AnalyticsApiGetSearchAnalyticsForSpaceByIdRequest

GetSearchAnalyticsForSpaceById Get an overview of the top search queries in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return AnalyticsApiGetSearchAnalyticsForSpaceByIdRequest

func (*AnalyticsApiService) GetSearchAnalyticsForSpaceByIdExecute ¶

Execute executes the request

@return AnalyticsTopSearches

func (*AnalyticsApiService) GetTrafficAnalyticsForSpaceById ¶

func (a *AnalyticsApiService) GetTrafficAnalyticsForSpaceById(ctx context.Context, spaceId string) AnalyticsApiGetTrafficAnalyticsForSpaceByIdRequest

GetTrafficAnalyticsForSpaceById Get traffic page views for a given space

Get the total number of views and breakdown per day or week for the last 14 days. Timestamps are aligned to UTC midnight of the beginning of the day or week. Week begins on Monday.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return AnalyticsApiGetTrafficAnalyticsForSpaceByIdRequest

func (*AnalyticsApiService) GetTrafficAnalyticsForSpaceByIdExecute ¶

Execute executes the request

@return AnalyticsTrafficPageViews

func (*AnalyticsApiService) TrackViewInSpaceById ¶

TrackViewInSpaceById Method for TrackViewInSpaceById

Track a page view in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return AnalyticsApiTrackViewInSpaceByIdRequest

func (*AnalyticsApiService) TrackViewInSpaceByIdExecute ¶

func (a *AnalyticsApiService) TrackViewInSpaceByIdExecute(r AnalyticsApiTrackViewInSpaceByIdRequest) (*http.Response, error)

Execute executes the request

type AnalyticsApiTrackViewInSpaceByIdRequest ¶

type AnalyticsApiTrackViewInSpaceByIdRequest struct {
	ApiService *AnalyticsApiService
	// contains filtered or unexported fields
}

func (AnalyticsApiTrackViewInSpaceByIdRequest) Execute ¶

func (AnalyticsApiTrackViewInSpaceByIdRequest) RequestSpaceTrackPageView ¶

type AnalyticsContentPage ¶

type AnalyticsContentPage struct {
	Page      string                         `json:"page"`
	Title     string                         `json:"title"`
	PageViews float32                        `json:"pageViews"`
	Feedbacks *AnalyticsContentPageFeedbacks `json:"feedbacks,omitempty"`
}

AnalyticsContentPage Page entry in the content analytics.

func NewAnalyticsContentPage ¶

func NewAnalyticsContentPage(page string, title string, pageViews float32) *AnalyticsContentPage

NewAnalyticsContentPage instantiates a new AnalyticsContentPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalyticsContentPageWithDefaults ¶

func NewAnalyticsContentPageWithDefaults() *AnalyticsContentPage

NewAnalyticsContentPageWithDefaults instantiates a new AnalyticsContentPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AnalyticsContentPage) GetFeedbacks ¶

GetFeedbacks returns the Feedbacks field value if set, zero value otherwise.

func (*AnalyticsContentPage) GetFeedbacksOk ¶

GetFeedbacksOk returns a tuple with the Feedbacks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AnalyticsContentPage) GetPage ¶

func (o *AnalyticsContentPage) GetPage() string

GetPage returns the Page field value

func (*AnalyticsContentPage) GetPageOk ¶

func (o *AnalyticsContentPage) GetPageOk() (*string, bool)

GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.

func (*AnalyticsContentPage) GetPageViews ¶

func (o *AnalyticsContentPage) GetPageViews() float32

GetPageViews returns the PageViews field value

func (*AnalyticsContentPage) GetPageViewsOk ¶

func (o *AnalyticsContentPage) GetPageViewsOk() (*float32, bool)

GetPageViewsOk returns a tuple with the PageViews field value and a boolean to check if the value has been set.

func (*AnalyticsContentPage) GetTitle ¶

func (o *AnalyticsContentPage) GetTitle() string

GetTitle returns the Title field value

func (*AnalyticsContentPage) GetTitleOk ¶

func (o *AnalyticsContentPage) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*AnalyticsContentPage) HasFeedbacks ¶

func (o *AnalyticsContentPage) HasFeedbacks() bool

HasFeedbacks returns a boolean if a field has been set.

func (AnalyticsContentPage) MarshalJSON ¶

func (o AnalyticsContentPage) MarshalJSON() ([]byte, error)

func (*AnalyticsContentPage) SetFeedbacks ¶

SetFeedbacks gets a reference to the given AnalyticsContentPageFeedbacks and assigns it to the Feedbacks field.

func (*AnalyticsContentPage) SetPage ¶

func (o *AnalyticsContentPage) SetPage(v string)

SetPage sets field value

func (*AnalyticsContentPage) SetPageViews ¶

func (o *AnalyticsContentPage) SetPageViews(v float32)

SetPageViews sets field value

func (*AnalyticsContentPage) SetTitle ¶

func (o *AnalyticsContentPage) SetTitle(v string)

SetTitle sets field value

func (AnalyticsContentPage) ToMap ¶

func (o AnalyticsContentPage) ToMap() (map[string]interface{}, error)

type AnalyticsContentPageFeedbacks ¶

type AnalyticsContentPageFeedbacks struct {
	// Score between 0 and 4.
	Score  float32 `json:"score"`
	Total  float32 `json:"total"`
	Rating string  `json:"rating"`
	Bad    float32 `json:"bad"`
	Ok     float32 `json:"ok"`
	Good   float32 `json:"good"`
}

AnalyticsContentPageFeedbacks struct for AnalyticsContentPageFeedbacks

func NewAnalyticsContentPageFeedbacks ¶

func NewAnalyticsContentPageFeedbacks(score float32, total float32, rating string, bad float32, ok float32, good float32) *AnalyticsContentPageFeedbacks

NewAnalyticsContentPageFeedbacks instantiates a new AnalyticsContentPageFeedbacks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalyticsContentPageFeedbacksWithDefaults ¶

func NewAnalyticsContentPageFeedbacksWithDefaults() *AnalyticsContentPageFeedbacks

NewAnalyticsContentPageFeedbacksWithDefaults instantiates a new AnalyticsContentPageFeedbacks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AnalyticsContentPageFeedbacks) GetBad ¶

GetBad returns the Bad field value

func (*AnalyticsContentPageFeedbacks) GetBadOk ¶

func (o *AnalyticsContentPageFeedbacks) GetBadOk() (*float32, bool)

GetBadOk returns a tuple with the Bad field value and a boolean to check if the value has been set.

func (*AnalyticsContentPageFeedbacks) GetGood ¶

GetGood returns the Good field value

func (*AnalyticsContentPageFeedbacks) GetGoodOk ¶

func (o *AnalyticsContentPageFeedbacks) GetGoodOk() (*float32, bool)

GetGoodOk returns a tuple with the Good field value and a boolean to check if the value has been set.

func (*AnalyticsContentPageFeedbacks) GetOk ¶

GetOk returns the Ok field value

func (*AnalyticsContentPageFeedbacks) GetOkOk ¶

func (o *AnalyticsContentPageFeedbacks) GetOkOk() (*float32, bool)

GetOkOk returns a tuple with the Ok field value and a boolean to check if the value has been set.

func (*AnalyticsContentPageFeedbacks) GetRating ¶

func (o *AnalyticsContentPageFeedbacks) GetRating() string

GetRating returns the Rating field value

func (*AnalyticsContentPageFeedbacks) GetRatingOk ¶

func (o *AnalyticsContentPageFeedbacks) GetRatingOk() (*string, bool)

GetRatingOk returns a tuple with the Rating field value and a boolean to check if the value has been set.

func (*AnalyticsContentPageFeedbacks) GetScore ¶

func (o *AnalyticsContentPageFeedbacks) GetScore() float32

GetScore returns the Score field value

func (*AnalyticsContentPageFeedbacks) GetScoreOk ¶

func (o *AnalyticsContentPageFeedbacks) GetScoreOk() (*float32, bool)

GetScoreOk returns a tuple with the Score field value and a boolean to check if the value has been set.

func (*AnalyticsContentPageFeedbacks) GetTotal ¶

func (o *AnalyticsContentPageFeedbacks) GetTotal() float32

GetTotal returns the Total field value

func (*AnalyticsContentPageFeedbacks) GetTotalOk ¶

func (o *AnalyticsContentPageFeedbacks) GetTotalOk() (*float32, bool)

GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.

func (AnalyticsContentPageFeedbacks) MarshalJSON ¶

func (o AnalyticsContentPageFeedbacks) MarshalJSON() ([]byte, error)

func (*AnalyticsContentPageFeedbacks) SetBad ¶

SetBad sets field value

func (*AnalyticsContentPageFeedbacks) SetGood ¶

func (o *AnalyticsContentPageFeedbacks) SetGood(v float32)

SetGood sets field value

func (*AnalyticsContentPageFeedbacks) SetOk ¶

SetOk sets field value

func (*AnalyticsContentPageFeedbacks) SetRating ¶

func (o *AnalyticsContentPageFeedbacks) SetRating(v string)

SetRating sets field value

func (*AnalyticsContentPageFeedbacks) SetScore ¶

func (o *AnalyticsContentPageFeedbacks) SetScore(v float32)

SetScore sets field value

func (*AnalyticsContentPageFeedbacks) SetTotal ¶

func (o *AnalyticsContentPageFeedbacks) SetTotal(v float32)

SetTotal sets field value

func (AnalyticsContentPageFeedbacks) ToMap ¶

func (o AnalyticsContentPageFeedbacks) ToMap() (map[string]interface{}, error)

type AnalyticsContentPages ¶

type AnalyticsContentPages struct {
	Pages []AnalyticsContentPage `json:"pages"`
}

AnalyticsContentPages struct for AnalyticsContentPages

func NewAnalyticsContentPages ¶

func NewAnalyticsContentPages(pages []AnalyticsContentPage) *AnalyticsContentPages

NewAnalyticsContentPages instantiates a new AnalyticsContentPages object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalyticsContentPagesWithDefaults ¶

func NewAnalyticsContentPagesWithDefaults() *AnalyticsContentPages

NewAnalyticsContentPagesWithDefaults instantiates a new AnalyticsContentPages object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AnalyticsContentPages) GetPages ¶

GetPages returns the Pages field value

func (*AnalyticsContentPages) GetPagesOk ¶

func (o *AnalyticsContentPages) GetPagesOk() ([]AnalyticsContentPage, bool)

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (AnalyticsContentPages) MarshalJSON ¶

func (o AnalyticsContentPages) MarshalJSON() ([]byte, error)

func (*AnalyticsContentPages) SetPages ¶

SetPages sets field value

func (AnalyticsContentPages) ToMap ¶

func (o AnalyticsContentPages) ToMap() (map[string]interface{}, error)

type AnalyticsSearchPeriod ¶

type AnalyticsSearchPeriod string

AnalyticsSearchPeriod the model 'AnalyticsSearchPeriod'

const (
	ANALYTICSSEARCHPERIOD_MONTH AnalyticsSearchPeriod = "last_month"
	ANALYTICSSEARCHPERIOD_WEEK  AnalyticsSearchPeriod = "last_week"
	ANALYTICSSEARCHPERIOD_YEAR  AnalyticsSearchPeriod = "last_year"
)

List of AnalyticsSearchPeriod

func NewAnalyticsSearchPeriodFromValue ¶

func NewAnalyticsSearchPeriodFromValue(v string) (*AnalyticsSearchPeriod, error)

NewAnalyticsSearchPeriodFromValue returns a pointer to a valid AnalyticsSearchPeriod for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AnalyticsSearchPeriod) IsValid ¶

func (v AnalyticsSearchPeriod) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AnalyticsSearchPeriod) Ptr ¶

Ptr returns reference to AnalyticsSearchPeriod value

func (*AnalyticsSearchPeriod) UnmarshalJSON ¶

func (v *AnalyticsSearchPeriod) UnmarshalJSON(src []byte) error

type AnalyticsSearchQuery ¶

type AnalyticsSearchQuery struct {
	Query string `json:"query"`
	// Number of searches done by users.
	Searches float32 `json:"searches"`
	// Number of objects matching this search.
	Hits float32 `json:"hits"`
	// Number of pages matching this search.
	PageHits float32 `json:"pageHits"`
	// Number of sections matching this search.
	SectionHits float32 `json:"sectionHits"`
}

AnalyticsSearchQuery Analytics entry for a search query.

func NewAnalyticsSearchQuery ¶

func NewAnalyticsSearchQuery(query string, searches float32, hits float32, pageHits float32, sectionHits float32) *AnalyticsSearchQuery

NewAnalyticsSearchQuery instantiates a new AnalyticsSearchQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalyticsSearchQueryWithDefaults ¶

func NewAnalyticsSearchQueryWithDefaults() *AnalyticsSearchQuery

NewAnalyticsSearchQueryWithDefaults instantiates a new AnalyticsSearchQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AnalyticsSearchQuery) GetHits ¶

func (o *AnalyticsSearchQuery) GetHits() float32

GetHits returns the Hits field value

func (*AnalyticsSearchQuery) GetHitsOk ¶

func (o *AnalyticsSearchQuery) GetHitsOk() (*float32, bool)

GetHitsOk returns a tuple with the Hits field value and a boolean to check if the value has been set.

func (*AnalyticsSearchQuery) GetPageHits ¶

func (o *AnalyticsSearchQuery) GetPageHits() float32

GetPageHits returns the PageHits field value

func (*AnalyticsSearchQuery) GetPageHitsOk ¶

func (o *AnalyticsSearchQuery) GetPageHitsOk() (*float32, bool)

GetPageHitsOk returns a tuple with the PageHits field value and a boolean to check if the value has been set.

func (*AnalyticsSearchQuery) GetQuery ¶

func (o *AnalyticsSearchQuery) GetQuery() string

GetQuery returns the Query field value

func (*AnalyticsSearchQuery) GetQueryOk ¶

func (o *AnalyticsSearchQuery) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.

func (*AnalyticsSearchQuery) GetSearches ¶

func (o *AnalyticsSearchQuery) GetSearches() float32

GetSearches returns the Searches field value

func (*AnalyticsSearchQuery) GetSearchesOk ¶

func (o *AnalyticsSearchQuery) GetSearchesOk() (*float32, bool)

GetSearchesOk returns a tuple with the Searches field value and a boolean to check if the value has been set.

func (*AnalyticsSearchQuery) GetSectionHits ¶

func (o *AnalyticsSearchQuery) GetSectionHits() float32

GetSectionHits returns the SectionHits field value

func (*AnalyticsSearchQuery) GetSectionHitsOk ¶

func (o *AnalyticsSearchQuery) GetSectionHitsOk() (*float32, bool)

GetSectionHitsOk returns a tuple with the SectionHits field value and a boolean to check if the value has been set.

func (AnalyticsSearchQuery) MarshalJSON ¶

func (o AnalyticsSearchQuery) MarshalJSON() ([]byte, error)

func (*AnalyticsSearchQuery) SetHits ¶

func (o *AnalyticsSearchQuery) SetHits(v float32)

SetHits sets field value

func (*AnalyticsSearchQuery) SetPageHits ¶

func (o *AnalyticsSearchQuery) SetPageHits(v float32)

SetPageHits sets field value

func (*AnalyticsSearchQuery) SetQuery ¶

func (o *AnalyticsSearchQuery) SetQuery(v string)

SetQuery sets field value

func (*AnalyticsSearchQuery) SetSearches ¶

func (o *AnalyticsSearchQuery) SetSearches(v float32)

SetSearches sets field value

func (*AnalyticsSearchQuery) SetSectionHits ¶

func (o *AnalyticsSearchQuery) SetSectionHits(v float32)

SetSectionHits sets field value

func (AnalyticsSearchQuery) ToMap ¶

func (o AnalyticsSearchQuery) ToMap() (map[string]interface{}, error)

type AnalyticsTopSearches ¶

type AnalyticsTopSearches struct {
	// Number of searches done by users.
	Searches float32 `json:"searches"`
	// Top queries searched for this content.
	Queries []AnalyticsSearchQuery `json:"queries"`
}

AnalyticsTopSearches Top search queries for a content.

func NewAnalyticsTopSearches ¶

func NewAnalyticsTopSearches(searches float32, queries []AnalyticsSearchQuery) *AnalyticsTopSearches

NewAnalyticsTopSearches instantiates a new AnalyticsTopSearches object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalyticsTopSearchesWithDefaults ¶

func NewAnalyticsTopSearchesWithDefaults() *AnalyticsTopSearches

NewAnalyticsTopSearchesWithDefaults instantiates a new AnalyticsTopSearches object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AnalyticsTopSearches) GetQueries ¶

func (o *AnalyticsTopSearches) GetQueries() []AnalyticsSearchQuery

GetQueries returns the Queries field value

func (*AnalyticsTopSearches) GetQueriesOk ¶

func (o *AnalyticsTopSearches) GetQueriesOk() ([]AnalyticsSearchQuery, bool)

GetQueriesOk returns a tuple with the Queries field value and a boolean to check if the value has been set.

func (*AnalyticsTopSearches) GetSearches ¶

func (o *AnalyticsTopSearches) GetSearches() float32

GetSearches returns the Searches field value

func (*AnalyticsTopSearches) GetSearchesOk ¶

func (o *AnalyticsTopSearches) GetSearchesOk() (*float32, bool)

GetSearchesOk returns a tuple with the Searches field value and a boolean to check if the value has been set.

func (AnalyticsTopSearches) MarshalJSON ¶

func (o AnalyticsTopSearches) MarshalJSON() ([]byte, error)

func (*AnalyticsTopSearches) SetQueries ¶

func (o *AnalyticsTopSearches) SetQueries(v []AnalyticsSearchQuery)

SetQueries sets field value

func (*AnalyticsTopSearches) SetSearches ¶

func (o *AnalyticsTopSearches) SetSearches(v float32)

SetSearches sets field value

func (AnalyticsTopSearches) ToMap ¶

func (o AnalyticsTopSearches) ToMap() (map[string]interface{}, error)

type AnalyticsTrafficInterval ¶

type AnalyticsTrafficInterval string

AnalyticsTrafficInterval the model 'AnalyticsTrafficInterval'

const (
	ANALYTICSTRAFFICINTERVAL_DAILY   AnalyticsTrafficInterval = "daily"
	ANALYTICSTRAFFICINTERVAL_WEEKLY  AnalyticsTrafficInterval = "weekly"
	ANALYTICSTRAFFICINTERVAL_MONTHLY AnalyticsTrafficInterval = "monthly"
)

List of AnalyticsTrafficInterval

func NewAnalyticsTrafficIntervalFromValue ¶

func NewAnalyticsTrafficIntervalFromValue(v string) (*AnalyticsTrafficInterval, error)

NewAnalyticsTrafficIntervalFromValue returns a pointer to a valid AnalyticsTrafficInterval for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AnalyticsTrafficInterval) IsValid ¶

func (v AnalyticsTrafficInterval) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AnalyticsTrafficInterval) Ptr ¶

Ptr returns reference to AnalyticsTrafficInterval value

func (*AnalyticsTrafficInterval) UnmarshalJSON ¶

func (v *AnalyticsTrafficInterval) UnmarshalJSON(src []byte) error

type AnalyticsTrafficPageViews ¶

type AnalyticsTrafficPageViews struct {
	// Total number of page views over the period.
	Count float32 `json:"count"`
	// Page views per interval (day, week, month).
	Views []AnalyticsTrafficPageViewsViewsInner `json:"views"`
}

AnalyticsTrafficPageViews struct for AnalyticsTrafficPageViews

func NewAnalyticsTrafficPageViews ¶

func NewAnalyticsTrafficPageViews(count float32, views []AnalyticsTrafficPageViewsViewsInner) *AnalyticsTrafficPageViews

NewAnalyticsTrafficPageViews instantiates a new AnalyticsTrafficPageViews object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalyticsTrafficPageViewsWithDefaults ¶

func NewAnalyticsTrafficPageViewsWithDefaults() *AnalyticsTrafficPageViews

NewAnalyticsTrafficPageViewsWithDefaults instantiates a new AnalyticsTrafficPageViews object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AnalyticsTrafficPageViews) GetCount ¶

func (o *AnalyticsTrafficPageViews) GetCount() float32

GetCount returns the Count field value

func (*AnalyticsTrafficPageViews) GetCountOk ¶

func (o *AnalyticsTrafficPageViews) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*AnalyticsTrafficPageViews) GetViews ¶

GetViews returns the Views field value

func (*AnalyticsTrafficPageViews) GetViewsOk ¶

GetViewsOk returns a tuple with the Views field value and a boolean to check if the value has been set.

func (AnalyticsTrafficPageViews) MarshalJSON ¶

func (o AnalyticsTrafficPageViews) MarshalJSON() ([]byte, error)

func (*AnalyticsTrafficPageViews) SetCount ¶

func (o *AnalyticsTrafficPageViews) SetCount(v float32)

SetCount sets field value

func (*AnalyticsTrafficPageViews) SetViews ¶

SetViews sets field value

func (AnalyticsTrafficPageViews) ToMap ¶

func (o AnalyticsTrafficPageViews) ToMap() (map[string]interface{}, error)

type AnalyticsTrafficPageViewsViewsInner ¶

type AnalyticsTrafficPageViewsViewsInner struct {
	Timestamp string  `json:"timestamp"`
	Count     float32 `json:"count"`
}

AnalyticsTrafficPageViewsViewsInner struct for AnalyticsTrafficPageViewsViewsInner

func NewAnalyticsTrafficPageViewsViewsInner ¶

func NewAnalyticsTrafficPageViewsViewsInner(timestamp string, count float32) *AnalyticsTrafficPageViewsViewsInner

NewAnalyticsTrafficPageViewsViewsInner instantiates a new AnalyticsTrafficPageViewsViewsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAnalyticsTrafficPageViewsViewsInnerWithDefaults ¶

func NewAnalyticsTrafficPageViewsViewsInnerWithDefaults() *AnalyticsTrafficPageViewsViewsInner

NewAnalyticsTrafficPageViewsViewsInnerWithDefaults instantiates a new AnalyticsTrafficPageViewsViewsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AnalyticsTrafficPageViewsViewsInner) GetCount ¶

GetCount returns the Count field value

func (*AnalyticsTrafficPageViewsViewsInner) GetCountOk ¶

func (o *AnalyticsTrafficPageViewsViewsInner) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*AnalyticsTrafficPageViewsViewsInner) GetTimestamp ¶

func (o *AnalyticsTrafficPageViewsViewsInner) GetTimestamp() string

GetTimestamp returns the Timestamp field value

func (*AnalyticsTrafficPageViewsViewsInner) GetTimestampOk ¶

func (o *AnalyticsTrafficPageViewsViewsInner) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (AnalyticsTrafficPageViewsViewsInner) MarshalJSON ¶

func (o AnalyticsTrafficPageViewsViewsInner) MarshalJSON() ([]byte, error)

func (*AnalyticsTrafficPageViewsViewsInner) SetCount ¶

SetCount sets field value

func (*AnalyticsTrafficPageViewsViewsInner) SetTimestamp ¶

func (o *AnalyticsTrafficPageViewsViewsInner) SetTimestamp(v string)

SetTimestamp sets field value

func (AnalyticsTrafficPageViewsViewsInner) ToMap ¶

func (o AnalyticsTrafficPageViewsViewsInner) ToMap() (map[string]interface{}, error)

type ApiApiGetApiInformationRequest ¶

type ApiApiGetApiInformationRequest struct {
	ApiService *ApiApiService
	// contains filtered or unexported fields
}

func (ApiApiGetApiInformationRequest) Execute ¶

type ApiApiService ¶

type ApiApiService service

ApiApiService ApiApi service

func (*ApiApiService) GetApiInformation ¶

func (a *ApiApiService) GetApiInformation(ctx context.Context) ApiApiGetApiInformationRequest

GetApiInformation Get information about the state of the GitBook API

Access the release version and build date of the GitBook codebase

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiGetApiInformationRequest

func (*ApiApiService) GetApiInformationExecute ¶

func (a *ApiApiService) GetApiInformationExecute(r ApiApiGetApiInformationRequest) (*ApiInformation, *http.Response, error)

Execute executes the request

@return ApiInformation

type ApiInformation ¶

type ApiInformation struct {
	// Current release of GitBook
	Version string `json:"version"`
	// Date of the latest release in ISO format
	Build string `json:"build"`
}

ApiInformation struct for ApiInformation

func NewApiInformation ¶

func NewApiInformation(version string, build string) *ApiInformation

NewApiInformation instantiates a new ApiInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInformationWithDefaults ¶

func NewApiInformationWithDefaults() *ApiInformation

NewApiInformationWithDefaults instantiates a new ApiInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInformation) GetBuild ¶

func (o *ApiInformation) GetBuild() string

GetBuild returns the Build field value

func (*ApiInformation) GetBuildOk ¶

func (o *ApiInformation) GetBuildOk() (*string, bool)

GetBuildOk returns a tuple with the Build field value and a boolean to check if the value has been set.

func (*ApiInformation) GetVersion ¶

func (o *ApiInformation) GetVersion() string

GetVersion returns the Version field value

func (*ApiInformation) GetVersionOk ¶

func (o *ApiInformation) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (ApiInformation) MarshalJSON ¶

func (o ApiInformation) MarshalJSON() ([]byte, error)

func (*ApiInformation) SetBuild ¶

func (o *ApiInformation) SetBuild(v string)

SetBuild sets field value

func (*ApiInformation) SetVersion ¶

func (o *ApiInformation) SetVersion(v string)

SetVersion sets field value

func (ApiInformation) ToMap ¶

func (o ApiInformation) ToMap() (map[string]interface{}, error)

type AskQueryWithGet200Response ¶

type AskQueryWithGet200Response struct {
	Answer *SearchAIAnswer `json:"answer,omitempty"`
}

AskQueryWithGet200Response struct for AskQueryWithGet200Response

func NewAskQueryWithGet200Response ¶

func NewAskQueryWithGet200Response() *AskQueryWithGet200Response

NewAskQueryWithGet200Response instantiates a new AskQueryWithGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAskQueryWithGet200ResponseWithDefaults ¶

func NewAskQueryWithGet200ResponseWithDefaults() *AskQueryWithGet200Response

NewAskQueryWithGet200ResponseWithDefaults instantiates a new AskQueryWithGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AskQueryWithGet200Response) GetAnswer ¶

GetAnswer returns the Answer field value if set, zero value otherwise.

func (*AskQueryWithGet200Response) GetAnswerOk ¶

func (o *AskQueryWithGet200Response) GetAnswerOk() (*SearchAIAnswer, bool)

GetAnswerOk returns a tuple with the Answer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AskQueryWithGet200Response) HasAnswer ¶

func (o *AskQueryWithGet200Response) HasAnswer() bool

HasAnswer returns a boolean if a field has been set.

func (AskQueryWithGet200Response) MarshalJSON ¶

func (o AskQueryWithGet200Response) MarshalJSON() ([]byte, error)

func (*AskQueryWithGet200Response) SetAnswer ¶

SetAnswer gets a reference to the given SearchAIAnswer and assigns it to the Answer field.

func (AskQueryWithGet200Response) ToMap ¶

func (o AskQueryWithGet200Response) ToMap() (map[string]interface{}, error)

type BackofficeUserInfoChannel ¶

type BackofficeUserInfoChannel struct {
	Channel string `json:"channel"`
	User    string `json:"user"`
}

BackofficeUserInfoChannel struct for BackofficeUserInfoChannel

func NewBackofficeUserInfoChannel ¶

func NewBackofficeUserInfoChannel(channel string, user string) *BackofficeUserInfoChannel

NewBackofficeUserInfoChannel instantiates a new BackofficeUserInfoChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBackofficeUserInfoChannelWithDefaults ¶

func NewBackofficeUserInfoChannelWithDefaults() *BackofficeUserInfoChannel

NewBackofficeUserInfoChannelWithDefaults instantiates a new BackofficeUserInfoChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BackofficeUserInfoChannel) GetChannel ¶

func (o *BackofficeUserInfoChannel) GetChannel() string

GetChannel returns the Channel field value

func (*BackofficeUserInfoChannel) GetChannelOk ¶

func (o *BackofficeUserInfoChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*BackofficeUserInfoChannel) GetUser ¶

func (o *BackofficeUserInfoChannel) GetUser() string

GetUser returns the User field value

func (*BackofficeUserInfoChannel) GetUserOk ¶

func (o *BackofficeUserInfoChannel) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (BackofficeUserInfoChannel) MarshalJSON ¶

func (o BackofficeUserInfoChannel) MarshalJSON() ([]byte, error)

func (*BackofficeUserInfoChannel) SetChannel ¶

func (o *BackofficeUserInfoChannel) SetChannel(v string)

SetChannel sets field value

func (*BackofficeUserInfoChannel) SetUser ¶

func (o *BackofficeUserInfoChannel) SetUser(v string)

SetUser sets field value

func (BackofficeUserInfoChannel) ToMap ¶

func (o BackofficeUserInfoChannel) ToMap() (map[string]interface{}, error)

type BaseEvent ¶

type BaseEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	// Type of the event.
	Type string `json:"type"`
}

BaseEvent Common properties for all events.

func NewBaseEvent ¶

func NewBaseEvent(eventId string, type_ string) *BaseEvent

NewBaseEvent instantiates a new BaseEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBaseEventWithDefaults ¶

func NewBaseEventWithDefaults() *BaseEvent

NewBaseEventWithDefaults instantiates a new BaseEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BaseEvent) GetEventId ¶

func (o *BaseEvent) GetEventId() string

GetEventId returns the EventId field value

func (*BaseEvent) GetEventIdOk ¶

func (o *BaseEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*BaseEvent) GetType ¶

func (o *BaseEvent) GetType() string

GetType returns the Type field value

func (*BaseEvent) GetTypeOk ¶

func (o *BaseEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (BaseEvent) MarshalJSON ¶

func (o BaseEvent) MarshalJSON() ([]byte, error)

func (*BaseEvent) SetEventId ¶

func (o *BaseEvent) SetEventId(v string)

SetEventId sets field value

func (*BaseEvent) SetType ¶

func (o *BaseEvent) SetType(v string)

SetType sets field value

func (BaseEvent) ToMap ¶

func (o BaseEvent) ToMap() (map[string]interface{}, error)

type BaseRecordingEvent ¶ added in v0.2.0

type BaseRecordingEvent struct {
	// The type of event
	Type string `json:"type"`
	// When the event happened
	Timestamp time.Time `json:"timestamp"`
	// Optionally, provide the source of the event. GitBook may use this to improve the generated content.
	Source *string                  `json:"source,omitempty"`
	Actor  *BaseRecordingEventActor `json:"actor,omitempty"`
}

BaseRecordingEvent struct for BaseRecordingEvent

func NewBaseRecordingEvent ¶ added in v0.2.0

func NewBaseRecordingEvent(type_ string, timestamp time.Time) *BaseRecordingEvent

NewBaseRecordingEvent instantiates a new BaseRecordingEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBaseRecordingEventWithDefaults ¶ added in v0.2.0

func NewBaseRecordingEventWithDefaults() *BaseRecordingEvent

NewBaseRecordingEventWithDefaults instantiates a new BaseRecordingEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BaseRecordingEvent) GetActor ¶ added in v0.2.0

GetActor returns the Actor field value if set, zero value otherwise.

func (*BaseRecordingEvent) GetActorOk ¶ added in v0.2.0

func (o *BaseRecordingEvent) GetActorOk() (*BaseRecordingEventActor, bool)

GetActorOk returns a tuple with the Actor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BaseRecordingEvent) GetSource ¶ added in v0.2.0

func (o *BaseRecordingEvent) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*BaseRecordingEvent) GetSourceOk ¶ added in v0.2.0

func (o *BaseRecordingEvent) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BaseRecordingEvent) GetTimestamp ¶ added in v0.2.0

func (o *BaseRecordingEvent) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value

func (*BaseRecordingEvent) GetTimestampOk ¶ added in v0.2.0

func (o *BaseRecordingEvent) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (*BaseRecordingEvent) GetType ¶ added in v0.2.0

func (o *BaseRecordingEvent) GetType() string

GetType returns the Type field value

func (*BaseRecordingEvent) GetTypeOk ¶ added in v0.2.0

func (o *BaseRecordingEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*BaseRecordingEvent) HasActor ¶ added in v0.2.0

func (o *BaseRecordingEvent) HasActor() bool

HasActor returns a boolean if a field has been set.

func (*BaseRecordingEvent) HasSource ¶ added in v0.2.0

func (o *BaseRecordingEvent) HasSource() bool

HasSource returns a boolean if a field has been set.

func (BaseRecordingEvent) MarshalJSON ¶ added in v0.2.0

func (o BaseRecordingEvent) MarshalJSON() ([]byte, error)

func (*BaseRecordingEvent) SetActor ¶ added in v0.2.0

SetActor gets a reference to the given BaseRecordingEventActor and assigns it to the Actor field.

func (*BaseRecordingEvent) SetSource ¶ added in v0.2.0

func (o *BaseRecordingEvent) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*BaseRecordingEvent) SetTimestamp ¶ added in v0.2.0

func (o *BaseRecordingEvent) SetTimestamp(v time.Time)

SetTimestamp sets field value

func (*BaseRecordingEvent) SetType ¶ added in v0.2.0

func (o *BaseRecordingEvent) SetType(v string)

SetType sets field value

func (BaseRecordingEvent) ToMap ¶ added in v0.2.0

func (o BaseRecordingEvent) ToMap() (map[string]interface{}, error)

type BaseRecordingEventActor ¶ added in v0.2.0

type BaseRecordingEventActor struct {
	Name string `json:"name"`
}

BaseRecordingEventActor Optionally, provide the actor of the event, in the context of multiple people contributing to the recording.

func NewBaseRecordingEventActor ¶ added in v0.2.0

func NewBaseRecordingEventActor(name string) *BaseRecordingEventActor

NewBaseRecordingEventActor instantiates a new BaseRecordingEventActor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBaseRecordingEventActorWithDefaults ¶ added in v0.2.0

func NewBaseRecordingEventActorWithDefaults() *BaseRecordingEventActor

NewBaseRecordingEventActorWithDefaults instantiates a new BaseRecordingEventActor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BaseRecordingEventActor) GetName ¶ added in v0.2.0

func (o *BaseRecordingEventActor) GetName() string

GetName returns the Name field value

func (*BaseRecordingEventActor) GetNameOk ¶ added in v0.2.0

func (o *BaseRecordingEventActor) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (BaseRecordingEventActor) MarshalJSON ¶ added in v0.2.0

func (o BaseRecordingEventActor) MarshalJSON() ([]byte, error)

func (*BaseRecordingEventActor) SetName ¶ added in v0.2.0

func (o *BaseRecordingEventActor) SetName(v string)

SetName sets field value

func (BaseRecordingEventActor) ToMap ¶ added in v0.2.0

func (o BaseRecordingEventActor) ToMap() (map[string]interface{}, error)

type BasicAuth ¶

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BillingInterval ¶

type BillingInterval string

BillingInterval Interval for a billing subscription

const (
	BILLINGINTERVAL_MONTHLY BillingInterval = "monthly"
	BILLINGINTERVAL_YEARLY  BillingInterval = "yearly"
)

List of BillingInterval

func NewBillingIntervalFromValue ¶

func NewBillingIntervalFromValue(v string) (*BillingInterval, error)

NewBillingIntervalFromValue returns a pointer to a valid BillingInterval for the value passed as argument, or an error if the value passed is not allowed by the enum

func (BillingInterval) IsValid ¶

func (v BillingInterval) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (BillingInterval) Ptr ¶

Ptr returns reference to BillingInterval value

func (*BillingInterval) UnmarshalJSON ¶

func (v *BillingInterval) UnmarshalJSON(src []byte) error

type BillingInvoicePreview ¶

type BillingInvoicePreview struct {
	// Amount of the invoice
	Amount float32 `json:"amount"`
	// Amount that will be immediately charged.
	AmountDueToday float32 `json:"amountDueToday"`
	// Current balance, if any, being stored on the customer. If positive, the customer has credit to apply to their next invoice.
	CustomerBalance float32 `json:"customerBalance"`
	// Current balance after potential upgrade.
	RemainingCustomerBalance float32 `json:"remainingCustomerBalance"`
	// Details of the change happening on the subscription.
	Lines []BillingInvoicePreviewLinesInner `json:"lines"`
}

BillingInvoicePreview struct for BillingInvoicePreview

func NewBillingInvoicePreview ¶

func NewBillingInvoicePreview(amount float32, amountDueToday float32, customerBalance float32, remainingCustomerBalance float32, lines []BillingInvoicePreviewLinesInner) *BillingInvoicePreview

NewBillingInvoicePreview instantiates a new BillingInvoicePreview object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBillingInvoicePreviewWithDefaults ¶

func NewBillingInvoicePreviewWithDefaults() *BillingInvoicePreview

NewBillingInvoicePreviewWithDefaults instantiates a new BillingInvoicePreview object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BillingInvoicePreview) GetAmount ¶

func (o *BillingInvoicePreview) GetAmount() float32

GetAmount returns the Amount field value

func (*BillingInvoicePreview) GetAmountDueToday ¶

func (o *BillingInvoicePreview) GetAmountDueToday() float32

GetAmountDueToday returns the AmountDueToday field value

func (*BillingInvoicePreview) GetAmountDueTodayOk ¶

func (o *BillingInvoicePreview) GetAmountDueTodayOk() (*float32, bool)

GetAmountDueTodayOk returns a tuple with the AmountDueToday field value and a boolean to check if the value has been set.

func (*BillingInvoicePreview) GetAmountOk ¶

func (o *BillingInvoicePreview) GetAmountOk() (*float32, bool)

GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.

func (*BillingInvoicePreview) GetCustomerBalance ¶

func (o *BillingInvoicePreview) GetCustomerBalance() float32

GetCustomerBalance returns the CustomerBalance field value

func (*BillingInvoicePreview) GetCustomerBalanceOk ¶

func (o *BillingInvoicePreview) GetCustomerBalanceOk() (*float32, bool)

GetCustomerBalanceOk returns a tuple with the CustomerBalance field value and a boolean to check if the value has been set.

func (*BillingInvoicePreview) GetLines ¶

GetLines returns the Lines field value

func (*BillingInvoicePreview) GetLinesOk ¶

GetLinesOk returns a tuple with the Lines field value and a boolean to check if the value has been set.

func (*BillingInvoicePreview) GetRemainingCustomerBalance ¶

func (o *BillingInvoicePreview) GetRemainingCustomerBalance() float32

GetRemainingCustomerBalance returns the RemainingCustomerBalance field value

func (*BillingInvoicePreview) GetRemainingCustomerBalanceOk ¶

func (o *BillingInvoicePreview) GetRemainingCustomerBalanceOk() (*float32, bool)

GetRemainingCustomerBalanceOk returns a tuple with the RemainingCustomerBalance field value and a boolean to check if the value has been set.

func (BillingInvoicePreview) MarshalJSON ¶

func (o BillingInvoicePreview) MarshalJSON() ([]byte, error)

func (*BillingInvoicePreview) SetAmount ¶

func (o *BillingInvoicePreview) SetAmount(v float32)

SetAmount sets field value

func (*BillingInvoicePreview) SetAmountDueToday ¶

func (o *BillingInvoicePreview) SetAmountDueToday(v float32)

SetAmountDueToday sets field value

func (*BillingInvoicePreview) SetCustomerBalance ¶

func (o *BillingInvoicePreview) SetCustomerBalance(v float32)

SetCustomerBalance sets field value

func (*BillingInvoicePreview) SetLines ¶

SetLines sets field value

func (*BillingInvoicePreview) SetRemainingCustomerBalance ¶

func (o *BillingInvoicePreview) SetRemainingCustomerBalance(v float32)

SetRemainingCustomerBalance sets field value

func (BillingInvoicePreview) ToMap ¶

func (o BillingInvoicePreview) ToMap() (map[string]interface{}, error)

type BillingInvoicePreviewLinesInner ¶

type BillingInvoicePreviewLinesInner struct {
	Description string  `json:"description"`
	Amount      float32 `json:"amount"`
	PeriodStart string  `json:"periodStart"`
	PeriodEnd   string  `json:"periodEnd"`
}

BillingInvoicePreviewLinesInner struct for BillingInvoicePreviewLinesInner

func NewBillingInvoicePreviewLinesInner ¶

func NewBillingInvoicePreviewLinesInner(description string, amount float32, periodStart string, periodEnd string) *BillingInvoicePreviewLinesInner

NewBillingInvoicePreviewLinesInner instantiates a new BillingInvoicePreviewLinesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBillingInvoicePreviewLinesInnerWithDefaults ¶

func NewBillingInvoicePreviewLinesInnerWithDefaults() *BillingInvoicePreviewLinesInner

NewBillingInvoicePreviewLinesInnerWithDefaults instantiates a new BillingInvoicePreviewLinesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BillingInvoicePreviewLinesInner) GetAmount ¶

GetAmount returns the Amount field value

func (*BillingInvoicePreviewLinesInner) GetAmountOk ¶

func (o *BillingInvoicePreviewLinesInner) GetAmountOk() (*float32, bool)

GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.

func (*BillingInvoicePreviewLinesInner) GetDescription ¶

func (o *BillingInvoicePreviewLinesInner) GetDescription() string

GetDescription returns the Description field value

func (*BillingInvoicePreviewLinesInner) GetDescriptionOk ¶

func (o *BillingInvoicePreviewLinesInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*BillingInvoicePreviewLinesInner) GetPeriodEnd ¶

func (o *BillingInvoicePreviewLinesInner) GetPeriodEnd() string

GetPeriodEnd returns the PeriodEnd field value

func (*BillingInvoicePreviewLinesInner) GetPeriodEndOk ¶

func (o *BillingInvoicePreviewLinesInner) GetPeriodEndOk() (*string, bool)

GetPeriodEndOk returns a tuple with the PeriodEnd field value and a boolean to check if the value has been set.

func (*BillingInvoicePreviewLinesInner) GetPeriodStart ¶

func (o *BillingInvoicePreviewLinesInner) GetPeriodStart() string

GetPeriodStart returns the PeriodStart field value

func (*BillingInvoicePreviewLinesInner) GetPeriodStartOk ¶

func (o *BillingInvoicePreviewLinesInner) GetPeriodStartOk() (*string, bool)

GetPeriodStartOk returns a tuple with the PeriodStart field value and a boolean to check if the value has been set.

func (BillingInvoicePreviewLinesInner) MarshalJSON ¶

func (o BillingInvoicePreviewLinesInner) MarshalJSON() ([]byte, error)

func (*BillingInvoicePreviewLinesInner) SetAmount ¶

func (o *BillingInvoicePreviewLinesInner) SetAmount(v float32)

SetAmount sets field value

func (*BillingInvoicePreviewLinesInner) SetDescription ¶

func (o *BillingInvoicePreviewLinesInner) SetDescription(v string)

SetDescription sets field value

func (*BillingInvoicePreviewLinesInner) SetPeriodEnd ¶

func (o *BillingInvoicePreviewLinesInner) SetPeriodEnd(v string)

SetPeriodEnd sets field value

func (*BillingInvoicePreviewLinesInner) SetPeriodStart ¶

func (o *BillingInvoicePreviewLinesInner) SetPeriodStart(v string)

SetPeriodStart sets field value

func (BillingInvoicePreviewLinesInner) ToMap ¶

func (o BillingInvoicePreviewLinesInner) ToMap() (map[string]interface{}, error)

type BillingPortal ¶

type BillingPortal struct {
	// URL to the billing portal for an organization
	Url string `json:"url"`
}

BillingPortal struct for BillingPortal

func NewBillingPortal ¶

func NewBillingPortal(url string) *BillingPortal

NewBillingPortal instantiates a new BillingPortal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBillingPortalWithDefaults ¶

func NewBillingPortalWithDefaults() *BillingPortal

NewBillingPortalWithDefaults instantiates a new BillingPortal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BillingPortal) GetUrl ¶

func (o *BillingPortal) GetUrl() string

GetUrl returns the Url field value

func (*BillingPortal) GetUrlOk ¶

func (o *BillingPortal) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (BillingPortal) MarshalJSON ¶

func (o BillingPortal) MarshalJSON() ([]byte, error)

func (*BillingPortal) SetUrl ¶

func (o *BillingPortal) SetUrl(v string)

SetUrl sets field value

func (BillingPortal) ToMap ¶

func (o BillingPortal) ToMap() (map[string]interface{}, error)

type BillingProduct ¶

type BillingProduct string

BillingProduct Name of the product

const (
	BILLINGPRODUCT_FREE       BillingProduct = "free"
	BILLINGPRODUCT_PLUS       BillingProduct = "plus"
	BILLINGPRODUCT_PRO        BillingProduct = "pro"
	BILLINGPRODUCT_TEAM       BillingProduct = "team"
	BILLINGPRODUCT_BUSINESS   BillingProduct = "business"
	BILLINGPRODUCT_LEGACY     BillingProduct = "legacy"
	BILLINGPRODUCT_STARTUP    BillingProduct = "startup"
	BILLINGPRODUCT_ENTERPRISE BillingProduct = "enterprise"
)

List of BillingProduct

func NewBillingProductFromValue ¶

func NewBillingProductFromValue(v string) (*BillingProduct, error)

NewBillingProductFromValue returns a pointer to a valid BillingProduct for the value passed as argument, or an error if the value passed is not allowed by the enum

func (BillingProduct) IsValid ¶

func (v BillingProduct) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (BillingProduct) Ptr ¶

func (v BillingProduct) Ptr() *BillingProduct

Ptr returns reference to BillingProduct value

func (*BillingProduct) UnmarshalJSON ¶

func (v *BillingProduct) UnmarshalJSON(src []byte) error

type BillingUpgrade ¶

type BillingUpgrade struct {
	BillingUpgradeOneOf  *BillingUpgradeOneOf
	BillingUpgradeOneOf1 *BillingUpgradeOneOf1
	BillingUpgradeOneOf2 *BillingUpgradeOneOf2
	BillingUpgradeOneOf3 *BillingUpgradeOneOf3
}

BillingUpgrade - struct for BillingUpgrade

func BillingUpgradeOneOf1AsBillingUpgrade ¶

func BillingUpgradeOneOf1AsBillingUpgrade(v *BillingUpgradeOneOf1) BillingUpgrade

BillingUpgradeOneOf1AsBillingUpgrade is a convenience function that returns BillingUpgradeOneOf1 wrapped in BillingUpgrade

func BillingUpgradeOneOf2AsBillingUpgrade ¶

func BillingUpgradeOneOf2AsBillingUpgrade(v *BillingUpgradeOneOf2) BillingUpgrade

BillingUpgradeOneOf2AsBillingUpgrade is a convenience function that returns BillingUpgradeOneOf2 wrapped in BillingUpgrade

func BillingUpgradeOneOf3AsBillingUpgrade ¶

func BillingUpgradeOneOf3AsBillingUpgrade(v *BillingUpgradeOneOf3) BillingUpgrade

BillingUpgradeOneOf3AsBillingUpgrade is a convenience function that returns BillingUpgradeOneOf3 wrapped in BillingUpgrade

func BillingUpgradeOneOfAsBillingUpgrade ¶

func BillingUpgradeOneOfAsBillingUpgrade(v *BillingUpgradeOneOf) BillingUpgrade

BillingUpgradeOneOfAsBillingUpgrade is a convenience function that returns BillingUpgradeOneOf wrapped in BillingUpgrade

func (*BillingUpgrade) GetActualInstance ¶

func (obj *BillingUpgrade) GetActualInstance() interface{}

Get the actual instance

func (BillingUpgrade) MarshalJSON ¶

func (src BillingUpgrade) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*BillingUpgrade) UnmarshalJSON ¶

func (dst *BillingUpgrade) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type BillingUpgradeOneOf ¶

type BillingUpgradeOneOf struct {
	Result string `json:"result"`
	// Stripe payment session ID
	SessionId string `json:"sessionId"`
}

BillingUpgradeOneOf struct for BillingUpgradeOneOf

func NewBillingUpgradeOneOf ¶

func NewBillingUpgradeOneOf(result string, sessionId string) *BillingUpgradeOneOf

NewBillingUpgradeOneOf instantiates a new BillingUpgradeOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBillingUpgradeOneOfWithDefaults ¶

func NewBillingUpgradeOneOfWithDefaults() *BillingUpgradeOneOf

NewBillingUpgradeOneOfWithDefaults instantiates a new BillingUpgradeOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BillingUpgradeOneOf) GetResult ¶

func (o *BillingUpgradeOneOf) GetResult() string

GetResult returns the Result field value

func (*BillingUpgradeOneOf) GetResultOk ¶

func (o *BillingUpgradeOneOf) GetResultOk() (*string, bool)

GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.

func (*BillingUpgradeOneOf) GetSessionId ¶

func (o *BillingUpgradeOneOf) GetSessionId() string

GetSessionId returns the SessionId field value

func (*BillingUpgradeOneOf) GetSessionIdOk ¶

func (o *BillingUpgradeOneOf) GetSessionIdOk() (*string, bool)

GetSessionIdOk returns a tuple with the SessionId field value and a boolean to check if the value has been set.

func (BillingUpgradeOneOf) MarshalJSON ¶

func (o BillingUpgradeOneOf) MarshalJSON() ([]byte, error)

func (*BillingUpgradeOneOf) SetResult ¶

func (o *BillingUpgradeOneOf) SetResult(v string)

SetResult sets field value

func (*BillingUpgradeOneOf) SetSessionId ¶

func (o *BillingUpgradeOneOf) SetSessionId(v string)

SetSessionId sets field value

func (BillingUpgradeOneOf) ToMap ¶

func (o BillingUpgradeOneOf) ToMap() (map[string]interface{}, error)

type BillingUpgradeOneOf1 ¶

type BillingUpgradeOneOf1 struct {
	Result  string                `json:"result"`
	Invoice BillingInvoicePreview `json:"invoice"`
}

BillingUpgradeOneOf1 struct for BillingUpgradeOneOf1

func NewBillingUpgradeOneOf1 ¶

func NewBillingUpgradeOneOf1(result string, invoice BillingInvoicePreview) *BillingUpgradeOneOf1

NewBillingUpgradeOneOf1 instantiates a new BillingUpgradeOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBillingUpgradeOneOf1WithDefaults ¶

func NewBillingUpgradeOneOf1WithDefaults() *BillingUpgradeOneOf1

NewBillingUpgradeOneOf1WithDefaults instantiates a new BillingUpgradeOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BillingUpgradeOneOf1) GetInvoice ¶

GetInvoice returns the Invoice field value

func (*BillingUpgradeOneOf1) GetInvoiceOk ¶

func (o *BillingUpgradeOneOf1) GetInvoiceOk() (*BillingInvoicePreview, bool)

GetInvoiceOk returns a tuple with the Invoice field value and a boolean to check if the value has been set.

func (*BillingUpgradeOneOf1) GetResult ¶

func (o *BillingUpgradeOneOf1) GetResult() string

GetResult returns the Result field value

func (*BillingUpgradeOneOf1) GetResultOk ¶

func (o *BillingUpgradeOneOf1) GetResultOk() (*string, bool)

GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.

func (BillingUpgradeOneOf1) MarshalJSON ¶

func (o BillingUpgradeOneOf1) MarshalJSON() ([]byte, error)

func (*BillingUpgradeOneOf1) SetInvoice ¶

SetInvoice sets field value

func (*BillingUpgradeOneOf1) SetResult ¶

func (o *BillingUpgradeOneOf1) SetResult(v string)

SetResult sets field value

func (BillingUpgradeOneOf1) ToMap ¶

func (o BillingUpgradeOneOf1) ToMap() (map[string]interface{}, error)

type BillingUpgradeOneOf2 ¶

type BillingUpgradeOneOf2 struct {
	Result string `json:"result"`
}

BillingUpgradeOneOf2 struct for BillingUpgradeOneOf2

func NewBillingUpgradeOneOf2 ¶

func NewBillingUpgradeOneOf2(result string) *BillingUpgradeOneOf2

NewBillingUpgradeOneOf2 instantiates a new BillingUpgradeOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBillingUpgradeOneOf2WithDefaults ¶

func NewBillingUpgradeOneOf2WithDefaults() *BillingUpgradeOneOf2

NewBillingUpgradeOneOf2WithDefaults instantiates a new BillingUpgradeOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BillingUpgradeOneOf2) GetResult ¶

func (o *BillingUpgradeOneOf2) GetResult() string

GetResult returns the Result field value

func (*BillingUpgradeOneOf2) GetResultOk ¶

func (o *BillingUpgradeOneOf2) GetResultOk() (*string, bool)

GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.

func (BillingUpgradeOneOf2) MarshalJSON ¶

func (o BillingUpgradeOneOf2) MarshalJSON() ([]byte, error)

func (*BillingUpgradeOneOf2) SetResult ¶

func (o *BillingUpgradeOneOf2) SetResult(v string)

SetResult sets field value

func (BillingUpgradeOneOf2) ToMap ¶

func (o BillingUpgradeOneOf2) ToMap() (map[string]interface{}, error)

type BillingUpgradeOneOf3 ¶

type BillingUpgradeOneOf3 struct {
	Result string `json:"result"`
}

BillingUpgradeOneOf3 struct for BillingUpgradeOneOf3

func NewBillingUpgradeOneOf3 ¶

func NewBillingUpgradeOneOf3(result string) *BillingUpgradeOneOf3

NewBillingUpgradeOneOf3 instantiates a new BillingUpgradeOneOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBillingUpgradeOneOf3WithDefaults ¶

func NewBillingUpgradeOneOf3WithDefaults() *BillingUpgradeOneOf3

NewBillingUpgradeOneOf3WithDefaults instantiates a new BillingUpgradeOneOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BillingUpgradeOneOf3) GetResult ¶

func (o *BillingUpgradeOneOf3) GetResult() string

GetResult returns the Result field value

func (*BillingUpgradeOneOf3) GetResultOk ¶

func (o *BillingUpgradeOneOf3) GetResultOk() (*string, bool)

GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.

func (BillingUpgradeOneOf3) MarshalJSON ¶

func (o BillingUpgradeOneOf3) MarshalJSON() ([]byte, error)

func (*BillingUpgradeOneOf3) SetResult ¶

func (o *BillingUpgradeOneOf3) SetResult(v string)

SetResult sets field value

func (BillingUpgradeOneOf3) ToMap ¶

func (o BillingUpgradeOneOf3) ToMap() (map[string]interface{}, error)

type ChangeRequest ¶

type ChangeRequest struct {
	// Type of Object, always equals to \"change-request\"
	Object string `json:"object"`
	// Unique identifier for the change request
	Id string `json:"id"`
	// Incremental identifier of the change request
	Number float32             `json:"number"`
	Status ChangeRequestStatus `json:"status"`
	// Subject of the change request
	Subject   string            `json:"subject"`
	CreatedBy User              `json:"createdBy"`
	CreatedAt string            `json:"createdAt"`
	UpdatedAt string            `json:"updatedAt"`
	Urls      ChangeRequestUrls `json:"urls"`
}

ChangeRequest struct for ChangeRequest

func NewChangeRequest ¶

func NewChangeRequest(object string, id string, number float32, status ChangeRequestStatus, subject string, createdBy User, createdAt string, updatedAt string, urls ChangeRequestUrls) *ChangeRequest

NewChangeRequest instantiates a new ChangeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewChangeRequestWithDefaults ¶

func NewChangeRequestWithDefaults() *ChangeRequest

NewChangeRequestWithDefaults instantiates a new ChangeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ChangeRequest) GetCreatedAt ¶

func (o *ChangeRequest) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*ChangeRequest) GetCreatedAtOk ¶

func (o *ChangeRequest) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ChangeRequest) GetCreatedBy ¶

func (o *ChangeRequest) GetCreatedBy() User

GetCreatedBy returns the CreatedBy field value

func (*ChangeRequest) GetCreatedByOk ¶

func (o *ChangeRequest) GetCreatedByOk() (*User, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.

func (*ChangeRequest) GetId ¶

func (o *ChangeRequest) GetId() string

GetId returns the Id field value

func (*ChangeRequest) GetIdOk ¶

func (o *ChangeRequest) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ChangeRequest) GetNumber ¶

func (o *ChangeRequest) GetNumber() float32

GetNumber returns the Number field value

func (*ChangeRequest) GetNumberOk ¶

func (o *ChangeRequest) GetNumberOk() (*float32, bool)

GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.

func (*ChangeRequest) GetObject ¶

func (o *ChangeRequest) GetObject() string

GetObject returns the Object field value

func (*ChangeRequest) GetObjectOk ¶

func (o *ChangeRequest) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*ChangeRequest) GetStatus ¶

func (o *ChangeRequest) GetStatus() ChangeRequestStatus

GetStatus returns the Status field value

func (*ChangeRequest) GetStatusOk ¶

func (o *ChangeRequest) GetStatusOk() (*ChangeRequestStatus, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ChangeRequest) GetSubject ¶

func (o *ChangeRequest) GetSubject() string

GetSubject returns the Subject field value

func (*ChangeRequest) GetSubjectOk ¶

func (o *ChangeRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.

func (*ChangeRequest) GetUpdatedAt ¶

func (o *ChangeRequest) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*ChangeRequest) GetUpdatedAtOk ¶

func (o *ChangeRequest) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ChangeRequest) GetUrls ¶

func (o *ChangeRequest) GetUrls() ChangeRequestUrls

GetUrls returns the Urls field value

func (*ChangeRequest) GetUrlsOk ¶

func (o *ChangeRequest) GetUrlsOk() (*ChangeRequestUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (ChangeRequest) MarshalJSON ¶

func (o ChangeRequest) MarshalJSON() ([]byte, error)

func (*ChangeRequest) SetCreatedAt ¶

func (o *ChangeRequest) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*ChangeRequest) SetCreatedBy ¶

func (o *ChangeRequest) SetCreatedBy(v User)

SetCreatedBy sets field value

func (*ChangeRequest) SetId ¶

func (o *ChangeRequest) SetId(v string)

SetId sets field value

func (*ChangeRequest) SetNumber ¶

func (o *ChangeRequest) SetNumber(v float32)

SetNumber sets field value

func (*ChangeRequest) SetObject ¶

func (o *ChangeRequest) SetObject(v string)

SetObject sets field value

func (*ChangeRequest) SetStatus ¶

func (o *ChangeRequest) SetStatus(v ChangeRequestStatus)

SetStatus sets field value

func (*ChangeRequest) SetSubject ¶

func (o *ChangeRequest) SetSubject(v string)

SetSubject sets field value

func (*ChangeRequest) SetUpdatedAt ¶

func (o *ChangeRequest) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*ChangeRequest) SetUrls ¶

func (o *ChangeRequest) SetUrls(v ChangeRequestUrls)

SetUrls sets field value

func (ChangeRequest) ToMap ¶

func (o ChangeRequest) ToMap() (map[string]interface{}, error)

type ChangeRequestRequestedReviewer ¶

type ChangeRequestRequestedReviewer struct {
	// Type of Object, always equals to \"change-request-requested-reviewer\"
	Object string `json:"object"`
	// The revision of the content when the request was made.
	Revision    string `json:"revision"`
	RequestedBy User   `json:"requestedBy"`
	CreatedAt   string `json:"createdAt"`
	Kind        string `json:"kind"`
	User        User   `json:"user"`
	Team        Team   `json:"team"`
}

ChangeRequestRequestedReviewer struct for ChangeRequestRequestedReviewer

func NewChangeRequestRequestedReviewer ¶

func NewChangeRequestRequestedReviewer(object string, revision string, requestedBy User, createdAt string, kind string, user User, team Team) *ChangeRequestRequestedReviewer

NewChangeRequestRequestedReviewer instantiates a new ChangeRequestRequestedReviewer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewChangeRequestRequestedReviewerWithDefaults ¶

func NewChangeRequestRequestedReviewerWithDefaults() *ChangeRequestRequestedReviewer

NewChangeRequestRequestedReviewerWithDefaults instantiates a new ChangeRequestRequestedReviewer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ChangeRequestRequestedReviewer) GetCreatedAt ¶

func (o *ChangeRequestRequestedReviewer) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*ChangeRequestRequestedReviewer) GetCreatedAtOk ¶

func (o *ChangeRequestRequestedReviewer) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ChangeRequestRequestedReviewer) GetKind ¶

GetKind returns the Kind field value

func (*ChangeRequestRequestedReviewer) GetKindOk ¶

func (o *ChangeRequestRequestedReviewer) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.

func (*ChangeRequestRequestedReviewer) GetObject ¶

func (o *ChangeRequestRequestedReviewer) GetObject() string

GetObject returns the Object field value

func (*ChangeRequestRequestedReviewer) GetObjectOk ¶

func (o *ChangeRequestRequestedReviewer) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*ChangeRequestRequestedReviewer) GetRequestedBy ¶

func (o *ChangeRequestRequestedReviewer) GetRequestedBy() User

GetRequestedBy returns the RequestedBy field value

func (*ChangeRequestRequestedReviewer) GetRequestedByOk ¶

func (o *ChangeRequestRequestedReviewer) GetRequestedByOk() (*User, bool)

GetRequestedByOk returns a tuple with the RequestedBy field value and a boolean to check if the value has been set.

func (*ChangeRequestRequestedReviewer) GetRevision ¶

func (o *ChangeRequestRequestedReviewer) GetRevision() string

GetRevision returns the Revision field value

func (*ChangeRequestRequestedReviewer) GetRevisionOk ¶

func (o *ChangeRequestRequestedReviewer) GetRevisionOk() (*string, bool)

GetRevisionOk returns a tuple with the Revision field value and a boolean to check if the value has been set.

func (*ChangeRequestRequestedReviewer) GetTeam ¶

func (o *ChangeRequestRequestedReviewer) GetTeam() Team

GetTeam returns the Team field value

func (*ChangeRequestRequestedReviewer) GetTeamOk ¶

func (o *ChangeRequestRequestedReviewer) GetTeamOk() (*Team, bool)

GetTeamOk returns a tuple with the Team field value and a boolean to check if the value has been set.

func (*ChangeRequestRequestedReviewer) GetUser ¶

func (o *ChangeRequestRequestedReviewer) GetUser() User

GetUser returns the User field value

func (*ChangeRequestRequestedReviewer) GetUserOk ¶

func (o *ChangeRequestRequestedReviewer) GetUserOk() (*User, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (ChangeRequestRequestedReviewer) MarshalJSON ¶

func (o ChangeRequestRequestedReviewer) MarshalJSON() ([]byte, error)

func (*ChangeRequestRequestedReviewer) SetCreatedAt ¶

func (o *ChangeRequestRequestedReviewer) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*ChangeRequestRequestedReviewer) SetKind ¶

func (o *ChangeRequestRequestedReviewer) SetKind(v string)

SetKind sets field value

func (*ChangeRequestRequestedReviewer) SetObject ¶

func (o *ChangeRequestRequestedReviewer) SetObject(v string)

SetObject sets field value

func (*ChangeRequestRequestedReviewer) SetRequestedBy ¶

func (o *ChangeRequestRequestedReviewer) SetRequestedBy(v User)

SetRequestedBy sets field value

func (*ChangeRequestRequestedReviewer) SetRevision ¶

func (o *ChangeRequestRequestedReviewer) SetRevision(v string)

SetRevision sets field value

func (*ChangeRequestRequestedReviewer) SetTeam ¶

func (o *ChangeRequestRequestedReviewer) SetTeam(v Team)

SetTeam sets field value

func (*ChangeRequestRequestedReviewer) SetUser ¶

func (o *ChangeRequestRequestedReviewer) SetUser(v User)

SetUser sets field value

func (ChangeRequestRequestedReviewer) ToMap ¶

func (o ChangeRequestRequestedReviewer) ToMap() (map[string]interface{}, error)

type ChangeRequestRequestedReviewerAllOf ¶

type ChangeRequestRequestedReviewerAllOf struct {
	// Type of Object, always equals to \"change-request-requested-reviewer\"
	Object string `json:"object"`
	// The revision of the content when the request was made.
	Revision    string `json:"revision"`
	RequestedBy User   `json:"requestedBy"`
	CreatedAt   string `json:"createdAt"`
}

ChangeRequestRequestedReviewerAllOf struct for ChangeRequestRequestedReviewerAllOf

func NewChangeRequestRequestedReviewerAllOf ¶

func NewChangeRequestRequestedReviewerAllOf(object string, revision string, requestedBy User, createdAt string) *ChangeRequestRequestedReviewerAllOf

NewChangeRequestRequestedReviewerAllOf instantiates a new ChangeRequestRequestedReviewerAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewChangeRequestRequestedReviewerAllOfWithDefaults ¶

func NewChangeRequestRequestedReviewerAllOfWithDefaults() *ChangeRequestRequestedReviewerAllOf

NewChangeRequestRequestedReviewerAllOfWithDefaults instantiates a new ChangeRequestRequestedReviewerAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ChangeRequestRequestedReviewerAllOf) GetCreatedAt ¶

func (o *ChangeRequestRequestedReviewerAllOf) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*ChangeRequestRequestedReviewerAllOf) GetCreatedAtOk ¶

func (o *ChangeRequestRequestedReviewerAllOf) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ChangeRequestRequestedReviewerAllOf) GetObject ¶

GetObject returns the Object field value

func (*ChangeRequestRequestedReviewerAllOf) GetObjectOk ¶

func (o *ChangeRequestRequestedReviewerAllOf) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*ChangeRequestRequestedReviewerAllOf) GetRequestedBy ¶

func (o *ChangeRequestRequestedReviewerAllOf) GetRequestedBy() User

GetRequestedBy returns the RequestedBy field value

func (*ChangeRequestRequestedReviewerAllOf) GetRequestedByOk ¶

func (o *ChangeRequestRequestedReviewerAllOf) GetRequestedByOk() (*User, bool)

GetRequestedByOk returns a tuple with the RequestedBy field value and a boolean to check if the value has been set.

func (*ChangeRequestRequestedReviewerAllOf) GetRevision ¶

GetRevision returns the Revision field value

func (*ChangeRequestRequestedReviewerAllOf) GetRevisionOk ¶

func (o *ChangeRequestRequestedReviewerAllOf) GetRevisionOk() (*string, bool)

GetRevisionOk returns a tuple with the Revision field value and a boolean to check if the value has been set.

func (ChangeRequestRequestedReviewerAllOf) MarshalJSON ¶

func (o ChangeRequestRequestedReviewerAllOf) MarshalJSON() ([]byte, error)

func (*ChangeRequestRequestedReviewerAllOf) SetCreatedAt ¶

func (o *ChangeRequestRequestedReviewerAllOf) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*ChangeRequestRequestedReviewerAllOf) SetObject ¶

SetObject sets field value

func (*ChangeRequestRequestedReviewerAllOf) SetRequestedBy ¶

func (o *ChangeRequestRequestedReviewerAllOf) SetRequestedBy(v User)

SetRequestedBy sets field value

func (*ChangeRequestRequestedReviewerAllOf) SetRevision ¶

func (o *ChangeRequestRequestedReviewerAllOf) SetRevision(v string)

SetRevision sets field value

func (ChangeRequestRequestedReviewerAllOf) ToMap ¶

func (o ChangeRequestRequestedReviewerAllOf) ToMap() (map[string]interface{}, error)

type ChangeRequestReview ¶

type ChangeRequestReview struct {
	// Type of Object, always equals to \"change-request-review\"
	Object string `json:"object"`
	// Unique identifier for the review.
	Id string `json:"id"`
	// The revision this review was made against.
	Revision    string                    `json:"revision"`
	Reviewer    User                      `json:"reviewer"`
	RequestedBy *User                     `json:"requestedBy,omitempty"`
	Status      ChangeRequestReviewStatus `json:"status"`
	Comment     *Comment                  `json:"comment,omitempty"`
	CreatedAt   string                    `json:"createdAt"`
	UpdatedAt   string                    `json:"updatedAt"`
}

ChangeRequestReview struct for ChangeRequestReview

func NewChangeRequestReview ¶

func NewChangeRequestReview(object string, id string, revision string, reviewer User, status ChangeRequestReviewStatus, createdAt string, updatedAt string) *ChangeRequestReview

NewChangeRequestReview instantiates a new ChangeRequestReview object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewChangeRequestReviewWithDefaults ¶

func NewChangeRequestReviewWithDefaults() *ChangeRequestReview

NewChangeRequestReviewWithDefaults instantiates a new ChangeRequestReview object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ChangeRequestReview) GetComment ¶

func (o *ChangeRequestReview) GetComment() Comment

GetComment returns the Comment field value if set, zero value otherwise.

func (*ChangeRequestReview) GetCommentOk ¶

func (o *ChangeRequestReview) GetCommentOk() (*Comment, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ChangeRequestReview) GetCreatedAt ¶

func (o *ChangeRequestReview) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*ChangeRequestReview) GetCreatedAtOk ¶

func (o *ChangeRequestReview) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ChangeRequestReview) GetId ¶

func (o *ChangeRequestReview) GetId() string

GetId returns the Id field value

func (*ChangeRequestReview) GetIdOk ¶

func (o *ChangeRequestReview) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ChangeRequestReview) GetObject ¶

func (o *ChangeRequestReview) GetObject() string

GetObject returns the Object field value

func (*ChangeRequestReview) GetObjectOk ¶

func (o *ChangeRequestReview) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*ChangeRequestReview) GetRequestedBy ¶

func (o *ChangeRequestReview) GetRequestedBy() User

GetRequestedBy returns the RequestedBy field value if set, zero value otherwise.

func (*ChangeRequestReview) GetRequestedByOk ¶

func (o *ChangeRequestReview) GetRequestedByOk() (*User, bool)

GetRequestedByOk returns a tuple with the RequestedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ChangeRequestReview) GetReviewer ¶

func (o *ChangeRequestReview) GetReviewer() User

GetReviewer returns the Reviewer field value

func (*ChangeRequestReview) GetReviewerOk ¶

func (o *ChangeRequestReview) GetReviewerOk() (*User, bool)

GetReviewerOk returns a tuple with the Reviewer field value and a boolean to check if the value has been set.

func (*ChangeRequestReview) GetRevision ¶

func (o *ChangeRequestReview) GetRevision() string

GetRevision returns the Revision field value

func (*ChangeRequestReview) GetRevisionOk ¶

func (o *ChangeRequestReview) GetRevisionOk() (*string, bool)

GetRevisionOk returns a tuple with the Revision field value and a boolean to check if the value has been set.

func (*ChangeRequestReview) GetStatus ¶

GetStatus returns the Status field value

func (*ChangeRequestReview) GetStatusOk ¶

func (o *ChangeRequestReview) GetStatusOk() (*ChangeRequestReviewStatus, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ChangeRequestReview) GetUpdatedAt ¶

func (o *ChangeRequestReview) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*ChangeRequestReview) GetUpdatedAtOk ¶

func (o *ChangeRequestReview) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ChangeRequestReview) HasComment ¶

func (o *ChangeRequestReview) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*ChangeRequestReview) HasRequestedBy ¶

func (o *ChangeRequestReview) HasRequestedBy() bool

HasRequestedBy returns a boolean if a field has been set.

func (ChangeRequestReview) MarshalJSON ¶

func (o ChangeRequestReview) MarshalJSON() ([]byte, error)

func (*ChangeRequestReview) SetComment ¶

func (o *ChangeRequestReview) SetComment(v Comment)

SetComment gets a reference to the given Comment and assigns it to the Comment field.

func (*ChangeRequestReview) SetCreatedAt ¶

func (o *ChangeRequestReview) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*ChangeRequestReview) SetId ¶

func (o *ChangeRequestReview) SetId(v string)

SetId sets field value

func (*ChangeRequestReview) SetObject ¶

func (o *ChangeRequestReview) SetObject(v string)

SetObject sets field value

func (*ChangeRequestReview) SetRequestedBy ¶

func (o *ChangeRequestReview) SetRequestedBy(v User)

SetRequestedBy gets a reference to the given User and assigns it to the RequestedBy field.

func (*ChangeRequestReview) SetReviewer ¶

func (o *ChangeRequestReview) SetReviewer(v User)

SetReviewer sets field value

func (*ChangeRequestReview) SetRevision ¶

func (o *ChangeRequestReview) SetRevision(v string)

SetRevision sets field value

func (*ChangeRequestReview) SetStatus ¶

SetStatus sets field value

func (*ChangeRequestReview) SetUpdatedAt ¶

func (o *ChangeRequestReview) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (ChangeRequestReview) ToMap ¶

func (o ChangeRequestReview) ToMap() (map[string]interface{}, error)

type ChangeRequestReviewStatus ¶

type ChangeRequestReviewStatus string

ChangeRequestReviewStatus Status of a change request review.

const (
	CHANGEREQUESTREVIEWSTATUS_CHANGES_REQUESTED ChangeRequestReviewStatus = "changes-requested"
	CHANGEREQUESTREVIEWSTATUS_APPROVED          ChangeRequestReviewStatus = "approved"
)

List of ChangeRequestReviewStatus

func NewChangeRequestReviewStatusFromValue ¶

func NewChangeRequestReviewStatusFromValue(v string) (*ChangeRequestReviewStatus, error)

NewChangeRequestReviewStatusFromValue returns a pointer to a valid ChangeRequestReviewStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ChangeRequestReviewStatus) IsValid ¶

func (v ChangeRequestReviewStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ChangeRequestReviewStatus) Ptr ¶

Ptr returns reference to ChangeRequestReviewStatus value

func (*ChangeRequestReviewStatus) UnmarshalJSON ¶

func (v *ChangeRequestReviewStatus) UnmarshalJSON(src []byte) error

type ChangeRequestReviewsChannel ¶

type ChangeRequestReviewsChannel struct {
	Channel       string `json:"channel"`
	Space         string `json:"space"`
	ChangeRequest string `json:"changeRequest"`
}

ChangeRequestReviewsChannel struct for ChangeRequestReviewsChannel

func NewChangeRequestReviewsChannel ¶

func NewChangeRequestReviewsChannel(channel string, space string, changeRequest string) *ChangeRequestReviewsChannel

NewChangeRequestReviewsChannel instantiates a new ChangeRequestReviewsChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewChangeRequestReviewsChannelWithDefaults ¶

func NewChangeRequestReviewsChannelWithDefaults() *ChangeRequestReviewsChannel

NewChangeRequestReviewsChannelWithDefaults instantiates a new ChangeRequestReviewsChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ChangeRequestReviewsChannel) GetChangeRequest ¶

func (o *ChangeRequestReviewsChannel) GetChangeRequest() string

GetChangeRequest returns the ChangeRequest field value

func (*ChangeRequestReviewsChannel) GetChangeRequestOk ¶

func (o *ChangeRequestReviewsChannel) GetChangeRequestOk() (*string, bool)

GetChangeRequestOk returns a tuple with the ChangeRequest field value and a boolean to check if the value has been set.

func (*ChangeRequestReviewsChannel) GetChannel ¶

func (o *ChangeRequestReviewsChannel) GetChannel() string

GetChannel returns the Channel field value

func (*ChangeRequestReviewsChannel) GetChannelOk ¶

func (o *ChangeRequestReviewsChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*ChangeRequestReviewsChannel) GetSpace ¶

func (o *ChangeRequestReviewsChannel) GetSpace() string

GetSpace returns the Space field value

func (*ChangeRequestReviewsChannel) GetSpaceOk ¶

func (o *ChangeRequestReviewsChannel) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (ChangeRequestReviewsChannel) MarshalJSON ¶

func (o ChangeRequestReviewsChannel) MarshalJSON() ([]byte, error)

func (*ChangeRequestReviewsChannel) SetChangeRequest ¶

func (o *ChangeRequestReviewsChannel) SetChangeRequest(v string)

SetChangeRequest sets field value

func (*ChangeRequestReviewsChannel) SetChannel ¶

func (o *ChangeRequestReviewsChannel) SetChannel(v string)

SetChannel sets field value

func (*ChangeRequestReviewsChannel) SetSpace ¶

func (o *ChangeRequestReviewsChannel) SetSpace(v string)

SetSpace sets field value

func (ChangeRequestReviewsChannel) ToMap ¶

func (o ChangeRequestReviewsChannel) ToMap() (map[string]interface{}, error)

type ChangeRequestStatus ¶

type ChangeRequestStatus string

ChangeRequestStatus the model 'ChangeRequestStatus'

const (
	CHANGEREQUESTSTATUS_DRAFT    ChangeRequestStatus = "draft"
	CHANGEREQUESTSTATUS_OPEN     ChangeRequestStatus = "open"
	CHANGEREQUESTSTATUS_ARCHIVED ChangeRequestStatus = "archived"
	CHANGEREQUESTSTATUS_MERGED   ChangeRequestStatus = "merged"
)

List of ChangeRequestStatus

func NewChangeRequestStatusFromValue ¶

func NewChangeRequestStatusFromValue(v string) (*ChangeRequestStatus, error)

NewChangeRequestStatusFromValue returns a pointer to a valid ChangeRequestStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ChangeRequestStatus) IsValid ¶

func (v ChangeRequestStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ChangeRequestStatus) Ptr ¶

Ptr returns reference to ChangeRequestStatus value

func (*ChangeRequestStatus) UnmarshalJSON ¶

func (v *ChangeRequestStatus) UnmarshalJSON(src []byte) error

type ChangeRequestUrls ¶

type ChangeRequestUrls struct {
	// URL of the space in the application
	App string `json:"app"`
}

ChangeRequestUrls URLs associated with the object

func NewChangeRequestUrls ¶

func NewChangeRequestUrls(app string) *ChangeRequestUrls

NewChangeRequestUrls instantiates a new ChangeRequestUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewChangeRequestUrlsWithDefaults ¶

func NewChangeRequestUrlsWithDefaults() *ChangeRequestUrls

NewChangeRequestUrlsWithDefaults instantiates a new ChangeRequestUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ChangeRequestUrls) GetApp ¶

func (o *ChangeRequestUrls) GetApp() string

GetApp returns the App field value

func (*ChangeRequestUrls) GetAppOk ¶

func (o *ChangeRequestUrls) GetAppOk() (*string, bool)

GetAppOk returns a tuple with the App field value and a boolean to check if the value has been set.

func (ChangeRequestUrls) MarshalJSON ¶

func (o ChangeRequestUrls) MarshalJSON() ([]byte, error)

func (*ChangeRequestUrls) SetApp ¶

func (o *ChangeRequestUrls) SetApp(v string)

SetApp sets field value

func (ChangeRequestUrls) ToMap ¶

func (o ChangeRequestUrls) ToMap() (map[string]interface{}, error)

type CloudflareHostnameStatus ¶

type CloudflareHostnameStatus string

CloudflareHostnameStatus The Cloudflare Hostname status

const (
	CLOUDFLAREHOSTNAMESTATUS_PENDING CloudflareHostnameStatus = "pending"
	CLOUDFLAREHOSTNAMESTATUS_ACTIVE  CloudflareHostnameStatus = "active"
	CLOUDFLAREHOSTNAMESTATUS_BLOCKED CloudflareHostnameStatus = "blocked"
	CLOUDFLAREHOSTNAMESTATUS_MOVED   CloudflareHostnameStatus = "moved"
	CLOUDFLAREHOSTNAMESTATUS_DELETED CloudflareHostnameStatus = "deleted"
)

List of CloudflareHostnameStatus

func NewCloudflareHostnameStatusFromValue ¶

func NewCloudflareHostnameStatusFromValue(v string) (*CloudflareHostnameStatus, error)

NewCloudflareHostnameStatusFromValue returns a pointer to a valid CloudflareHostnameStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CloudflareHostnameStatus) IsValid ¶

func (v CloudflareHostnameStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CloudflareHostnameStatus) Ptr ¶

Ptr returns reference to CloudflareHostnameStatus value

func (*CloudflareHostnameStatus) UnmarshalJSON ¶

func (v *CloudflareHostnameStatus) UnmarshalJSON(src []byte) error

type CloudflareHostnameTLSCertificate ¶

type CloudflareHostnameTLSCertificate struct {
	Issuer    *string `json:"issuer,omitempty"`
	ExpiresOn *string `json:"expiresOn,omitempty"`
	IssuedOn  *string `json:"issuedOn,omitempty"`
}

CloudflareHostnameTLSCertificate The Cloudflare Hostname TLS certificate

func NewCloudflareHostnameTLSCertificate ¶

func NewCloudflareHostnameTLSCertificate() *CloudflareHostnameTLSCertificate

NewCloudflareHostnameTLSCertificate instantiates a new CloudflareHostnameTLSCertificate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCloudflareHostnameTLSCertificateWithDefaults ¶

func NewCloudflareHostnameTLSCertificateWithDefaults() *CloudflareHostnameTLSCertificate

NewCloudflareHostnameTLSCertificateWithDefaults instantiates a new CloudflareHostnameTLSCertificate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CloudflareHostnameTLSCertificate) GetExpiresOn ¶

func (o *CloudflareHostnameTLSCertificate) GetExpiresOn() string

GetExpiresOn returns the ExpiresOn field value if set, zero value otherwise.

func (*CloudflareHostnameTLSCertificate) GetExpiresOnOk ¶

func (o *CloudflareHostnameTLSCertificate) GetExpiresOnOk() (*string, bool)

GetExpiresOnOk returns a tuple with the ExpiresOn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloudflareHostnameTLSCertificate) GetIssuedOn ¶

func (o *CloudflareHostnameTLSCertificate) GetIssuedOn() string

GetIssuedOn returns the IssuedOn field value if set, zero value otherwise.

func (*CloudflareHostnameTLSCertificate) GetIssuedOnOk ¶

func (o *CloudflareHostnameTLSCertificate) GetIssuedOnOk() (*string, bool)

GetIssuedOnOk returns a tuple with the IssuedOn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloudflareHostnameTLSCertificate) GetIssuer ¶

GetIssuer returns the Issuer field value if set, zero value otherwise.

func (*CloudflareHostnameTLSCertificate) GetIssuerOk ¶

func (o *CloudflareHostnameTLSCertificate) GetIssuerOk() (*string, bool)

GetIssuerOk returns a tuple with the Issuer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloudflareHostnameTLSCertificate) HasExpiresOn ¶

func (o *CloudflareHostnameTLSCertificate) HasExpiresOn() bool

HasExpiresOn returns a boolean if a field has been set.

func (*CloudflareHostnameTLSCertificate) HasIssuedOn ¶

func (o *CloudflareHostnameTLSCertificate) HasIssuedOn() bool

HasIssuedOn returns a boolean if a field has been set.

func (*CloudflareHostnameTLSCertificate) HasIssuer ¶

func (o *CloudflareHostnameTLSCertificate) HasIssuer() bool

HasIssuer returns a boolean if a field has been set.

func (CloudflareHostnameTLSCertificate) MarshalJSON ¶

func (o CloudflareHostnameTLSCertificate) MarshalJSON() ([]byte, error)

func (*CloudflareHostnameTLSCertificate) SetExpiresOn ¶

func (o *CloudflareHostnameTLSCertificate) SetExpiresOn(v string)

SetExpiresOn gets a reference to the given string and assigns it to the ExpiresOn field.

func (*CloudflareHostnameTLSCertificate) SetIssuedOn ¶

func (o *CloudflareHostnameTLSCertificate) SetIssuedOn(v string)

SetIssuedOn gets a reference to the given string and assigns it to the IssuedOn field.

func (*CloudflareHostnameTLSCertificate) SetIssuer ¶

func (o *CloudflareHostnameTLSCertificate) SetIssuer(v string)

SetIssuer gets a reference to the given string and assigns it to the Issuer field.

func (CloudflareHostnameTLSCertificate) ToMap ¶

func (o CloudflareHostnameTLSCertificate) ToMap() (map[string]interface{}, error)

type CloudflareHostnameTLSInfo ¶

type CloudflareHostnameTLSInfo struct {
	Status               CloudflareHostnameTLSStatus            `json:"status"`
	Method               CloudflareHostnameTLSValidationMethod  `json:"method"`
	CertificateAuthority *string                                `json:"certificateAuthority,omitempty"`
	Certificates         []CloudflareHostnameTLSCertificate     `json:"certificates"`
	ValidationErrors     []CloudflareHostnameTLSValidationError `json:"validationErrors"`
}

CloudflareHostnameTLSInfo The Cloudflare Hostname TLS information

func NewCloudflareHostnameTLSInfo ¶

NewCloudflareHostnameTLSInfo instantiates a new CloudflareHostnameTLSInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCloudflareHostnameTLSInfoWithDefaults ¶

func NewCloudflareHostnameTLSInfoWithDefaults() *CloudflareHostnameTLSInfo

NewCloudflareHostnameTLSInfoWithDefaults instantiates a new CloudflareHostnameTLSInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CloudflareHostnameTLSInfo) GetCertificateAuthority ¶

func (o *CloudflareHostnameTLSInfo) GetCertificateAuthority() string

GetCertificateAuthority returns the CertificateAuthority field value if set, zero value otherwise.

func (*CloudflareHostnameTLSInfo) GetCertificateAuthorityOk ¶

func (o *CloudflareHostnameTLSInfo) GetCertificateAuthorityOk() (*string, bool)

GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CloudflareHostnameTLSInfo) GetCertificates ¶

GetCertificates returns the Certificates field value

func (*CloudflareHostnameTLSInfo) GetCertificatesOk ¶

GetCertificatesOk returns a tuple with the Certificates field value and a boolean to check if the value has been set.

func (*CloudflareHostnameTLSInfo) GetMethod ¶

GetMethod returns the Method field value

func (*CloudflareHostnameTLSInfo) GetMethodOk ¶

GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.

func (*CloudflareHostnameTLSInfo) GetStatus ¶

GetStatus returns the Status field value

func (*CloudflareHostnameTLSInfo) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*CloudflareHostnameTLSInfo) GetValidationErrors ¶

GetValidationErrors returns the ValidationErrors field value

func (*CloudflareHostnameTLSInfo) GetValidationErrorsOk ¶

GetValidationErrorsOk returns a tuple with the ValidationErrors field value and a boolean to check if the value has been set.

func (*CloudflareHostnameTLSInfo) HasCertificateAuthority ¶

func (o *CloudflareHostnameTLSInfo) HasCertificateAuthority() bool

HasCertificateAuthority returns a boolean if a field has been set.

func (CloudflareHostnameTLSInfo) MarshalJSON ¶

func (o CloudflareHostnameTLSInfo) MarshalJSON() ([]byte, error)

func (*CloudflareHostnameTLSInfo) SetCertificateAuthority ¶

func (o *CloudflareHostnameTLSInfo) SetCertificateAuthority(v string)

SetCertificateAuthority gets a reference to the given string and assigns it to the CertificateAuthority field.

func (*CloudflareHostnameTLSInfo) SetCertificates ¶

SetCertificates sets field value

func (*CloudflareHostnameTLSInfo) SetMethod ¶

SetMethod sets field value

func (*CloudflareHostnameTLSInfo) SetStatus ¶

SetStatus sets field value

func (*CloudflareHostnameTLSInfo) SetValidationErrors ¶

SetValidationErrors sets field value

func (CloudflareHostnameTLSInfo) ToMap ¶

func (o CloudflareHostnameTLSInfo) ToMap() (map[string]interface{}, error)

type CloudflareHostnameTLSStatus ¶

type CloudflareHostnameTLSStatus string

CloudflareHostnameTLSStatus The Cloudflare Hostname TLS status

const (
	CLOUDFLAREHOSTNAMETLSSTATUS_INITIALIZING       CloudflareHostnameTLSStatus = "initializing"
	CLOUDFLAREHOSTNAMETLSSTATUS_PENDING_VALIDATION CloudflareHostnameTLSStatus = "pending_validation"
	CLOUDFLAREHOSTNAMETLSSTATUS_PENDING_ISSUANCE   CloudflareHostnameTLSStatus = "pending_issuance"
	CLOUDFLAREHOSTNAMETLSSTATUS_PENDING_DEPLOYMENT CloudflareHostnameTLSStatus = "pending_deployment"
	CLOUDFLAREHOSTNAMETLSSTATUS_ACTIVE             CloudflareHostnameTLSStatus = "active"
	CLOUDFLAREHOSTNAMETLSSTATUS_PENDING_DELETION   CloudflareHostnameTLSStatus = "pending_deletion"
	CLOUDFLAREHOSTNAMETLSSTATUS_PENDING_CLEANUP    CloudflareHostnameTLSStatus = "pending_cleanup"
	CLOUDFLAREHOSTNAMETLSSTATUS_DELETED            CloudflareHostnameTLSStatus = "deleted"
)

List of CloudflareHostnameTLSStatus

func NewCloudflareHostnameTLSStatusFromValue ¶

func NewCloudflareHostnameTLSStatusFromValue(v string) (*CloudflareHostnameTLSStatus, error)

NewCloudflareHostnameTLSStatusFromValue returns a pointer to a valid CloudflareHostnameTLSStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CloudflareHostnameTLSStatus) IsValid ¶

func (v CloudflareHostnameTLSStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CloudflareHostnameTLSStatus) Ptr ¶

Ptr returns reference to CloudflareHostnameTLSStatus value

func (*CloudflareHostnameTLSStatus) UnmarshalJSON ¶

func (v *CloudflareHostnameTLSStatus) UnmarshalJSON(src []byte) error

type CloudflareHostnameTLSValidationError ¶

type CloudflareHostnameTLSValidationError struct {
	Message string `json:"message"`
}

CloudflareHostnameTLSValidationError The Cloudflare Hostname TLS validation error

func NewCloudflareHostnameTLSValidationError ¶

func NewCloudflareHostnameTLSValidationError(message string) *CloudflareHostnameTLSValidationError

NewCloudflareHostnameTLSValidationError instantiates a new CloudflareHostnameTLSValidationError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCloudflareHostnameTLSValidationErrorWithDefaults ¶

func NewCloudflareHostnameTLSValidationErrorWithDefaults() *CloudflareHostnameTLSValidationError

NewCloudflareHostnameTLSValidationErrorWithDefaults instantiates a new CloudflareHostnameTLSValidationError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CloudflareHostnameTLSValidationError) GetMessage ¶

GetMessage returns the Message field value

func (*CloudflareHostnameTLSValidationError) GetMessageOk ¶

func (o *CloudflareHostnameTLSValidationError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (CloudflareHostnameTLSValidationError) MarshalJSON ¶

func (o CloudflareHostnameTLSValidationError) MarshalJSON() ([]byte, error)

func (*CloudflareHostnameTLSValidationError) SetMessage ¶

SetMessage sets field value

func (CloudflareHostnameTLSValidationError) ToMap ¶

func (o CloudflareHostnameTLSValidationError) ToMap() (map[string]interface{}, error)

type CloudflareHostnameTLSValidationMethod ¶

type CloudflareHostnameTLSValidationMethod string

CloudflareHostnameTLSValidationMethod The Cloudflare Hostname TLS validation method

const (
	CLOUDFLAREHOSTNAMETLSVALIDATIONMETHOD_HTTP  CloudflareHostnameTLSValidationMethod = "http"
	CLOUDFLAREHOSTNAMETLSVALIDATIONMETHOD_TXT   CloudflareHostnameTLSValidationMethod = "txt"
	CLOUDFLAREHOSTNAMETLSVALIDATIONMETHOD_EMAIL CloudflareHostnameTLSValidationMethod = "email"
)

List of CloudflareHostnameTLSValidationMethod

func NewCloudflareHostnameTLSValidationMethodFromValue ¶

func NewCloudflareHostnameTLSValidationMethodFromValue(v string) (*CloudflareHostnameTLSValidationMethod, error)

NewCloudflareHostnameTLSValidationMethodFromValue returns a pointer to a valid CloudflareHostnameTLSValidationMethod for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CloudflareHostnameTLSValidationMethod) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (CloudflareHostnameTLSValidationMethod) Ptr ¶

Ptr returns reference to CloudflareHostnameTLSValidationMethod value

func (*CloudflareHostnameTLSValidationMethod) UnmarshalJSON ¶

func (v *CloudflareHostnameTLSValidationMethod) UnmarshalJSON(src []byte) error

type Collection ¶

type Collection struct {
	// Type of Object, always equals to \"collection\"
	Object string `json:"object"`
	// Unique identifier for the collection
	Id string `json:"id"`
	// Title of the collection
	Title string `json:"title"`
	// Path in the published URL
	Path           *string           `json:"path,omitempty"`
	Visibility     ContentVisibility `json:"visibility"`
	PublishingType *string           `json:"publishingType,omitempty"`
	// ID of the primary space for this collection
	PrimarySpace *string `json:"primarySpace,omitempty"`
	// ID of the parent collection, if any
	Collection *string `json:"collection,omitempty"`
}

Collection struct for Collection

func NewCollection ¶

func NewCollection(object string, id string, title string, visibility ContentVisibility) *Collection

NewCollection instantiates a new Collection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCollectionWithDefaults ¶

func NewCollectionWithDefaults() *Collection

NewCollectionWithDefaults instantiates a new Collection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Collection) GetCollection ¶

func (o *Collection) GetCollection() string

GetCollection returns the Collection field value if set, zero value otherwise.

func (*Collection) GetCollectionOk ¶

func (o *Collection) GetCollectionOk() (*string, bool)

GetCollectionOk returns a tuple with the Collection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Collection) GetId ¶

func (o *Collection) GetId() string

GetId returns the Id field value

func (*Collection) GetIdOk ¶

func (o *Collection) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Collection) GetObject ¶

func (o *Collection) GetObject() string

GetObject returns the Object field value

func (*Collection) GetObjectOk ¶

func (o *Collection) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*Collection) GetPath ¶

func (o *Collection) GetPath() string

GetPath returns the Path field value if set, zero value otherwise.

func (*Collection) GetPathOk ¶

func (o *Collection) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Collection) GetPrimarySpace ¶

func (o *Collection) GetPrimarySpace() string

GetPrimarySpace returns the PrimarySpace field value if set, zero value otherwise.

func (*Collection) GetPrimarySpaceOk ¶

func (o *Collection) GetPrimarySpaceOk() (*string, bool)

GetPrimarySpaceOk returns a tuple with the PrimarySpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Collection) GetPublishingType ¶

func (o *Collection) GetPublishingType() string

GetPublishingType returns the PublishingType field value if set, zero value otherwise.

func (*Collection) GetPublishingTypeOk ¶

func (o *Collection) GetPublishingTypeOk() (*string, bool)

GetPublishingTypeOk returns a tuple with the PublishingType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Collection) GetTitle ¶

func (o *Collection) GetTitle() string

GetTitle returns the Title field value

func (*Collection) GetTitleOk ¶

func (o *Collection) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*Collection) GetVisibility ¶

func (o *Collection) GetVisibility() ContentVisibility

GetVisibility returns the Visibility field value

func (*Collection) GetVisibilityOk ¶

func (o *Collection) GetVisibilityOk() (*ContentVisibility, bool)

GetVisibilityOk returns a tuple with the Visibility field value and a boolean to check if the value has been set.

func (*Collection) HasCollection ¶

func (o *Collection) HasCollection() bool

HasCollection returns a boolean if a field has been set.

func (*Collection) HasPath ¶

func (o *Collection) HasPath() bool

HasPath returns a boolean if a field has been set.

func (*Collection) HasPrimarySpace ¶

func (o *Collection) HasPrimarySpace() bool

HasPrimarySpace returns a boolean if a field has been set.

func (*Collection) HasPublishingType ¶

func (o *Collection) HasPublishingType() bool

HasPublishingType returns a boolean if a field has been set.

func (Collection) MarshalJSON ¶

func (o Collection) MarshalJSON() ([]byte, error)

func (*Collection) SetCollection ¶

func (o *Collection) SetCollection(v string)

SetCollection gets a reference to the given string and assigns it to the Collection field.

func (*Collection) SetId ¶

func (o *Collection) SetId(v string)

SetId sets field value

func (*Collection) SetObject ¶

func (o *Collection) SetObject(v string)

SetObject sets field value

func (*Collection) SetPath ¶

func (o *Collection) SetPath(v string)

SetPath gets a reference to the given string and assigns it to the Path field.

func (*Collection) SetPrimarySpace ¶

func (o *Collection) SetPrimarySpace(v string)

SetPrimarySpace gets a reference to the given string and assigns it to the PrimarySpace field.

func (*Collection) SetPublishingType ¶

func (o *Collection) SetPublishingType(v string)

SetPublishingType gets a reference to the given string and assigns it to the PublishingType field.

func (*Collection) SetTitle ¶

func (o *Collection) SetTitle(v string)

SetTitle sets field value

func (*Collection) SetVisibility ¶

func (o *Collection) SetVisibility(v ContentVisibility)

SetVisibility sets field value

func (Collection) ToMap ¶

func (o Collection) ToMap() (map[string]interface{}, error)

type CollectionsApiGetCollectionByIdRequest ¶

type CollectionsApiGetCollectionByIdRequest struct {
	ApiService *CollectionsApiService
	// contains filtered or unexported fields
}

func (CollectionsApiGetCollectionByIdRequest) Execute ¶

type CollectionsApiGetCollectionPublishingAuthByIdRequest ¶

type CollectionsApiGetCollectionPublishingAuthByIdRequest struct {
	ApiService *CollectionsApiService
	// contains filtered or unexported fields
}

func (CollectionsApiGetCollectionPublishingAuthByIdRequest) Execute ¶

type CollectionsApiListSpacesInCollectionByIdRequest ¶

type CollectionsApiListSpacesInCollectionByIdRequest struct {
	ApiService *CollectionsApiService
	// contains filtered or unexported fields
}

func (CollectionsApiListSpacesInCollectionByIdRequest) Execute ¶

func (CollectionsApiListSpacesInCollectionByIdRequest) Limit ¶

The number of results per page

func (CollectionsApiListSpacesInCollectionByIdRequest) Page ¶

Identifier of the page results to fetch.

type CollectionsApiService ¶

type CollectionsApiService service

CollectionsApiService CollectionsApi service

func (*CollectionsApiService) GetCollectionById ¶

func (a *CollectionsApiService) GetCollectionById(ctx context.Context, collectionId string) CollectionsApiGetCollectionByIdRequest

GetCollectionById Get the details about a collection using its ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param collectionId The unique id of the collection
@return CollectionsApiGetCollectionByIdRequest

func (*CollectionsApiService) GetCollectionByIdExecute ¶

Execute executes the request

@return Collection

func (*CollectionsApiService) GetCollectionPublishingAuthById ¶

func (a *CollectionsApiService) GetCollectionPublishingAuthById(ctx context.Context, collectionId string) CollectionsApiGetCollectionPublishingAuthByIdRequest

GetCollectionPublishingAuthById Get the publishing authentication configuration for a collection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param collectionId The unique id of the collection
@return CollectionsApiGetCollectionPublishingAuthByIdRequest

func (*CollectionsApiService) GetCollectionPublishingAuthByIdExecute ¶

Execute executes the request

@return ContentPublishingAuth

func (*CollectionsApiService) ListSpacesInCollectionById ¶

func (a *CollectionsApiService) ListSpacesInCollectionById(ctx context.Context, collectionId string) CollectionsApiListSpacesInCollectionByIdRequest

ListSpacesInCollectionById List all the spaces in a collection by its ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param collectionId The unique id of the collection
@return CollectionsApiListSpacesInCollectionByIdRequest

func (*CollectionsApiService) ListSpacesInCollectionByIdExecute ¶

Execute executes the request

@return ListSpacesForAuthenticatedUser200Response

func (*CollectionsApiService) UpdateCollectionById ¶

func (a *CollectionsApiService) UpdateCollectionById(ctx context.Context, collectionId string) CollectionsApiUpdateCollectionByIdRequest

UpdateCollectionById Update the details of a collection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param collectionId The unique id of the collection
@return CollectionsApiUpdateCollectionByIdRequest

func (*CollectionsApiService) UpdateCollectionByIdExecute ¶

Execute executes the request

@return Collection

func (*CollectionsApiService) UpdateCollectionPublishingAuthById ¶

func (a *CollectionsApiService) UpdateCollectionPublishingAuthById(ctx context.Context, collectionId string) CollectionsApiUpdateCollectionPublishingAuthByIdRequest

UpdateCollectionPublishingAuthById Update the publishing authentication configuration for a collection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param collectionId The unique id of the collection
@return CollectionsApiUpdateCollectionPublishingAuthByIdRequest

func (*CollectionsApiService) UpdateCollectionPublishingAuthByIdExecute ¶

Execute executes the request

@return ContentPublishingAuth

type CollectionsApiUpdateCollectionByIdRequest ¶

type CollectionsApiUpdateCollectionByIdRequest struct {
	ApiService *CollectionsApiService
	// contains filtered or unexported fields
}

func (CollectionsApiUpdateCollectionByIdRequest) Execute ¶

func (CollectionsApiUpdateCollectionByIdRequest) UpdateCollectionByIdRequest ¶

type CollectionsApiUpdateCollectionPublishingAuthByIdRequest ¶

type CollectionsApiUpdateCollectionPublishingAuthByIdRequest struct {
	ApiService *CollectionsApiService
	// contains filtered or unexported fields
}

func (CollectionsApiUpdateCollectionPublishingAuthByIdRequest) Execute ¶

func (CollectionsApiUpdateCollectionPublishingAuthByIdRequest) RequestUpdateContentPublishingAuth ¶

type Comment ¶

type Comment struct {
	// Type of Object, always equals to \"comment\"
	Object string `json:"object"`
	// Unique identifier for the comment.
	Id        string          `json:"id"`
	PostedBy  User            `json:"postedBy"`
	PostedAt  string          `json:"postedAt"`
	EditedAt  *string         `json:"editedAt,omitempty"`
	Reactions []EmojiReaction `json:"reactions"`
	// The number of replies to this comment.
	Replies float32            `json:"replies"`
	Body    Document           `json:"body"`
	Target  CommentAllOfTarget `json:"target"`
	Urls    CommentAllOfUrls   `json:"urls"`
	// Status of the comment.
	Status     string `json:"status"`
	ResolvedAt string `json:"resolvedAt"`
	ResolvedBy User   `json:"resolvedBy"`
}

Comment struct for Comment

func NewComment ¶

func NewComment(object string, id string, postedBy User, postedAt string, reactions []EmojiReaction, replies float32, body Document, target CommentAllOfTarget, urls CommentAllOfUrls, status string, resolvedAt string, resolvedBy User) *Comment

NewComment instantiates a new Comment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommentWithDefaults ¶

func NewCommentWithDefaults() *Comment

NewCommentWithDefaults instantiates a new Comment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Comment) GetBody ¶

func (o *Comment) GetBody() Document

GetBody returns the Body field value

func (*Comment) GetBodyOk ¶

func (o *Comment) GetBodyOk() (*Document, bool)

GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.

func (*Comment) GetEditedAt ¶

func (o *Comment) GetEditedAt() string

GetEditedAt returns the EditedAt field value if set, zero value otherwise.

func (*Comment) GetEditedAtOk ¶

func (o *Comment) GetEditedAtOk() (*string, bool)

GetEditedAtOk returns a tuple with the EditedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetId ¶

func (o *Comment) GetId() string

GetId returns the Id field value

func (*Comment) GetIdOk ¶

func (o *Comment) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Comment) GetObject ¶

func (o *Comment) GetObject() string

GetObject returns the Object field value

func (*Comment) GetObjectOk ¶

func (o *Comment) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*Comment) GetPostedAt ¶

func (o *Comment) GetPostedAt() string

GetPostedAt returns the PostedAt field value

func (*Comment) GetPostedAtOk ¶

func (o *Comment) GetPostedAtOk() (*string, bool)

GetPostedAtOk returns a tuple with the PostedAt field value and a boolean to check if the value has been set.

func (*Comment) GetPostedBy ¶

func (o *Comment) GetPostedBy() User

GetPostedBy returns the PostedBy field value

func (*Comment) GetPostedByOk ¶

func (o *Comment) GetPostedByOk() (*User, bool)

GetPostedByOk returns a tuple with the PostedBy field value and a boolean to check if the value has been set.

func (*Comment) GetReactions ¶

func (o *Comment) GetReactions() []EmojiReaction

GetReactions returns the Reactions field value

func (*Comment) GetReactionsOk ¶

func (o *Comment) GetReactionsOk() ([]EmojiReaction, bool)

GetReactionsOk returns a tuple with the Reactions field value and a boolean to check if the value has been set.

func (*Comment) GetReplies ¶

func (o *Comment) GetReplies() float32

GetReplies returns the Replies field value

func (*Comment) GetRepliesOk ¶

func (o *Comment) GetRepliesOk() (*float32, bool)

GetRepliesOk returns a tuple with the Replies field value and a boolean to check if the value has been set.

func (*Comment) GetResolvedAt ¶

func (o *Comment) GetResolvedAt() string

GetResolvedAt returns the ResolvedAt field value

func (*Comment) GetResolvedAtOk ¶

func (o *Comment) GetResolvedAtOk() (*string, bool)

GetResolvedAtOk returns a tuple with the ResolvedAt field value and a boolean to check if the value has been set.

func (*Comment) GetResolvedBy ¶

func (o *Comment) GetResolvedBy() User

GetResolvedBy returns the ResolvedBy field value

func (*Comment) GetResolvedByOk ¶

func (o *Comment) GetResolvedByOk() (*User, bool)

GetResolvedByOk returns a tuple with the ResolvedBy field value and a boolean to check if the value has been set.

func (*Comment) GetStatus ¶

func (o *Comment) GetStatus() string

GetStatus returns the Status field value

func (*Comment) GetStatusOk ¶

func (o *Comment) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*Comment) GetTarget ¶

func (o *Comment) GetTarget() CommentAllOfTarget

GetTarget returns the Target field value

func (*Comment) GetTargetOk ¶

func (o *Comment) GetTargetOk() (*CommentAllOfTarget, bool)

GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.

func (*Comment) GetUrls ¶

func (o *Comment) GetUrls() CommentAllOfUrls

GetUrls returns the Urls field value

func (*Comment) GetUrlsOk ¶

func (o *Comment) GetUrlsOk() (*CommentAllOfUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*Comment) HasEditedAt ¶

func (o *Comment) HasEditedAt() bool

HasEditedAt returns a boolean if a field has been set.

func (Comment) MarshalJSON ¶

func (o Comment) MarshalJSON() ([]byte, error)

func (*Comment) SetBody ¶

func (o *Comment) SetBody(v Document)

SetBody sets field value

func (*Comment) SetEditedAt ¶

func (o *Comment) SetEditedAt(v string)

SetEditedAt gets a reference to the given string and assigns it to the EditedAt field.

func (*Comment) SetId ¶

func (o *Comment) SetId(v string)

SetId sets field value

func (*Comment) SetObject ¶

func (o *Comment) SetObject(v string)

SetObject sets field value

func (*Comment) SetPostedAt ¶

func (o *Comment) SetPostedAt(v string)

SetPostedAt sets field value

func (*Comment) SetPostedBy ¶

func (o *Comment) SetPostedBy(v User)

SetPostedBy sets field value

func (*Comment) SetReactions ¶

func (o *Comment) SetReactions(v []EmojiReaction)

SetReactions sets field value

func (*Comment) SetReplies ¶

func (o *Comment) SetReplies(v float32)

SetReplies sets field value

func (*Comment) SetResolvedAt ¶

func (o *Comment) SetResolvedAt(v string)

SetResolvedAt sets field value

func (*Comment) SetResolvedBy ¶

func (o *Comment) SetResolvedBy(v User)

SetResolvedBy sets field value

func (*Comment) SetStatus ¶

func (o *Comment) SetStatus(v string)

SetStatus sets field value

func (*Comment) SetTarget ¶

func (o *Comment) SetTarget(v CommentAllOfTarget)

SetTarget sets field value

func (*Comment) SetUrls ¶

func (o *Comment) SetUrls(v CommentAllOfUrls)

SetUrls sets field value

func (Comment) ToMap ¶

func (o Comment) ToMap() (map[string]interface{}, error)

type CommentAllOf ¶

type CommentAllOf struct {
	// Type of Object, always equals to \"comment\"
	Object string `json:"object"`
	// Unique identifier for the comment.
	Id        string          `json:"id"`
	PostedBy  User            `json:"postedBy"`
	PostedAt  string          `json:"postedAt"`
	EditedAt  *string         `json:"editedAt,omitempty"`
	Reactions []EmojiReaction `json:"reactions"`
	// The number of replies to this comment.
	Replies float32            `json:"replies"`
	Body    Document           `json:"body"`
	Target  CommentAllOfTarget `json:"target"`
	Urls    CommentAllOfUrls   `json:"urls"`
}

CommentAllOf struct for CommentAllOf

func NewCommentAllOf ¶

func NewCommentAllOf(object string, id string, postedBy User, postedAt string, reactions []EmojiReaction, replies float32, body Document, target CommentAllOfTarget, urls CommentAllOfUrls) *CommentAllOf

NewCommentAllOf instantiates a new CommentAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommentAllOfWithDefaults ¶

func NewCommentAllOfWithDefaults() *CommentAllOf

NewCommentAllOfWithDefaults instantiates a new CommentAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommentAllOf) GetBody ¶

func (o *CommentAllOf) GetBody() Document

GetBody returns the Body field value

func (*CommentAllOf) GetBodyOk ¶

func (o *CommentAllOf) GetBodyOk() (*Document, bool)

GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.

func (*CommentAllOf) GetEditedAt ¶

func (o *CommentAllOf) GetEditedAt() string

GetEditedAt returns the EditedAt field value if set, zero value otherwise.

func (*CommentAllOf) GetEditedAtOk ¶

func (o *CommentAllOf) GetEditedAtOk() (*string, bool)

GetEditedAtOk returns a tuple with the EditedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommentAllOf) GetId ¶

func (o *CommentAllOf) GetId() string

GetId returns the Id field value

func (*CommentAllOf) GetIdOk ¶

func (o *CommentAllOf) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CommentAllOf) GetObject ¶

func (o *CommentAllOf) GetObject() string

GetObject returns the Object field value

func (*CommentAllOf) GetObjectOk ¶

func (o *CommentAllOf) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*CommentAllOf) GetPostedAt ¶

func (o *CommentAllOf) GetPostedAt() string

GetPostedAt returns the PostedAt field value

func (*CommentAllOf) GetPostedAtOk ¶

func (o *CommentAllOf) GetPostedAtOk() (*string, bool)

GetPostedAtOk returns a tuple with the PostedAt field value and a boolean to check if the value has been set.

func (*CommentAllOf) GetPostedBy ¶

func (o *CommentAllOf) GetPostedBy() User

GetPostedBy returns the PostedBy field value

func (*CommentAllOf) GetPostedByOk ¶

func (o *CommentAllOf) GetPostedByOk() (*User, bool)

GetPostedByOk returns a tuple with the PostedBy field value and a boolean to check if the value has been set.

func (*CommentAllOf) GetReactions ¶

func (o *CommentAllOf) GetReactions() []EmojiReaction

GetReactions returns the Reactions field value

func (*CommentAllOf) GetReactionsOk ¶

func (o *CommentAllOf) GetReactionsOk() ([]EmojiReaction, bool)

GetReactionsOk returns a tuple with the Reactions field value and a boolean to check if the value has been set.

func (*CommentAllOf) GetReplies ¶

func (o *CommentAllOf) GetReplies() float32

GetReplies returns the Replies field value

func (*CommentAllOf) GetRepliesOk ¶

func (o *CommentAllOf) GetRepliesOk() (*float32, bool)

GetRepliesOk returns a tuple with the Replies field value and a boolean to check if the value has been set.

func (*CommentAllOf) GetTarget ¶

func (o *CommentAllOf) GetTarget() CommentAllOfTarget

GetTarget returns the Target field value

func (*CommentAllOf) GetTargetOk ¶

func (o *CommentAllOf) GetTargetOk() (*CommentAllOfTarget, bool)

GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.

func (*CommentAllOf) GetUrls ¶

func (o *CommentAllOf) GetUrls() CommentAllOfUrls

GetUrls returns the Urls field value

func (*CommentAllOf) GetUrlsOk ¶

func (o *CommentAllOf) GetUrlsOk() (*CommentAllOfUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*CommentAllOf) HasEditedAt ¶

func (o *CommentAllOf) HasEditedAt() bool

HasEditedAt returns a boolean if a field has been set.

func (CommentAllOf) MarshalJSON ¶

func (o CommentAllOf) MarshalJSON() ([]byte, error)

func (*CommentAllOf) SetBody ¶

func (o *CommentAllOf) SetBody(v Document)

SetBody sets field value

func (*CommentAllOf) SetEditedAt ¶

func (o *CommentAllOf) SetEditedAt(v string)

SetEditedAt gets a reference to the given string and assigns it to the EditedAt field.

func (*CommentAllOf) SetId ¶

func (o *CommentAllOf) SetId(v string)

SetId sets field value

func (*CommentAllOf) SetObject ¶

func (o *CommentAllOf) SetObject(v string)

SetObject sets field value

func (*CommentAllOf) SetPostedAt ¶

func (o *CommentAllOf) SetPostedAt(v string)

SetPostedAt sets field value

func (*CommentAllOf) SetPostedBy ¶

func (o *CommentAllOf) SetPostedBy(v User)

SetPostedBy sets field value

func (*CommentAllOf) SetReactions ¶

func (o *CommentAllOf) SetReactions(v []EmojiReaction)

SetReactions sets field value

func (*CommentAllOf) SetReplies ¶

func (o *CommentAllOf) SetReplies(v float32)

SetReplies sets field value

func (*CommentAllOf) SetTarget ¶

func (o *CommentAllOf) SetTarget(v CommentAllOfTarget)

SetTarget sets field value

func (*CommentAllOf) SetUrls ¶

func (o *CommentAllOf) SetUrls(v CommentAllOfUrls)

SetUrls sets field value

func (CommentAllOf) ToMap ¶

func (o CommentAllOf) ToMap() (map[string]interface{}, error)

type CommentAllOfTarget ¶

type CommentAllOfTarget struct {
	Node *CommentAllOfTargetNode `json:"node,omitempty"`
	// The change request containing this comment, if the comment was made inside a change request.
	ChangeRequest *string `json:"changeRequest,omitempty"`
	// The review containing this comment, if this comment was made as part of a review.
	Review *string `json:"review,omitempty"`
	// Information about the page, if this comment refers to a specific page.
	Page *RevisionPageBase `json:"page,omitempty"`
	// The space containing this comment.
	Space string `json:"space"`
	// The revision in which the target can be found in.
	Revision string `json:"revision"`
}

CommentAllOfTarget Information about the target of the comment.

func NewCommentAllOfTarget ¶

func NewCommentAllOfTarget(space string, revision string) *CommentAllOfTarget

NewCommentAllOfTarget instantiates a new CommentAllOfTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommentAllOfTargetWithDefaults ¶

func NewCommentAllOfTargetWithDefaults() *CommentAllOfTarget

NewCommentAllOfTargetWithDefaults instantiates a new CommentAllOfTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommentAllOfTarget) GetChangeRequest ¶

func (o *CommentAllOfTarget) GetChangeRequest() string

GetChangeRequest returns the ChangeRequest field value if set, zero value otherwise.

func (*CommentAllOfTarget) GetChangeRequestOk ¶

func (o *CommentAllOfTarget) GetChangeRequestOk() (*string, bool)

GetChangeRequestOk returns a tuple with the ChangeRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommentAllOfTarget) GetNode ¶

GetNode returns the Node field value if set, zero value otherwise.

func (*CommentAllOfTarget) GetNodeOk ¶

func (o *CommentAllOfTarget) GetNodeOk() (*CommentAllOfTargetNode, bool)

GetNodeOk returns a tuple with the Node field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommentAllOfTarget) GetPage ¶

func (o *CommentAllOfTarget) GetPage() RevisionPageBase

GetPage returns the Page field value if set, zero value otherwise.

func (*CommentAllOfTarget) GetPageOk ¶

func (o *CommentAllOfTarget) GetPageOk() (*RevisionPageBase, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommentAllOfTarget) GetReview ¶

func (o *CommentAllOfTarget) GetReview() string

GetReview returns the Review field value if set, zero value otherwise.

func (*CommentAllOfTarget) GetReviewOk ¶

func (o *CommentAllOfTarget) GetReviewOk() (*string, bool)

GetReviewOk returns a tuple with the Review field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommentAllOfTarget) GetRevision ¶

func (o *CommentAllOfTarget) GetRevision() string

GetRevision returns the Revision field value

func (*CommentAllOfTarget) GetRevisionOk ¶

func (o *CommentAllOfTarget) GetRevisionOk() (*string, bool)

GetRevisionOk returns a tuple with the Revision field value and a boolean to check if the value has been set.

func (*CommentAllOfTarget) GetSpace ¶

func (o *CommentAllOfTarget) GetSpace() string

GetSpace returns the Space field value

func (*CommentAllOfTarget) GetSpaceOk ¶

func (o *CommentAllOfTarget) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (*CommentAllOfTarget) HasChangeRequest ¶

func (o *CommentAllOfTarget) HasChangeRequest() bool

HasChangeRequest returns a boolean if a field has been set.

func (*CommentAllOfTarget) HasNode ¶

func (o *CommentAllOfTarget) HasNode() bool

HasNode returns a boolean if a field has been set.

func (*CommentAllOfTarget) HasPage ¶

func (o *CommentAllOfTarget) HasPage() bool

HasPage returns a boolean if a field has been set.

func (*CommentAllOfTarget) HasReview ¶

func (o *CommentAllOfTarget) HasReview() bool

HasReview returns a boolean if a field has been set.

func (CommentAllOfTarget) MarshalJSON ¶

func (o CommentAllOfTarget) MarshalJSON() ([]byte, error)

func (*CommentAllOfTarget) SetChangeRequest ¶

func (o *CommentAllOfTarget) SetChangeRequest(v string)

SetChangeRequest gets a reference to the given string and assigns it to the ChangeRequest field.

func (*CommentAllOfTarget) SetNode ¶

SetNode gets a reference to the given CommentAllOfTargetNode and assigns it to the Node field.

func (*CommentAllOfTarget) SetPage ¶

func (o *CommentAllOfTarget) SetPage(v RevisionPageBase)

SetPage gets a reference to the given RevisionPageBase and assigns it to the Page field.

func (*CommentAllOfTarget) SetReview ¶

func (o *CommentAllOfTarget) SetReview(v string)

SetReview gets a reference to the given string and assigns it to the Review field.

func (*CommentAllOfTarget) SetRevision ¶

func (o *CommentAllOfTarget) SetRevision(v string)

SetRevision sets field value

func (*CommentAllOfTarget) SetSpace ¶

func (o *CommentAllOfTarget) SetSpace(v string)

SetSpace sets field value

func (CommentAllOfTarget) ToMap ¶

func (o CommentAllOfTarget) ToMap() (map[string]interface{}, error)

type CommentAllOfTargetNode ¶

type CommentAllOfTargetNode struct {
	Id      *string `json:"id,omitempty"`
	Preview *string `json:"preview,omitempty"`
}

CommentAllOfTargetNode The node this comment is attached to.

func NewCommentAllOfTargetNode ¶

func NewCommentAllOfTargetNode() *CommentAllOfTargetNode

NewCommentAllOfTargetNode instantiates a new CommentAllOfTargetNode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommentAllOfTargetNodeWithDefaults ¶

func NewCommentAllOfTargetNodeWithDefaults() *CommentAllOfTargetNode

NewCommentAllOfTargetNodeWithDefaults instantiates a new CommentAllOfTargetNode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommentAllOfTargetNode) GetId ¶

func (o *CommentAllOfTargetNode) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*CommentAllOfTargetNode) GetIdOk ¶

func (o *CommentAllOfTargetNode) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommentAllOfTargetNode) GetPreview ¶

func (o *CommentAllOfTargetNode) GetPreview() string

GetPreview returns the Preview field value if set, zero value otherwise.

func (*CommentAllOfTargetNode) GetPreviewOk ¶

func (o *CommentAllOfTargetNode) GetPreviewOk() (*string, bool)

GetPreviewOk returns a tuple with the Preview field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommentAllOfTargetNode) HasId ¶

func (o *CommentAllOfTargetNode) HasId() bool

HasId returns a boolean if a field has been set.

func (*CommentAllOfTargetNode) HasPreview ¶

func (o *CommentAllOfTargetNode) HasPreview() bool

HasPreview returns a boolean if a field has been set.

func (CommentAllOfTargetNode) MarshalJSON ¶

func (o CommentAllOfTargetNode) MarshalJSON() ([]byte, error)

func (*CommentAllOfTargetNode) SetId ¶

func (o *CommentAllOfTargetNode) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*CommentAllOfTargetNode) SetPreview ¶

func (o *CommentAllOfTargetNode) SetPreview(v string)

SetPreview gets a reference to the given string and assigns it to the Preview field.

func (CommentAllOfTargetNode) ToMap ¶

func (o CommentAllOfTargetNode) ToMap() (map[string]interface{}, error)

type CommentAllOfUrls ¶

type CommentAllOfUrls struct {
	// URL of the comment in the API
	Location string `json:"location"`
}

CommentAllOfUrls URLs associated with the object

func NewCommentAllOfUrls ¶

func NewCommentAllOfUrls(location string) *CommentAllOfUrls

NewCommentAllOfUrls instantiates a new CommentAllOfUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommentAllOfUrlsWithDefaults ¶

func NewCommentAllOfUrlsWithDefaults() *CommentAllOfUrls

NewCommentAllOfUrlsWithDefaults instantiates a new CommentAllOfUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommentAllOfUrls) GetLocation ¶

func (o *CommentAllOfUrls) GetLocation() string

GetLocation returns the Location field value

func (*CommentAllOfUrls) GetLocationOk ¶

func (o *CommentAllOfUrls) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (CommentAllOfUrls) MarshalJSON ¶

func (o CommentAllOfUrls) MarshalJSON() ([]byte, error)

func (*CommentAllOfUrls) SetLocation ¶

func (o *CommentAllOfUrls) SetLocation(v string)

SetLocation sets field value

func (CommentAllOfUrls) ToMap ¶

func (o CommentAllOfUrls) ToMap() (map[string]interface{}, error)

type CommentReply ¶

type CommentReply struct {
	// Type of Object, always equals to \"comment-reply\"
	Object string `json:"object"`
	// Unique identifier for the reply.
	Id        string           `json:"id"`
	PostedBy  User             `json:"postedBy"`
	PostedAt  string           `json:"postedAt"`
	EditedAt  *string          `json:"editedAt,omitempty"`
	Reactions []EmojiReaction  `json:"reactions"`
	Body      Document         `json:"body"`
	Urls      CommentReplyUrls `json:"urls"`
}

CommentReply struct for CommentReply

func NewCommentReply ¶

func NewCommentReply(object string, id string, postedBy User, postedAt string, reactions []EmojiReaction, body Document, urls CommentReplyUrls) *CommentReply

NewCommentReply instantiates a new CommentReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommentReplyWithDefaults ¶

func NewCommentReplyWithDefaults() *CommentReply

NewCommentReplyWithDefaults instantiates a new CommentReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommentReply) GetBody ¶

func (o *CommentReply) GetBody() Document

GetBody returns the Body field value

func (*CommentReply) GetBodyOk ¶

func (o *CommentReply) GetBodyOk() (*Document, bool)

GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.

func (*CommentReply) GetEditedAt ¶

func (o *CommentReply) GetEditedAt() string

GetEditedAt returns the EditedAt field value if set, zero value otherwise.

func (*CommentReply) GetEditedAtOk ¶

func (o *CommentReply) GetEditedAtOk() (*string, bool)

GetEditedAtOk returns a tuple with the EditedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommentReply) GetId ¶

func (o *CommentReply) GetId() string

GetId returns the Id field value

func (*CommentReply) GetIdOk ¶

func (o *CommentReply) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CommentReply) GetObject ¶

func (o *CommentReply) GetObject() string

GetObject returns the Object field value

func (*CommentReply) GetObjectOk ¶

func (o *CommentReply) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*CommentReply) GetPostedAt ¶

func (o *CommentReply) GetPostedAt() string

GetPostedAt returns the PostedAt field value

func (*CommentReply) GetPostedAtOk ¶

func (o *CommentReply) GetPostedAtOk() (*string, bool)

GetPostedAtOk returns a tuple with the PostedAt field value and a boolean to check if the value has been set.

func (*CommentReply) GetPostedBy ¶

func (o *CommentReply) GetPostedBy() User

GetPostedBy returns the PostedBy field value

func (*CommentReply) GetPostedByOk ¶

func (o *CommentReply) GetPostedByOk() (*User, bool)

GetPostedByOk returns a tuple with the PostedBy field value and a boolean to check if the value has been set.

func (*CommentReply) GetReactions ¶

func (o *CommentReply) GetReactions() []EmojiReaction

GetReactions returns the Reactions field value

func (*CommentReply) GetReactionsOk ¶

func (o *CommentReply) GetReactionsOk() ([]EmojiReaction, bool)

GetReactionsOk returns a tuple with the Reactions field value and a boolean to check if the value has been set.

func (*CommentReply) GetUrls ¶

func (o *CommentReply) GetUrls() CommentReplyUrls

GetUrls returns the Urls field value

func (*CommentReply) GetUrlsOk ¶

func (o *CommentReply) GetUrlsOk() (*CommentReplyUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*CommentReply) HasEditedAt ¶

func (o *CommentReply) HasEditedAt() bool

HasEditedAt returns a boolean if a field has been set.

func (CommentReply) MarshalJSON ¶

func (o CommentReply) MarshalJSON() ([]byte, error)

func (*CommentReply) SetBody ¶

func (o *CommentReply) SetBody(v Document)

SetBody sets field value

func (*CommentReply) SetEditedAt ¶

func (o *CommentReply) SetEditedAt(v string)

SetEditedAt gets a reference to the given string and assigns it to the EditedAt field.

func (*CommentReply) SetId ¶

func (o *CommentReply) SetId(v string)

SetId sets field value

func (*CommentReply) SetObject ¶

func (o *CommentReply) SetObject(v string)

SetObject sets field value

func (*CommentReply) SetPostedAt ¶

func (o *CommentReply) SetPostedAt(v string)

SetPostedAt sets field value

func (*CommentReply) SetPostedBy ¶

func (o *CommentReply) SetPostedBy(v User)

SetPostedBy sets field value

func (*CommentReply) SetReactions ¶

func (o *CommentReply) SetReactions(v []EmojiReaction)

SetReactions sets field value

func (*CommentReply) SetUrls ¶

func (o *CommentReply) SetUrls(v CommentReplyUrls)

SetUrls sets field value

func (CommentReply) ToMap ¶

func (o CommentReply) ToMap() (map[string]interface{}, error)

type CommentReplyUrls ¶

type CommentReplyUrls struct {
	// URL of the comment reply in the API
	Location string `json:"location"`
}

CommentReplyUrls URLs associated with the object

func NewCommentReplyUrls ¶

func NewCommentReplyUrls(location string) *CommentReplyUrls

NewCommentReplyUrls instantiates a new CommentReplyUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommentReplyUrlsWithDefaults ¶

func NewCommentReplyUrlsWithDefaults() *CommentReplyUrls

NewCommentReplyUrlsWithDefaults instantiates a new CommentReplyUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommentReplyUrls) GetLocation ¶

func (o *CommentReplyUrls) GetLocation() string

GetLocation returns the Location field value

func (*CommentReplyUrls) GetLocationOk ¶

func (o *CommentReplyUrls) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (CommentReplyUrls) MarshalJSON ¶

func (o CommentReplyUrls) MarshalJSON() ([]byte, error)

func (*CommentReplyUrls) SetLocation ¶

func (o *CommentReplyUrls) SetLocation(v string)

SetLocation sets field value

func (CommentReplyUrls) ToMap ¶

func (o CommentReplyUrls) ToMap() (map[string]interface{}, error)

type Configuration ¶

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ContentKitAction ¶

type ContentKitAction struct {
	ContentKitActionAnyOf   *ContentKitActionAnyOf
	ContentKitDefaultAction *ContentKitDefaultAction
}

ContentKitAction struct for ContentKitAction

func (*ContentKitAction) MarshalJSON ¶

func (src *ContentKitAction) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitAction) UnmarshalJSON ¶

func (dst *ContentKitAction) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ContentKitActionAnyOf ¶

type ContentKitActionAnyOf struct {
	Action               string `json:"action"`
	AdditionalProperties map[string]interface{}
}

ContentKitActionAnyOf Custom action to re-render the block.

func NewContentKitActionAnyOf ¶

func NewContentKitActionAnyOf(action string) *ContentKitActionAnyOf

NewContentKitActionAnyOf instantiates a new ContentKitActionAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitActionAnyOfWithDefaults ¶

func NewContentKitActionAnyOfWithDefaults() *ContentKitActionAnyOf

NewContentKitActionAnyOfWithDefaults instantiates a new ContentKitActionAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitActionAnyOf) GetAction ¶

func (o *ContentKitActionAnyOf) GetAction() string

GetAction returns the Action field value

func (*ContentKitActionAnyOf) GetActionOk ¶

func (o *ContentKitActionAnyOf) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.

func (ContentKitActionAnyOf) MarshalJSON ¶

func (o ContentKitActionAnyOf) MarshalJSON() ([]byte, error)

func (*ContentKitActionAnyOf) SetAction ¶

func (o *ContentKitActionAnyOf) SetAction(v string)

SetAction sets field value

func (ContentKitActionAnyOf) ToMap ¶

func (o ContentKitActionAnyOf) ToMap() (map[string]interface{}, error)

func (*ContentKitActionAnyOf) UnmarshalJSON ¶

func (o *ContentKitActionAnyOf) UnmarshalJSON(bytes []byte) (err error)

type ContentKitBlock ¶

type ContentKitBlock struct {
	Type     string                         `json:"type"`
	Children []ContentKitDescendantElement  `json:"children"`
	Controls []ContentKitBlockControlsInner `json:"controls,omitempty"`
}

ContentKitBlock Higher level element to represent a custom block.

func NewContentKitBlock ¶

func NewContentKitBlock(type_ string, children []ContentKitDescendantElement) *ContentKitBlock

NewContentKitBlock instantiates a new ContentKitBlock object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitBlockWithDefaults ¶

func NewContentKitBlockWithDefaults() *ContentKitBlock

NewContentKitBlockWithDefaults instantiates a new ContentKitBlock object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitBlock) GetChildren ¶

func (o *ContentKitBlock) GetChildren() []ContentKitDescendantElement

GetChildren returns the Children field value

func (*ContentKitBlock) GetChildrenOk ¶

func (o *ContentKitBlock) GetChildrenOk() ([]ContentKitDescendantElement, bool)

GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.

func (*ContentKitBlock) GetControls ¶

func (o *ContentKitBlock) GetControls() []ContentKitBlockControlsInner

GetControls returns the Controls field value if set, zero value otherwise.

func (*ContentKitBlock) GetControlsOk ¶

func (o *ContentKitBlock) GetControlsOk() ([]ContentKitBlockControlsInner, bool)

GetControlsOk returns a tuple with the Controls field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitBlock) GetType ¶

func (o *ContentKitBlock) GetType() string

GetType returns the Type field value

func (*ContentKitBlock) GetTypeOk ¶

func (o *ContentKitBlock) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitBlock) HasControls ¶

func (o *ContentKitBlock) HasControls() bool

HasControls returns a boolean if a field has been set.

func (ContentKitBlock) MarshalJSON ¶

func (o ContentKitBlock) MarshalJSON() ([]byte, error)

func (*ContentKitBlock) SetChildren ¶

func (o *ContentKitBlock) SetChildren(v []ContentKitDescendantElement)

SetChildren sets field value

func (*ContentKitBlock) SetControls ¶

func (o *ContentKitBlock) SetControls(v []ContentKitBlockControlsInner)

SetControls gets a reference to the given []ContentKitBlockControlsInner and assigns it to the Controls field.

func (*ContentKitBlock) SetType ¶

func (o *ContentKitBlock) SetType(v string)

SetType sets field value

func (ContentKitBlock) ToMap ¶

func (o ContentKitBlock) ToMap() (map[string]interface{}, error)

type ContentKitBlockControl ¶

type ContentKitBlockControl struct {
	Icon    *ContentKitIcon    `json:"icon,omitempty"`
	Label   string             `json:"label"`
	OnPress ContentKitAction   `json:"onPress"`
	Confirm *ContentKitConfirm `json:"confirm,omitempty"`
}

ContentKitBlockControl Control menu item displayed for the block.

func NewContentKitBlockControl ¶

func NewContentKitBlockControl(label string, onPress ContentKitAction) *ContentKitBlockControl

NewContentKitBlockControl instantiates a new ContentKitBlockControl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitBlockControlWithDefaults ¶

func NewContentKitBlockControlWithDefaults() *ContentKitBlockControl

NewContentKitBlockControlWithDefaults instantiates a new ContentKitBlockControl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitBlockControl) GetConfirm ¶

func (o *ContentKitBlockControl) GetConfirm() ContentKitConfirm

GetConfirm returns the Confirm field value if set, zero value otherwise.

func (*ContentKitBlockControl) GetConfirmOk ¶

func (o *ContentKitBlockControl) GetConfirmOk() (*ContentKitConfirm, bool)

GetConfirmOk returns a tuple with the Confirm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitBlockControl) GetIcon ¶

GetIcon returns the Icon field value if set, zero value otherwise.

func (*ContentKitBlockControl) GetIconOk ¶

func (o *ContentKitBlockControl) GetIconOk() (*ContentKitIcon, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitBlockControl) GetLabel ¶

func (o *ContentKitBlockControl) GetLabel() string

GetLabel returns the Label field value

func (*ContentKitBlockControl) GetLabelOk ¶

func (o *ContentKitBlockControl) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*ContentKitBlockControl) GetOnPress ¶

func (o *ContentKitBlockControl) GetOnPress() ContentKitAction

GetOnPress returns the OnPress field value

func (*ContentKitBlockControl) GetOnPressOk ¶

func (o *ContentKitBlockControl) GetOnPressOk() (*ContentKitAction, bool)

GetOnPressOk returns a tuple with the OnPress field value and a boolean to check if the value has been set.

func (*ContentKitBlockControl) HasConfirm ¶

func (o *ContentKitBlockControl) HasConfirm() bool

HasConfirm returns a boolean if a field has been set.

func (*ContentKitBlockControl) HasIcon ¶

func (o *ContentKitBlockControl) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (ContentKitBlockControl) MarshalJSON ¶

func (o ContentKitBlockControl) MarshalJSON() ([]byte, error)

func (*ContentKitBlockControl) SetConfirm ¶

func (o *ContentKitBlockControl) SetConfirm(v ContentKitConfirm)

SetConfirm gets a reference to the given ContentKitConfirm and assigns it to the Confirm field.

func (*ContentKitBlockControl) SetIcon ¶

func (o *ContentKitBlockControl) SetIcon(v ContentKitIcon)

SetIcon gets a reference to the given ContentKitIcon and assigns it to the Icon field.

func (*ContentKitBlockControl) SetLabel ¶

func (o *ContentKitBlockControl) SetLabel(v string)

SetLabel sets field value

func (*ContentKitBlockControl) SetOnPress ¶

func (o *ContentKitBlockControl) SetOnPress(v ContentKitAction)

SetOnPress sets field value

func (ContentKitBlockControl) ToMap ¶

func (o ContentKitBlockControl) ToMap() (map[string]interface{}, error)

type ContentKitBlockControlsInner ¶

type ContentKitBlockControlsInner struct {
	ContentKitBlockControl        *ContentKitBlockControl
	ArrayOfContentKitBlockControl *[]ContentKitBlockControl
}

ContentKitBlockControlsInner - struct for ContentKitBlockControlsInner

func ArrayOfContentKitBlockControlAsContentKitBlockControlsInner ¶

func ArrayOfContentKitBlockControlAsContentKitBlockControlsInner(v *[]ContentKitBlockControl) ContentKitBlockControlsInner

[]ContentKitBlockControlAsContentKitBlockControlsInner is a convenience function that returns []ContentKitBlockControl wrapped in ContentKitBlockControlsInner

func ContentKitBlockControlAsContentKitBlockControlsInner ¶

func ContentKitBlockControlAsContentKitBlockControlsInner(v *ContentKitBlockControl) ContentKitBlockControlsInner

ContentKitBlockControlAsContentKitBlockControlsInner is a convenience function that returns ContentKitBlockControl wrapped in ContentKitBlockControlsInner

func (*ContentKitBlockControlsInner) GetActualInstance ¶

func (obj *ContentKitBlockControlsInner) GetActualInstance() interface{}

Get the actual instance

func (ContentKitBlockControlsInner) MarshalJSON ¶

func (src ContentKitBlockControlsInner) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitBlockControlsInner) UnmarshalJSON ¶

func (dst *ContentKitBlockControlsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitBox ¶

type ContentKitBox struct {
	Type string `json:"type"`
	// specifies how much of the remaining space in the container should be assigned to the element
	Grow     *float32                      `json:"grow,omitempty"`
	Children []ContentKitDescendantElement `json:"children"`
}

ContentKitBox struct for ContentKitBox

func NewContentKitBox ¶

func NewContentKitBox(type_ string, children []ContentKitDescendantElement) *ContentKitBox

NewContentKitBox instantiates a new ContentKitBox object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitBoxWithDefaults ¶

func NewContentKitBoxWithDefaults() *ContentKitBox

NewContentKitBoxWithDefaults instantiates a new ContentKitBox object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitBox) GetChildren ¶

func (o *ContentKitBox) GetChildren() []ContentKitDescendantElement

GetChildren returns the Children field value

func (*ContentKitBox) GetChildrenOk ¶

func (o *ContentKitBox) GetChildrenOk() ([]ContentKitDescendantElement, bool)

GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.

func (*ContentKitBox) GetGrow ¶

func (o *ContentKitBox) GetGrow() float32

GetGrow returns the Grow field value if set, zero value otherwise.

func (*ContentKitBox) GetGrowOk ¶

func (o *ContentKitBox) GetGrowOk() (*float32, bool)

GetGrowOk returns a tuple with the Grow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitBox) GetType ¶

func (o *ContentKitBox) GetType() string

GetType returns the Type field value

func (*ContentKitBox) GetTypeOk ¶

func (o *ContentKitBox) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitBox) HasGrow ¶

func (o *ContentKitBox) HasGrow() bool

HasGrow returns a boolean if a field has been set.

func (ContentKitBox) MarshalJSON ¶

func (o ContentKitBox) MarshalJSON() ([]byte, error)

func (*ContentKitBox) SetChildren ¶

func (o *ContentKitBox) SetChildren(v []ContentKitDescendantElement)

SetChildren sets field value

func (*ContentKitBox) SetGrow ¶

func (o *ContentKitBox) SetGrow(v float32)

SetGrow gets a reference to the given float32 and assigns it to the Grow field.

func (*ContentKitBox) SetType ¶

func (o *ContentKitBox) SetType(v string)

SetType sets field value

func (ContentKitBox) ToMap ¶

func (o ContentKitBox) ToMap() (map[string]interface{}, error)

type ContentKitButton ¶

type ContentKitButton struct {
	Type         string             `json:"type"`
	Style        *string            `json:"style,omitempty"`
	OnPress      ContentKitAction   `json:"onPress"`
	Icon         *ContentKitIcon    `json:"icon,omitempty"`
	TrailingIcon *ContentKitIcon    `json:"trailingIcon,omitempty"`
	Label        *string            `json:"label,omitempty"`
	Tooltip      *string            `json:"tooltip,omitempty"`
	Confirm      *ContentKitConfirm `json:"confirm,omitempty"`
	Disabled     *bool              `json:"disabled,omitempty"`
}

ContentKitButton Pressable button triggering an action.

func NewContentKitButton ¶

func NewContentKitButton(type_ string, onPress ContentKitAction) *ContentKitButton

NewContentKitButton instantiates a new ContentKitButton object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitButtonWithDefaults ¶

func NewContentKitButtonWithDefaults() *ContentKitButton

NewContentKitButtonWithDefaults instantiates a new ContentKitButton object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitButton) GetConfirm ¶

func (o *ContentKitButton) GetConfirm() ContentKitConfirm

GetConfirm returns the Confirm field value if set, zero value otherwise.

func (*ContentKitButton) GetConfirmOk ¶

func (o *ContentKitButton) GetConfirmOk() (*ContentKitConfirm, bool)

GetConfirmOk returns a tuple with the Confirm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitButton) GetDisabled ¶

func (o *ContentKitButton) GetDisabled() bool

GetDisabled returns the Disabled field value if set, zero value otherwise.

func (*ContentKitButton) GetDisabledOk ¶

func (o *ContentKitButton) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitButton) GetIcon ¶

func (o *ContentKitButton) GetIcon() ContentKitIcon

GetIcon returns the Icon field value if set, zero value otherwise.

func (*ContentKitButton) GetIconOk ¶

func (o *ContentKitButton) GetIconOk() (*ContentKitIcon, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitButton) GetLabel ¶

func (o *ContentKitButton) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*ContentKitButton) GetLabelOk ¶

func (o *ContentKitButton) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitButton) GetOnPress ¶

func (o *ContentKitButton) GetOnPress() ContentKitAction

GetOnPress returns the OnPress field value

func (*ContentKitButton) GetOnPressOk ¶

func (o *ContentKitButton) GetOnPressOk() (*ContentKitAction, bool)

GetOnPressOk returns a tuple with the OnPress field value and a boolean to check if the value has been set.

func (*ContentKitButton) GetStyle ¶

func (o *ContentKitButton) GetStyle() string

GetStyle returns the Style field value if set, zero value otherwise.

func (*ContentKitButton) GetStyleOk ¶

func (o *ContentKitButton) GetStyleOk() (*string, bool)

GetStyleOk returns a tuple with the Style field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitButton) GetTooltip ¶

func (o *ContentKitButton) GetTooltip() string

GetTooltip returns the Tooltip field value if set, zero value otherwise.

func (*ContentKitButton) GetTooltipOk ¶

func (o *ContentKitButton) GetTooltipOk() (*string, bool)

GetTooltipOk returns a tuple with the Tooltip field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitButton) GetTrailingIcon ¶ added in v0.2.0

func (o *ContentKitButton) GetTrailingIcon() ContentKitIcon

GetTrailingIcon returns the TrailingIcon field value if set, zero value otherwise.

func (*ContentKitButton) GetTrailingIconOk ¶ added in v0.2.0

func (o *ContentKitButton) GetTrailingIconOk() (*ContentKitIcon, bool)

GetTrailingIconOk returns a tuple with the TrailingIcon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitButton) GetType ¶

func (o *ContentKitButton) GetType() string

GetType returns the Type field value

func (*ContentKitButton) GetTypeOk ¶

func (o *ContentKitButton) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitButton) HasConfirm ¶

func (o *ContentKitButton) HasConfirm() bool

HasConfirm returns a boolean if a field has been set.

func (*ContentKitButton) HasDisabled ¶

func (o *ContentKitButton) HasDisabled() bool

HasDisabled returns a boolean if a field has been set.

func (*ContentKitButton) HasIcon ¶

func (o *ContentKitButton) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (*ContentKitButton) HasLabel ¶

func (o *ContentKitButton) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*ContentKitButton) HasStyle ¶

func (o *ContentKitButton) HasStyle() bool

HasStyle returns a boolean if a field has been set.

func (*ContentKitButton) HasTooltip ¶

func (o *ContentKitButton) HasTooltip() bool

HasTooltip returns a boolean if a field has been set.

func (*ContentKitButton) HasTrailingIcon ¶ added in v0.2.0

func (o *ContentKitButton) HasTrailingIcon() bool

HasTrailingIcon returns a boolean if a field has been set.

func (ContentKitButton) MarshalJSON ¶

func (o ContentKitButton) MarshalJSON() ([]byte, error)

func (*ContentKitButton) SetConfirm ¶

func (o *ContentKitButton) SetConfirm(v ContentKitConfirm)

SetConfirm gets a reference to the given ContentKitConfirm and assigns it to the Confirm field.

func (*ContentKitButton) SetDisabled ¶

func (o *ContentKitButton) SetDisabled(v bool)

SetDisabled gets a reference to the given bool and assigns it to the Disabled field.

func (*ContentKitButton) SetIcon ¶

func (o *ContentKitButton) SetIcon(v ContentKitIcon)

SetIcon gets a reference to the given ContentKitIcon and assigns it to the Icon field.

func (*ContentKitButton) SetLabel ¶

func (o *ContentKitButton) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*ContentKitButton) SetOnPress ¶

func (o *ContentKitButton) SetOnPress(v ContentKitAction)

SetOnPress sets field value

func (*ContentKitButton) SetStyle ¶

func (o *ContentKitButton) SetStyle(v string)

SetStyle gets a reference to the given string and assigns it to the Style field.

func (*ContentKitButton) SetTooltip ¶

func (o *ContentKitButton) SetTooltip(v string)

SetTooltip gets a reference to the given string and assigns it to the Tooltip field.

func (*ContentKitButton) SetTrailingIcon ¶ added in v0.2.0

func (o *ContentKitButton) SetTrailingIcon(v ContentKitIcon)

SetTrailingIcon gets a reference to the given ContentKitIcon and assigns it to the TrailingIcon field.

func (*ContentKitButton) SetType ¶

func (o *ContentKitButton) SetType(v string)

SetType sets field value

func (ContentKitButton) ToMap ¶

func (o ContentKitButton) ToMap() (map[string]interface{}, error)

type ContentKitCard ¶

type ContentKitCard struct {
	Type     string                        `json:"type"`
	Title    *string                       `json:"title,omitempty"`
	Hint     *ContentKitCardHint           `json:"hint,omitempty"`
	Icon     *ContentKitCardIcon           `json:"icon,omitempty"`
	OnPress  *ContentKitAction             `json:"onPress,omitempty"`
	Children []ContentKitDescendantElement `json:"children,omitempty"`
	// Buttons displayed in the top right corner of the card.
	Buttons []ContentKitButton `json:"buttons,omitempty"`
}

ContentKitCard struct for ContentKitCard

func NewContentKitCard ¶

func NewContentKitCard(type_ string) *ContentKitCard

NewContentKitCard instantiates a new ContentKitCard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitCardWithDefaults ¶

func NewContentKitCardWithDefaults() *ContentKitCard

NewContentKitCardWithDefaults instantiates a new ContentKitCard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitCard) GetButtons ¶

func (o *ContentKitCard) GetButtons() []ContentKitButton

GetButtons returns the Buttons field value if set, zero value otherwise.

func (*ContentKitCard) GetButtonsOk ¶

func (o *ContentKitCard) GetButtonsOk() ([]ContentKitButton, bool)

GetButtonsOk returns a tuple with the Buttons field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCard) GetChildren ¶

func (o *ContentKitCard) GetChildren() []ContentKitDescendantElement

GetChildren returns the Children field value if set, zero value otherwise.

func (*ContentKitCard) GetChildrenOk ¶

func (o *ContentKitCard) GetChildrenOk() ([]ContentKitDescendantElement, bool)

GetChildrenOk returns a tuple with the Children field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCard) GetHint ¶

func (o *ContentKitCard) GetHint() ContentKitCardHint

GetHint returns the Hint field value if set, zero value otherwise.

func (*ContentKitCard) GetHintOk ¶

func (o *ContentKitCard) GetHintOk() (*ContentKitCardHint, bool)

GetHintOk returns a tuple with the Hint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCard) GetIcon ¶

func (o *ContentKitCard) GetIcon() ContentKitCardIcon

GetIcon returns the Icon field value if set, zero value otherwise.

func (*ContentKitCard) GetIconOk ¶

func (o *ContentKitCard) GetIconOk() (*ContentKitCardIcon, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCard) GetOnPress ¶

func (o *ContentKitCard) GetOnPress() ContentKitAction

GetOnPress returns the OnPress field value if set, zero value otherwise.

func (*ContentKitCard) GetOnPressOk ¶

func (o *ContentKitCard) GetOnPressOk() (*ContentKitAction, bool)

GetOnPressOk returns a tuple with the OnPress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCard) GetTitle ¶

func (o *ContentKitCard) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ContentKitCard) GetTitleOk ¶

func (o *ContentKitCard) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCard) GetType ¶

func (o *ContentKitCard) GetType() string

GetType returns the Type field value

func (*ContentKitCard) GetTypeOk ¶

func (o *ContentKitCard) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitCard) HasButtons ¶

func (o *ContentKitCard) HasButtons() bool

HasButtons returns a boolean if a field has been set.

func (*ContentKitCard) HasChildren ¶

func (o *ContentKitCard) HasChildren() bool

HasChildren returns a boolean if a field has been set.

func (*ContentKitCard) HasHint ¶

func (o *ContentKitCard) HasHint() bool

HasHint returns a boolean if a field has been set.

func (*ContentKitCard) HasIcon ¶

func (o *ContentKitCard) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (*ContentKitCard) HasOnPress ¶

func (o *ContentKitCard) HasOnPress() bool

HasOnPress returns a boolean if a field has been set.

func (*ContentKitCard) HasTitle ¶

func (o *ContentKitCard) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ContentKitCard) MarshalJSON ¶

func (o ContentKitCard) MarshalJSON() ([]byte, error)

func (*ContentKitCard) SetButtons ¶

func (o *ContentKitCard) SetButtons(v []ContentKitButton)

SetButtons gets a reference to the given []ContentKitButton and assigns it to the Buttons field.

func (*ContentKitCard) SetChildren ¶

func (o *ContentKitCard) SetChildren(v []ContentKitDescendantElement)

SetChildren gets a reference to the given []ContentKitDescendantElement and assigns it to the Children field.

func (*ContentKitCard) SetHint ¶

func (o *ContentKitCard) SetHint(v ContentKitCardHint)

SetHint gets a reference to the given ContentKitCardHint and assigns it to the Hint field.

func (*ContentKitCard) SetIcon ¶

func (o *ContentKitCard) SetIcon(v ContentKitCardIcon)

SetIcon gets a reference to the given ContentKitCardIcon and assigns it to the Icon field.

func (*ContentKitCard) SetOnPress ¶

func (o *ContentKitCard) SetOnPress(v ContentKitAction)

SetOnPress gets a reference to the given ContentKitAction and assigns it to the OnPress field.

func (*ContentKitCard) SetTitle ¶

func (o *ContentKitCard) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ContentKitCard) SetType ¶

func (o *ContentKitCard) SetType(v string)

SetType sets field value

func (ContentKitCard) ToMap ¶

func (o ContentKitCard) ToMap() (map[string]interface{}, error)

type ContentKitCardHint ¶

type ContentKitCardHint struct {
	ArrayOfContentKitInlineElement *[]ContentKitInlineElement
	String                         *string
}

ContentKitCardHint - struct for ContentKitCardHint

func ArrayOfContentKitInlineElementAsContentKitCardHint ¶

func ArrayOfContentKitInlineElementAsContentKitCardHint(v *[]ContentKitInlineElement) ContentKitCardHint

[]ContentKitInlineElementAsContentKitCardHint is a convenience function that returns []ContentKitInlineElement wrapped in ContentKitCardHint

func StringAsContentKitCardHint ¶

func StringAsContentKitCardHint(v *string) ContentKitCardHint

stringAsContentKitCardHint is a convenience function that returns string wrapped in ContentKitCardHint

func (*ContentKitCardHint) GetActualInstance ¶

func (obj *ContentKitCardHint) GetActualInstance() interface{}

Get the actual instance

func (ContentKitCardHint) MarshalJSON ¶

func (src ContentKitCardHint) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitCardHint) UnmarshalJSON ¶

func (dst *ContentKitCardHint) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitCardIcon ¶

type ContentKitCardIcon struct {
	ContentKitIcon  *ContentKitIcon
	ContentKitImage *ContentKitImage
}

ContentKitCardIcon - struct for ContentKitCardIcon

func ContentKitIconAsContentKitCardIcon ¶

func ContentKitIconAsContentKitCardIcon(v *ContentKitIcon) ContentKitCardIcon

ContentKitIconAsContentKitCardIcon is a convenience function that returns ContentKitIcon wrapped in ContentKitCardIcon

func ContentKitImageAsContentKitCardIcon ¶

func ContentKitImageAsContentKitCardIcon(v *ContentKitImage) ContentKitCardIcon

ContentKitImageAsContentKitCardIcon is a convenience function that returns ContentKitImage wrapped in ContentKitCardIcon

func (*ContentKitCardIcon) GetActualInstance ¶

func (obj *ContentKitCardIcon) GetActualInstance() interface{}

Get the actual instance

func (ContentKitCardIcon) MarshalJSON ¶

func (src ContentKitCardIcon) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitCardIcon) UnmarshalJSON ¶

func (dst *ContentKitCardIcon) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitCheckbox ¶

type ContentKitCheckbox struct {
	Type string `json:"type"`
	// State binding. The value of the input will be stored as a property in the state named after this ID.
	State   string                  `json:"state"`
	Value   ContentKitCheckboxValue `json:"value"`
	Confirm *ContentKitConfirm      `json:"confirm,omitempty"`
}

ContentKitCheckbox struct for ContentKitCheckbox

func NewContentKitCheckbox ¶

func NewContentKitCheckbox(type_ string, state string, value ContentKitCheckboxValue) *ContentKitCheckbox

NewContentKitCheckbox instantiates a new ContentKitCheckbox object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitCheckboxWithDefaults ¶

func NewContentKitCheckboxWithDefaults() *ContentKitCheckbox

NewContentKitCheckboxWithDefaults instantiates a new ContentKitCheckbox object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitCheckbox) GetConfirm ¶

func (o *ContentKitCheckbox) GetConfirm() ContentKitConfirm

GetConfirm returns the Confirm field value if set, zero value otherwise.

func (*ContentKitCheckbox) GetConfirmOk ¶

func (o *ContentKitCheckbox) GetConfirmOk() (*ContentKitConfirm, bool)

GetConfirmOk returns a tuple with the Confirm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCheckbox) GetState ¶

func (o *ContentKitCheckbox) GetState() string

GetState returns the State field value

func (*ContentKitCheckbox) GetStateOk ¶

func (o *ContentKitCheckbox) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ContentKitCheckbox) GetType ¶

func (o *ContentKitCheckbox) GetType() string

GetType returns the Type field value

func (*ContentKitCheckbox) GetTypeOk ¶

func (o *ContentKitCheckbox) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitCheckbox) GetValue ¶

GetValue returns the Value field value

func (*ContentKitCheckbox) GetValueOk ¶

func (o *ContentKitCheckbox) GetValueOk() (*ContentKitCheckboxValue, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (*ContentKitCheckbox) HasConfirm ¶

func (o *ContentKitCheckbox) HasConfirm() bool

HasConfirm returns a boolean if a field has been set.

func (ContentKitCheckbox) MarshalJSON ¶

func (o ContentKitCheckbox) MarshalJSON() ([]byte, error)

func (*ContentKitCheckbox) SetConfirm ¶

func (o *ContentKitCheckbox) SetConfirm(v ContentKitConfirm)

SetConfirm gets a reference to the given ContentKitConfirm and assigns it to the Confirm field.

func (*ContentKitCheckbox) SetState ¶

func (o *ContentKitCheckbox) SetState(v string)

SetState sets field value

func (*ContentKitCheckbox) SetType ¶

func (o *ContentKitCheckbox) SetType(v string)

SetType sets field value

func (*ContentKitCheckbox) SetValue ¶

SetValue sets field value

func (ContentKitCheckbox) ToMap ¶

func (o ContentKitCheckbox) ToMap() (map[string]interface{}, error)

type ContentKitCheckboxValue ¶

type ContentKitCheckboxValue struct {
	Float32 *float32
	String  *string
}

ContentKitCheckboxValue - Value to store in a state array when the checkbox is selected.

func Float32AsContentKitCheckboxValue ¶

func Float32AsContentKitCheckboxValue(v *float32) ContentKitCheckboxValue

float32AsContentKitCheckboxValue is a convenience function that returns float32 wrapped in ContentKitCheckboxValue

func StringAsContentKitCheckboxValue ¶

func StringAsContentKitCheckboxValue(v *string) ContentKitCheckboxValue

stringAsContentKitCheckboxValue is a convenience function that returns string wrapped in ContentKitCheckboxValue

func (*ContentKitCheckboxValue) GetActualInstance ¶

func (obj *ContentKitCheckboxValue) GetActualInstance() interface{}

Get the actual instance

func (ContentKitCheckboxValue) MarshalJSON ¶

func (src ContentKitCheckboxValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitCheckboxValue) UnmarshalJSON ¶

func (dst *ContentKitCheckboxValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitCodeBlock ¶

type ContentKitCodeBlock struct {
	Type    string                     `json:"type"`
	Content ContentKitCodeBlockContent `json:"content"`
	// Syntax to use for highlighting (ex: javascript, python)
	Syntax      *string                         `json:"syntax,omitempty"`
	LineNumbers *ContentKitCodeBlockLineNumbers `json:"lineNumbers,omitempty"`
	// Controls button shown as an overlay in a corner of the code block.
	Buttons []ContentKitButton `json:"buttons,omitempty"`
	// State binding when editable. The value of the input will be stored as a property in the state named after this ID.
	State           *string           `json:"state,omitempty"`
	OnContentChange *ContentKitAction `json:"onContentChange,omitempty"`
	// Header displayed before the code lines
	Header []ContentKitDescendantElement `json:"header,omitempty"`
	// Footer displayed after the code lines
	Footer []ContentKitDescendantElement `json:"footer,omitempty"`
}

ContentKitCodeBlock Code block with syntax highlighting

func NewContentKitCodeBlock ¶

func NewContentKitCodeBlock(type_ string, content ContentKitCodeBlockContent) *ContentKitCodeBlock

NewContentKitCodeBlock instantiates a new ContentKitCodeBlock object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitCodeBlockWithDefaults ¶

func NewContentKitCodeBlockWithDefaults() *ContentKitCodeBlock

NewContentKitCodeBlockWithDefaults instantiates a new ContentKitCodeBlock object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitCodeBlock) GetButtons ¶

func (o *ContentKitCodeBlock) GetButtons() []ContentKitButton

GetButtons returns the Buttons field value if set, zero value otherwise.

func (*ContentKitCodeBlock) GetButtonsOk ¶

func (o *ContentKitCodeBlock) GetButtonsOk() ([]ContentKitButton, bool)

GetButtonsOk returns a tuple with the Buttons field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCodeBlock) GetContent ¶

GetContent returns the Content field value

func (*ContentKitCodeBlock) GetContentOk ¶

func (o *ContentKitCodeBlock) GetContentOk() (*ContentKitCodeBlockContent, bool)

GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.

func (*ContentKitCodeBlock) GetFooter ¶

GetFooter returns the Footer field value if set, zero value otherwise.

func (*ContentKitCodeBlock) GetFooterOk ¶

GetFooterOk returns a tuple with the Footer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCodeBlock) GetHeader ¶

GetHeader returns the Header field value if set, zero value otherwise.

func (*ContentKitCodeBlock) GetHeaderOk ¶

GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCodeBlock) GetLineNumbers ¶

GetLineNumbers returns the LineNumbers field value if set, zero value otherwise.

func (*ContentKitCodeBlock) GetLineNumbersOk ¶

func (o *ContentKitCodeBlock) GetLineNumbersOk() (*ContentKitCodeBlockLineNumbers, bool)

GetLineNumbersOk returns a tuple with the LineNumbers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCodeBlock) GetOnContentChange ¶

func (o *ContentKitCodeBlock) GetOnContentChange() ContentKitAction

GetOnContentChange returns the OnContentChange field value if set, zero value otherwise.

func (*ContentKitCodeBlock) GetOnContentChangeOk ¶

func (o *ContentKitCodeBlock) GetOnContentChangeOk() (*ContentKitAction, bool)

GetOnContentChangeOk returns a tuple with the OnContentChange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCodeBlock) GetState ¶

func (o *ContentKitCodeBlock) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ContentKitCodeBlock) GetStateOk ¶

func (o *ContentKitCodeBlock) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCodeBlock) GetSyntax ¶

func (o *ContentKitCodeBlock) GetSyntax() string

GetSyntax returns the Syntax field value if set, zero value otherwise.

func (*ContentKitCodeBlock) GetSyntaxOk ¶

func (o *ContentKitCodeBlock) GetSyntaxOk() (*string, bool)

GetSyntaxOk returns a tuple with the Syntax field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitCodeBlock) GetType ¶

func (o *ContentKitCodeBlock) GetType() string

GetType returns the Type field value

func (*ContentKitCodeBlock) GetTypeOk ¶

func (o *ContentKitCodeBlock) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitCodeBlock) HasButtons ¶

func (o *ContentKitCodeBlock) HasButtons() bool

HasButtons returns a boolean if a field has been set.

func (*ContentKitCodeBlock) HasFooter ¶

func (o *ContentKitCodeBlock) HasFooter() bool

HasFooter returns a boolean if a field has been set.

func (*ContentKitCodeBlock) HasHeader ¶

func (o *ContentKitCodeBlock) HasHeader() bool

HasHeader returns a boolean if a field has been set.

func (*ContentKitCodeBlock) HasLineNumbers ¶

func (o *ContentKitCodeBlock) HasLineNumbers() bool

HasLineNumbers returns a boolean if a field has been set.

func (*ContentKitCodeBlock) HasOnContentChange ¶

func (o *ContentKitCodeBlock) HasOnContentChange() bool

HasOnContentChange returns a boolean if a field has been set.

func (*ContentKitCodeBlock) HasState ¶

func (o *ContentKitCodeBlock) HasState() bool

HasState returns a boolean if a field has been set.

func (*ContentKitCodeBlock) HasSyntax ¶

func (o *ContentKitCodeBlock) HasSyntax() bool

HasSyntax returns a boolean if a field has been set.

func (ContentKitCodeBlock) MarshalJSON ¶

func (o ContentKitCodeBlock) MarshalJSON() ([]byte, error)

func (*ContentKitCodeBlock) SetButtons ¶

func (o *ContentKitCodeBlock) SetButtons(v []ContentKitButton)

SetButtons gets a reference to the given []ContentKitButton and assigns it to the Buttons field.

func (*ContentKitCodeBlock) SetContent ¶

SetContent sets field value

func (*ContentKitCodeBlock) SetFooter ¶

SetFooter gets a reference to the given []ContentKitDescendantElement and assigns it to the Footer field.

func (*ContentKitCodeBlock) SetHeader ¶

SetHeader gets a reference to the given []ContentKitDescendantElement and assigns it to the Header field.

func (*ContentKitCodeBlock) SetLineNumbers ¶

SetLineNumbers gets a reference to the given ContentKitCodeBlockLineNumbers and assigns it to the LineNumbers field.

func (*ContentKitCodeBlock) SetOnContentChange ¶

func (o *ContentKitCodeBlock) SetOnContentChange(v ContentKitAction)

SetOnContentChange gets a reference to the given ContentKitAction and assigns it to the OnContentChange field.

func (*ContentKitCodeBlock) SetState ¶

func (o *ContentKitCodeBlock) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*ContentKitCodeBlock) SetSyntax ¶

func (o *ContentKitCodeBlock) SetSyntax(v string)

SetSyntax gets a reference to the given string and assigns it to the Syntax field.

func (*ContentKitCodeBlock) SetType ¶

func (o *ContentKitCodeBlock) SetType(v string)

SetType sets field value

func (ContentKitCodeBlock) ToMap ¶

func (o ContentKitCodeBlock) ToMap() (map[string]interface{}, error)

type ContentKitCodeBlockContent ¶

type ContentKitCodeBlockContent struct {
	ContentKitDynamicBinding *ContentKitDynamicBinding
	String                   *string
}

ContentKitCodeBlockContent - struct for ContentKitCodeBlockContent

func ContentKitDynamicBindingAsContentKitCodeBlockContent ¶

func ContentKitDynamicBindingAsContentKitCodeBlockContent(v *ContentKitDynamicBinding) ContentKitCodeBlockContent

ContentKitDynamicBindingAsContentKitCodeBlockContent is a convenience function that returns ContentKitDynamicBinding wrapped in ContentKitCodeBlockContent

func StringAsContentKitCodeBlockContent ¶

func StringAsContentKitCodeBlockContent(v *string) ContentKitCodeBlockContent

stringAsContentKitCodeBlockContent is a convenience function that returns string wrapped in ContentKitCodeBlockContent

func (*ContentKitCodeBlockContent) GetActualInstance ¶

func (obj *ContentKitCodeBlockContent) GetActualInstance() interface{}

Get the actual instance

func (ContentKitCodeBlockContent) MarshalJSON ¶

func (src ContentKitCodeBlockContent) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitCodeBlockContent) UnmarshalJSON ¶

func (dst *ContentKitCodeBlockContent) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitCodeBlockLineNumbers ¶

type ContentKitCodeBlockLineNumbers struct {
	Bool    *bool
	Float32 *float32
}

ContentKitCodeBlockLineNumbers - struct for ContentKitCodeBlockLineNumbers

func BoolAsContentKitCodeBlockLineNumbers ¶

func BoolAsContentKitCodeBlockLineNumbers(v *bool) ContentKitCodeBlockLineNumbers

boolAsContentKitCodeBlockLineNumbers is a convenience function that returns bool wrapped in ContentKitCodeBlockLineNumbers

func Float32AsContentKitCodeBlockLineNumbers ¶

func Float32AsContentKitCodeBlockLineNumbers(v *float32) ContentKitCodeBlockLineNumbers

float32AsContentKitCodeBlockLineNumbers is a convenience function that returns float32 wrapped in ContentKitCodeBlockLineNumbers

func (*ContentKitCodeBlockLineNumbers) GetActualInstance ¶

func (obj *ContentKitCodeBlockLineNumbers) GetActualInstance() interface{}

Get the actual instance

func (ContentKitCodeBlockLineNumbers) MarshalJSON ¶

func (src ContentKitCodeBlockLineNumbers) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitCodeBlockLineNumbers) UnmarshalJSON ¶

func (dst *ContentKitCodeBlockLineNumbers) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitConfirm ¶

type ContentKitConfirm struct {
	// A text value that defines the dialog's title.
	Title string `json:"title"`
	// A text value that defines the explanatory text that appears in the confirm dialog.
	Text string `json:"text"`
	// A text value to define the text of the button that confirms the action.
	Confirm string  `json:"confirm"`
	Style   *string `json:"style,omitempty"`
}

ContentKitConfirm A confirm object that defines an optional confirmation dialog after the input is clicked.

func NewContentKitConfirm ¶

func NewContentKitConfirm(title string, text string, confirm string) *ContentKitConfirm

NewContentKitConfirm instantiates a new ContentKitConfirm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitConfirmWithDefaults ¶

func NewContentKitConfirmWithDefaults() *ContentKitConfirm

NewContentKitConfirmWithDefaults instantiates a new ContentKitConfirm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitConfirm) GetConfirm ¶

func (o *ContentKitConfirm) GetConfirm() string

GetConfirm returns the Confirm field value

func (*ContentKitConfirm) GetConfirmOk ¶

func (o *ContentKitConfirm) GetConfirmOk() (*string, bool)

GetConfirmOk returns a tuple with the Confirm field value and a boolean to check if the value has been set.

func (*ContentKitConfirm) GetStyle ¶

func (o *ContentKitConfirm) GetStyle() string

GetStyle returns the Style field value if set, zero value otherwise.

func (*ContentKitConfirm) GetStyleOk ¶

func (o *ContentKitConfirm) GetStyleOk() (*string, bool)

GetStyleOk returns a tuple with the Style field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitConfirm) GetText ¶

func (o *ContentKitConfirm) GetText() string

GetText returns the Text field value

func (*ContentKitConfirm) GetTextOk ¶

func (o *ContentKitConfirm) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field value and a boolean to check if the value has been set.

func (*ContentKitConfirm) GetTitle ¶

func (o *ContentKitConfirm) GetTitle() string

GetTitle returns the Title field value

func (*ContentKitConfirm) GetTitleOk ¶

func (o *ContentKitConfirm) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*ContentKitConfirm) HasStyle ¶

func (o *ContentKitConfirm) HasStyle() bool

HasStyle returns a boolean if a field has been set.

func (ContentKitConfirm) MarshalJSON ¶

func (o ContentKitConfirm) MarshalJSON() ([]byte, error)

func (*ContentKitConfirm) SetConfirm ¶

func (o *ContentKitConfirm) SetConfirm(v string)

SetConfirm sets field value

func (*ContentKitConfirm) SetStyle ¶

func (o *ContentKitConfirm) SetStyle(v string)

SetStyle gets a reference to the given string and assigns it to the Style field.

func (*ContentKitConfirm) SetText ¶

func (o *ContentKitConfirm) SetText(v string)

SetText sets field value

func (*ContentKitConfirm) SetTitle ¶

func (o *ContentKitConfirm) SetTitle(v string)

SetTitle sets field value

func (ContentKitConfirm) ToMap ¶

func (o ContentKitConfirm) ToMap() (map[string]interface{}, error)

type ContentKitContext ¶

type ContentKitContext struct {
	ContentKitContextConfigurationAccount *ContentKitContextConfigurationAccount
	ContentKitContextConfigurationSpace   *ContentKitContextConfigurationSpace
	ContentKitContextDocument             *ContentKitContextDocument
}

ContentKitContext - Object representing the context in which a ContentKit component is rendered.

func ContentKitContextConfigurationAccountAsContentKitContext ¶

func ContentKitContextConfigurationAccountAsContentKitContext(v *ContentKitContextConfigurationAccount) ContentKitContext

ContentKitContextConfigurationAccountAsContentKitContext is a convenience function that returns ContentKitContextConfigurationAccount wrapped in ContentKitContext

func ContentKitContextConfigurationSpaceAsContentKitContext ¶

func ContentKitContextConfigurationSpaceAsContentKitContext(v *ContentKitContextConfigurationSpace) ContentKitContext

ContentKitContextConfigurationSpaceAsContentKitContext is a convenience function that returns ContentKitContextConfigurationSpace wrapped in ContentKitContext

func ContentKitContextDocumentAsContentKitContext ¶

func ContentKitContextDocumentAsContentKitContext(v *ContentKitContextDocument) ContentKitContext

ContentKitContextDocumentAsContentKitContext is a convenience function that returns ContentKitContextDocument wrapped in ContentKitContext

func (*ContentKitContext) GetActualInstance ¶

func (obj *ContentKitContext) GetActualInstance() interface{}

Get the actual instance

func (ContentKitContext) MarshalJSON ¶

func (src ContentKitContext) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitContext) UnmarshalJSON ¶

func (dst *ContentKitContext) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitContextBase ¶

type ContentKitContextBase struct {
	Theme string `json:"theme"`
}

ContentKitContextBase Common properties for ContentKit context.

func NewContentKitContextBase ¶

func NewContentKitContextBase(theme string) *ContentKitContextBase

NewContentKitContextBase instantiates a new ContentKitContextBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitContextBaseWithDefaults ¶

func NewContentKitContextBaseWithDefaults() *ContentKitContextBase

NewContentKitContextBaseWithDefaults instantiates a new ContentKitContextBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitContextBase) GetTheme ¶

func (o *ContentKitContextBase) GetTheme() string

GetTheme returns the Theme field value

func (*ContentKitContextBase) GetThemeOk ¶

func (o *ContentKitContextBase) GetThemeOk() (*string, bool)

GetThemeOk returns a tuple with the Theme field value and a boolean to check if the value has been set.

func (ContentKitContextBase) MarshalJSON ¶

func (o ContentKitContextBase) MarshalJSON() ([]byte, error)

func (*ContentKitContextBase) SetTheme ¶

func (o *ContentKitContextBase) SetTheme(v string)

SetTheme sets field value

func (ContentKitContextBase) ToMap ¶

func (o ContentKitContextBase) ToMap() (map[string]interface{}, error)

type ContentKitContextConfigurationAccount ¶

type ContentKitContextConfigurationAccount struct {
	Theme string `json:"theme"`
	Type  string `json:"type"`
	// ID of the organization the account installation configuration is in.
	OrganizationId string `json:"organizationId"`
}

ContentKitContextConfigurationAccount struct for ContentKitContextConfigurationAccount

func NewContentKitContextConfigurationAccount ¶

func NewContentKitContextConfigurationAccount(theme string, type_ string, organizationId string) *ContentKitContextConfigurationAccount

NewContentKitContextConfigurationAccount instantiates a new ContentKitContextConfigurationAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitContextConfigurationAccountWithDefaults ¶

func NewContentKitContextConfigurationAccountWithDefaults() *ContentKitContextConfigurationAccount

NewContentKitContextConfigurationAccountWithDefaults instantiates a new ContentKitContextConfigurationAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitContextConfigurationAccount) GetOrganizationId ¶

func (o *ContentKitContextConfigurationAccount) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value

func (*ContentKitContextConfigurationAccount) GetOrganizationIdOk ¶

func (o *ContentKitContextConfigurationAccount) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.

func (*ContentKitContextConfigurationAccount) GetTheme ¶

GetTheme returns the Theme field value

func (*ContentKitContextConfigurationAccount) GetThemeOk ¶

GetThemeOk returns a tuple with the Theme field value and a boolean to check if the value has been set.

func (*ContentKitContextConfigurationAccount) GetType ¶

GetType returns the Type field value

func (*ContentKitContextConfigurationAccount) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ContentKitContextConfigurationAccount) MarshalJSON ¶

func (o ContentKitContextConfigurationAccount) MarshalJSON() ([]byte, error)

func (*ContentKitContextConfigurationAccount) SetOrganizationId ¶

func (o *ContentKitContextConfigurationAccount) SetOrganizationId(v string)

SetOrganizationId sets field value

func (*ContentKitContextConfigurationAccount) SetTheme ¶

SetTheme sets field value

func (*ContentKitContextConfigurationAccount) SetType ¶

SetType sets field value

func (ContentKitContextConfigurationAccount) ToMap ¶

func (o ContentKitContextConfigurationAccount) ToMap() (map[string]interface{}, error)

type ContentKitContextConfigurationAccountAllOf ¶

type ContentKitContextConfigurationAccountAllOf struct {
	Type string `json:"type"`
	// ID of the organization the account installation configuration is in.
	OrganizationId string `json:"organizationId"`
}

ContentKitContextConfigurationAccountAllOf Context while rendering in an account installation's configuration.

func NewContentKitContextConfigurationAccountAllOf ¶

func NewContentKitContextConfigurationAccountAllOf(type_ string, organizationId string) *ContentKitContextConfigurationAccountAllOf

NewContentKitContextConfigurationAccountAllOf instantiates a new ContentKitContextConfigurationAccountAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitContextConfigurationAccountAllOfWithDefaults ¶

func NewContentKitContextConfigurationAccountAllOfWithDefaults() *ContentKitContextConfigurationAccountAllOf

NewContentKitContextConfigurationAccountAllOfWithDefaults instantiates a new ContentKitContextConfigurationAccountAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitContextConfigurationAccountAllOf) GetOrganizationId ¶

func (o *ContentKitContextConfigurationAccountAllOf) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value

func (*ContentKitContextConfigurationAccountAllOf) GetOrganizationIdOk ¶

func (o *ContentKitContextConfigurationAccountAllOf) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.

func (*ContentKitContextConfigurationAccountAllOf) GetType ¶

GetType returns the Type field value

func (*ContentKitContextConfigurationAccountAllOf) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ContentKitContextConfigurationAccountAllOf) MarshalJSON ¶

func (*ContentKitContextConfigurationAccountAllOf) SetOrganizationId ¶

func (o *ContentKitContextConfigurationAccountAllOf) SetOrganizationId(v string)

SetOrganizationId sets field value

func (*ContentKitContextConfigurationAccountAllOf) SetType ¶

SetType sets field value

func (ContentKitContextConfigurationAccountAllOf) ToMap ¶

func (o ContentKitContextConfigurationAccountAllOf) ToMap() (map[string]interface{}, error)

type ContentKitContextConfigurationSpace ¶

type ContentKitContextConfigurationSpace struct {
	Theme string `json:"theme"`
	Type  string `json:"type"`
	// ID of the space the space-installation configuration is in.
	SpaceId string `json:"spaceId"`
}

ContentKitContextConfigurationSpace struct for ContentKitContextConfigurationSpace

func NewContentKitContextConfigurationSpace ¶

func NewContentKitContextConfigurationSpace(theme string, type_ string, spaceId string) *ContentKitContextConfigurationSpace

NewContentKitContextConfigurationSpace instantiates a new ContentKitContextConfigurationSpace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitContextConfigurationSpaceWithDefaults ¶

func NewContentKitContextConfigurationSpaceWithDefaults() *ContentKitContextConfigurationSpace

NewContentKitContextConfigurationSpaceWithDefaults instantiates a new ContentKitContextConfigurationSpace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitContextConfigurationSpace) GetSpaceId ¶

GetSpaceId returns the SpaceId field value

func (*ContentKitContextConfigurationSpace) GetSpaceIdOk ¶

func (o *ContentKitContextConfigurationSpace) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*ContentKitContextConfigurationSpace) GetTheme ¶

GetTheme returns the Theme field value

func (*ContentKitContextConfigurationSpace) GetThemeOk ¶

func (o *ContentKitContextConfigurationSpace) GetThemeOk() (*string, bool)

GetThemeOk returns a tuple with the Theme field value and a boolean to check if the value has been set.

func (*ContentKitContextConfigurationSpace) GetType ¶

GetType returns the Type field value

func (*ContentKitContextConfigurationSpace) GetTypeOk ¶

func (o *ContentKitContextConfigurationSpace) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ContentKitContextConfigurationSpace) MarshalJSON ¶

func (o ContentKitContextConfigurationSpace) MarshalJSON() ([]byte, error)

func (*ContentKitContextConfigurationSpace) SetSpaceId ¶

SetSpaceId sets field value

func (*ContentKitContextConfigurationSpace) SetTheme ¶

SetTheme sets field value

func (*ContentKitContextConfigurationSpace) SetType ¶

SetType sets field value

func (ContentKitContextConfigurationSpace) ToMap ¶

func (o ContentKitContextConfigurationSpace) ToMap() (map[string]interface{}, error)

type ContentKitContextConfigurationSpaceAllOf ¶

type ContentKitContextConfigurationSpaceAllOf struct {
	Type string `json:"type"`
	// ID of the space the space-installation configuration is in.
	SpaceId string `json:"spaceId"`
}

ContentKitContextConfigurationSpaceAllOf Context while rendering in a space-installation's configuration.

func NewContentKitContextConfigurationSpaceAllOf ¶

func NewContentKitContextConfigurationSpaceAllOf(type_ string, spaceId string) *ContentKitContextConfigurationSpaceAllOf

NewContentKitContextConfigurationSpaceAllOf instantiates a new ContentKitContextConfigurationSpaceAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitContextConfigurationSpaceAllOfWithDefaults ¶

func NewContentKitContextConfigurationSpaceAllOfWithDefaults() *ContentKitContextConfigurationSpaceAllOf

NewContentKitContextConfigurationSpaceAllOfWithDefaults instantiates a new ContentKitContextConfigurationSpaceAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitContextConfigurationSpaceAllOf) GetSpaceId ¶

GetSpaceId returns the SpaceId field value

func (*ContentKitContextConfigurationSpaceAllOf) GetSpaceIdOk ¶

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*ContentKitContextConfigurationSpaceAllOf) GetType ¶

GetType returns the Type field value

func (*ContentKitContextConfigurationSpaceAllOf) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ContentKitContextConfigurationSpaceAllOf) MarshalJSON ¶

func (*ContentKitContextConfigurationSpaceAllOf) SetSpaceId ¶

SetSpaceId sets field value

func (*ContentKitContextConfigurationSpaceAllOf) SetType ¶

SetType sets field value

func (ContentKitContextConfigurationSpaceAllOf) ToMap ¶

func (o ContentKitContextConfigurationSpaceAllOf) ToMap() (map[string]interface{}, error)

type ContentKitContextDocument ¶

type ContentKitContextDocument struct {
	Theme string `json:"theme"`
	Type  string `json:"type"`
	// ID of the space content the document is in.
	SpaceId  string `json:"spaceId"`
	Editable bool   `json:"editable"`
}

ContentKitContextDocument struct for ContentKitContextDocument

func NewContentKitContextDocument ¶

func NewContentKitContextDocument(theme string, type_ string, spaceId string, editable bool) *ContentKitContextDocument

NewContentKitContextDocument instantiates a new ContentKitContextDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitContextDocumentWithDefaults ¶

func NewContentKitContextDocumentWithDefaults() *ContentKitContextDocument

NewContentKitContextDocumentWithDefaults instantiates a new ContentKitContextDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitContextDocument) GetEditable ¶

func (o *ContentKitContextDocument) GetEditable() bool

GetEditable returns the Editable field value

func (*ContentKitContextDocument) GetEditableOk ¶

func (o *ContentKitContextDocument) GetEditableOk() (*bool, bool)

GetEditableOk returns a tuple with the Editable field value and a boolean to check if the value has been set.

func (*ContentKitContextDocument) GetSpaceId ¶

func (o *ContentKitContextDocument) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*ContentKitContextDocument) GetSpaceIdOk ¶

func (o *ContentKitContextDocument) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*ContentKitContextDocument) GetTheme ¶

func (o *ContentKitContextDocument) GetTheme() string

GetTheme returns the Theme field value

func (*ContentKitContextDocument) GetThemeOk ¶

func (o *ContentKitContextDocument) GetThemeOk() (*string, bool)

GetThemeOk returns a tuple with the Theme field value and a boolean to check if the value has been set.

func (*ContentKitContextDocument) GetType ¶

func (o *ContentKitContextDocument) GetType() string

GetType returns the Type field value

func (*ContentKitContextDocument) GetTypeOk ¶

func (o *ContentKitContextDocument) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ContentKitContextDocument) MarshalJSON ¶

func (o ContentKitContextDocument) MarshalJSON() ([]byte, error)

func (*ContentKitContextDocument) SetEditable ¶

func (o *ContentKitContextDocument) SetEditable(v bool)

SetEditable sets field value

func (*ContentKitContextDocument) SetSpaceId ¶

func (o *ContentKitContextDocument) SetSpaceId(v string)

SetSpaceId sets field value

func (*ContentKitContextDocument) SetTheme ¶

func (o *ContentKitContextDocument) SetTheme(v string)

SetTheme sets field value

func (*ContentKitContextDocument) SetType ¶

func (o *ContentKitContextDocument) SetType(v string)

SetType sets field value

func (ContentKitContextDocument) ToMap ¶

func (o ContentKitContextDocument) ToMap() (map[string]interface{}, error)

type ContentKitContextDocumentAllOf ¶

type ContentKitContextDocumentAllOf struct {
	Type string `json:"type"`
	// ID of the space content the document is in.
	SpaceId  string `json:"spaceId"`
	Editable bool   `json:"editable"`
}

ContentKitContextDocumentAllOf Context while rendering in a document.

func NewContentKitContextDocumentAllOf ¶

func NewContentKitContextDocumentAllOf(type_ string, spaceId string, editable bool) *ContentKitContextDocumentAllOf

NewContentKitContextDocumentAllOf instantiates a new ContentKitContextDocumentAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitContextDocumentAllOfWithDefaults ¶

func NewContentKitContextDocumentAllOfWithDefaults() *ContentKitContextDocumentAllOf

NewContentKitContextDocumentAllOfWithDefaults instantiates a new ContentKitContextDocumentAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitContextDocumentAllOf) GetEditable ¶

func (o *ContentKitContextDocumentAllOf) GetEditable() bool

GetEditable returns the Editable field value

func (*ContentKitContextDocumentAllOf) GetEditableOk ¶

func (o *ContentKitContextDocumentAllOf) GetEditableOk() (*bool, bool)

GetEditableOk returns a tuple with the Editable field value and a boolean to check if the value has been set.

func (*ContentKitContextDocumentAllOf) GetSpaceId ¶

func (o *ContentKitContextDocumentAllOf) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*ContentKitContextDocumentAllOf) GetSpaceIdOk ¶

func (o *ContentKitContextDocumentAllOf) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*ContentKitContextDocumentAllOf) GetType ¶

GetType returns the Type field value

func (*ContentKitContextDocumentAllOf) GetTypeOk ¶

func (o *ContentKitContextDocumentAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ContentKitContextDocumentAllOf) MarshalJSON ¶

func (o ContentKitContextDocumentAllOf) MarshalJSON() ([]byte, error)

func (*ContentKitContextDocumentAllOf) SetEditable ¶

func (o *ContentKitContextDocumentAllOf) SetEditable(v bool)

SetEditable sets field value

func (*ContentKitContextDocumentAllOf) SetSpaceId ¶

func (o *ContentKitContextDocumentAllOf) SetSpaceId(v string)

SetSpaceId sets field value

func (*ContentKitContextDocumentAllOf) SetType ¶

func (o *ContentKitContextDocumentAllOf) SetType(v string)

SetType sets field value

func (ContentKitContextDocumentAllOf) ToMap ¶

func (o ContentKitContextDocumentAllOf) ToMap() (map[string]interface{}, error)

type ContentKitDefaultAction ¶

type ContentKitDefaultAction struct {
	ContentKitDefaultActionOneOf  *ContentKitDefaultActionOneOf
	ContentKitDefaultActionOneOf1 *ContentKitDefaultActionOneOf1
	ContentKitDefaultActionOneOf2 *ContentKitDefaultActionOneOf2
	ContentKitDefaultActionOneOf3 *ContentKitDefaultActionOneOf3
	ContentKitDefaultActionOneOf4 *ContentKitDefaultActionOneOf4
}

ContentKitDefaultAction - struct for ContentKitDefaultAction

func ContentKitDefaultActionOneOf1AsContentKitDefaultAction ¶

func ContentKitDefaultActionOneOf1AsContentKitDefaultAction(v *ContentKitDefaultActionOneOf1) ContentKitDefaultAction

ContentKitDefaultActionOneOf1AsContentKitDefaultAction is a convenience function that returns ContentKitDefaultActionOneOf1 wrapped in ContentKitDefaultAction

func ContentKitDefaultActionOneOf2AsContentKitDefaultAction ¶

func ContentKitDefaultActionOneOf2AsContentKitDefaultAction(v *ContentKitDefaultActionOneOf2) ContentKitDefaultAction

ContentKitDefaultActionOneOf2AsContentKitDefaultAction is a convenience function that returns ContentKitDefaultActionOneOf2 wrapped in ContentKitDefaultAction

func ContentKitDefaultActionOneOf3AsContentKitDefaultAction ¶

func ContentKitDefaultActionOneOf3AsContentKitDefaultAction(v *ContentKitDefaultActionOneOf3) ContentKitDefaultAction

ContentKitDefaultActionOneOf3AsContentKitDefaultAction is a convenience function that returns ContentKitDefaultActionOneOf3 wrapped in ContentKitDefaultAction

func ContentKitDefaultActionOneOf4AsContentKitDefaultAction ¶

func ContentKitDefaultActionOneOf4AsContentKitDefaultAction(v *ContentKitDefaultActionOneOf4) ContentKitDefaultAction

ContentKitDefaultActionOneOf4AsContentKitDefaultAction is a convenience function that returns ContentKitDefaultActionOneOf4 wrapped in ContentKitDefaultAction

func ContentKitDefaultActionOneOfAsContentKitDefaultAction ¶

func ContentKitDefaultActionOneOfAsContentKitDefaultAction(v *ContentKitDefaultActionOneOf) ContentKitDefaultAction

ContentKitDefaultActionOneOfAsContentKitDefaultAction is a convenience function that returns ContentKitDefaultActionOneOf wrapped in ContentKitDefaultAction

func (*ContentKitDefaultAction) GetActualInstance ¶

func (obj *ContentKitDefaultAction) GetActualInstance() interface{}

Get the actual instance

func (ContentKitDefaultAction) MarshalJSON ¶

func (src ContentKitDefaultAction) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitDefaultAction) UnmarshalJSON ¶

func (dst *ContentKitDefaultAction) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitDefaultActionOneOf ¶

type ContentKitDefaultActionOneOf struct {
	Action      string                 `json:"action"`
	ComponentId string                 `json:"componentId"`
	Props       map[string]interface{} `json:"props"`
}

ContentKitDefaultActionOneOf Action to open an overlay modal defined by \"componentId\".

func NewContentKitDefaultActionOneOf ¶

func NewContentKitDefaultActionOneOf(action string, componentId string, props map[string]interface{}) *ContentKitDefaultActionOneOf

NewContentKitDefaultActionOneOf instantiates a new ContentKitDefaultActionOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitDefaultActionOneOfWithDefaults ¶

func NewContentKitDefaultActionOneOfWithDefaults() *ContentKitDefaultActionOneOf

NewContentKitDefaultActionOneOfWithDefaults instantiates a new ContentKitDefaultActionOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitDefaultActionOneOf) GetAction ¶

func (o *ContentKitDefaultActionOneOf) GetAction() string

GetAction returns the Action field value

func (*ContentKitDefaultActionOneOf) GetActionOk ¶

func (o *ContentKitDefaultActionOneOf) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.

func (*ContentKitDefaultActionOneOf) GetComponentId ¶

func (o *ContentKitDefaultActionOneOf) GetComponentId() string

GetComponentId returns the ComponentId field value

func (*ContentKitDefaultActionOneOf) GetComponentIdOk ¶

func (o *ContentKitDefaultActionOneOf) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value and a boolean to check if the value has been set.

func (*ContentKitDefaultActionOneOf) GetProps ¶

func (o *ContentKitDefaultActionOneOf) GetProps() map[string]interface{}

GetProps returns the Props field value

func (*ContentKitDefaultActionOneOf) GetPropsOk ¶

func (o *ContentKitDefaultActionOneOf) GetPropsOk() (map[string]interface{}, bool)

GetPropsOk returns a tuple with the Props field value and a boolean to check if the value has been set.

func (ContentKitDefaultActionOneOf) MarshalJSON ¶

func (o ContentKitDefaultActionOneOf) MarshalJSON() ([]byte, error)

func (*ContentKitDefaultActionOneOf) SetAction ¶

func (o *ContentKitDefaultActionOneOf) SetAction(v string)

SetAction sets field value

func (*ContentKitDefaultActionOneOf) SetComponentId ¶

func (o *ContentKitDefaultActionOneOf) SetComponentId(v string)

SetComponentId sets field value

func (*ContentKitDefaultActionOneOf) SetProps ¶

func (o *ContentKitDefaultActionOneOf) SetProps(v map[string]interface{})

SetProps sets field value

func (ContentKitDefaultActionOneOf) ToMap ¶

func (o ContentKitDefaultActionOneOf) ToMap() (map[string]interface{}, error)

type ContentKitDefaultActionOneOf1 ¶

type ContentKitDefaultActionOneOf1 struct {
	Action      string                 `json:"action"`
	ReturnValue map[string]interface{} `json:"returnValue"`
}

ContentKitDefaultActionOneOf1 Action when a modal overlay is closed, with a return value to the higher level component in the stack. This action will be triggered on the parent component instance.

func NewContentKitDefaultActionOneOf1 ¶

func NewContentKitDefaultActionOneOf1(action string, returnValue map[string]interface{}) *ContentKitDefaultActionOneOf1

NewContentKitDefaultActionOneOf1 instantiates a new ContentKitDefaultActionOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitDefaultActionOneOf1WithDefaults ¶

func NewContentKitDefaultActionOneOf1WithDefaults() *ContentKitDefaultActionOneOf1

NewContentKitDefaultActionOneOf1WithDefaults instantiates a new ContentKitDefaultActionOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitDefaultActionOneOf1) GetAction ¶

func (o *ContentKitDefaultActionOneOf1) GetAction() string

GetAction returns the Action field value

func (*ContentKitDefaultActionOneOf1) GetActionOk ¶

func (o *ContentKitDefaultActionOneOf1) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.

func (*ContentKitDefaultActionOneOf1) GetReturnValue ¶

func (o *ContentKitDefaultActionOneOf1) GetReturnValue() map[string]interface{}

GetReturnValue returns the ReturnValue field value

func (*ContentKitDefaultActionOneOf1) GetReturnValueOk ¶

func (o *ContentKitDefaultActionOneOf1) GetReturnValueOk() (map[string]interface{}, bool)

GetReturnValueOk returns a tuple with the ReturnValue field value and a boolean to check if the value has been set.

func (ContentKitDefaultActionOneOf1) MarshalJSON ¶

func (o ContentKitDefaultActionOneOf1) MarshalJSON() ([]byte, error)

func (*ContentKitDefaultActionOneOf1) SetAction ¶

func (o *ContentKitDefaultActionOneOf1) SetAction(v string)

SetAction sets field value

func (*ContentKitDefaultActionOneOf1) SetReturnValue ¶

func (o *ContentKitDefaultActionOneOf1) SetReturnValue(v map[string]interface{})

SetReturnValue sets field value

func (ContentKitDefaultActionOneOf1) ToMap ¶

func (o ContentKitDefaultActionOneOf1) ToMap() (map[string]interface{}, error)

type ContentKitDefaultActionOneOf2 ¶

type ContentKitDefaultActionOneOf2 struct {
	Action string `json:"action"`
	Url    string `json:"url"`
}

ContentKitDefaultActionOneOf2 Action to open an url.

func NewContentKitDefaultActionOneOf2 ¶

func NewContentKitDefaultActionOneOf2(action string, url string) *ContentKitDefaultActionOneOf2

NewContentKitDefaultActionOneOf2 instantiates a new ContentKitDefaultActionOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitDefaultActionOneOf2WithDefaults ¶

func NewContentKitDefaultActionOneOf2WithDefaults() *ContentKitDefaultActionOneOf2

NewContentKitDefaultActionOneOf2WithDefaults instantiates a new ContentKitDefaultActionOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitDefaultActionOneOf2) GetAction ¶

func (o *ContentKitDefaultActionOneOf2) GetAction() string

GetAction returns the Action field value

func (*ContentKitDefaultActionOneOf2) GetActionOk ¶

func (o *ContentKitDefaultActionOneOf2) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.

func (*ContentKitDefaultActionOneOf2) GetUrl ¶

GetUrl returns the Url field value

func (*ContentKitDefaultActionOneOf2) GetUrlOk ¶

func (o *ContentKitDefaultActionOneOf2) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (ContentKitDefaultActionOneOf2) MarshalJSON ¶

func (o ContentKitDefaultActionOneOf2) MarshalJSON() ([]byte, error)

func (*ContentKitDefaultActionOneOf2) SetAction ¶

func (o *ContentKitDefaultActionOneOf2) SetAction(v string)

SetAction sets field value

func (*ContentKitDefaultActionOneOf2) SetUrl ¶

SetUrl sets field value

func (ContentKitDefaultActionOneOf2) ToMap ¶

func (o ContentKitDefaultActionOneOf2) ToMap() (map[string]interface{}, error)

type ContentKitDefaultActionOneOf3 ¶

type ContentKitDefaultActionOneOf3 struct {
	Action string `json:"action"`
	Url    string `json:"url"`
}

ContentKitDefaultActionOneOf3 Action when a link is being unfurled into a block.

func NewContentKitDefaultActionOneOf3 ¶

func NewContentKitDefaultActionOneOf3(action string, url string) *ContentKitDefaultActionOneOf3

NewContentKitDefaultActionOneOf3 instantiates a new ContentKitDefaultActionOneOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitDefaultActionOneOf3WithDefaults ¶

func NewContentKitDefaultActionOneOf3WithDefaults() *ContentKitDefaultActionOneOf3

NewContentKitDefaultActionOneOf3WithDefaults instantiates a new ContentKitDefaultActionOneOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitDefaultActionOneOf3) GetAction ¶

func (o *ContentKitDefaultActionOneOf3) GetAction() string

GetAction returns the Action field value

func (*ContentKitDefaultActionOneOf3) GetActionOk ¶

func (o *ContentKitDefaultActionOneOf3) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.

func (*ContentKitDefaultActionOneOf3) GetUrl ¶

GetUrl returns the Url field value

func (*ContentKitDefaultActionOneOf3) GetUrlOk ¶

func (o *ContentKitDefaultActionOneOf3) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (ContentKitDefaultActionOneOf3) MarshalJSON ¶

func (o ContentKitDefaultActionOneOf3) MarshalJSON() ([]byte, error)

func (*ContentKitDefaultActionOneOf3) SetAction ¶

func (o *ContentKitDefaultActionOneOf3) SetAction(v string)

SetAction sets field value

func (*ContentKitDefaultActionOneOf3) SetUrl ¶

SetUrl sets field value

func (ContentKitDefaultActionOneOf3) ToMap ¶

func (o ContentKitDefaultActionOneOf3) ToMap() (map[string]interface{}, error)

type ContentKitDefaultActionOneOf4 ¶

type ContentKitDefaultActionOneOf4 struct {
	Action string                 `json:"action"`
	Props  map[string]interface{} `json:"props"`
}

ContentKitDefaultActionOneOf4 Action to update the properties stored in the related node.

func NewContentKitDefaultActionOneOf4 ¶

func NewContentKitDefaultActionOneOf4(action string, props map[string]interface{}) *ContentKitDefaultActionOneOf4

NewContentKitDefaultActionOneOf4 instantiates a new ContentKitDefaultActionOneOf4 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitDefaultActionOneOf4WithDefaults ¶

func NewContentKitDefaultActionOneOf4WithDefaults() *ContentKitDefaultActionOneOf4

NewContentKitDefaultActionOneOf4WithDefaults instantiates a new ContentKitDefaultActionOneOf4 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitDefaultActionOneOf4) GetAction ¶

func (o *ContentKitDefaultActionOneOf4) GetAction() string

GetAction returns the Action field value

func (*ContentKitDefaultActionOneOf4) GetActionOk ¶

func (o *ContentKitDefaultActionOneOf4) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.

func (*ContentKitDefaultActionOneOf4) GetProps ¶

func (o *ContentKitDefaultActionOneOf4) GetProps() map[string]interface{}

GetProps returns the Props field value

func (*ContentKitDefaultActionOneOf4) GetPropsOk ¶

func (o *ContentKitDefaultActionOneOf4) GetPropsOk() (map[string]interface{}, bool)

GetPropsOk returns a tuple with the Props field value and a boolean to check if the value has been set.

func (ContentKitDefaultActionOneOf4) MarshalJSON ¶

func (o ContentKitDefaultActionOneOf4) MarshalJSON() ([]byte, error)

func (*ContentKitDefaultActionOneOf4) SetAction ¶

func (o *ContentKitDefaultActionOneOf4) SetAction(v string)

SetAction sets field value

func (*ContentKitDefaultActionOneOf4) SetProps ¶

func (o *ContentKitDefaultActionOneOf4) SetProps(v map[string]interface{})

SetProps sets field value

func (ContentKitDefaultActionOneOf4) ToMap ¶

func (o ContentKitDefaultActionOneOf4) ToMap() (map[string]interface{}, error)

type ContentKitDescendantElement ¶

type ContentKitDescendantElement struct {
	ContentKitBox       *ContentKitBox
	ContentKitButton    *ContentKitButton
	ContentKitCard      *ContentKitCard
	ContentKitCheckbox  *ContentKitCheckbox
	ContentKitCodeBlock *ContentKitCodeBlock
	ContentKitDivider   *ContentKitDivider
	ContentKitHStack    *ContentKitHStack
	ContentKitHint      *ContentKitHint
	ContentKitImage     *ContentKitImage
	ContentKitInput     *ContentKitInput
	ContentKitLink      *ContentKitLink
	ContentKitMarkdown  *ContentKitMarkdown
	ContentKitRadio     *ContentKitRadio
	ContentKitSelect    *ContentKitSelect
	ContentKitSwitch    *ContentKitSwitch
	ContentKitText      *ContentKitText
	ContentKitTextInput *ContentKitTextInput
	ContentKitVStack    *ContentKitVStack
	ContentKitWebFrame  *ContentKitWebFrame
}

ContentKitDescendantElement - Any element that can be used as children.

func ContentKitBoxAsContentKitDescendantElement ¶

func ContentKitBoxAsContentKitDescendantElement(v *ContentKitBox) ContentKitDescendantElement

ContentKitBoxAsContentKitDescendantElement is a convenience function that returns ContentKitBox wrapped in ContentKitDescendantElement

func ContentKitButtonAsContentKitDescendantElement ¶

func ContentKitButtonAsContentKitDescendantElement(v *ContentKitButton) ContentKitDescendantElement

ContentKitButtonAsContentKitDescendantElement is a convenience function that returns ContentKitButton wrapped in ContentKitDescendantElement

func ContentKitCardAsContentKitDescendantElement ¶

func ContentKitCardAsContentKitDescendantElement(v *ContentKitCard) ContentKitDescendantElement

ContentKitCardAsContentKitDescendantElement is a convenience function that returns ContentKitCard wrapped in ContentKitDescendantElement

func ContentKitCheckboxAsContentKitDescendantElement ¶

func ContentKitCheckboxAsContentKitDescendantElement(v *ContentKitCheckbox) ContentKitDescendantElement

ContentKitCheckboxAsContentKitDescendantElement is a convenience function that returns ContentKitCheckbox wrapped in ContentKitDescendantElement

func ContentKitCodeBlockAsContentKitDescendantElement ¶

func ContentKitCodeBlockAsContentKitDescendantElement(v *ContentKitCodeBlock) ContentKitDescendantElement

ContentKitCodeBlockAsContentKitDescendantElement is a convenience function that returns ContentKitCodeBlock wrapped in ContentKitDescendantElement

func ContentKitDividerAsContentKitDescendantElement ¶

func ContentKitDividerAsContentKitDescendantElement(v *ContentKitDivider) ContentKitDescendantElement

ContentKitDividerAsContentKitDescendantElement is a convenience function that returns ContentKitDivider wrapped in ContentKitDescendantElement

func ContentKitHStackAsContentKitDescendantElement ¶

func ContentKitHStackAsContentKitDescendantElement(v *ContentKitHStack) ContentKitDescendantElement

ContentKitHStackAsContentKitDescendantElement is a convenience function that returns ContentKitHStack wrapped in ContentKitDescendantElement

func ContentKitHintAsContentKitDescendantElement ¶ added in v0.2.0

func ContentKitHintAsContentKitDescendantElement(v *ContentKitHint) ContentKitDescendantElement

ContentKitHintAsContentKitDescendantElement is a convenience function that returns ContentKitHint wrapped in ContentKitDescendantElement

func ContentKitImageAsContentKitDescendantElement ¶

func ContentKitImageAsContentKitDescendantElement(v *ContentKitImage) ContentKitDescendantElement

ContentKitImageAsContentKitDescendantElement is a convenience function that returns ContentKitImage wrapped in ContentKitDescendantElement

func ContentKitInputAsContentKitDescendantElement ¶

func ContentKitInputAsContentKitDescendantElement(v *ContentKitInput) ContentKitDescendantElement

ContentKitInputAsContentKitDescendantElement is a convenience function that returns ContentKitInput wrapped in ContentKitDescendantElement

func ContentKitLinkAsContentKitDescendantElement ¶ added in v0.2.0

func ContentKitLinkAsContentKitDescendantElement(v *ContentKitLink) ContentKitDescendantElement

ContentKitLinkAsContentKitDescendantElement is a convenience function that returns ContentKitLink wrapped in ContentKitDescendantElement

func ContentKitMarkdownAsContentKitDescendantElement ¶

func ContentKitMarkdownAsContentKitDescendantElement(v *ContentKitMarkdown) ContentKitDescendantElement

ContentKitMarkdownAsContentKitDescendantElement is a convenience function that returns ContentKitMarkdown wrapped in ContentKitDescendantElement

func ContentKitRadioAsContentKitDescendantElement ¶

func ContentKitRadioAsContentKitDescendantElement(v *ContentKitRadio) ContentKitDescendantElement

ContentKitRadioAsContentKitDescendantElement is a convenience function that returns ContentKitRadio wrapped in ContentKitDescendantElement

func ContentKitSelectAsContentKitDescendantElement ¶

func ContentKitSelectAsContentKitDescendantElement(v *ContentKitSelect) ContentKitDescendantElement

ContentKitSelectAsContentKitDescendantElement is a convenience function that returns ContentKitSelect wrapped in ContentKitDescendantElement

func ContentKitSwitchAsContentKitDescendantElement ¶

func ContentKitSwitchAsContentKitDescendantElement(v *ContentKitSwitch) ContentKitDescendantElement

ContentKitSwitchAsContentKitDescendantElement is a convenience function that returns ContentKitSwitch wrapped in ContentKitDescendantElement

func ContentKitTextAsContentKitDescendantElement ¶

func ContentKitTextAsContentKitDescendantElement(v *ContentKitText) ContentKitDescendantElement

ContentKitTextAsContentKitDescendantElement is a convenience function that returns ContentKitText wrapped in ContentKitDescendantElement

func ContentKitTextInputAsContentKitDescendantElement ¶

func ContentKitTextInputAsContentKitDescendantElement(v *ContentKitTextInput) ContentKitDescendantElement

ContentKitTextInputAsContentKitDescendantElement is a convenience function that returns ContentKitTextInput wrapped in ContentKitDescendantElement

func ContentKitVStackAsContentKitDescendantElement ¶

func ContentKitVStackAsContentKitDescendantElement(v *ContentKitVStack) ContentKitDescendantElement

ContentKitVStackAsContentKitDescendantElement is a convenience function that returns ContentKitVStack wrapped in ContentKitDescendantElement

func ContentKitWebFrameAsContentKitDescendantElement ¶

func ContentKitWebFrameAsContentKitDescendantElement(v *ContentKitWebFrame) ContentKitDescendantElement

ContentKitWebFrameAsContentKitDescendantElement is a convenience function that returns ContentKitWebFrame wrapped in ContentKitDescendantElement

func (*ContentKitDescendantElement) GetActualInstance ¶

func (obj *ContentKitDescendantElement) GetActualInstance() interface{}

Get the actual instance

func (ContentKitDescendantElement) MarshalJSON ¶

func (src ContentKitDescendantElement) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitDescendantElement) UnmarshalJSON ¶

func (dst *ContentKitDescendantElement) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitDivider ¶

type ContentKitDivider struct {
	Type string  `json:"type"`
	Size *string `json:"size,omitempty"`
}

ContentKitDivider Divider between 2 boxes in a stack.

func NewContentKitDivider ¶

func NewContentKitDivider(type_ string) *ContentKitDivider

NewContentKitDivider instantiates a new ContentKitDivider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitDividerWithDefaults ¶

func NewContentKitDividerWithDefaults() *ContentKitDivider

NewContentKitDividerWithDefaults instantiates a new ContentKitDivider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitDivider) GetSize ¶

func (o *ContentKitDivider) GetSize() string

GetSize returns the Size field value if set, zero value otherwise.

func (*ContentKitDivider) GetSizeOk ¶

func (o *ContentKitDivider) GetSizeOk() (*string, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitDivider) GetType ¶

func (o *ContentKitDivider) GetType() string

GetType returns the Type field value

func (*ContentKitDivider) GetTypeOk ¶

func (o *ContentKitDivider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitDivider) HasSize ¶

func (o *ContentKitDivider) HasSize() bool

HasSize returns a boolean if a field has been set.

func (ContentKitDivider) MarshalJSON ¶

func (o ContentKitDivider) MarshalJSON() ([]byte, error)

func (*ContentKitDivider) SetSize ¶

func (o *ContentKitDivider) SetSize(v string)

SetSize gets a reference to the given string and assigns it to the Size field.

func (*ContentKitDivider) SetType ¶

func (o *ContentKitDivider) SetType(v string)

SetType sets field value

func (ContentKitDivider) ToMap ¶

func (o ContentKitDivider) ToMap() (map[string]interface{}, error)

type ContentKitDynamicBinding ¶

type ContentKitDynamicBinding struct {
	// Key in the state
	State string `json:"$state"`
}

ContentKitDynamicBinding Binding between a property and a state value.

func NewContentKitDynamicBinding ¶

func NewContentKitDynamicBinding(state string) *ContentKitDynamicBinding

NewContentKitDynamicBinding instantiates a new ContentKitDynamicBinding object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitDynamicBindingWithDefaults ¶

func NewContentKitDynamicBindingWithDefaults() *ContentKitDynamicBinding

NewContentKitDynamicBindingWithDefaults instantiates a new ContentKitDynamicBinding object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitDynamicBinding) GetState ¶

func (o *ContentKitDynamicBinding) GetState() string

GetState returns the State field value

func (*ContentKitDynamicBinding) GetStateOk ¶

func (o *ContentKitDynamicBinding) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (ContentKitDynamicBinding) MarshalJSON ¶

func (o ContentKitDynamicBinding) MarshalJSON() ([]byte, error)

func (*ContentKitDynamicBinding) SetState ¶

func (o *ContentKitDynamicBinding) SetState(v string)

SetState sets field value

func (ContentKitDynamicBinding) ToMap ¶

func (o ContentKitDynamicBinding) ToMap() (map[string]interface{}, error)

type ContentKitHStack ¶

type ContentKitHStack struct {
	Type     string                        `json:"type"`
	Align    *string                       `json:"align,omitempty"`
	Children []ContentKitDescendantElement `json:"children"`
}

ContentKitHStack Horizontal stack of boxes.

func NewContentKitHStack ¶

func NewContentKitHStack(type_ string, children []ContentKitDescendantElement) *ContentKitHStack

NewContentKitHStack instantiates a new ContentKitHStack object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitHStackWithDefaults ¶

func NewContentKitHStackWithDefaults() *ContentKitHStack

NewContentKitHStackWithDefaults instantiates a new ContentKitHStack object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitHStack) GetAlign ¶

func (o *ContentKitHStack) GetAlign() string

GetAlign returns the Align field value if set, zero value otherwise.

func (*ContentKitHStack) GetAlignOk ¶

func (o *ContentKitHStack) GetAlignOk() (*string, bool)

GetAlignOk returns a tuple with the Align field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitHStack) GetChildren ¶

func (o *ContentKitHStack) GetChildren() []ContentKitDescendantElement

GetChildren returns the Children field value

func (*ContentKitHStack) GetChildrenOk ¶

func (o *ContentKitHStack) GetChildrenOk() ([]ContentKitDescendantElement, bool)

GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.

func (*ContentKitHStack) GetType ¶

func (o *ContentKitHStack) GetType() string

GetType returns the Type field value

func (*ContentKitHStack) GetTypeOk ¶

func (o *ContentKitHStack) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitHStack) HasAlign ¶

func (o *ContentKitHStack) HasAlign() bool

HasAlign returns a boolean if a field has been set.

func (ContentKitHStack) MarshalJSON ¶

func (o ContentKitHStack) MarshalJSON() ([]byte, error)

func (*ContentKitHStack) SetAlign ¶

func (o *ContentKitHStack) SetAlign(v string)

SetAlign gets a reference to the given string and assigns it to the Align field.

func (*ContentKitHStack) SetChildren ¶

func (o *ContentKitHStack) SetChildren(v []ContentKitDescendantElement)

SetChildren sets field value

func (*ContentKitHStack) SetType ¶

func (o *ContentKitHStack) SetType(v string)

SetType sets field value

func (ContentKitHStack) ToMap ¶

func (o ContentKitHStack) ToMap() (map[string]interface{}, error)

type ContentKitHint ¶ added in v0.2.0

type ContentKitHint struct {
	Type     string                    `json:"type"`
	Children []ContentKitInlineElement `json:"children"`
}

ContentKitHint Element used to contextualize other elements or info.

func NewContentKitHint ¶ added in v0.2.0

func NewContentKitHint(type_ string, children []ContentKitInlineElement) *ContentKitHint

NewContentKitHint instantiates a new ContentKitHint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitHintWithDefaults ¶ added in v0.2.0

func NewContentKitHintWithDefaults() *ContentKitHint

NewContentKitHintWithDefaults instantiates a new ContentKitHint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitHint) GetChildren ¶ added in v0.2.0

func (o *ContentKitHint) GetChildren() []ContentKitInlineElement

GetChildren returns the Children field value

func (*ContentKitHint) GetChildrenOk ¶ added in v0.2.0

func (o *ContentKitHint) GetChildrenOk() ([]ContentKitInlineElement, bool)

GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.

func (*ContentKitHint) GetType ¶ added in v0.2.0

func (o *ContentKitHint) GetType() string

GetType returns the Type field value

func (*ContentKitHint) GetTypeOk ¶ added in v0.2.0

func (o *ContentKitHint) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ContentKitHint) MarshalJSON ¶ added in v0.2.0

func (o ContentKitHint) MarshalJSON() ([]byte, error)

func (*ContentKitHint) SetChildren ¶ added in v0.2.0

func (o *ContentKitHint) SetChildren(v []ContentKitInlineElement)

SetChildren sets field value

func (*ContentKitHint) SetType ¶ added in v0.2.0

func (o *ContentKitHint) SetType(v string)

SetType sets field value

func (ContentKitHint) ToMap ¶ added in v0.2.0

func (o ContentKitHint) ToMap() (map[string]interface{}, error)

type ContentKitIcon ¶

type ContentKitIcon string

ContentKitIcon the model 'ContentKitIcon'

const (
	CONTENTKITICON_CLOSE         ContentKitIcon = "close"
	CONTENTKITICON_EDIT          ContentKitIcon = "edit"
	CONTENTKITICON_GITHUB        ContentKitIcon = "github"
	CONTENTKITICON_GITLAB        ContentKitIcon = "gitlab"
	CONTENTKITICON_MAXIMIZE      ContentKitIcon = "maximize"
	CONTENTKITICON_EMAIL         ContentKitIcon = "email"
	CONTENTKITICON_SETTINGS      ContentKitIcon = "settings"
	CONTENTKITICON_SEARCH        ContentKitIcon = "search"
	CONTENTKITICON_DELETE        ContentKitIcon = "delete"
	CONTENTKITICON_STAR          ContentKitIcon = "star"
	CONTENTKITICON_WARNING       ContentKitIcon = "warning"
	CONTENTKITICON_LINK          ContentKitIcon = "link"
	CONTENTKITICON_LINK_EXTERNAL ContentKitIcon = "link-external"
	CONTENTKITICON_EYE           ContentKitIcon = "eye"
	CONTENTKITICON_LOCK          ContentKitIcon = "lock"
)

List of ContentKitIcon

func NewContentKitIconFromValue ¶

func NewContentKitIconFromValue(v string) (*ContentKitIcon, error)

NewContentKitIconFromValue returns a pointer to a valid ContentKitIcon for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ContentKitIcon) IsValid ¶

func (v ContentKitIcon) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ContentKitIcon) Ptr ¶

func (v ContentKitIcon) Ptr() *ContentKitIcon

Ptr returns reference to ContentKitIcon value

func (*ContentKitIcon) UnmarshalJSON ¶

func (v *ContentKitIcon) UnmarshalJSON(src []byte) error

type ContentKitImage ¶

type ContentKitImage struct {
	Type        string                `json:"type"`
	Source      ContentKitImageSource `json:"source"`
	AspectRatio float32               `json:"aspectRatio"`
}

ContentKitImage struct for ContentKitImage

func NewContentKitImage ¶

func NewContentKitImage(type_ string, source ContentKitImageSource, aspectRatio float32) *ContentKitImage

NewContentKitImage instantiates a new ContentKitImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitImageWithDefaults ¶

func NewContentKitImageWithDefaults() *ContentKitImage

NewContentKitImageWithDefaults instantiates a new ContentKitImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitImage) GetAspectRatio ¶

func (o *ContentKitImage) GetAspectRatio() float32

GetAspectRatio returns the AspectRatio field value

func (*ContentKitImage) GetAspectRatioOk ¶

func (o *ContentKitImage) GetAspectRatioOk() (*float32, bool)

GetAspectRatioOk returns a tuple with the AspectRatio field value and a boolean to check if the value has been set.

func (*ContentKitImage) GetSource ¶

func (o *ContentKitImage) GetSource() ContentKitImageSource

GetSource returns the Source field value

func (*ContentKitImage) GetSourceOk ¶

func (o *ContentKitImage) GetSourceOk() (*ContentKitImageSource, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*ContentKitImage) GetType ¶

func (o *ContentKitImage) GetType() string

GetType returns the Type field value

func (*ContentKitImage) GetTypeOk ¶

func (o *ContentKitImage) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ContentKitImage) MarshalJSON ¶

func (o ContentKitImage) MarshalJSON() ([]byte, error)

func (*ContentKitImage) SetAspectRatio ¶

func (o *ContentKitImage) SetAspectRatio(v float32)

SetAspectRatio sets field value

func (*ContentKitImage) SetSource ¶

func (o *ContentKitImage) SetSource(v ContentKitImageSource)

SetSource sets field value

func (*ContentKitImage) SetType ¶

func (o *ContentKitImage) SetType(v string)

SetType sets field value

func (ContentKitImage) ToMap ¶

func (o ContentKitImage) ToMap() (map[string]interface{}, error)

type ContentKitImageSource ¶

type ContentKitImageSource struct {
	Url string `json:"url"`
}

ContentKitImageSource struct for ContentKitImageSource

func NewContentKitImageSource ¶

func NewContentKitImageSource(url string) *ContentKitImageSource

NewContentKitImageSource instantiates a new ContentKitImageSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitImageSourceWithDefaults ¶

func NewContentKitImageSourceWithDefaults() *ContentKitImageSource

NewContentKitImageSourceWithDefaults instantiates a new ContentKitImageSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitImageSource) GetUrl ¶

func (o *ContentKitImageSource) GetUrl() string

GetUrl returns the Url field value

func (*ContentKitImageSource) GetUrlOk ¶

func (o *ContentKitImageSource) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (ContentKitImageSource) MarshalJSON ¶

func (o ContentKitImageSource) MarshalJSON() ([]byte, error)

func (*ContentKitImageSource) SetUrl ¶

func (o *ContentKitImageSource) SetUrl(v string)

SetUrl sets field value

func (ContentKitImageSource) ToMap ¶

func (o ContentKitImageSource) ToMap() (map[string]interface{}, error)

type ContentKitInlineElement ¶

type ContentKitInlineElement struct {
	ContentKitImage *ContentKitImage
	ContentKitLink  *ContentKitLink
	ContentKitText  *ContentKitText
}

ContentKitInlineElement - Any element that is inline.

func ContentKitImageAsContentKitInlineElement ¶

func ContentKitImageAsContentKitInlineElement(v *ContentKitImage) ContentKitInlineElement

ContentKitImageAsContentKitInlineElement is a convenience function that returns ContentKitImage wrapped in ContentKitInlineElement

func ContentKitLinkAsContentKitInlineElement ¶ added in v0.2.0

func ContentKitLinkAsContentKitInlineElement(v *ContentKitLink) ContentKitInlineElement

ContentKitLinkAsContentKitInlineElement is a convenience function that returns ContentKitLink wrapped in ContentKitInlineElement

func ContentKitTextAsContentKitInlineElement ¶

func ContentKitTextAsContentKitInlineElement(v *ContentKitText) ContentKitInlineElement

ContentKitTextAsContentKitInlineElement is a convenience function that returns ContentKitText wrapped in ContentKitInlineElement

func (*ContentKitInlineElement) GetActualInstance ¶

func (obj *ContentKitInlineElement) GetActualInstance() interface{}

Get the actual instance

func (ContentKitInlineElement) MarshalJSON ¶

func (src ContentKitInlineElement) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitInlineElement) UnmarshalJSON ¶

func (dst *ContentKitInlineElement) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitInput ¶

type ContentKitInput struct {
	Type string `json:"type"`
	// Text label displayed next to the input.
	Label   string                 `json:"label"`
	Hint    *ContentKitInputHint   `json:"hint,omitempty"`
	Element ContentKitInputElement `json:"element"`
}

ContentKitInput Field for an input.

func NewContentKitInput ¶

func NewContentKitInput(type_ string, label string, element ContentKitInputElement) *ContentKitInput

NewContentKitInput instantiates a new ContentKitInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitInputWithDefaults ¶

func NewContentKitInputWithDefaults() *ContentKitInput

NewContentKitInputWithDefaults instantiates a new ContentKitInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitInput) GetElement ¶

func (o *ContentKitInput) GetElement() ContentKitInputElement

GetElement returns the Element field value

func (*ContentKitInput) GetElementOk ¶

func (o *ContentKitInput) GetElementOk() (*ContentKitInputElement, bool)

GetElementOk returns a tuple with the Element field value and a boolean to check if the value has been set.

func (*ContentKitInput) GetHint ¶

func (o *ContentKitInput) GetHint() ContentKitInputHint

GetHint returns the Hint field value if set, zero value otherwise.

func (*ContentKitInput) GetHintOk ¶

func (o *ContentKitInput) GetHintOk() (*ContentKitInputHint, bool)

GetHintOk returns a tuple with the Hint field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitInput) GetLabel ¶

func (o *ContentKitInput) GetLabel() string

GetLabel returns the Label field value

func (*ContentKitInput) GetLabelOk ¶

func (o *ContentKitInput) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*ContentKitInput) GetType ¶

func (o *ContentKitInput) GetType() string

GetType returns the Type field value

func (*ContentKitInput) GetTypeOk ¶

func (o *ContentKitInput) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitInput) HasHint ¶

func (o *ContentKitInput) HasHint() bool

HasHint returns a boolean if a field has been set.

func (ContentKitInput) MarshalJSON ¶

func (o ContentKitInput) MarshalJSON() ([]byte, error)

func (*ContentKitInput) SetElement ¶

func (o *ContentKitInput) SetElement(v ContentKitInputElement)

SetElement sets field value

func (*ContentKitInput) SetHint ¶

func (o *ContentKitInput) SetHint(v ContentKitInputHint)

SetHint gets a reference to the given ContentKitInputHint and assigns it to the Hint field.

func (*ContentKitInput) SetLabel ¶

func (o *ContentKitInput) SetLabel(v string)

SetLabel sets field value

func (*ContentKitInput) SetType ¶

func (o *ContentKitInput) SetType(v string)

SetType sets field value

func (ContentKitInput) ToMap ¶

func (o ContentKitInput) ToMap() (map[string]interface{}, error)

type ContentKitInputElement ¶

type ContentKitInputElement struct {
	ContentKitButton    *ContentKitButton
	ContentKitCheckbox  *ContentKitCheckbox
	ContentKitRadio     *ContentKitRadio
	ContentKitSelect    *ContentKitSelect
	ContentKitSwitch    *ContentKitSwitch
	ContentKitTextInput *ContentKitTextInput
}

ContentKitInputElement - struct for ContentKitInputElement

func ContentKitButtonAsContentKitInputElement ¶

func ContentKitButtonAsContentKitInputElement(v *ContentKitButton) ContentKitInputElement

ContentKitButtonAsContentKitInputElement is a convenience function that returns ContentKitButton wrapped in ContentKitInputElement

func ContentKitCheckboxAsContentKitInputElement ¶

func ContentKitCheckboxAsContentKitInputElement(v *ContentKitCheckbox) ContentKitInputElement

ContentKitCheckboxAsContentKitInputElement is a convenience function that returns ContentKitCheckbox wrapped in ContentKitInputElement

func ContentKitRadioAsContentKitInputElement ¶

func ContentKitRadioAsContentKitInputElement(v *ContentKitRadio) ContentKitInputElement

ContentKitRadioAsContentKitInputElement is a convenience function that returns ContentKitRadio wrapped in ContentKitInputElement

func ContentKitSelectAsContentKitInputElement ¶

func ContentKitSelectAsContentKitInputElement(v *ContentKitSelect) ContentKitInputElement

ContentKitSelectAsContentKitInputElement is a convenience function that returns ContentKitSelect wrapped in ContentKitInputElement

func ContentKitSwitchAsContentKitInputElement ¶

func ContentKitSwitchAsContentKitInputElement(v *ContentKitSwitch) ContentKitInputElement

ContentKitSwitchAsContentKitInputElement is a convenience function that returns ContentKitSwitch wrapped in ContentKitInputElement

func ContentKitTextInputAsContentKitInputElement ¶

func ContentKitTextInputAsContentKitInputElement(v *ContentKitTextInput) ContentKitInputElement

ContentKitTextInputAsContentKitInputElement is a convenience function that returns ContentKitTextInput wrapped in ContentKitInputElement

func (*ContentKitInputElement) GetActualInstance ¶

func (obj *ContentKitInputElement) GetActualInstance() interface{}

Get the actual instance

func (ContentKitInputElement) MarshalJSON ¶

func (src ContentKitInputElement) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitInputElement) UnmarshalJSON ¶

func (dst *ContentKitInputElement) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitInputHint ¶

type ContentKitInputHint struct {
	ContentKitInlineElement *ContentKitInlineElement
	String                  *string
}

ContentKitInputHint - struct for ContentKitInputHint

func ContentKitInlineElementAsContentKitInputHint ¶

func ContentKitInlineElementAsContentKitInputHint(v *ContentKitInlineElement) ContentKitInputHint

ContentKitInlineElementAsContentKitInputHint is a convenience function that returns ContentKitInlineElement wrapped in ContentKitInputHint

func StringAsContentKitInputHint ¶

func StringAsContentKitInputHint(v *string) ContentKitInputHint

stringAsContentKitInputHint is a convenience function that returns string wrapped in ContentKitInputHint

func (*ContentKitInputHint) GetActualInstance ¶

func (obj *ContentKitInputHint) GetActualInstance() interface{}

Get the actual instance

func (ContentKitInputHint) MarshalJSON ¶

func (src ContentKitInputHint) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitInputHint) UnmarshalJSON ¶

func (dst *ContentKitInputHint) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitLink struct {
	Type     string                 `json:"type"`
	Target   ContentKitLinkTarget   `json:"target"`
	Children ContentKitLinkChildren `json:"children"`
}

ContentKitLink struct for ContentKitLink

func NewContentKitLink(type_ string, target ContentKitLinkTarget, children ContentKitLinkChildren) *ContentKitLink

NewContentKitLink instantiates a new ContentKitLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitLinkWithDefaults ¶ added in v0.2.0

func NewContentKitLinkWithDefaults() *ContentKitLink

NewContentKitLinkWithDefaults instantiates a new ContentKitLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitLink) GetChildren ¶ added in v0.2.0

func (o *ContentKitLink) GetChildren() ContentKitLinkChildren

GetChildren returns the Children field value

func (*ContentKitLink) GetChildrenOk ¶ added in v0.2.0

func (o *ContentKitLink) GetChildrenOk() (*ContentKitLinkChildren, bool)

GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.

func (*ContentKitLink) GetTarget ¶ added in v0.2.0

func (o *ContentKitLink) GetTarget() ContentKitLinkTarget

GetTarget returns the Target field value

func (*ContentKitLink) GetTargetOk ¶ added in v0.2.0

func (o *ContentKitLink) GetTargetOk() (*ContentKitLinkTarget, bool)

GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.

func (*ContentKitLink) GetType ¶ added in v0.2.0

func (o *ContentKitLink) GetType() string

GetType returns the Type field value

func (*ContentKitLink) GetTypeOk ¶ added in v0.2.0

func (o *ContentKitLink) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ContentKitLink) MarshalJSON ¶ added in v0.2.0

func (o ContentKitLink) MarshalJSON() ([]byte, error)

func (*ContentKitLink) SetChildren ¶ added in v0.2.0

func (o *ContentKitLink) SetChildren(v ContentKitLinkChildren)

SetChildren sets field value

func (*ContentKitLink) SetTarget ¶ added in v0.2.0

func (o *ContentKitLink) SetTarget(v ContentKitLinkTarget)

SetTarget sets field value

func (*ContentKitLink) SetType ¶ added in v0.2.0

func (o *ContentKitLink) SetType(v string)

SetType sets field value

func (ContentKitLink) ToMap ¶ added in v0.2.0

func (o ContentKitLink) ToMap() (map[string]interface{}, error)

type ContentKitLinkChildren ¶ added in v0.2.0

type ContentKitLinkChildren struct {
	ArrayOfString *[]string
	String        *string
}

ContentKitLinkChildren - struct for ContentKitLinkChildren

func ArrayOfStringAsContentKitLinkChildren ¶ added in v0.2.0

func ArrayOfStringAsContentKitLinkChildren(v *[]string) ContentKitLinkChildren

[]stringAsContentKitLinkChildren is a convenience function that returns []string wrapped in ContentKitLinkChildren

func StringAsContentKitLinkChildren ¶ added in v0.2.0

func StringAsContentKitLinkChildren(v *string) ContentKitLinkChildren

stringAsContentKitLinkChildren is a convenience function that returns string wrapped in ContentKitLinkChildren

func (*ContentKitLinkChildren) GetActualInstance ¶ added in v0.2.0

func (obj *ContentKitLinkChildren) GetActualInstance() interface{}

Get the actual instance

func (ContentKitLinkChildren) MarshalJSON ¶ added in v0.2.0

func (src ContentKitLinkChildren) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitLinkChildren) UnmarshalJSON ¶ added in v0.2.0

func (dst *ContentKitLinkChildren) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitLinkTarget ¶ added in v0.2.0

type ContentKitLinkTarget struct {
	Url ContentKitLinkTargetUrl `json:"url"`
}

ContentKitLinkTarget struct for ContentKitLinkTarget

func NewContentKitLinkTarget ¶ added in v0.2.0

func NewContentKitLinkTarget(url ContentKitLinkTargetUrl) *ContentKitLinkTarget

NewContentKitLinkTarget instantiates a new ContentKitLinkTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitLinkTargetWithDefaults ¶ added in v0.2.0

func NewContentKitLinkTargetWithDefaults() *ContentKitLinkTarget

NewContentKitLinkTargetWithDefaults instantiates a new ContentKitLinkTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitLinkTarget) GetUrl ¶ added in v0.2.0

GetUrl returns the Url field value

func (*ContentKitLinkTarget) GetUrlOk ¶ added in v0.2.0

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (ContentKitLinkTarget) MarshalJSON ¶ added in v0.2.0

func (o ContentKitLinkTarget) MarshalJSON() ([]byte, error)

func (*ContentKitLinkTarget) SetUrl ¶ added in v0.2.0

SetUrl sets field value

func (ContentKitLinkTarget) ToMap ¶ added in v0.2.0

func (o ContentKitLinkTarget) ToMap() (map[string]interface{}, error)

type ContentKitLinkTargetUrl ¶ added in v0.2.0

type ContentKitLinkTargetUrl struct {
	ContentKitURL *ContentKitURL
	String        *string
}

ContentKitLinkTargetUrl - struct for ContentKitLinkTargetUrl

func ContentKitURLAsContentKitLinkTargetUrl ¶ added in v0.2.0

func ContentKitURLAsContentKitLinkTargetUrl(v *ContentKitURL) ContentKitLinkTargetUrl

ContentKitURLAsContentKitLinkTargetUrl is a convenience function that returns ContentKitURL wrapped in ContentKitLinkTargetUrl

func StringAsContentKitLinkTargetUrl ¶ added in v0.2.0

func StringAsContentKitLinkTargetUrl(v *string) ContentKitLinkTargetUrl

stringAsContentKitLinkTargetUrl is a convenience function that returns string wrapped in ContentKitLinkTargetUrl

func (*ContentKitLinkTargetUrl) GetActualInstance ¶ added in v0.2.0

func (obj *ContentKitLinkTargetUrl) GetActualInstance() interface{}

Get the actual instance

func (ContentKitLinkTargetUrl) MarshalJSON ¶ added in v0.2.0

func (src ContentKitLinkTargetUrl) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitLinkTargetUrl) UnmarshalJSON ¶ added in v0.2.0

func (dst *ContentKitLinkTargetUrl) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitMarkdown ¶

type ContentKitMarkdown struct {
	Type    string                    `json:"type"`
	Content ContentKitMarkdownContent `json:"content"`
}

ContentKitMarkdown Block with rich text formatting of a markdown content.

func NewContentKitMarkdown ¶

func NewContentKitMarkdown(type_ string, content ContentKitMarkdownContent) *ContentKitMarkdown

NewContentKitMarkdown instantiates a new ContentKitMarkdown object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitMarkdownWithDefaults ¶

func NewContentKitMarkdownWithDefaults() *ContentKitMarkdown

NewContentKitMarkdownWithDefaults instantiates a new ContentKitMarkdown object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitMarkdown) GetContent ¶

GetContent returns the Content field value

func (*ContentKitMarkdown) GetContentOk ¶

func (o *ContentKitMarkdown) GetContentOk() (*ContentKitMarkdownContent, bool)

GetContentOk returns a tuple with the Content field value and a boolean to check if the value has been set.

func (*ContentKitMarkdown) GetType ¶

func (o *ContentKitMarkdown) GetType() string

GetType returns the Type field value

func (*ContentKitMarkdown) GetTypeOk ¶

func (o *ContentKitMarkdown) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ContentKitMarkdown) MarshalJSON ¶

func (o ContentKitMarkdown) MarshalJSON() ([]byte, error)

func (*ContentKitMarkdown) SetContent ¶

SetContent sets field value

func (*ContentKitMarkdown) SetType ¶

func (o *ContentKitMarkdown) SetType(v string)

SetType sets field value

func (ContentKitMarkdown) ToMap ¶

func (o ContentKitMarkdown) ToMap() (map[string]interface{}, error)

type ContentKitMarkdownContent ¶

type ContentKitMarkdownContent struct {
	ContentKitDynamicBinding *ContentKitDynamicBinding
	String                   *string
}

ContentKitMarkdownContent - struct for ContentKitMarkdownContent

func ContentKitDynamicBindingAsContentKitMarkdownContent ¶

func ContentKitDynamicBindingAsContentKitMarkdownContent(v *ContentKitDynamicBinding) ContentKitMarkdownContent

ContentKitDynamicBindingAsContentKitMarkdownContent is a convenience function that returns ContentKitDynamicBinding wrapped in ContentKitMarkdownContent

func StringAsContentKitMarkdownContent ¶

func StringAsContentKitMarkdownContent(v *string) ContentKitMarkdownContent

stringAsContentKitMarkdownContent is a convenience function that returns string wrapped in ContentKitMarkdownContent

func (*ContentKitMarkdownContent) GetActualInstance ¶

func (obj *ContentKitMarkdownContent) GetActualInstance() interface{}

Get the actual instance

func (ContentKitMarkdownContent) MarshalJSON ¶

func (src ContentKitMarkdownContent) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitMarkdownContent) UnmarshalJSON ¶

func (dst *ContentKitMarkdownContent) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitModal ¶

type ContentKitModal struct {
	Type     string                    `json:"type"`
	Title    *string                   `json:"title,omitempty"`
	Subtitle []ContentKitInlineElement `json:"subtitle,omitempty"`
	Size     *string                   `json:"size,omitempty"`
	// Data passed back to the parent view when the modal is closed. These data are accessible in the \"@ui.modal.close\"
	ReturnValue map[string]interface{}        `json:"returnValue,omitempty"`
	Children    []ContentKitDescendantElement `json:"children"`
	Submit      *ContentKitButton             `json:"submit,omitempty"`
}

ContentKitModal Overlay modal.

func NewContentKitModal ¶

func NewContentKitModal(type_ string, children []ContentKitDescendantElement) *ContentKitModal

NewContentKitModal instantiates a new ContentKitModal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitModalWithDefaults ¶

func NewContentKitModalWithDefaults() *ContentKitModal

NewContentKitModalWithDefaults instantiates a new ContentKitModal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitModal) GetChildren ¶

func (o *ContentKitModal) GetChildren() []ContentKitDescendantElement

GetChildren returns the Children field value

func (*ContentKitModal) GetChildrenOk ¶

func (o *ContentKitModal) GetChildrenOk() ([]ContentKitDescendantElement, bool)

GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.

func (*ContentKitModal) GetReturnValue ¶

func (o *ContentKitModal) GetReturnValue() map[string]interface{}

GetReturnValue returns the ReturnValue field value if set, zero value otherwise.

func (*ContentKitModal) GetReturnValueOk ¶

func (o *ContentKitModal) GetReturnValueOk() (map[string]interface{}, bool)

GetReturnValueOk returns a tuple with the ReturnValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitModal) GetSize ¶

func (o *ContentKitModal) GetSize() string

GetSize returns the Size field value if set, zero value otherwise.

func (*ContentKitModal) GetSizeOk ¶

func (o *ContentKitModal) GetSizeOk() (*string, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitModal) GetSubmit ¶

func (o *ContentKitModal) GetSubmit() ContentKitButton

GetSubmit returns the Submit field value if set, zero value otherwise.

func (*ContentKitModal) GetSubmitOk ¶

func (o *ContentKitModal) GetSubmitOk() (*ContentKitButton, bool)

GetSubmitOk returns a tuple with the Submit field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitModal) GetSubtitle ¶

func (o *ContentKitModal) GetSubtitle() []ContentKitInlineElement

GetSubtitle returns the Subtitle field value if set, zero value otherwise.

func (*ContentKitModal) GetSubtitleOk ¶

func (o *ContentKitModal) GetSubtitleOk() ([]ContentKitInlineElement, bool)

GetSubtitleOk returns a tuple with the Subtitle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitModal) GetTitle ¶

func (o *ContentKitModal) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ContentKitModal) GetTitleOk ¶

func (o *ContentKitModal) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitModal) GetType ¶

func (o *ContentKitModal) GetType() string

GetType returns the Type field value

func (*ContentKitModal) GetTypeOk ¶

func (o *ContentKitModal) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitModal) HasReturnValue ¶

func (o *ContentKitModal) HasReturnValue() bool

HasReturnValue returns a boolean if a field has been set.

func (*ContentKitModal) HasSize ¶

func (o *ContentKitModal) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*ContentKitModal) HasSubmit ¶

func (o *ContentKitModal) HasSubmit() bool

HasSubmit returns a boolean if a field has been set.

func (*ContentKitModal) HasSubtitle ¶

func (o *ContentKitModal) HasSubtitle() bool

HasSubtitle returns a boolean if a field has been set.

func (*ContentKitModal) HasTitle ¶

func (o *ContentKitModal) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ContentKitModal) MarshalJSON ¶

func (o ContentKitModal) MarshalJSON() ([]byte, error)

func (*ContentKitModal) SetChildren ¶

func (o *ContentKitModal) SetChildren(v []ContentKitDescendantElement)

SetChildren sets field value

func (*ContentKitModal) SetReturnValue ¶

func (o *ContentKitModal) SetReturnValue(v map[string]interface{})

SetReturnValue gets a reference to the given map[string]interface{} and assigns it to the ReturnValue field.

func (*ContentKitModal) SetSize ¶

func (o *ContentKitModal) SetSize(v string)

SetSize gets a reference to the given string and assigns it to the Size field.

func (*ContentKitModal) SetSubmit ¶

func (o *ContentKitModal) SetSubmit(v ContentKitButton)

SetSubmit gets a reference to the given ContentKitButton and assigns it to the Submit field.

func (*ContentKitModal) SetSubtitle ¶

func (o *ContentKitModal) SetSubtitle(v []ContentKitInlineElement)

SetSubtitle gets a reference to the given []ContentKitInlineElement and assigns it to the Subtitle field.

func (*ContentKitModal) SetTitle ¶

func (o *ContentKitModal) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*ContentKitModal) SetType ¶

func (o *ContentKitModal) SetType(v string)

SetType sets field value

func (ContentKitModal) ToMap ¶

func (o ContentKitModal) ToMap() (map[string]interface{}, error)

type ContentKitRadio ¶

type ContentKitRadio struct {
	Type string `json:"type"`
	// State binding. The value of the input will be stored as a property in the state named after this ID.
	State   string               `json:"state"`
	Value   ContentKitRadioValue `json:"value"`
	Confirm *ContentKitConfirm   `json:"confirm,omitempty"`
}

ContentKitRadio struct for ContentKitRadio

func NewContentKitRadio ¶

func NewContentKitRadio(type_ string, state string, value ContentKitRadioValue) *ContentKitRadio

NewContentKitRadio instantiates a new ContentKitRadio object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitRadioWithDefaults ¶

func NewContentKitRadioWithDefaults() *ContentKitRadio

NewContentKitRadioWithDefaults instantiates a new ContentKitRadio object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitRadio) GetConfirm ¶

func (o *ContentKitRadio) GetConfirm() ContentKitConfirm

GetConfirm returns the Confirm field value if set, zero value otherwise.

func (*ContentKitRadio) GetConfirmOk ¶

func (o *ContentKitRadio) GetConfirmOk() (*ContentKitConfirm, bool)

GetConfirmOk returns a tuple with the Confirm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitRadio) GetState ¶

func (o *ContentKitRadio) GetState() string

GetState returns the State field value

func (*ContentKitRadio) GetStateOk ¶

func (o *ContentKitRadio) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ContentKitRadio) GetType ¶

func (o *ContentKitRadio) GetType() string

GetType returns the Type field value

func (*ContentKitRadio) GetTypeOk ¶

func (o *ContentKitRadio) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitRadio) GetValue ¶

func (o *ContentKitRadio) GetValue() ContentKitRadioValue

GetValue returns the Value field value

func (*ContentKitRadio) GetValueOk ¶

func (o *ContentKitRadio) GetValueOk() (*ContentKitRadioValue, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (*ContentKitRadio) HasConfirm ¶

func (o *ContentKitRadio) HasConfirm() bool

HasConfirm returns a boolean if a field has been set.

func (ContentKitRadio) MarshalJSON ¶

func (o ContentKitRadio) MarshalJSON() ([]byte, error)

func (*ContentKitRadio) SetConfirm ¶

func (o *ContentKitRadio) SetConfirm(v ContentKitConfirm)

SetConfirm gets a reference to the given ContentKitConfirm and assigns it to the Confirm field.

func (*ContentKitRadio) SetState ¶

func (o *ContentKitRadio) SetState(v string)

SetState sets field value

func (*ContentKitRadio) SetType ¶

func (o *ContentKitRadio) SetType(v string)

SetType sets field value

func (*ContentKitRadio) SetValue ¶

func (o *ContentKitRadio) SetValue(v ContentKitRadioValue)

SetValue sets field value

func (ContentKitRadio) ToMap ¶

func (o ContentKitRadio) ToMap() (map[string]interface{}, error)

type ContentKitRadioValue ¶

type ContentKitRadioValue struct {
	Float32 *float32
	String  *string
}

ContentKitRadioValue - Value to store in th state when the checkbox is selected.

func Float32AsContentKitRadioValue ¶

func Float32AsContentKitRadioValue(v *float32) ContentKitRadioValue

float32AsContentKitRadioValue is a convenience function that returns float32 wrapped in ContentKitRadioValue

func StringAsContentKitRadioValue ¶

func StringAsContentKitRadioValue(v *string) ContentKitRadioValue

stringAsContentKitRadioValue is a convenience function that returns string wrapped in ContentKitRadioValue

func (*ContentKitRadioValue) GetActualInstance ¶

func (obj *ContentKitRadioValue) GetActualInstance() interface{}

Get the actual instance

func (ContentKitRadioValue) MarshalJSON ¶

func (src ContentKitRadioValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitRadioValue) UnmarshalJSON ¶

func (dst *ContentKitRadioValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitRenderOutput ¶

type ContentKitRenderOutput struct {
	Element ContentKitRootElement  `json:"element"`
	State   map[string]interface{} `json:"state"`
	Props   map[string]interface{} `json:"props"`
}

ContentKitRenderOutput Output of the integration when rendering an UI.

func NewContentKitRenderOutput ¶

func NewContentKitRenderOutput(element ContentKitRootElement, state map[string]interface{}, props map[string]interface{}) *ContentKitRenderOutput

NewContentKitRenderOutput instantiates a new ContentKitRenderOutput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitRenderOutputWithDefaults ¶

func NewContentKitRenderOutputWithDefaults() *ContentKitRenderOutput

NewContentKitRenderOutputWithDefaults instantiates a new ContentKitRenderOutput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitRenderOutput) GetElement ¶

GetElement returns the Element field value

func (*ContentKitRenderOutput) GetElementOk ¶

func (o *ContentKitRenderOutput) GetElementOk() (*ContentKitRootElement, bool)

GetElementOk returns a tuple with the Element field value and a boolean to check if the value has been set.

func (*ContentKitRenderOutput) GetProps ¶

func (o *ContentKitRenderOutput) GetProps() map[string]interface{}

GetProps returns the Props field value

func (*ContentKitRenderOutput) GetPropsOk ¶

func (o *ContentKitRenderOutput) GetPropsOk() (map[string]interface{}, bool)

GetPropsOk returns a tuple with the Props field value and a boolean to check if the value has been set.

func (*ContentKitRenderOutput) GetState ¶

func (o *ContentKitRenderOutput) GetState() map[string]interface{}

GetState returns the State field value

func (*ContentKitRenderOutput) GetStateOk ¶

func (o *ContentKitRenderOutput) GetStateOk() (map[string]interface{}, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (ContentKitRenderOutput) MarshalJSON ¶

func (o ContentKitRenderOutput) MarshalJSON() ([]byte, error)

func (*ContentKitRenderOutput) SetElement ¶

SetElement sets field value

func (*ContentKitRenderOutput) SetProps ¶

func (o *ContentKitRenderOutput) SetProps(v map[string]interface{})

SetProps sets field value

func (*ContentKitRenderOutput) SetState ¶

func (o *ContentKitRenderOutput) SetState(v map[string]interface{})

SetState sets field value

func (ContentKitRenderOutput) ToMap ¶

func (o ContentKitRenderOutput) ToMap() (map[string]interface{}, error)

type ContentKitRootElement ¶

type ContentKitRootElement struct {
	ContentKitBlock *ContentKitBlock
	ContentKitModal *ContentKitModal
}

ContentKitRootElement - Element used as root

func ContentKitBlockAsContentKitRootElement ¶

func ContentKitBlockAsContentKitRootElement(v *ContentKitBlock) ContentKitRootElement

ContentKitBlockAsContentKitRootElement is a convenience function that returns ContentKitBlock wrapped in ContentKitRootElement

func ContentKitModalAsContentKitRootElement ¶

func ContentKitModalAsContentKitRootElement(v *ContentKitModal) ContentKitRootElement

ContentKitModalAsContentKitRootElement is a convenience function that returns ContentKitModal wrapped in ContentKitRootElement

func (*ContentKitRootElement) GetActualInstance ¶

func (obj *ContentKitRootElement) GetActualInstance() interface{}

Get the actual instance

func (ContentKitRootElement) MarshalJSON ¶

func (src ContentKitRootElement) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitRootElement) UnmarshalJSON ¶

func (dst *ContentKitRootElement) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitSelect ¶

type ContentKitSelect struct {
	Type string `json:"type"`
	// State binding. The value of the input will be stored as a property in the state named after this ID.
	State         string                        `json:"state"`
	InitialValue  *ContentKitSelectInitialValue `json:"initialValue,omitempty"`
	OnValueChange *ContentKitAction             `json:"onValueChange,omitempty"`
	// Text that appears in the form control when it has no value set
	Placeholder *string `json:"placeholder,omitempty"`
	// Should the select accept the selection of multiple options. If true, the state will be an array.
	Multiple *bool `json:"multiple,omitempty"`
	// Should the filter input be allowed to be selected as an option.
	AcceptInput *bool                   `json:"acceptInput,omitempty"`
	Options     ContentKitSelectOptions `json:"options"`
}

ContentKitSelect Creates a drop down menu with a list of options for a user to choose.

func NewContentKitSelect ¶

func NewContentKitSelect(type_ string, state string, options ContentKitSelectOptions) *ContentKitSelect

NewContentKitSelect instantiates a new ContentKitSelect object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitSelectWithDefaults ¶

func NewContentKitSelectWithDefaults() *ContentKitSelect

NewContentKitSelectWithDefaults instantiates a new ContentKitSelect object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitSelect) GetAcceptInput ¶ added in v0.2.0

func (o *ContentKitSelect) GetAcceptInput() bool

GetAcceptInput returns the AcceptInput field value if set, zero value otherwise.

func (*ContentKitSelect) GetAcceptInputOk ¶ added in v0.2.0

func (o *ContentKitSelect) GetAcceptInputOk() (*bool, bool)

GetAcceptInputOk returns a tuple with the AcceptInput field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitSelect) GetInitialValue ¶

func (o *ContentKitSelect) GetInitialValue() ContentKitSelectInitialValue

GetInitialValue returns the InitialValue field value if set, zero value otherwise.

func (*ContentKitSelect) GetInitialValueOk ¶

func (o *ContentKitSelect) GetInitialValueOk() (*ContentKitSelectInitialValue, bool)

GetInitialValueOk returns a tuple with the InitialValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitSelect) GetMultiple ¶

func (o *ContentKitSelect) GetMultiple() bool

GetMultiple returns the Multiple field value if set, zero value otherwise.

func (*ContentKitSelect) GetMultipleOk ¶

func (o *ContentKitSelect) GetMultipleOk() (*bool, bool)

GetMultipleOk returns a tuple with the Multiple field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitSelect) GetOnValueChange ¶ added in v0.2.0

func (o *ContentKitSelect) GetOnValueChange() ContentKitAction

GetOnValueChange returns the OnValueChange field value if set, zero value otherwise.

func (*ContentKitSelect) GetOnValueChangeOk ¶ added in v0.2.0

func (o *ContentKitSelect) GetOnValueChangeOk() (*ContentKitAction, bool)

GetOnValueChangeOk returns a tuple with the OnValueChange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitSelect) GetOptions ¶

func (o *ContentKitSelect) GetOptions() ContentKitSelectOptions

GetOptions returns the Options field value

func (*ContentKitSelect) GetOptionsOk ¶

func (o *ContentKitSelect) GetOptionsOk() (*ContentKitSelectOptions, bool)

GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.

func (*ContentKitSelect) GetPlaceholder ¶

func (o *ContentKitSelect) GetPlaceholder() string

GetPlaceholder returns the Placeholder field value if set, zero value otherwise.

func (*ContentKitSelect) GetPlaceholderOk ¶

func (o *ContentKitSelect) GetPlaceholderOk() (*string, bool)

GetPlaceholderOk returns a tuple with the Placeholder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitSelect) GetState ¶

func (o *ContentKitSelect) GetState() string

GetState returns the State field value

func (*ContentKitSelect) GetStateOk ¶

func (o *ContentKitSelect) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ContentKitSelect) GetType ¶

func (o *ContentKitSelect) GetType() string

GetType returns the Type field value

func (*ContentKitSelect) GetTypeOk ¶

func (o *ContentKitSelect) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitSelect) HasAcceptInput ¶ added in v0.2.0

func (o *ContentKitSelect) HasAcceptInput() bool

HasAcceptInput returns a boolean if a field has been set.

func (*ContentKitSelect) HasInitialValue ¶

func (o *ContentKitSelect) HasInitialValue() bool

HasInitialValue returns a boolean if a field has been set.

func (*ContentKitSelect) HasMultiple ¶

func (o *ContentKitSelect) HasMultiple() bool

HasMultiple returns a boolean if a field has been set.

func (*ContentKitSelect) HasOnValueChange ¶ added in v0.2.0

func (o *ContentKitSelect) HasOnValueChange() bool

HasOnValueChange returns a boolean if a field has been set.

func (*ContentKitSelect) HasPlaceholder ¶

func (o *ContentKitSelect) HasPlaceholder() bool

HasPlaceholder returns a boolean if a field has been set.

func (ContentKitSelect) MarshalJSON ¶

func (o ContentKitSelect) MarshalJSON() ([]byte, error)

func (*ContentKitSelect) SetAcceptInput ¶ added in v0.2.0

func (o *ContentKitSelect) SetAcceptInput(v bool)

SetAcceptInput gets a reference to the given bool and assigns it to the AcceptInput field.

func (*ContentKitSelect) SetInitialValue ¶

func (o *ContentKitSelect) SetInitialValue(v ContentKitSelectInitialValue)

SetInitialValue gets a reference to the given ContentKitSelectInitialValue and assigns it to the InitialValue field.

func (*ContentKitSelect) SetMultiple ¶

func (o *ContentKitSelect) SetMultiple(v bool)

SetMultiple gets a reference to the given bool and assigns it to the Multiple field.

func (*ContentKitSelect) SetOnValueChange ¶ added in v0.2.0

func (o *ContentKitSelect) SetOnValueChange(v ContentKitAction)

SetOnValueChange gets a reference to the given ContentKitAction and assigns it to the OnValueChange field.

func (*ContentKitSelect) SetOptions ¶

func (o *ContentKitSelect) SetOptions(v ContentKitSelectOptions)

SetOptions sets field value

func (*ContentKitSelect) SetPlaceholder ¶

func (o *ContentKitSelect) SetPlaceholder(v string)

SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.

func (*ContentKitSelect) SetState ¶

func (o *ContentKitSelect) SetState(v string)

SetState sets field value

func (*ContentKitSelect) SetType ¶

func (o *ContentKitSelect) SetType(v string)

SetType sets field value

func (ContentKitSelect) ToMap ¶

func (o ContentKitSelect) ToMap() (map[string]interface{}, error)

type ContentKitSelectInitialValue ¶

type ContentKitSelectInitialValue struct {
	ArrayOfString *[]string
	String        *string
}

ContentKitSelectInitialValue - Value to initialize the select with.

func ArrayOfStringAsContentKitSelectInitialValue ¶

func ArrayOfStringAsContentKitSelectInitialValue(v *[]string) ContentKitSelectInitialValue

[]stringAsContentKitSelectInitialValue is a convenience function that returns []string wrapped in ContentKitSelectInitialValue

func StringAsContentKitSelectInitialValue ¶

func StringAsContentKitSelectInitialValue(v *string) ContentKitSelectInitialValue

stringAsContentKitSelectInitialValue is a convenience function that returns string wrapped in ContentKitSelectInitialValue

func (*ContentKitSelectInitialValue) GetActualInstance ¶

func (obj *ContentKitSelectInitialValue) GetActualInstance() interface{}

Get the actual instance

func (ContentKitSelectInitialValue) MarshalJSON ¶

func (src ContentKitSelectInitialValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitSelectInitialValue) UnmarshalJSON ¶

func (dst *ContentKitSelectInitialValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitSelectOption ¶

type ContentKitSelectOption struct {
	Id    string              `json:"id"`
	Label string              `json:"label"`
	Icon  *ContentKitCardIcon `json:"icon,omitempty"`
}

ContentKitSelectOption An individual option in a select element

func NewContentKitSelectOption ¶

func NewContentKitSelectOption(id string, label string) *ContentKitSelectOption

NewContentKitSelectOption instantiates a new ContentKitSelectOption object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitSelectOptionWithDefaults ¶

func NewContentKitSelectOptionWithDefaults() *ContentKitSelectOption

NewContentKitSelectOptionWithDefaults instantiates a new ContentKitSelectOption object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitSelectOption) GetIcon ¶ added in v0.2.0

GetIcon returns the Icon field value if set, zero value otherwise.

func (*ContentKitSelectOption) GetIconOk ¶ added in v0.2.0

func (o *ContentKitSelectOption) GetIconOk() (*ContentKitCardIcon, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitSelectOption) GetId ¶

func (o *ContentKitSelectOption) GetId() string

GetId returns the Id field value

func (*ContentKitSelectOption) GetIdOk ¶

func (o *ContentKitSelectOption) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ContentKitSelectOption) GetLabel ¶

func (o *ContentKitSelectOption) GetLabel() string

GetLabel returns the Label field value

func (*ContentKitSelectOption) GetLabelOk ¶

func (o *ContentKitSelectOption) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*ContentKitSelectOption) HasIcon ¶ added in v0.2.0

func (o *ContentKitSelectOption) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (ContentKitSelectOption) MarshalJSON ¶

func (o ContentKitSelectOption) MarshalJSON() ([]byte, error)

func (*ContentKitSelectOption) SetIcon ¶ added in v0.2.0

SetIcon gets a reference to the given ContentKitCardIcon and assigns it to the Icon field.

func (*ContentKitSelectOption) SetId ¶

func (o *ContentKitSelectOption) SetId(v string)

SetId sets field value

func (*ContentKitSelectOption) SetLabel ¶

func (o *ContentKitSelectOption) SetLabel(v string)

SetLabel sets field value

func (ContentKitSelectOption) ToMap ¶

func (o ContentKitSelectOption) ToMap() (map[string]interface{}, error)

type ContentKitSelectOptions ¶

type ContentKitSelectOptions struct {
	ContentKitSelectOptionsOneOf  *ContentKitSelectOptionsOneOf
	ArrayOfContentKitSelectOption *[]ContentKitSelectOption
}

ContentKitSelectOptions - Array of options to display in the select.

func ArrayOfContentKitSelectOptionAsContentKitSelectOptions ¶

func ArrayOfContentKitSelectOptionAsContentKitSelectOptions(v *[]ContentKitSelectOption) ContentKitSelectOptions

[]ContentKitSelectOptionAsContentKitSelectOptions is a convenience function that returns []ContentKitSelectOption wrapped in ContentKitSelectOptions

func ContentKitSelectOptionsOneOfAsContentKitSelectOptions ¶

func ContentKitSelectOptionsOneOfAsContentKitSelectOptions(v *ContentKitSelectOptionsOneOf) ContentKitSelectOptions

ContentKitSelectOptionsOneOfAsContentKitSelectOptions is a convenience function that returns ContentKitSelectOptionsOneOf wrapped in ContentKitSelectOptions

func (*ContentKitSelectOptions) GetActualInstance ¶

func (obj *ContentKitSelectOptions) GetActualInstance() interface{}

Get the actual instance

func (ContentKitSelectOptions) MarshalJSON ¶

func (src ContentKitSelectOptions) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitSelectOptions) UnmarshalJSON ¶

func (dst *ContentKitSelectOptions) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitSelectOptionsOneOf ¶

type ContentKitSelectOptionsOneOf struct {
	Url ContentKitSelectOptionsOneOfUrl `json:"url"`
}

ContentKitSelectOptionsOneOf struct for ContentKitSelectOptionsOneOf

func NewContentKitSelectOptionsOneOf ¶

func NewContentKitSelectOptionsOneOf(url ContentKitSelectOptionsOneOfUrl) *ContentKitSelectOptionsOneOf

NewContentKitSelectOptionsOneOf instantiates a new ContentKitSelectOptionsOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitSelectOptionsOneOfWithDefaults ¶

func NewContentKitSelectOptionsOneOfWithDefaults() *ContentKitSelectOptionsOneOf

NewContentKitSelectOptionsOneOfWithDefaults instantiates a new ContentKitSelectOptionsOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitSelectOptionsOneOf) GetUrl ¶

GetUrl returns the Url field value

func (*ContentKitSelectOptionsOneOf) GetUrlOk ¶

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (ContentKitSelectOptionsOneOf) MarshalJSON ¶

func (o ContentKitSelectOptionsOneOf) MarshalJSON() ([]byte, error)

func (*ContentKitSelectOptionsOneOf) SetUrl ¶

SetUrl sets field value

func (ContentKitSelectOptionsOneOf) ToMap ¶

func (o ContentKitSelectOptionsOneOf) ToMap() (map[string]interface{}, error)

type ContentKitSelectOptionsOneOfUrl ¶ added in v0.2.0

type ContentKitSelectOptionsOneOfUrl struct {
	ContentKitURL *ContentKitURL
	String        *string
}

ContentKitSelectOptionsOneOfUrl - struct for ContentKitSelectOptionsOneOfUrl

func ContentKitURLAsContentKitSelectOptionsOneOfUrl ¶ added in v0.2.0

func ContentKitURLAsContentKitSelectOptionsOneOfUrl(v *ContentKitURL) ContentKitSelectOptionsOneOfUrl

ContentKitURLAsContentKitSelectOptionsOneOfUrl is a convenience function that returns ContentKitURL wrapped in ContentKitSelectOptionsOneOfUrl

func StringAsContentKitSelectOptionsOneOfUrl ¶ added in v0.2.0

func StringAsContentKitSelectOptionsOneOfUrl(v *string) ContentKitSelectOptionsOneOfUrl

stringAsContentKitSelectOptionsOneOfUrl is a convenience function that returns string wrapped in ContentKitSelectOptionsOneOfUrl

func (*ContentKitSelectOptionsOneOfUrl) GetActualInstance ¶ added in v0.2.0

func (obj *ContentKitSelectOptionsOneOfUrl) GetActualInstance() interface{}

Get the actual instance

func (ContentKitSelectOptionsOneOfUrl) MarshalJSON ¶ added in v0.2.0

func (src ContentKitSelectOptionsOneOfUrl) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitSelectOptionsOneOfUrl) UnmarshalJSON ¶ added in v0.2.0

func (dst *ContentKitSelectOptionsOneOfUrl) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitSwitch ¶

type ContentKitSwitch struct {
	Type string `json:"type"`
	// State binding. The value of the input will be stored as a property in the state named after this ID.
	State string `json:"state"`
	// Value to initialize the switch with.
	InitialValue  *bool              `json:"initialValue,omitempty"`
	OnValueChange *ContentKitAction  `json:"onValueChange,omitempty"`
	Confirm       *ContentKitConfirm `json:"confirm,omitempty"`
}

ContentKitSwitch Renders a boolean input.

func NewContentKitSwitch ¶

func NewContentKitSwitch(type_ string, state string) *ContentKitSwitch

NewContentKitSwitch instantiates a new ContentKitSwitch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitSwitchWithDefaults ¶

func NewContentKitSwitchWithDefaults() *ContentKitSwitch

NewContentKitSwitchWithDefaults instantiates a new ContentKitSwitch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitSwitch) GetConfirm ¶

func (o *ContentKitSwitch) GetConfirm() ContentKitConfirm

GetConfirm returns the Confirm field value if set, zero value otherwise.

func (*ContentKitSwitch) GetConfirmOk ¶

func (o *ContentKitSwitch) GetConfirmOk() (*ContentKitConfirm, bool)

GetConfirmOk returns a tuple with the Confirm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitSwitch) GetInitialValue ¶

func (o *ContentKitSwitch) GetInitialValue() bool

GetInitialValue returns the InitialValue field value if set, zero value otherwise.

func (*ContentKitSwitch) GetInitialValueOk ¶

func (o *ContentKitSwitch) GetInitialValueOk() (*bool, bool)

GetInitialValueOk returns a tuple with the InitialValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitSwitch) GetOnValueChange ¶ added in v0.2.0

func (o *ContentKitSwitch) GetOnValueChange() ContentKitAction

GetOnValueChange returns the OnValueChange field value if set, zero value otherwise.

func (*ContentKitSwitch) GetOnValueChangeOk ¶ added in v0.2.0

func (o *ContentKitSwitch) GetOnValueChangeOk() (*ContentKitAction, bool)

GetOnValueChangeOk returns a tuple with the OnValueChange field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitSwitch) GetState ¶

func (o *ContentKitSwitch) GetState() string

GetState returns the State field value

func (*ContentKitSwitch) GetStateOk ¶

func (o *ContentKitSwitch) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ContentKitSwitch) GetType ¶

func (o *ContentKitSwitch) GetType() string

GetType returns the Type field value

func (*ContentKitSwitch) GetTypeOk ¶

func (o *ContentKitSwitch) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitSwitch) HasConfirm ¶

func (o *ContentKitSwitch) HasConfirm() bool

HasConfirm returns a boolean if a field has been set.

func (*ContentKitSwitch) HasInitialValue ¶

func (o *ContentKitSwitch) HasInitialValue() bool

HasInitialValue returns a boolean if a field has been set.

func (*ContentKitSwitch) HasOnValueChange ¶ added in v0.2.0

func (o *ContentKitSwitch) HasOnValueChange() bool

HasOnValueChange returns a boolean if a field has been set.

func (ContentKitSwitch) MarshalJSON ¶

func (o ContentKitSwitch) MarshalJSON() ([]byte, error)

func (*ContentKitSwitch) SetConfirm ¶

func (o *ContentKitSwitch) SetConfirm(v ContentKitConfirm)

SetConfirm gets a reference to the given ContentKitConfirm and assigns it to the Confirm field.

func (*ContentKitSwitch) SetInitialValue ¶

func (o *ContentKitSwitch) SetInitialValue(v bool)

SetInitialValue gets a reference to the given bool and assigns it to the InitialValue field.

func (*ContentKitSwitch) SetOnValueChange ¶ added in v0.2.0

func (o *ContentKitSwitch) SetOnValueChange(v ContentKitAction)

SetOnValueChange gets a reference to the given ContentKitAction and assigns it to the OnValueChange field.

func (*ContentKitSwitch) SetState ¶

func (o *ContentKitSwitch) SetState(v string)

SetState sets field value

func (*ContentKitSwitch) SetType ¶

func (o *ContentKitSwitch) SetType(v string)

SetType sets field value

func (ContentKitSwitch) ToMap ¶

func (o ContentKitSwitch) ToMap() (map[string]interface{}, error)

type ContentKitText ¶

type ContentKitText struct {
	Type     string                 `json:"type"`
	Style    *string                `json:"style,omitempty"`
	Children ContentKitTextChildren `json:"children"`
}

ContentKitText Low level text element.

func NewContentKitText ¶

func NewContentKitText(type_ string, children ContentKitTextChildren) *ContentKitText

NewContentKitText instantiates a new ContentKitText object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitTextWithDefaults ¶

func NewContentKitTextWithDefaults() *ContentKitText

NewContentKitTextWithDefaults instantiates a new ContentKitText object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitText) GetChildren ¶

func (o *ContentKitText) GetChildren() ContentKitTextChildren

GetChildren returns the Children field value

func (*ContentKitText) GetChildrenOk ¶

func (o *ContentKitText) GetChildrenOk() (*ContentKitTextChildren, bool)

GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.

func (*ContentKitText) GetStyle ¶

func (o *ContentKitText) GetStyle() string

GetStyle returns the Style field value if set, zero value otherwise.

func (*ContentKitText) GetStyleOk ¶

func (o *ContentKitText) GetStyleOk() (*string, bool)

GetStyleOk returns a tuple with the Style field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitText) GetType ¶

func (o *ContentKitText) GetType() string

GetType returns the Type field value

func (*ContentKitText) GetTypeOk ¶

func (o *ContentKitText) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitText) HasStyle ¶

func (o *ContentKitText) HasStyle() bool

HasStyle returns a boolean if a field has been set.

func (ContentKitText) MarshalJSON ¶

func (o ContentKitText) MarshalJSON() ([]byte, error)

func (*ContentKitText) SetChildren ¶

func (o *ContentKitText) SetChildren(v ContentKitTextChildren)

SetChildren sets field value

func (*ContentKitText) SetStyle ¶

func (o *ContentKitText) SetStyle(v string)

SetStyle gets a reference to the given string and assigns it to the Style field.

func (*ContentKitText) SetType ¶

func (o *ContentKitText) SetType(v string)

SetType sets field value

func (ContentKitText) ToMap ¶

func (o ContentKitText) ToMap() (map[string]interface{}, error)

type ContentKitTextChildren ¶ added in v0.2.0

type ContentKitTextChildren struct {
	ArrayOfContentKitTextChildrenOneOfInner *[]ContentKitTextChildrenOneOfInner
	String                                  *string
}

ContentKitTextChildren - struct for ContentKitTextChildren

func ArrayOfContentKitTextChildrenOneOfInnerAsContentKitTextChildren ¶ added in v0.2.0

func ArrayOfContentKitTextChildrenOneOfInnerAsContentKitTextChildren(v *[]ContentKitTextChildrenOneOfInner) ContentKitTextChildren

[]ContentKitTextChildrenOneOfInnerAsContentKitTextChildren is a convenience function that returns []ContentKitTextChildrenOneOfInner wrapped in ContentKitTextChildren

func StringAsContentKitTextChildren ¶ added in v0.2.0

func StringAsContentKitTextChildren(v *string) ContentKitTextChildren

stringAsContentKitTextChildren is a convenience function that returns string wrapped in ContentKitTextChildren

func (*ContentKitTextChildren) GetActualInstance ¶ added in v0.2.0

func (obj *ContentKitTextChildren) GetActualInstance() interface{}

Get the actual instance

func (ContentKitTextChildren) MarshalJSON ¶ added in v0.2.0

func (src ContentKitTextChildren) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitTextChildren) UnmarshalJSON ¶ added in v0.2.0

func (dst *ContentKitTextChildren) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitTextChildrenOneOfInner ¶ added in v0.2.0

type ContentKitTextChildrenOneOfInner struct {
	ContentKitLink *ContentKitLink
	ContentKitText *ContentKitText
	String         *string
}

ContentKitTextChildrenOneOfInner - struct for ContentKitTextChildrenOneOfInner

func ContentKitLinkAsContentKitTextChildrenOneOfInner ¶ added in v0.2.0

func ContentKitLinkAsContentKitTextChildrenOneOfInner(v *ContentKitLink) ContentKitTextChildrenOneOfInner

ContentKitLinkAsContentKitTextChildrenOneOfInner is a convenience function that returns ContentKitLink wrapped in ContentKitTextChildrenOneOfInner

func ContentKitTextAsContentKitTextChildrenOneOfInner ¶ added in v0.2.0

func ContentKitTextAsContentKitTextChildrenOneOfInner(v *ContentKitText) ContentKitTextChildrenOneOfInner

ContentKitTextAsContentKitTextChildrenOneOfInner is a convenience function that returns ContentKitText wrapped in ContentKitTextChildrenOneOfInner

func StringAsContentKitTextChildrenOneOfInner ¶ added in v0.2.0

func StringAsContentKitTextChildrenOneOfInner(v *string) ContentKitTextChildrenOneOfInner

stringAsContentKitTextChildrenOneOfInner is a convenience function that returns string wrapped in ContentKitTextChildrenOneOfInner

func (*ContentKitTextChildrenOneOfInner) GetActualInstance ¶ added in v0.2.0

func (obj *ContentKitTextChildrenOneOfInner) GetActualInstance() interface{}

Get the actual instance

func (ContentKitTextChildrenOneOfInner) MarshalJSON ¶ added in v0.2.0

func (src ContentKitTextChildrenOneOfInner) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitTextChildrenOneOfInner) UnmarshalJSON ¶ added in v0.2.0

func (dst *ContentKitTextChildrenOneOfInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitTextInput ¶

type ContentKitTextInput struct {
	Type string `json:"type"`
	// State binding. The value of the input will be stored as a property in the state named after this ID.
	State string `json:"state"`
	// Text value to initialize the input with.
	InitialValue *string `json:"initialValue,omitempty"`
	// Text that appears in the form control when it has no value set
	Placeholder *string `json:"placeholder,omitempty"`
	Multiline   *bool   `json:"multiline,omitempty"`
}

ContentKitTextInput Text input to prompt the user.

func NewContentKitTextInput ¶

func NewContentKitTextInput(type_ string, state string) *ContentKitTextInput

NewContentKitTextInput instantiates a new ContentKitTextInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitTextInputWithDefaults ¶

func NewContentKitTextInputWithDefaults() *ContentKitTextInput

NewContentKitTextInputWithDefaults instantiates a new ContentKitTextInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitTextInput) GetInitialValue ¶

func (o *ContentKitTextInput) GetInitialValue() string

GetInitialValue returns the InitialValue field value if set, zero value otherwise.

func (*ContentKitTextInput) GetInitialValueOk ¶

func (o *ContentKitTextInput) GetInitialValueOk() (*string, bool)

GetInitialValueOk returns a tuple with the InitialValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitTextInput) GetMultiline ¶

func (o *ContentKitTextInput) GetMultiline() bool

GetMultiline returns the Multiline field value if set, zero value otherwise.

func (*ContentKitTextInput) GetMultilineOk ¶

func (o *ContentKitTextInput) GetMultilineOk() (*bool, bool)

GetMultilineOk returns a tuple with the Multiline field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitTextInput) GetPlaceholder ¶

func (o *ContentKitTextInput) GetPlaceholder() string

GetPlaceholder returns the Placeholder field value if set, zero value otherwise.

func (*ContentKitTextInput) GetPlaceholderOk ¶

func (o *ContentKitTextInput) GetPlaceholderOk() (*string, bool)

GetPlaceholderOk returns a tuple with the Placeholder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitTextInput) GetState ¶

func (o *ContentKitTextInput) GetState() string

GetState returns the State field value

func (*ContentKitTextInput) GetStateOk ¶

func (o *ContentKitTextInput) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*ContentKitTextInput) GetType ¶

func (o *ContentKitTextInput) GetType() string

GetType returns the Type field value

func (*ContentKitTextInput) GetTypeOk ¶

func (o *ContentKitTextInput) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitTextInput) HasInitialValue ¶

func (o *ContentKitTextInput) HasInitialValue() bool

HasInitialValue returns a boolean if a field has been set.

func (*ContentKitTextInput) HasMultiline ¶

func (o *ContentKitTextInput) HasMultiline() bool

HasMultiline returns a boolean if a field has been set.

func (*ContentKitTextInput) HasPlaceholder ¶

func (o *ContentKitTextInput) HasPlaceholder() bool

HasPlaceholder returns a boolean if a field has been set.

func (ContentKitTextInput) MarshalJSON ¶

func (o ContentKitTextInput) MarshalJSON() ([]byte, error)

func (*ContentKitTextInput) SetInitialValue ¶

func (o *ContentKitTextInput) SetInitialValue(v string)

SetInitialValue gets a reference to the given string and assigns it to the InitialValue field.

func (*ContentKitTextInput) SetMultiline ¶

func (o *ContentKitTextInput) SetMultiline(v bool)

SetMultiline gets a reference to the given bool and assigns it to the Multiline field.

func (*ContentKitTextInput) SetPlaceholder ¶

func (o *ContentKitTextInput) SetPlaceholder(v string)

SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.

func (*ContentKitTextInput) SetState ¶

func (o *ContentKitTextInput) SetState(v string)

SetState sets field value

func (*ContentKitTextInput) SetType ¶

func (o *ContentKitTextInput) SetType(v string)

SetType sets field value

func (ContentKitTextInput) ToMap ¶

func (o ContentKitTextInput) ToMap() (map[string]interface{}, error)

type ContentKitURL ¶ added in v0.2.0

type ContentKitURL struct {
	// Hostname of the URL along with the port number if required.
	Host string `json:"host"`
	// Path of the URL prefixed with a `/`.
	Pathname string                                  `json:"pathname"`
	Query    *map[string]ContentKitWebFrameDataValue `json:"query,omitempty"`
}

ContentKitURL Specification for an URL in ContentKit.

func NewContentKitURL ¶ added in v0.2.0

func NewContentKitURL(host string, pathname string) *ContentKitURL

NewContentKitURL instantiates a new ContentKitURL object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitURLWithDefaults ¶ added in v0.2.0

func NewContentKitURLWithDefaults() *ContentKitURL

NewContentKitURLWithDefaults instantiates a new ContentKitURL object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitURL) GetHost ¶ added in v0.2.0

func (o *ContentKitURL) GetHost() string

GetHost returns the Host field value

func (*ContentKitURL) GetHostOk ¶ added in v0.2.0

func (o *ContentKitURL) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.

func (*ContentKitURL) GetPathname ¶ added in v0.2.0

func (o *ContentKitURL) GetPathname() string

GetPathname returns the Pathname field value

func (*ContentKitURL) GetPathnameOk ¶ added in v0.2.0

func (o *ContentKitURL) GetPathnameOk() (*string, bool)

GetPathnameOk returns a tuple with the Pathname field value and a boolean to check if the value has been set.

func (*ContentKitURL) GetQuery ¶ added in v0.2.0

GetQuery returns the Query field value if set, zero value otherwise.

func (*ContentKitURL) GetQueryOk ¶ added in v0.2.0

func (o *ContentKitURL) GetQueryOk() (*map[string]ContentKitWebFrameDataValue, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitURL) HasQuery ¶ added in v0.2.0

func (o *ContentKitURL) HasQuery() bool

HasQuery returns a boolean if a field has been set.

func (ContentKitURL) MarshalJSON ¶ added in v0.2.0

func (o ContentKitURL) MarshalJSON() ([]byte, error)

func (*ContentKitURL) SetHost ¶ added in v0.2.0

func (o *ContentKitURL) SetHost(v string)

SetHost sets field value

func (*ContentKitURL) SetPathname ¶ added in v0.2.0

func (o *ContentKitURL) SetPathname(v string)

SetPathname sets field value

func (*ContentKitURL) SetQuery ¶ added in v0.2.0

SetQuery gets a reference to the given map[string]ContentKitWebFrameDataValue and assigns it to the Query field.

func (ContentKitURL) ToMap ¶ added in v0.2.0

func (o ContentKitURL) ToMap() (map[string]interface{}, error)

type ContentKitVStack ¶

type ContentKitVStack struct {
	Type     string                        `json:"type"`
	Align    *string                       `json:"align,omitempty"`
	Children []ContentKitDescendantElement `json:"children"`
}

ContentKitVStack Vertical stack of boxes.

func NewContentKitVStack ¶

func NewContentKitVStack(type_ string, children []ContentKitDescendantElement) *ContentKitVStack

NewContentKitVStack instantiates a new ContentKitVStack object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitVStackWithDefaults ¶

func NewContentKitVStackWithDefaults() *ContentKitVStack

NewContentKitVStackWithDefaults instantiates a new ContentKitVStack object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitVStack) GetAlign ¶

func (o *ContentKitVStack) GetAlign() string

GetAlign returns the Align field value if set, zero value otherwise.

func (*ContentKitVStack) GetAlignOk ¶

func (o *ContentKitVStack) GetAlignOk() (*string, bool)

GetAlignOk returns a tuple with the Align field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitVStack) GetChildren ¶

func (o *ContentKitVStack) GetChildren() []ContentKitDescendantElement

GetChildren returns the Children field value

func (*ContentKitVStack) GetChildrenOk ¶

func (o *ContentKitVStack) GetChildrenOk() ([]ContentKitDescendantElement, bool)

GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.

func (*ContentKitVStack) GetType ¶

func (o *ContentKitVStack) GetType() string

GetType returns the Type field value

func (*ContentKitVStack) GetTypeOk ¶

func (o *ContentKitVStack) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitVStack) HasAlign ¶

func (o *ContentKitVStack) HasAlign() bool

HasAlign returns a boolean if a field has been set.

func (ContentKitVStack) MarshalJSON ¶

func (o ContentKitVStack) MarshalJSON() ([]byte, error)

func (*ContentKitVStack) SetAlign ¶

func (o *ContentKitVStack) SetAlign(v string)

SetAlign gets a reference to the given string and assigns it to the Align field.

func (*ContentKitVStack) SetChildren ¶

func (o *ContentKitVStack) SetChildren(v []ContentKitDescendantElement)

SetChildren sets field value

func (*ContentKitVStack) SetType ¶

func (o *ContentKitVStack) SetType(v string)

SetType sets field value

func (ContentKitVStack) ToMap ¶

func (o ContentKitVStack) ToMap() (map[string]interface{}, error)

type ContentKitWebFrame ¶

type ContentKitWebFrame struct {
	Type string `json:"type"`
	// Ratio between width and height. Used to size the webframe.
	AspectRatio *float32                 `json:"aspectRatio,omitempty"`
	Source      ContentKitWebFrameSource `json:"source"`
	// Controls button shown as an overlay in a corner of the frame.
	Buttons []ContentKitButton `json:"buttons,omitempty"`
	// Data to communicated to the webframe's content. Each state update will cause the webframe to receive a message.
	Data *map[string]ContentKitWebFrameDataValue `json:"data,omitempty"`
}

ContentKitWebFrame Frame for a webpage

func NewContentKitWebFrame ¶

func NewContentKitWebFrame(type_ string, source ContentKitWebFrameSource) *ContentKitWebFrame

NewContentKitWebFrame instantiates a new ContentKitWebFrame object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitWebFrameWithDefaults ¶

func NewContentKitWebFrameWithDefaults() *ContentKitWebFrame

NewContentKitWebFrameWithDefaults instantiates a new ContentKitWebFrame object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitWebFrame) GetAspectRatio ¶

func (o *ContentKitWebFrame) GetAspectRatio() float32

GetAspectRatio returns the AspectRatio field value if set, zero value otherwise.

func (*ContentKitWebFrame) GetAspectRatioOk ¶

func (o *ContentKitWebFrame) GetAspectRatioOk() (*float32, bool)

GetAspectRatioOk returns a tuple with the AspectRatio field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitWebFrame) GetButtons ¶

func (o *ContentKitWebFrame) GetButtons() []ContentKitButton

GetButtons returns the Buttons field value if set, zero value otherwise.

func (*ContentKitWebFrame) GetButtonsOk ¶

func (o *ContentKitWebFrame) GetButtonsOk() ([]ContentKitButton, bool)

GetButtonsOk returns a tuple with the Buttons field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitWebFrame) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*ContentKitWebFrame) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentKitWebFrame) GetSource ¶

GetSource returns the Source field value

func (*ContentKitWebFrame) GetSourceOk ¶

func (o *ContentKitWebFrame) GetSourceOk() (*ContentKitWebFrameSource, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*ContentKitWebFrame) GetType ¶

func (o *ContentKitWebFrame) GetType() string

GetType returns the Type field value

func (*ContentKitWebFrame) GetTypeOk ¶

func (o *ContentKitWebFrame) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ContentKitWebFrame) HasAspectRatio ¶

func (o *ContentKitWebFrame) HasAspectRatio() bool

HasAspectRatio returns a boolean if a field has been set.

func (*ContentKitWebFrame) HasButtons ¶

func (o *ContentKitWebFrame) HasButtons() bool

HasButtons returns a boolean if a field has been set.

func (*ContentKitWebFrame) HasData ¶

func (o *ContentKitWebFrame) HasData() bool

HasData returns a boolean if a field has been set.

func (ContentKitWebFrame) MarshalJSON ¶

func (o ContentKitWebFrame) MarshalJSON() ([]byte, error)

func (*ContentKitWebFrame) SetAspectRatio ¶

func (o *ContentKitWebFrame) SetAspectRatio(v float32)

SetAspectRatio gets a reference to the given float32 and assigns it to the AspectRatio field.

func (*ContentKitWebFrame) SetButtons ¶

func (o *ContentKitWebFrame) SetButtons(v []ContentKitButton)

SetButtons gets a reference to the given []ContentKitButton and assigns it to the Buttons field.

func (*ContentKitWebFrame) SetData ¶

SetData gets a reference to the given map[string]ContentKitWebFrameDataValue and assigns it to the Data field.

func (*ContentKitWebFrame) SetSource ¶

SetSource sets field value

func (*ContentKitWebFrame) SetType ¶

func (o *ContentKitWebFrame) SetType(v string)

SetType sets field value

func (ContentKitWebFrame) ToMap ¶

func (o ContentKitWebFrame) ToMap() (map[string]interface{}, error)

type ContentKitWebFrameDataValue ¶

type ContentKitWebFrameDataValue struct {
	ContentKitDynamicBinding *ContentKitDynamicBinding
	String                   *string
}

ContentKitWebFrameDataValue - struct for ContentKitWebFrameDataValue

func ContentKitDynamicBindingAsContentKitWebFrameDataValue ¶

func ContentKitDynamicBindingAsContentKitWebFrameDataValue(v *ContentKitDynamicBinding) ContentKitWebFrameDataValue

ContentKitDynamicBindingAsContentKitWebFrameDataValue is a convenience function that returns ContentKitDynamicBinding wrapped in ContentKitWebFrameDataValue

func StringAsContentKitWebFrameDataValue ¶

func StringAsContentKitWebFrameDataValue(v *string) ContentKitWebFrameDataValue

stringAsContentKitWebFrameDataValue is a convenience function that returns string wrapped in ContentKitWebFrameDataValue

func (*ContentKitWebFrameDataValue) GetActualInstance ¶

func (obj *ContentKitWebFrameDataValue) GetActualInstance() interface{}

Get the actual instance

func (ContentKitWebFrameDataValue) MarshalJSON ¶

func (src ContentKitWebFrameDataValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ContentKitWebFrameDataValue) UnmarshalJSON ¶

func (dst *ContentKitWebFrameDataValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ContentKitWebFrameSource ¶

type ContentKitWebFrameSource struct {
	Url string `json:"url"`
}

ContentKitWebFrameSource Content to load in the frame.

func NewContentKitWebFrameSource ¶

func NewContentKitWebFrameSource(url string) *ContentKitWebFrameSource

NewContentKitWebFrameSource instantiates a new ContentKitWebFrameSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentKitWebFrameSourceWithDefaults ¶

func NewContentKitWebFrameSourceWithDefaults() *ContentKitWebFrameSource

NewContentKitWebFrameSourceWithDefaults instantiates a new ContentKitWebFrameSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentKitWebFrameSource) GetUrl ¶

func (o *ContentKitWebFrameSource) GetUrl() string

GetUrl returns the Url field value

func (*ContentKitWebFrameSource) GetUrlOk ¶

func (o *ContentKitWebFrameSource) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (ContentKitWebFrameSource) MarshalJSON ¶

func (o ContentKitWebFrameSource) MarshalJSON() ([]byte, error)

func (*ContentKitWebFrameSource) SetUrl ¶

func (o *ContentKitWebFrameSource) SetUrl(v string)

SetUrl sets field value

func (ContentKitWebFrameSource) ToMap ¶

func (o ContentKitWebFrameSource) ToMap() (map[string]interface{}, error)

type ContentPublishingAuth ¶

type ContentPublishingAuth struct {
	// Type of Object, always equals to \"publishing-auth\"
	Object string `json:"object"`
	// Unique identifier for the content.
	Id string `json:"id"`
	// Private key used to sign JWT tokens.
	PrivateKey string `json:"privateKey"`
	// URL to redirect to when the visitor auth secret is invalid.
	FallbackURL *string `json:"fallbackURL,omitempty"`
}

ContentPublishingAuth struct for ContentPublishingAuth

func NewContentPublishingAuth ¶

func NewContentPublishingAuth(object string, id string, privateKey string) *ContentPublishingAuth

NewContentPublishingAuth instantiates a new ContentPublishingAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewContentPublishingAuthWithDefaults ¶

func NewContentPublishingAuthWithDefaults() *ContentPublishingAuth

NewContentPublishingAuthWithDefaults instantiates a new ContentPublishingAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ContentPublishingAuth) GetFallbackURL ¶

func (o *ContentPublishingAuth) GetFallbackURL() string

GetFallbackURL returns the FallbackURL field value if set, zero value otherwise.

func (*ContentPublishingAuth) GetFallbackURLOk ¶

func (o *ContentPublishingAuth) GetFallbackURLOk() (*string, bool)

GetFallbackURLOk returns a tuple with the FallbackURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ContentPublishingAuth) GetId ¶

func (o *ContentPublishingAuth) GetId() string

GetId returns the Id field value

func (*ContentPublishingAuth) GetIdOk ¶

func (o *ContentPublishingAuth) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ContentPublishingAuth) GetObject ¶

func (o *ContentPublishingAuth) GetObject() string

GetObject returns the Object field value

func (*ContentPublishingAuth) GetObjectOk ¶

func (o *ContentPublishingAuth) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*ContentPublishingAuth) GetPrivateKey ¶

func (o *ContentPublishingAuth) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value

func (*ContentPublishingAuth) GetPrivateKeyOk ¶

func (o *ContentPublishingAuth) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value and a boolean to check if the value has been set.

func (*ContentPublishingAuth) HasFallbackURL ¶

func (o *ContentPublishingAuth) HasFallbackURL() bool

HasFallbackURL returns a boolean if a field has been set.

func (ContentPublishingAuth) MarshalJSON ¶

func (o ContentPublishingAuth) MarshalJSON() ([]byte, error)

func (*ContentPublishingAuth) SetFallbackURL ¶

func (o *ContentPublishingAuth) SetFallbackURL(v string)

SetFallbackURL gets a reference to the given string and assigns it to the FallbackURL field.

func (*ContentPublishingAuth) SetId ¶

func (o *ContentPublishingAuth) SetId(v string)

SetId sets field value

func (*ContentPublishingAuth) SetObject ¶

func (o *ContentPublishingAuth) SetObject(v string)

SetObject sets field value

func (*ContentPublishingAuth) SetPrivateKey ¶

func (o *ContentPublishingAuth) SetPrivateKey(v string)

SetPrivateKey sets field value

func (ContentPublishingAuth) ToMap ¶

func (o ContentPublishingAuth) ToMap() (map[string]interface{}, error)

type ContentVisibility ¶

type ContentVisibility string

ContentVisibility * `public`: Anyone can access the content, and the content is indexed by search engines. * `unlisted`: Anyone can access the content, and the content is not indexed by search engines * `share-link`: Anyone with a secret token in the url can access the content. * `visitor-auth`: Anyone authenticated through a JWT token can access the content. * `in-collection`: Anyone who can access the parent collection can access the content. Only available for spaces in a collection. * `private`: Authorized members can access the content.

const (
	CONTENTVISIBILITY_PUBLIC        ContentVisibility = "public"
	CONTENTVISIBILITY_UNLISTED      ContentVisibility = "unlisted"
	CONTENTVISIBILITY_SHARE_LINK    ContentVisibility = "share-link"
	CONTENTVISIBILITY_VISITOR_AUTH  ContentVisibility = "visitor-auth"
	CONTENTVISIBILITY_IN_COLLECTION ContentVisibility = "in-collection"
	CONTENTVISIBILITY_PRIVATE       ContentVisibility = "private"
)

List of ContentVisibility

func NewContentVisibilityFromValue ¶

func NewContentVisibilityFromValue(v string) (*ContentVisibility, error)

NewContentVisibilityFromValue returns a pointer to a valid ContentVisibility for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ContentVisibility) IsValid ¶

func (v ContentVisibility) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ContentVisibility) Ptr ¶

Ptr returns reference to ContentVisibility value

func (*ContentVisibility) UnmarshalJSON ¶

func (v *ContentVisibility) UnmarshalJSON(src []byte) error

type CreateChangeRequest201Response ¶

type CreateChangeRequest201Response struct {
	// Type of Object, always equals to \"change-request\"
	Object string `json:"object"`
	// Unique identifier for the change request
	Id string `json:"id"`
	// Incremental identifier of the change request
	Number float32             `json:"number"`
	Status ChangeRequestStatus `json:"status"`
	// Subject of the change request
	Subject   string            `json:"subject"`
	CreatedBy User              `json:"createdBy"`
	CreatedAt string            `json:"createdAt"`
	UpdatedAt string            `json:"updatedAt"`
	Urls      ChangeRequestUrls `json:"urls"`
	// Deprecated
	ChangeRequest string `json:"changeRequest"`
}

CreateChangeRequest201Response struct for CreateChangeRequest201Response

func NewCreateChangeRequest201Response ¶

func NewCreateChangeRequest201Response(object string, id string, number float32, status ChangeRequestStatus, subject string, createdBy User, createdAt string, updatedAt string, urls ChangeRequestUrls, changeRequest string) *CreateChangeRequest201Response

NewCreateChangeRequest201Response instantiates a new CreateChangeRequest201Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateChangeRequest201ResponseWithDefaults ¶

func NewCreateChangeRequest201ResponseWithDefaults() *CreateChangeRequest201Response

NewCreateChangeRequest201ResponseWithDefaults instantiates a new CreateChangeRequest201Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateChangeRequest201Response) GetChangeRequest ¶

func (o *CreateChangeRequest201Response) GetChangeRequest() string

GetChangeRequest returns the ChangeRequest field value Deprecated

func (*CreateChangeRequest201Response) GetChangeRequestOk ¶

func (o *CreateChangeRequest201Response) GetChangeRequestOk() (*string, bool)

GetChangeRequestOk returns a tuple with the ChangeRequest field value and a boolean to check if the value has been set. Deprecated

func (*CreateChangeRequest201Response) GetCreatedAt ¶

func (o *CreateChangeRequest201Response) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*CreateChangeRequest201Response) GetCreatedAtOk ¶

func (o *CreateChangeRequest201Response) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*CreateChangeRequest201Response) GetCreatedBy ¶

func (o *CreateChangeRequest201Response) GetCreatedBy() User

GetCreatedBy returns the CreatedBy field value

func (*CreateChangeRequest201Response) GetCreatedByOk ¶

func (o *CreateChangeRequest201Response) GetCreatedByOk() (*User, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.

func (*CreateChangeRequest201Response) GetId ¶

GetId returns the Id field value

func (*CreateChangeRequest201Response) GetIdOk ¶

func (o *CreateChangeRequest201Response) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CreateChangeRequest201Response) GetNumber ¶

func (o *CreateChangeRequest201Response) GetNumber() float32

GetNumber returns the Number field value

func (*CreateChangeRequest201Response) GetNumberOk ¶

func (o *CreateChangeRequest201Response) GetNumberOk() (*float32, bool)

GetNumberOk returns a tuple with the Number field value and a boolean to check if the value has been set.

func (*CreateChangeRequest201Response) GetObject ¶

func (o *CreateChangeRequest201Response) GetObject() string

GetObject returns the Object field value

func (*CreateChangeRequest201Response) GetObjectOk ¶

func (o *CreateChangeRequest201Response) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*CreateChangeRequest201Response) GetStatus ¶

GetStatus returns the Status field value

func (*CreateChangeRequest201Response) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*CreateChangeRequest201Response) GetSubject ¶

func (o *CreateChangeRequest201Response) GetSubject() string

GetSubject returns the Subject field value

func (*CreateChangeRequest201Response) GetSubjectOk ¶

func (o *CreateChangeRequest201Response) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.

func (*CreateChangeRequest201Response) GetUpdatedAt ¶

func (o *CreateChangeRequest201Response) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*CreateChangeRequest201Response) GetUpdatedAtOk ¶

func (o *CreateChangeRequest201Response) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*CreateChangeRequest201Response) GetUrls ¶

GetUrls returns the Urls field value

func (*CreateChangeRequest201Response) GetUrlsOk ¶

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (CreateChangeRequest201Response) MarshalJSON ¶

func (o CreateChangeRequest201Response) MarshalJSON() ([]byte, error)

func (*CreateChangeRequest201Response) SetChangeRequest ¶

func (o *CreateChangeRequest201Response) SetChangeRequest(v string)

SetChangeRequest sets field value Deprecated

func (*CreateChangeRequest201Response) SetCreatedAt ¶

func (o *CreateChangeRequest201Response) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*CreateChangeRequest201Response) SetCreatedBy ¶

func (o *CreateChangeRequest201Response) SetCreatedBy(v User)

SetCreatedBy sets field value

func (*CreateChangeRequest201Response) SetId ¶

SetId sets field value

func (*CreateChangeRequest201Response) SetNumber ¶

func (o *CreateChangeRequest201Response) SetNumber(v float32)

SetNumber sets field value

func (*CreateChangeRequest201Response) SetObject ¶

func (o *CreateChangeRequest201Response) SetObject(v string)

SetObject sets field value

func (*CreateChangeRequest201Response) SetStatus ¶

SetStatus sets field value

func (*CreateChangeRequest201Response) SetSubject ¶

func (o *CreateChangeRequest201Response) SetSubject(v string)

SetSubject sets field value

func (*CreateChangeRequest201Response) SetUpdatedAt ¶

func (o *CreateChangeRequest201Response) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*CreateChangeRequest201Response) SetUrls ¶

SetUrls sets field value

func (CreateChangeRequest201Response) ToMap ¶

func (o CreateChangeRequest201Response) ToMap() (map[string]interface{}, error)

type CreateChangeRequest201ResponseAllOf ¶

type CreateChangeRequest201ResponseAllOf struct {
	// Deprecated
	ChangeRequest string `json:"changeRequest"`
}

CreateChangeRequest201ResponseAllOf struct for CreateChangeRequest201ResponseAllOf

func NewCreateChangeRequest201ResponseAllOf ¶

func NewCreateChangeRequest201ResponseAllOf(changeRequest string) *CreateChangeRequest201ResponseAllOf

NewCreateChangeRequest201ResponseAllOf instantiates a new CreateChangeRequest201ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateChangeRequest201ResponseAllOfWithDefaults ¶

func NewCreateChangeRequest201ResponseAllOfWithDefaults() *CreateChangeRequest201ResponseAllOf

NewCreateChangeRequest201ResponseAllOfWithDefaults instantiates a new CreateChangeRequest201ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateChangeRequest201ResponseAllOf) GetChangeRequest ¶

func (o *CreateChangeRequest201ResponseAllOf) GetChangeRequest() string

GetChangeRequest returns the ChangeRequest field value Deprecated

func (*CreateChangeRequest201ResponseAllOf) GetChangeRequestOk ¶

func (o *CreateChangeRequest201ResponseAllOf) GetChangeRequestOk() (*string, bool)

GetChangeRequestOk returns a tuple with the ChangeRequest field value and a boolean to check if the value has been set. Deprecated

func (CreateChangeRequest201ResponseAllOf) MarshalJSON ¶

func (o CreateChangeRequest201ResponseAllOf) MarshalJSON() ([]byte, error)

func (*CreateChangeRequest201ResponseAllOf) SetChangeRequest ¶

func (o *CreateChangeRequest201ResponseAllOf) SetChangeRequest(v string)

SetChangeRequest sets field value Deprecated

func (CreateChangeRequest201ResponseAllOf) ToMap ¶

func (o CreateChangeRequest201ResponseAllOf) ToMap() (map[string]interface{}, error)

type CreateEnvironment ¶

type CreateEnvironment struct {
	Name  string `json:"name"`
	Title string `json:"title"`
	// Whether or not an environment is considered to have elevated responsibilities over other environments. Useful for distinguishing a production environment from a staging environment. Multiple primary environments are allowed. Your organization must have at least one primary environment.
	Primary *bool `json:"primary,omitempty"`
}

CreateEnvironment struct for CreateEnvironment

func NewCreateEnvironment ¶

func NewCreateEnvironment(name string, title string) *CreateEnvironment

NewCreateEnvironment instantiates a new CreateEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateEnvironmentWithDefaults ¶

func NewCreateEnvironmentWithDefaults() *CreateEnvironment

NewCreateEnvironmentWithDefaults instantiates a new CreateEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateEnvironment) GetName ¶

func (o *CreateEnvironment) GetName() string

GetName returns the Name field value

func (*CreateEnvironment) GetNameOk ¶

func (o *CreateEnvironment) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateEnvironment) GetPrimary ¶

func (o *CreateEnvironment) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*CreateEnvironment) GetPrimaryOk ¶

func (o *CreateEnvironment) GetPrimaryOk() (*bool, bool)

GetPrimaryOk returns a tuple with the Primary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateEnvironment) GetTitle ¶

func (o *CreateEnvironment) GetTitle() string

GetTitle returns the Title field value

func (*CreateEnvironment) GetTitleOk ¶

func (o *CreateEnvironment) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*CreateEnvironment) HasPrimary ¶

func (o *CreateEnvironment) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (CreateEnvironment) MarshalJSON ¶

func (o CreateEnvironment) MarshalJSON() ([]byte, error)

func (*CreateEnvironment) SetName ¶

func (o *CreateEnvironment) SetName(v string)

SetName sets field value

func (*CreateEnvironment) SetPrimary ¶

func (o *CreateEnvironment) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*CreateEnvironment) SetTitle ¶

func (o *CreateEnvironment) SetTitle(v string)

SetTitle sets field value

func (CreateEnvironment) ToMap ¶

func (o CreateEnvironment) ToMap() (map[string]interface{}, error)

type CreateOrganizationCustomFieldRequest ¶

type CreateOrganizationCustomFieldRequest struct {
	Name        string          `json:"name"`
	Type        CustomFieldType `json:"type"`
	Title       *string         `json:"title,omitempty"`
	Description *string         `json:"description,omitempty"`
	Placeholder *string         `json:"placeholder,omitempty"`
	Options     []string        `json:"options,omitempty"`
}

CreateOrganizationCustomFieldRequest struct for CreateOrganizationCustomFieldRequest

func NewCreateOrganizationCustomFieldRequest ¶

func NewCreateOrganizationCustomFieldRequest(name string, type_ CustomFieldType) *CreateOrganizationCustomFieldRequest

NewCreateOrganizationCustomFieldRequest instantiates a new CreateOrganizationCustomFieldRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationCustomFieldRequestWithDefaults ¶

func NewCreateOrganizationCustomFieldRequestWithDefaults() *CreateOrganizationCustomFieldRequest

NewCreateOrganizationCustomFieldRequestWithDefaults instantiates a new CreateOrganizationCustomFieldRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationCustomFieldRequest) GetDescription ¶

func (o *CreateOrganizationCustomFieldRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateOrganizationCustomFieldRequest) GetDescriptionOk ¶

func (o *CreateOrganizationCustomFieldRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateOrganizationCustomFieldRequest) GetName ¶

GetName returns the Name field value

func (*CreateOrganizationCustomFieldRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CreateOrganizationCustomFieldRequest) GetOptions ¶ added in v0.2.0

func (o *CreateOrganizationCustomFieldRequest) GetOptions() []string

GetOptions returns the Options field value if set, zero value otherwise.

func (*CreateOrganizationCustomFieldRequest) GetOptionsOk ¶ added in v0.2.0

func (o *CreateOrganizationCustomFieldRequest) GetOptionsOk() ([]string, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateOrganizationCustomFieldRequest) GetPlaceholder ¶ added in v0.2.0

func (o *CreateOrganizationCustomFieldRequest) GetPlaceholder() string

GetPlaceholder returns the Placeholder field value if set, zero value otherwise.

func (*CreateOrganizationCustomFieldRequest) GetPlaceholderOk ¶ added in v0.2.0

func (o *CreateOrganizationCustomFieldRequest) GetPlaceholderOk() (*string, bool)

GetPlaceholderOk returns a tuple with the Placeholder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateOrganizationCustomFieldRequest) GetTitle ¶

GetTitle returns the Title field value if set, zero value otherwise.

func (*CreateOrganizationCustomFieldRequest) GetTitleOk ¶

func (o *CreateOrganizationCustomFieldRequest) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateOrganizationCustomFieldRequest) GetType ¶

GetType returns the Type field value

func (*CreateOrganizationCustomFieldRequest) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*CreateOrganizationCustomFieldRequest) HasDescription ¶

func (o *CreateOrganizationCustomFieldRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateOrganizationCustomFieldRequest) HasOptions ¶ added in v0.2.0

HasOptions returns a boolean if a field has been set.

func (*CreateOrganizationCustomFieldRequest) HasPlaceholder ¶ added in v0.2.0

func (o *CreateOrganizationCustomFieldRequest) HasPlaceholder() bool

HasPlaceholder returns a boolean if a field has been set.

func (*CreateOrganizationCustomFieldRequest) HasTitle ¶

HasTitle returns a boolean if a field has been set.

func (CreateOrganizationCustomFieldRequest) MarshalJSON ¶

func (o CreateOrganizationCustomFieldRequest) MarshalJSON() ([]byte, error)

func (*CreateOrganizationCustomFieldRequest) SetDescription ¶

func (o *CreateOrganizationCustomFieldRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateOrganizationCustomFieldRequest) SetName ¶

SetName sets field value

func (*CreateOrganizationCustomFieldRequest) SetOptions ¶ added in v0.2.0

func (o *CreateOrganizationCustomFieldRequest) SetOptions(v []string)

SetOptions gets a reference to the given []string and assigns it to the Options field.

func (*CreateOrganizationCustomFieldRequest) SetPlaceholder ¶ added in v0.2.0

func (o *CreateOrganizationCustomFieldRequest) SetPlaceholder(v string)

SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.

func (*CreateOrganizationCustomFieldRequest) SetTitle ¶

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*CreateOrganizationCustomFieldRequest) SetType ¶

SetType sets field value

func (CreateOrganizationCustomFieldRequest) ToMap ¶

func (o CreateOrganizationCustomFieldRequest) ToMap() (map[string]interface{}, error)

type CreateOrganizationTeamRequest ¶

type CreateOrganizationTeamRequest struct {
	Title   string   `json:"title"`
	Members []string `json:"members,omitempty"`
}

CreateOrganizationTeamRequest struct for CreateOrganizationTeamRequest

func NewCreateOrganizationTeamRequest ¶

func NewCreateOrganizationTeamRequest(title string) *CreateOrganizationTeamRequest

NewCreateOrganizationTeamRequest instantiates a new CreateOrganizationTeamRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationTeamRequestWithDefaults ¶

func NewCreateOrganizationTeamRequestWithDefaults() *CreateOrganizationTeamRequest

NewCreateOrganizationTeamRequestWithDefaults instantiates a new CreateOrganizationTeamRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationTeamRequest) GetMembers ¶

func (o *CreateOrganizationTeamRequest) GetMembers() []string

GetMembers returns the Members field value if set, zero value otherwise.

func (*CreateOrganizationTeamRequest) GetMembersOk ¶

func (o *CreateOrganizationTeamRequest) GetMembersOk() ([]string, bool)

GetMembersOk returns a tuple with the Members field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateOrganizationTeamRequest) GetTitle ¶

func (o *CreateOrganizationTeamRequest) GetTitle() string

GetTitle returns the Title field value

func (*CreateOrganizationTeamRequest) GetTitleOk ¶

func (o *CreateOrganizationTeamRequest) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*CreateOrganizationTeamRequest) HasMembers ¶

func (o *CreateOrganizationTeamRequest) HasMembers() bool

HasMembers returns a boolean if a field has been set.

func (CreateOrganizationTeamRequest) MarshalJSON ¶

func (o CreateOrganizationTeamRequest) MarshalJSON() ([]byte, error)

func (*CreateOrganizationTeamRequest) SetMembers ¶

func (o *CreateOrganizationTeamRequest) SetMembers(v []string)

SetMembers gets a reference to the given []string and assigns it to the Members field.

func (*CreateOrganizationTeamRequest) SetTitle ¶

func (o *CreateOrganizationTeamRequest) SetTitle(v string)

SetTitle sets field value

func (CreateOrganizationTeamRequest) ToMap ¶

func (o CreateOrganizationTeamRequest) ToMap() (map[string]interface{}, error)

type CreateSpaceRelationRequest ¶

type CreateSpaceRelationRequest struct {
	// ID of the other space
	Target string            `json:"target"`
	Type   SpaceRelationType `json:"type"`
}

CreateSpaceRelationRequest struct for CreateSpaceRelationRequest

func NewCreateSpaceRelationRequest ¶

func NewCreateSpaceRelationRequest(target string, type_ SpaceRelationType) *CreateSpaceRelationRequest

NewCreateSpaceRelationRequest instantiates a new CreateSpaceRelationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateSpaceRelationRequestWithDefaults ¶

func NewCreateSpaceRelationRequestWithDefaults() *CreateSpaceRelationRequest

NewCreateSpaceRelationRequestWithDefaults instantiates a new CreateSpaceRelationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateSpaceRelationRequest) GetTarget ¶

func (o *CreateSpaceRelationRequest) GetTarget() string

GetTarget returns the Target field value

func (*CreateSpaceRelationRequest) GetTargetOk ¶

func (o *CreateSpaceRelationRequest) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.

func (*CreateSpaceRelationRequest) GetType ¶

GetType returns the Type field value

func (*CreateSpaceRelationRequest) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (CreateSpaceRelationRequest) MarshalJSON ¶

func (o CreateSpaceRelationRequest) MarshalJSON() ([]byte, error)

func (*CreateSpaceRelationRequest) SetTarget ¶

func (o *CreateSpaceRelationRequest) SetTarget(v string)

SetTarget sets field value

func (*CreateSpaceRelationRequest) SetType ¶

SetType sets field value

func (CreateSpaceRelationRequest) ToMap ¶

func (o CreateSpaceRelationRequest) ToMap() (map[string]interface{}, error)

type CustomDomainInfo ¶

type CustomDomainInfo struct {
	Hostname           string                     `json:"hostname"`
	Status             CloudflareHostnameStatus   `json:"status"`
	CreatedAt          string                     `json:"createdAt"`
	Ssl                *CloudflareHostnameTLSInfo `json:"ssl,omitempty"`
	VerificationErrors []string                   `json:"verificationErrors"`
}

CustomDomainInfo Cloudflare Custom Domain's information

func NewCustomDomainInfo ¶

func NewCustomDomainInfo(hostname string, status CloudflareHostnameStatus, createdAt string, verificationErrors []string) *CustomDomainInfo

NewCustomDomainInfo instantiates a new CustomDomainInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCustomDomainInfoWithDefaults ¶

func NewCustomDomainInfoWithDefaults() *CustomDomainInfo

NewCustomDomainInfoWithDefaults instantiates a new CustomDomainInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CustomDomainInfo) GetCreatedAt ¶

func (o *CustomDomainInfo) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*CustomDomainInfo) GetCreatedAtOk ¶

func (o *CustomDomainInfo) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*CustomDomainInfo) GetHostname ¶

func (o *CustomDomainInfo) GetHostname() string

GetHostname returns the Hostname field value

func (*CustomDomainInfo) GetHostnameOk ¶

func (o *CustomDomainInfo) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (*CustomDomainInfo) GetSsl ¶

GetSsl returns the Ssl field value if set, zero value otherwise.

func (*CustomDomainInfo) GetSslOk ¶

GetSslOk returns a tuple with the Ssl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomDomainInfo) GetStatus ¶

GetStatus returns the Status field value

func (*CustomDomainInfo) GetStatusOk ¶

func (o *CustomDomainInfo) GetStatusOk() (*CloudflareHostnameStatus, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*CustomDomainInfo) GetVerificationErrors ¶

func (o *CustomDomainInfo) GetVerificationErrors() []string

GetVerificationErrors returns the VerificationErrors field value

func (*CustomDomainInfo) GetVerificationErrorsOk ¶

func (o *CustomDomainInfo) GetVerificationErrorsOk() ([]string, bool)

GetVerificationErrorsOk returns a tuple with the VerificationErrors field value and a boolean to check if the value has been set.

func (*CustomDomainInfo) HasSsl ¶

func (o *CustomDomainInfo) HasSsl() bool

HasSsl returns a boolean if a field has been set.

func (CustomDomainInfo) MarshalJSON ¶

func (o CustomDomainInfo) MarshalJSON() ([]byte, error)

func (*CustomDomainInfo) SetCreatedAt ¶

func (o *CustomDomainInfo) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*CustomDomainInfo) SetHostname ¶

func (o *CustomDomainInfo) SetHostname(v string)

SetHostname sets field value

func (*CustomDomainInfo) SetSsl ¶

SetSsl gets a reference to the given CloudflareHostnameTLSInfo and assigns it to the Ssl field.

func (*CustomDomainInfo) SetStatus ¶

SetStatus sets field value

func (*CustomDomainInfo) SetVerificationErrors ¶

func (o *CustomDomainInfo) SetVerificationErrors(v []string)

SetVerificationErrors sets field value

func (CustomDomainInfo) ToMap ¶

func (o CustomDomainInfo) ToMap() (map[string]interface{}, error)

type CustomField ¶

type CustomField struct {
	Id          string          `json:"id"`
	Name        string          `json:"name"`
	Title       string          `json:"title"`
	Description string          `json:"description"`
	Type        CustomFieldType `json:"type"`
	Placeholder string          `json:"placeholder"`
	Options     []string        `json:"options,omitempty"`
	CreatedAt   string          `json:"createdAt"`
	UpdatedAt   string          `json:"updatedAt"`
	Urls        CustomFieldUrls `json:"urls"`
}

CustomField Custom field

func NewCustomField ¶

func NewCustomField(id string, name string, title string, description string, type_ CustomFieldType, placeholder string, createdAt string, updatedAt string, urls CustomFieldUrls) *CustomField

NewCustomField instantiates a new CustomField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCustomFieldWithDefaults ¶

func NewCustomFieldWithDefaults() *CustomField

NewCustomFieldWithDefaults instantiates a new CustomField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CustomField) GetCreatedAt ¶

func (o *CustomField) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*CustomField) GetCreatedAtOk ¶

func (o *CustomField) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*CustomField) GetDescription ¶

func (o *CustomField) GetDescription() string

GetDescription returns the Description field value

func (*CustomField) GetDescriptionOk ¶

func (o *CustomField) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*CustomField) GetId ¶

func (o *CustomField) GetId() string

GetId returns the Id field value

func (*CustomField) GetIdOk ¶

func (o *CustomField) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CustomField) GetName ¶

func (o *CustomField) GetName() string

GetName returns the Name field value

func (*CustomField) GetNameOk ¶

func (o *CustomField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CustomField) GetOptions ¶ added in v0.2.0

func (o *CustomField) GetOptions() []string

GetOptions returns the Options field value if set, zero value otherwise.

func (*CustomField) GetOptionsOk ¶ added in v0.2.0

func (o *CustomField) GetOptionsOk() ([]string, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomField) GetPlaceholder ¶ added in v0.2.0

func (o *CustomField) GetPlaceholder() string

GetPlaceholder returns the Placeholder field value

func (*CustomField) GetPlaceholderOk ¶ added in v0.2.0

func (o *CustomField) GetPlaceholderOk() (*string, bool)

GetPlaceholderOk returns a tuple with the Placeholder field value and a boolean to check if the value has been set.

func (*CustomField) GetTitle ¶

func (o *CustomField) GetTitle() string

GetTitle returns the Title field value

func (*CustomField) GetTitleOk ¶

func (o *CustomField) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*CustomField) GetType ¶

func (o *CustomField) GetType() CustomFieldType

GetType returns the Type field value

func (*CustomField) GetTypeOk ¶

func (o *CustomField) GetTypeOk() (*CustomFieldType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*CustomField) GetUpdatedAt ¶

func (o *CustomField) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*CustomField) GetUpdatedAtOk ¶

func (o *CustomField) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*CustomField) GetUrls ¶

func (o *CustomField) GetUrls() CustomFieldUrls

GetUrls returns the Urls field value

func (*CustomField) GetUrlsOk ¶

func (o *CustomField) GetUrlsOk() (*CustomFieldUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*CustomField) HasOptions ¶ added in v0.2.0

func (o *CustomField) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (CustomField) MarshalJSON ¶

func (o CustomField) MarshalJSON() ([]byte, error)

func (*CustomField) SetCreatedAt ¶

func (o *CustomField) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*CustomField) SetDescription ¶

func (o *CustomField) SetDescription(v string)

SetDescription sets field value

func (*CustomField) SetId ¶

func (o *CustomField) SetId(v string)

SetId sets field value

func (*CustomField) SetName ¶

func (o *CustomField) SetName(v string)

SetName sets field value

func (*CustomField) SetOptions ¶ added in v0.2.0

func (o *CustomField) SetOptions(v []string)

SetOptions gets a reference to the given []string and assigns it to the Options field.

func (*CustomField) SetPlaceholder ¶ added in v0.2.0

func (o *CustomField) SetPlaceholder(v string)

SetPlaceholder sets field value

func (*CustomField) SetTitle ¶

func (o *CustomField) SetTitle(v string)

SetTitle sets field value

func (*CustomField) SetType ¶

func (o *CustomField) SetType(v CustomFieldType)

SetType sets field value

func (*CustomField) SetUpdatedAt ¶

func (o *CustomField) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*CustomField) SetUrls ¶

func (o *CustomField) SetUrls(v CustomFieldUrls)

SetUrls sets field value

func (CustomField) ToMap ¶

func (o CustomField) ToMap() (map[string]interface{}, error)

type CustomFieldType ¶

type CustomFieldType string

CustomFieldType the model 'CustomFieldType'

const (
	CUSTOMFIELDTYPE_TEXT         CustomFieldType = "text"
	CUSTOMFIELDTYPE_NUMBER       CustomFieldType = "number"
	CUSTOMFIELDTYPE_BOOLEAN      CustomFieldType = "boolean"
	CUSTOMFIELDTYPE_TAGS         CustomFieldType = "tags"
	CUSTOMFIELDTYPE_SELECTMULTI  CustomFieldType = "select:multi"
	CUSTOMFIELDTYPE_SELECTSINGLE CustomFieldType = "select:single"
)

List of CustomFieldType

func NewCustomFieldTypeFromValue ¶

func NewCustomFieldTypeFromValue(v string) (*CustomFieldType, error)

NewCustomFieldTypeFromValue returns a pointer to a valid CustomFieldType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CustomFieldType) IsValid ¶

func (v CustomFieldType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CustomFieldType) Ptr ¶

Ptr returns reference to CustomFieldType value

func (*CustomFieldType) UnmarshalJSON ¶

func (v *CustomFieldType) UnmarshalJSON(src []byte) error

type CustomFieldUrls ¶

type CustomFieldUrls struct {
	// URL of the custom field in the API
	Location string `json:"location"`
}

CustomFieldUrls URLs associated with the object

func NewCustomFieldUrls ¶

func NewCustomFieldUrls(location string) *CustomFieldUrls

NewCustomFieldUrls instantiates a new CustomFieldUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCustomFieldUrlsWithDefaults ¶

func NewCustomFieldUrlsWithDefaults() *CustomFieldUrls

NewCustomFieldUrlsWithDefaults instantiates a new CustomFieldUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CustomFieldUrls) GetLocation ¶

func (o *CustomFieldUrls) GetLocation() string

GetLocation returns the Location field value

func (*CustomFieldUrls) GetLocationOk ¶

func (o *CustomFieldUrls) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (CustomFieldUrls) MarshalJSON ¶

func (o CustomFieldUrls) MarshalJSON() ([]byte, error)

func (*CustomFieldUrls) SetLocation ¶

func (o *CustomFieldUrls) SetLocation(v string)

SetLocation sets field value

func (CustomFieldUrls) ToMap ¶

func (o CustomFieldUrls) ToMap() (map[string]interface{}, error)

type CustomFieldValue ¶

type CustomFieldValue struct {
	ArrayOfString *[]string
	Bool          *bool
	Float32       *float32
	String        *string
}

CustomFieldValue - struct for CustomFieldValue

func ArrayOfStringAsCustomFieldValue ¶ added in v0.2.0

func ArrayOfStringAsCustomFieldValue(v *[]string) CustomFieldValue

[]stringAsCustomFieldValue is a convenience function that returns []string wrapped in CustomFieldValue

func BoolAsCustomFieldValue ¶

func BoolAsCustomFieldValue(v *bool) CustomFieldValue

boolAsCustomFieldValue is a convenience function that returns bool wrapped in CustomFieldValue

func Float32AsCustomFieldValue ¶

func Float32AsCustomFieldValue(v *float32) CustomFieldValue

float32AsCustomFieldValue is a convenience function that returns float32 wrapped in CustomFieldValue

func StringAsCustomFieldValue ¶

func StringAsCustomFieldValue(v *string) CustomFieldValue

stringAsCustomFieldValue is a convenience function that returns string wrapped in CustomFieldValue

func (*CustomFieldValue) GetActualInstance ¶

func (obj *CustomFieldValue) GetActualInstance() interface{}

Get the actual instance

func (CustomFieldValue) MarshalJSON ¶

func (src CustomFieldValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CustomFieldValue) UnmarshalJSON ¶

func (dst *CustomFieldValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type CustomFieldValuesInner ¶

type CustomFieldValuesInner struct {
	CustomField CustomField       `json:"customField"`
	Value       *CustomFieldValue `json:"value,omitempty"`
}

CustomFieldValuesInner struct for CustomFieldValuesInner

func NewCustomFieldValuesInner ¶

func NewCustomFieldValuesInner(customField CustomField) *CustomFieldValuesInner

NewCustomFieldValuesInner instantiates a new CustomFieldValuesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCustomFieldValuesInnerWithDefaults ¶

func NewCustomFieldValuesInnerWithDefaults() *CustomFieldValuesInner

NewCustomFieldValuesInnerWithDefaults instantiates a new CustomFieldValuesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CustomFieldValuesInner) GetCustomField ¶

func (o *CustomFieldValuesInner) GetCustomField() CustomField

GetCustomField returns the CustomField field value

func (*CustomFieldValuesInner) GetCustomFieldOk ¶

func (o *CustomFieldValuesInner) GetCustomFieldOk() (*CustomField, bool)

GetCustomFieldOk returns a tuple with the CustomField field value and a boolean to check if the value has been set.

func (*CustomFieldValuesInner) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise.

func (*CustomFieldValuesInner) GetValueOk ¶

func (o *CustomFieldValuesInner) GetValueOk() (*CustomFieldValue, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CustomFieldValuesInner) HasValue ¶

func (o *CustomFieldValuesInner) HasValue() bool

HasValue returns a boolean if a field has been set.

func (CustomFieldValuesInner) MarshalJSON ¶

func (o CustomFieldValuesInner) MarshalJSON() ([]byte, error)

func (*CustomFieldValuesInner) SetCustomField ¶

func (o *CustomFieldValuesInner) SetCustomField(v CustomField)

SetCustomField sets field value

func (*CustomFieldValuesInner) SetValue ¶

SetValue gets a reference to the given CustomFieldValue and assigns it to the Value field.

func (CustomFieldValuesInner) ToMap ¶

func (o CustomFieldValuesInner) ToMap() (map[string]interface{}, error)

type DefaultApiAskQueryInSpaceRequest ¶

type DefaultApiAskQueryInSpaceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiAskQueryInSpaceRequest) Execute ¶

func (DefaultApiAskQueryInSpaceRequest) SearchAIQuery ¶

type DefaultApiAskQueryInSpaceWithGetRequest ¶

type DefaultApiAskQueryInSpaceWithGetRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiAskQueryInSpaceWithGetRequest) Execute ¶

func (DefaultApiAskQueryInSpaceWithGetRequest) Query ¶

type DefaultApiAskQueryRequest ¶

type DefaultApiAskQueryRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiAskQueryRequest) Execute ¶

func (DefaultApiAskQueryRequest) SearchAIQuery ¶

func (r DefaultApiAskQueryRequest) SearchAIQuery(searchAIQuery SearchAIQuery) DefaultApiAskQueryRequest

type DefaultApiAskQueryWithGetRequest ¶

type DefaultApiAskQueryWithGetRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiAskQueryWithGetRequest) Execute ¶

func (DefaultApiAskQueryWithGetRequest) Query ¶

type DefaultApiGetCurrentRevisionRequest ¶

type DefaultApiGetCurrentRevisionRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiGetCurrentRevisionRequest) Execute ¶

type DefaultApiGetPageByIdRequest ¶

type DefaultApiGetPageByIdRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiGetPageByIdRequest) Execute ¶

func (DefaultApiGetPageByIdRequest) Format ¶

Output format for the content.

type DefaultApiGetPageByPathRequest ¶

type DefaultApiGetPageByPathRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiGetPageByPathRequest) Execute ¶

func (DefaultApiGetPageByPathRequest) Format ¶

Output format for the content.

type DefaultApiGetPageInChangeRequestByIdRequest ¶

type DefaultApiGetPageInChangeRequestByIdRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiGetPageInChangeRequestByIdRequest) Execute ¶

func (DefaultApiGetPageInChangeRequestByIdRequest) Format ¶

Output format for the content.

type DefaultApiGetPageInChangeRequestByPathRequest ¶

type DefaultApiGetPageInChangeRequestByPathRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiGetPageInChangeRequestByPathRequest) Execute ¶

func (DefaultApiGetPageInChangeRequestByPathRequest) Format ¶

Output format for the content.

type DefaultApiGetPageInRevisionByIdRequest ¶

type DefaultApiGetPageInRevisionByIdRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiGetPageInRevisionByIdRequest) Execute ¶

func (DefaultApiGetPageInRevisionByIdRequest) Format ¶

Output format for the content.

type DefaultApiGetPageInRevisionByPathRequest ¶

type DefaultApiGetPageInRevisionByPathRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiGetPageInRevisionByPathRequest) Execute ¶

func (DefaultApiGetPageInRevisionByPathRequest) Format ¶

Output format for the content.

type DefaultApiGetRecommendedQuestionsInSpaceRequest ¶

type DefaultApiGetRecommendedQuestionsInSpaceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiGetRecommendedQuestionsInSpaceRequest) Execute ¶

type DefaultApiGetRecommendedQuestionsRequest ¶

type DefaultApiGetRecommendedQuestionsRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiGetRecommendedQuestionsRequest) Execute ¶

func (DefaultApiGetRecommendedQuestionsRequest) GetRecommendedQuestionsRequest ¶

func (r DefaultApiGetRecommendedQuestionsRequest) GetRecommendedQuestionsRequest(getRecommendedQuestionsRequest GetRecommendedQuestionsRequest) DefaultApiGetRecommendedQuestionsRequest

type DefaultApiGetRevisionByIdRequest ¶

type DefaultApiGetRevisionByIdRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiGetRevisionByIdRequest) Execute ¶

type DefaultApiGetRevisionOfChangeRequestByIdRequest ¶

type DefaultApiGetRevisionOfChangeRequestByIdRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiGetRevisionOfChangeRequestByIdRequest) Execute ¶

type DefaultApiImportContentInChangeRequestPageByIdRequest ¶

type DefaultApiImportContentInChangeRequestPageByIdRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiImportContentInChangeRequestPageByIdRequest) Execute ¶

func (DefaultApiImportContentInChangeRequestPageByIdRequest) RequestImportContent ¶

type DefaultApiImportContentInChangeRequestRequest ¶

type DefaultApiImportContentInChangeRequestRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiImportContentInChangeRequestRequest) Execute ¶

func (DefaultApiImportContentInChangeRequestRequest) RequestImportContent ¶

type DefaultApiImportContentInPageByIdRequest ¶

type DefaultApiImportContentInPageByIdRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiImportContentInPageByIdRequest) Execute ¶

func (DefaultApiImportContentInPageByIdRequest) RequestImportContent ¶

type DefaultApiImportContentRequest ¶

type DefaultApiImportContentRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiImportContentRequest) Execute ¶

func (DefaultApiImportContentRequest) RequestImportContent ¶

func (r DefaultApiImportContentRequest) RequestImportContent(requestImportContent RequestImportContent) DefaultApiImportContentRequest

type DefaultApiInstallIntegrationOnSpaceRequest ¶

type DefaultApiInstallIntegrationOnSpaceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiInstallIntegrationOnSpaceRequest) Execute ¶

func (DefaultApiInstallIntegrationOnSpaceRequest) InstallIntegrationOnSpaceRequest ¶

func (r DefaultApiInstallIntegrationOnSpaceRequest) InstallIntegrationOnSpaceRequest(installIntegrationOnSpaceRequest InstallIntegrationOnSpaceRequest) DefaultApiInstallIntegrationOnSpaceRequest

type DefaultApiListFilesInChangeRequestByIdRequest ¶

type DefaultApiListFilesInChangeRequestByIdRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiListFilesInChangeRequestByIdRequest) Execute ¶

func (DefaultApiListFilesInChangeRequestByIdRequest) Limit ¶

The number of results per page

func (DefaultApiListFilesInChangeRequestByIdRequest) Page ¶

Identifier of the page results to fetch.

type DefaultApiListFilesInRevisionByIdRequest ¶

type DefaultApiListFilesInRevisionByIdRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiListFilesInRevisionByIdRequest) Execute ¶

func (DefaultApiListFilesInRevisionByIdRequest) Limit ¶

The number of results per page

func (DefaultApiListFilesInRevisionByIdRequest) Page ¶

Identifier of the page results to fetch.

type DefaultApiListFilesRequest ¶

type DefaultApiListFilesRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiListFilesRequest) Execute ¶

func (DefaultApiListFilesRequest) Limit ¶

The number of results per page

func (DefaultApiListFilesRequest) Page ¶

Identifier of the page results to fetch.

type DefaultApiRenderIntegrationUIWithGetRequest ¶

type DefaultApiRenderIntegrationUIWithGetRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiRenderIntegrationUIWithGetRequest) Execute ¶

func (DefaultApiRenderIntegrationUIWithGetRequest) Request ¶

LZ-string compressed JSON request

type DefaultApiRenderIntegrationUIWithPostRequest ¶

type DefaultApiRenderIntegrationUIWithPostRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiRenderIntegrationUIWithPostRequest) Execute ¶

func (DefaultApiRenderIntegrationUIWithPostRequest) RequestRenderIntegrationUI ¶

type DefaultApiSearchSpaceContentRequest ¶

type DefaultApiSearchSpaceContentRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiSearchSpaceContentRequest) Execute ¶

func (DefaultApiSearchSpaceContentRequest) Limit ¶

The number of results per page

func (DefaultApiSearchSpaceContentRequest) Page ¶

Identifier of the page results to fetch.

func (DefaultApiSearchSpaceContentRequest) Query ¶

type DefaultApiService ¶

type DefaultApiService service

DefaultApiService DefaultApi service

func (*DefaultApiService) AskQuery ¶

AskQuery Ask a question to an AI across spaces that is accessible by the currently authenticated target.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return DefaultApiAskQueryRequest

func (*DefaultApiService) AskQueryExecute ¶

Execute executes the request

@return AskQueryWithGet200Response

func (*DefaultApiService) AskQueryInSpace ¶

func (a *DefaultApiService) AskQueryInSpace(ctx context.Context, spaceId string) DefaultApiAskQueryInSpaceRequest

AskQueryInSpace Ask a question to an AI within the context of the space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return DefaultApiAskQueryInSpaceRequest

func (*DefaultApiService) AskQueryInSpaceExecute ¶

Execute executes the request

@return AskQueryWithGet200Response

func (*DefaultApiService) AskQueryInSpaceWithGet ¶

func (a *DefaultApiService) AskQueryInSpaceWithGet(ctx context.Context, spaceId string) DefaultApiAskQueryInSpaceWithGetRequest

AskQueryInSpaceWithGet Ask a question to an AI within the context of the space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return DefaultApiAskQueryInSpaceWithGetRequest

Deprecated

func (*DefaultApiService) AskQueryInSpaceWithGetExecute ¶

Execute executes the request

@return AskQueryWithGet200Response

Deprecated

func (*DefaultApiService) AskQueryWithGet ¶

AskQueryWithGet Ask a question to an AI across spaces that is accessible by the currently authenticated target.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return DefaultApiAskQueryWithGetRequest

Deprecated

func (*DefaultApiService) AskQueryWithGetExecute ¶

Execute executes the request

@return AskQueryWithGet200Response

Deprecated

func (*DefaultApiService) GetCurrentRevision ¶

func (a *DefaultApiService) GetCurrentRevision(ctx context.Context, spaceId string) DefaultApiGetCurrentRevisionRequest

GetCurrentRevision Get the current primary content revision for a space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return DefaultApiGetCurrentRevisionRequest

func (*DefaultApiService) GetCurrentRevisionExecute ¶

func (a *DefaultApiService) GetCurrentRevisionExecute(r DefaultApiGetCurrentRevisionRequest) (*Revision, *http.Response, error)

Execute executes the request

@return Revision

func (*DefaultApiService) GetPageById ¶

func (a *DefaultApiService) GetPageById(ctx context.Context, spaceId string, pageId string) DefaultApiGetPageByIdRequest

GetPageById Get a page by its ID in the primary content.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param pageId The unique id of the page
@return DefaultApiGetPageByIdRequest

func (*DefaultApiService) GetPageByIdExecute ¶

Execute executes the request

@return RevisionPage

func (*DefaultApiService) GetPageByPath ¶

func (a *DefaultApiService) GetPageByPath(ctx context.Context, spaceId string, pagePath string) DefaultApiGetPageByPathRequest

GetPageByPath Get a page by its path in the primary content.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param pagePath The path of the page in the revision.
@return DefaultApiGetPageByPathRequest

func (*DefaultApiService) GetPageByPathExecute ¶

Execute executes the request

@return GetPageByPath200Response

func (*DefaultApiService) GetPageInChangeRequestById ¶

GetPageInChangeRequestById Get a page by its ID in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@param pageId The unique id of the page
@return DefaultApiGetPageInChangeRequestByIdRequest

func (*DefaultApiService) GetPageInChangeRequestByIdExecute ¶

func (a *DefaultApiService) GetPageInChangeRequestByIdExecute(r DefaultApiGetPageInChangeRequestByIdRequest) (*RevisionPage, *http.Response, error)

Execute executes the request

@return RevisionPage

func (*DefaultApiService) GetPageInChangeRequestByPath ¶

func (a *DefaultApiService) GetPageInChangeRequestByPath(ctx context.Context, spaceId string, changeRequestId GetChangeRequestByIdChangeRequestIdParameter, pagePath string) DefaultApiGetPageInChangeRequestByPathRequest

GetPageInChangeRequestByPath Get a page by its path in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@param pagePath The path of the page in the revision.
@return DefaultApiGetPageInChangeRequestByPathRequest

func (*DefaultApiService) GetPageInChangeRequestByPathExecute ¶

Execute executes the request

@return GetPageByPath200Response

func (*DefaultApiService) GetPageInRevisionById ¶

func (a *DefaultApiService) GetPageInRevisionById(ctx context.Context, spaceId string, revisionId string, pageId string) DefaultApiGetPageInRevisionByIdRequest

GetPageInRevisionById Get a page by its ID in a revision.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param revisionId The unique id of the revision
@param pageId The unique id of the page
@return DefaultApiGetPageInRevisionByIdRequest

func (*DefaultApiService) GetPageInRevisionByIdExecute ¶

Execute executes the request

@return RevisionPage

func (*DefaultApiService) GetPageInRevisionByPath ¶

func (a *DefaultApiService) GetPageInRevisionByPath(ctx context.Context, spaceId string, revisionId string, pagePath string) DefaultApiGetPageInRevisionByPathRequest

GetPageInRevisionByPath Get a page by its path in a revision.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param revisionId The unique id of the revision
@param pagePath The path of the page in the revision.
@return DefaultApiGetPageInRevisionByPathRequest

func (*DefaultApiService) GetPageInRevisionByPathExecute ¶

Execute executes the request

@return GetPageByPath200Response

func (*DefaultApiService) GetRecommendedQuestions ¶

GetRecommendedQuestions Get a list of questions recommended by AI for a list of content.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return DefaultApiGetRecommendedQuestionsRequest

func (*DefaultApiService) GetRecommendedQuestionsExecute ¶

Execute executes the request

@return SearchAIRecommendedQuestions

func (*DefaultApiService) GetRecommendedQuestionsInSpace ¶

func (a *DefaultApiService) GetRecommendedQuestionsInSpace(ctx context.Context, spaceId string) DefaultApiGetRecommendedQuestionsInSpaceRequest

GetRecommendedQuestionsInSpace Get a list of questions that can be asked in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return DefaultApiGetRecommendedQuestionsInSpaceRequest

func (*DefaultApiService) GetRecommendedQuestionsInSpaceExecute ¶

Execute executes the request

@return SearchAIRecommendedQuestions

func (*DefaultApiService) GetRevisionById ¶

func (a *DefaultApiService) GetRevisionById(ctx context.Context, spaceId string, revisionId string) DefaultApiGetRevisionByIdRequest

GetRevisionById Get a specific revision in a space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param revisionId The unique id of the revision
@return DefaultApiGetRevisionByIdRequest

func (*DefaultApiService) GetRevisionByIdExecute ¶

Execute executes the request

@return Revision

func (*DefaultApiService) GetRevisionOfChangeRequestById ¶

GetRevisionOfChangeRequestById Get the latest content revision for a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return DefaultApiGetRevisionOfChangeRequestByIdRequest

func (*DefaultApiService) GetRevisionOfChangeRequestByIdExecute ¶

func (a *DefaultApiService) GetRevisionOfChangeRequestByIdExecute(r DefaultApiGetRevisionOfChangeRequestByIdRequest) (*Revision, *http.Response, error)

Execute executes the request

@return Revision

func (*DefaultApiService) ImportContent ¶

ImportContent Import content in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return DefaultApiImportContentRequest

func (*DefaultApiService) ImportContentExecute ¶

Execute executes the request

@return ImportContentResult

func (*DefaultApiService) ImportContentInChangeRequest ¶

ImportContentInChangeRequest Import content in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return DefaultApiImportContentInChangeRequestRequest

func (*DefaultApiService) ImportContentInChangeRequestExecute ¶

Execute executes the request

@return ImportContentResult

func (*DefaultApiService) ImportContentInChangeRequestPageById ¶

func (a *DefaultApiService) ImportContentInChangeRequestPageById(ctx context.Context, spaceId string, changeRequestId GetChangeRequestByIdChangeRequestIdParameter, pageId string) DefaultApiImportContentInChangeRequestPageByIdRequest

ImportContentInChangeRequestPageById Import external content into a page of a change-request by its ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@param pageId The unique id of the page
@return DefaultApiImportContentInChangeRequestPageByIdRequest

func (*DefaultApiService) ImportContentInChangeRequestPageByIdExecute ¶

Execute executes the request

@return ImportContentResult

func (*DefaultApiService) ImportContentInPageById ¶

func (a *DefaultApiService) ImportContentInPageById(ctx context.Context, spaceId string, pageId string) DefaultApiImportContentInPageByIdRequest

ImportContentInPageById Import external content into a page by its ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param pageId The unique id of the page
@return DefaultApiImportContentInPageByIdRequest

func (*DefaultApiService) ImportContentInPageByIdExecute ¶

Execute executes the request

@return ImportContentResult

func (*DefaultApiService) InstallIntegrationOnSpace ¶

func (a *DefaultApiService) InstallIntegrationOnSpace(ctx context.Context, integrationName string, installationId string) DefaultApiInstallIntegrationOnSpaceRequest

InstallIntegrationOnSpace Install integration on a space using an existing installation

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@param installationId Identifier of the installation
@return DefaultApiInstallIntegrationOnSpaceRequest

func (*DefaultApiService) InstallIntegrationOnSpaceExecute ¶

Execute executes the request

@return IntegrationSpaceInstallation

func (*DefaultApiService) ListFiles ¶

ListFiles List all files for the latest primary revision content for a space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return DefaultApiListFilesRequest

func (*DefaultApiService) ListFilesExecute ¶

Execute executes the request

@return ListFiles200Response

func (*DefaultApiService) ListFilesInChangeRequestById ¶

ListFilesInChangeRequestById List all files in the latest content of the change-request

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return DefaultApiListFilesInChangeRequestByIdRequest

func (*DefaultApiService) ListFilesInChangeRequestByIdExecute ¶

Execute executes the request

@return ListFiles200Response

func (*DefaultApiService) ListFilesInRevisionById ¶

func (a *DefaultApiService) ListFilesInRevisionById(ctx context.Context, spaceId string, revisionId string) DefaultApiListFilesInRevisionByIdRequest

ListFilesInRevisionById List all files in a revision

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param revisionId The unique id of the revision
@return DefaultApiListFilesInRevisionByIdRequest

func (*DefaultApiService) ListFilesInRevisionByIdExecute ¶

Execute executes the request

@return ListFiles200Response

func (*DefaultApiService) RenderIntegrationUIWithGet ¶

func (a *DefaultApiService) RenderIntegrationUIWithGet(ctx context.Context, integrationName string) DefaultApiRenderIntegrationUIWithGetRequest

RenderIntegrationUIWithGet Render an integration UI in the context of an installation.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@return DefaultApiRenderIntegrationUIWithGetRequest

func (*DefaultApiService) RenderIntegrationUIWithGetExecute ¶

Execute executes the request

@return ContentKitRenderOutput

func (*DefaultApiService) RenderIntegrationUIWithPost ¶

func (a *DefaultApiService) RenderIntegrationUIWithPost(ctx context.Context, integrationName string) DefaultApiRenderIntegrationUIWithPostRequest

RenderIntegrationUIWithPost Render an integration UI in the context of an installation.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@return DefaultApiRenderIntegrationUIWithPostRequest

func (*DefaultApiService) RenderIntegrationUIWithPostExecute ¶

Execute executes the request

@return ContentKitRenderOutput

func (*DefaultApiService) SearchSpaceContent ¶

func (a *DefaultApiService) SearchSpaceContent(ctx context.Context, spaceId string) DefaultApiSearchSpaceContentRequest

SearchSpaceContent Search content in a space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return DefaultApiSearchSpaceContentRequest

func (*DefaultApiService) SearchSpaceContentExecute ¶

Execute executes the request

@return SearchSpaceContent200Response

func (*DefaultApiService) UninstallIntegrationFromSpace ¶

func (a *DefaultApiService) UninstallIntegrationFromSpace(ctx context.Context, integrationName string, installationId string, spaceId string) DefaultApiUninstallIntegrationFromSpaceRequest

UninstallIntegrationFromSpace Uninstall the integration from a space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@param installationId Identifier of the installation
@param spaceId The unique id of the space
@return DefaultApiUninstallIntegrationFromSpaceRequest

func (*DefaultApiService) UninstallIntegrationFromSpaceExecute ¶

func (a *DefaultApiService) UninstallIntegrationFromSpaceExecute(r DefaultApiUninstallIntegrationFromSpaceRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) UpdateIntegrationSpaceInstallation ¶

func (a *DefaultApiService) UpdateIntegrationSpaceInstallation(ctx context.Context, integrationName string, installationId string, spaceId string) DefaultApiUpdateIntegrationSpaceInstallationRequest

UpdateIntegrationSpaceInstallation Update external IDs and configurations of an integration's installation for a space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@param installationId Identifier of the installation
@param spaceId The unique id of the space
@return DefaultApiUpdateIntegrationSpaceInstallationRequest

func (*DefaultApiService) UpdateIntegrationSpaceInstallationExecute ¶

Execute executes the request

@return IntegrationSpaceInstallation

type DefaultApiUninstallIntegrationFromSpaceRequest ¶

type DefaultApiUninstallIntegrationFromSpaceRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiUninstallIntegrationFromSpaceRequest) Execute ¶

type DefaultApiUpdateIntegrationSpaceInstallationRequest ¶

type DefaultApiUpdateIntegrationSpaceInstallationRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (DefaultApiUpdateIntegrationSpaceInstallationRequest) Execute ¶

func (DefaultApiUpdateIntegrationSpaceInstallationRequest) RequestUpdateIntegrationInstallation ¶

type Document ¶

type Document struct {
	JSONDocument     *JSONDocument
	MarkdownDocument *MarkdownDocument
	Properties       *map[string]interface{}
}

Document - struct for Document

func JSONDocumentAsDocument ¶

func JSONDocumentAsDocument(v *JSONDocument) Document

JSONDocumentAsDocument is a convenience function that returns JSONDocument wrapped in Document

func MarkdownDocumentAsDocument ¶

func MarkdownDocumentAsDocument(v *MarkdownDocument) Document

MarkdownDocumentAsDocument is a convenience function that returns MarkdownDocument wrapped in Document

func PropertiesAsDocument ¶

func PropertiesAsDocument(v *map[string]interface{}) Document

map[string]interface{}AsDocument is a convenience function that returns map[string]interface{} wrapped in Document

func (*Document) GetActualInstance ¶

func (obj *Document) GetActualInstance() interface{}

Get the actual instance

func (Document) MarshalJSON ¶

func (src Document) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Document) UnmarshalJSON ¶

func (dst *Document) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type DsyncApiListDirectorySyncGroupsRequest ¶

type DsyncApiListDirectorySyncGroupsRequest struct {
	ApiService *DsyncApiService
	// contains filtered or unexported fields
}

func (DsyncApiListDirectorySyncGroupsRequest) Execute ¶

type DsyncApiService ¶

type DsyncApiService service

DsyncApiService DsyncApi service

func (*DsyncApiService) ListDirectorySyncGroups ¶

func (a *DsyncApiService) ListDirectorySyncGroups(ctx context.Context, organizationId string) DsyncApiListDirectorySyncGroupsRequest

ListDirectorySyncGroups Lists the groups exposed to the synced Directory on an organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return DsyncApiListDirectorySyncGroupsRequest

func (*DsyncApiService) ListDirectorySyncGroupsExecute ¶

Execute executes the request

@return ListDirectorySyncGroups200Response

func (*DsyncApiService) SetupDirectorySync ¶

func (a *DsyncApiService) SetupDirectorySync(ctx context.Context, organizationId string) DsyncApiSetupDirectorySyncRequest

SetupDirectorySync Set up Directory Sync in an organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return DsyncApiSetupDirectorySyncRequest

func (*DsyncApiService) SetupDirectorySyncExecute ¶

Execute executes the request

@return SetupDirectorySync200Response

func (*DsyncApiService) SyncDirectorySyncGroupsToTeams ¶

func (a *DsyncApiService) SyncDirectorySyncGroupsToTeams(ctx context.Context, organizationId string) DsyncApiSyncDirectorySyncGroupsToTeamsRequest

SyncDirectorySyncGroupsToTeams Syncs a list of group/team unique identifiers pairs together.

Each pair will lead the team being synced to the group (unless it is already synced to another) and the members of the group will then be synced to the team. Each sync is independent, the endpoint will still succeed if some of the syncs fail. Check the response to know more about the success or failure of the entire sync.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return DsyncApiSyncDirectorySyncGroupsToTeamsRequest

func (*DsyncApiService) SyncDirectorySyncGroupsToTeamsExecute ¶

Execute executes the request

@return SyncDirectorySyncGroupsToTeams200Response

type DsyncApiSetupDirectorySyncRequest ¶

type DsyncApiSetupDirectorySyncRequest struct {
	ApiService *DsyncApiService
	// contains filtered or unexported fields
}

func (DsyncApiSetupDirectorySyncRequest) Execute ¶

type DsyncApiSyncDirectorySyncGroupsToTeamsRequest ¶

type DsyncApiSyncDirectorySyncGroupsToTeamsRequest struct {
	ApiService *DsyncApiService
	// contains filtered or unexported fields
}

func (DsyncApiSyncDirectorySyncGroupsToTeamsRequest) Execute ¶

func (DsyncApiSyncDirectorySyncGroupsToTeamsRequest) SyncDirectorySyncGroupsToTeamsRequest ¶

func (r DsyncApiSyncDirectorySyncGroupsToTeamsRequest) SyncDirectorySyncGroupsToTeamsRequest(syncDirectorySyncGroupsToTeamsRequest SyncDirectorySyncGroupsToTeamsRequest) DsyncApiSyncDirectorySyncGroupsToTeamsRequest

type EmojiReaction ¶

type EmojiReaction struct {
	// The Emoji of the reaction
	Emoji string `json:"emoji"`
	// The number of users who reacted with this emoji
	Count float32 `json:"count"`
	// The users who reacted with this emoji
	Users []EmojiReactionUsersInner `json:"users"`
}

EmojiReaction An emoji reaction by one or many users

func NewEmojiReaction ¶

func NewEmojiReaction(emoji string, count float32, users []EmojiReactionUsersInner) *EmojiReaction

NewEmojiReaction instantiates a new EmojiReaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEmojiReactionWithDefaults ¶

func NewEmojiReactionWithDefaults() *EmojiReaction

NewEmojiReactionWithDefaults instantiates a new EmojiReaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EmojiReaction) GetCount ¶

func (o *EmojiReaction) GetCount() float32

GetCount returns the Count field value

func (*EmojiReaction) GetCountOk ¶

func (o *EmojiReaction) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*EmojiReaction) GetEmoji ¶

func (o *EmojiReaction) GetEmoji() string

GetEmoji returns the Emoji field value

func (*EmojiReaction) GetEmojiOk ¶

func (o *EmojiReaction) GetEmojiOk() (*string, bool)

GetEmojiOk returns a tuple with the Emoji field value and a boolean to check if the value has been set.

func (*EmojiReaction) GetUsers ¶

func (o *EmojiReaction) GetUsers() []EmojiReactionUsersInner

GetUsers returns the Users field value

func (*EmojiReaction) GetUsersOk ¶

func (o *EmojiReaction) GetUsersOk() ([]EmojiReactionUsersInner, bool)

GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.

func (EmojiReaction) MarshalJSON ¶

func (o EmojiReaction) MarshalJSON() ([]byte, error)

func (*EmojiReaction) SetCount ¶

func (o *EmojiReaction) SetCount(v float32)

SetCount sets field value

func (*EmojiReaction) SetEmoji ¶

func (o *EmojiReaction) SetEmoji(v string)

SetEmoji sets field value

func (*EmojiReaction) SetUsers ¶

func (o *EmojiReaction) SetUsers(v []EmojiReactionUsersInner)

SetUsers sets field value

func (EmojiReaction) ToMap ¶

func (o EmojiReaction) ToMap() (map[string]interface{}, error)

type EmojiReactionUsersInner ¶

type EmojiReactionUsersInner struct {
	User      User   `json:"user"`
	ReactedAt string `json:"reactedAt"`
}

EmojiReactionUsersInner struct for EmojiReactionUsersInner

func NewEmojiReactionUsersInner ¶

func NewEmojiReactionUsersInner(user User, reactedAt string) *EmojiReactionUsersInner

NewEmojiReactionUsersInner instantiates a new EmojiReactionUsersInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEmojiReactionUsersInnerWithDefaults ¶

func NewEmojiReactionUsersInnerWithDefaults() *EmojiReactionUsersInner

NewEmojiReactionUsersInnerWithDefaults instantiates a new EmojiReactionUsersInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EmojiReactionUsersInner) GetReactedAt ¶

func (o *EmojiReactionUsersInner) GetReactedAt() string

GetReactedAt returns the ReactedAt field value

func (*EmojiReactionUsersInner) GetReactedAtOk ¶

func (o *EmojiReactionUsersInner) GetReactedAtOk() (*string, bool)

GetReactedAtOk returns a tuple with the ReactedAt field value and a boolean to check if the value has been set.

func (*EmojiReactionUsersInner) GetUser ¶

func (o *EmojiReactionUsersInner) GetUser() User

GetUser returns the User field value

func (*EmojiReactionUsersInner) GetUserOk ¶

func (o *EmojiReactionUsersInner) GetUserOk() (*User, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (EmojiReactionUsersInner) MarshalJSON ¶

func (o EmojiReactionUsersInner) MarshalJSON() ([]byte, error)

func (*EmojiReactionUsersInner) SetReactedAt ¶

func (o *EmojiReactionUsersInner) SetReactedAt(v string)

SetReactedAt sets field value

func (*EmojiReactionUsersInner) SetUser ¶

func (o *EmojiReactionUsersInner) SetUser(v User)

SetUser sets field value

func (EmojiReactionUsersInner) ToMap ¶

func (o EmojiReactionUsersInner) ToMap() (map[string]interface{}, error)

type Entity ¶ added in v0.2.0

type Entity struct {
	// Unique ID of the entity in the context of the integration's entity type
	EntityId string `json:"entityId"`
	// Map of values stored as properties on the entity
	Properties map[string]UpsertEntityPropertiesValue `json:"properties"`
	// Unique ID for the entity in GitBook
	Id string `json:"id"`
	// Type of an entity
	Type string          `json:"type"`
	Urls EntityAllOfUrls `json:"urls"`
}

Entity struct for Entity

func NewEntity ¶ added in v0.2.0

func NewEntity(entityId string, properties map[string]UpsertEntityPropertiesValue, id string, type_ string, urls EntityAllOfUrls) *Entity

NewEntity instantiates a new Entity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntityWithDefaults ¶ added in v0.2.0

func NewEntityWithDefaults() *Entity

NewEntityWithDefaults instantiates a new Entity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Entity) GetEntityId ¶ added in v0.2.0

func (o *Entity) GetEntityId() string

GetEntityId returns the EntityId field value

func (*Entity) GetEntityIdOk ¶ added in v0.2.0

func (o *Entity) GetEntityIdOk() (*string, bool)

GetEntityIdOk returns a tuple with the EntityId field value and a boolean to check if the value has been set.

func (*Entity) GetId ¶ added in v0.2.0

func (o *Entity) GetId() string

GetId returns the Id field value

func (*Entity) GetIdOk ¶ added in v0.2.0

func (o *Entity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Entity) GetProperties ¶ added in v0.2.0

func (o *Entity) GetProperties() map[string]UpsertEntityPropertiesValue

GetProperties returns the Properties field value

func (*Entity) GetPropertiesOk ¶ added in v0.2.0

func (o *Entity) GetPropertiesOk() (*map[string]UpsertEntityPropertiesValue, bool)

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (*Entity) GetType ¶ added in v0.2.0

func (o *Entity) GetType() string

GetType returns the Type field value

func (*Entity) GetTypeOk ¶ added in v0.2.0

func (o *Entity) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*Entity) GetUrls ¶ added in v0.2.0

func (o *Entity) GetUrls() EntityAllOfUrls

GetUrls returns the Urls field value

func (*Entity) GetUrlsOk ¶ added in v0.2.0

func (o *Entity) GetUrlsOk() (*EntityAllOfUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (Entity) MarshalJSON ¶ added in v0.2.0

func (o Entity) MarshalJSON() ([]byte, error)

func (*Entity) SetEntityId ¶ added in v0.2.0

func (o *Entity) SetEntityId(v string)

SetEntityId sets field value

func (*Entity) SetId ¶ added in v0.2.0

func (o *Entity) SetId(v string)

SetId sets field value

func (*Entity) SetProperties ¶ added in v0.2.0

func (o *Entity) SetProperties(v map[string]UpsertEntityPropertiesValue)

SetProperties sets field value

func (*Entity) SetType ¶ added in v0.2.0

func (o *Entity) SetType(v string)

SetType sets field value

func (*Entity) SetUrls ¶ added in v0.2.0

func (o *Entity) SetUrls(v EntityAllOfUrls)

SetUrls sets field value

func (Entity) ToMap ¶ added in v0.2.0

func (o Entity) ToMap() (map[string]interface{}, error)

type EntityAllOf ¶ added in v0.2.0

type EntityAllOf struct {
	// Unique ID for the entity in GitBook
	Id string `json:"id"`
	// Type of an entity
	Type string          `json:"type"`
	Urls EntityAllOfUrls `json:"urls"`
}

EntityAllOf Entity created and managed by an integration, representing an external element.

func NewEntityAllOf ¶ added in v0.2.0

func NewEntityAllOf(id string, type_ string, urls EntityAllOfUrls) *EntityAllOf

NewEntityAllOf instantiates a new EntityAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntityAllOfWithDefaults ¶ added in v0.2.0

func NewEntityAllOfWithDefaults() *EntityAllOf

NewEntityAllOfWithDefaults instantiates a new EntityAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EntityAllOf) GetId ¶ added in v0.2.0

func (o *EntityAllOf) GetId() string

GetId returns the Id field value

func (*EntityAllOf) GetIdOk ¶ added in v0.2.0

func (o *EntityAllOf) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*EntityAllOf) GetType ¶ added in v0.2.0

func (o *EntityAllOf) GetType() string

GetType returns the Type field value

func (*EntityAllOf) GetTypeOk ¶ added in v0.2.0

func (o *EntityAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*EntityAllOf) GetUrls ¶ added in v0.2.0

func (o *EntityAllOf) GetUrls() EntityAllOfUrls

GetUrls returns the Urls field value

func (*EntityAllOf) GetUrlsOk ¶ added in v0.2.0

func (o *EntityAllOf) GetUrlsOk() (*EntityAllOfUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (EntityAllOf) MarshalJSON ¶ added in v0.2.0

func (o EntityAllOf) MarshalJSON() ([]byte, error)

func (*EntityAllOf) SetId ¶ added in v0.2.0

func (o *EntityAllOf) SetId(v string)

SetId sets field value

func (*EntityAllOf) SetType ¶ added in v0.2.0

func (o *EntityAllOf) SetType(v string)

SetType sets field value

func (*EntityAllOf) SetUrls ¶ added in v0.2.0

func (o *EntityAllOf) SetUrls(v EntityAllOfUrls)

SetUrls sets field value

func (EntityAllOf) ToMap ¶ added in v0.2.0

func (o EntityAllOf) ToMap() (map[string]interface{}, error)

type EntityAllOfUrls ¶ added in v0.2.0

type EntityAllOfUrls struct {
	// URL of the entity in the API
	Location string `json:"location"`
}

EntityAllOfUrls URLs associated with the object

func NewEntityAllOfUrls ¶ added in v0.2.0

func NewEntityAllOfUrls(location string) *EntityAllOfUrls

NewEntityAllOfUrls instantiates a new EntityAllOfUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntityAllOfUrlsWithDefaults ¶ added in v0.2.0

func NewEntityAllOfUrlsWithDefaults() *EntityAllOfUrls

NewEntityAllOfUrlsWithDefaults instantiates a new EntityAllOfUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EntityAllOfUrls) GetLocation ¶ added in v0.2.0

func (o *EntityAllOfUrls) GetLocation() string

GetLocation returns the Location field value

func (*EntityAllOfUrls) GetLocationOk ¶ added in v0.2.0

func (o *EntityAllOfUrls) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (EntityAllOfUrls) MarshalJSON ¶ added in v0.2.0

func (o EntityAllOfUrls) MarshalJSON() ([]byte, error)

func (*EntityAllOfUrls) SetLocation ¶ added in v0.2.0

func (o *EntityAllOfUrls) SetLocation(v string)

SetLocation sets field value

func (EntityAllOfUrls) ToMap ¶ added in v0.2.0

func (o EntityAllOfUrls) ToMap() (map[string]interface{}, error)

type EntityPropertySchema ¶ added in v0.2.0

type EntityPropertySchema struct {
	// Name of the property in the object
	Name string `json:"name"`
	// Title displayed to the users
	Title string `json:"title"`
	// Description of the property
	Description *string `json:"description,omitempty"`
	// If true, the property is no longer required and not taken into consideration
	Deprecated *bool                    `json:"deprecated,omitempty"`
	Type       string                   `json:"type"`
	Role       *string                  `json:"role,omitempty"`
	Values     []map[string]interface{} `json:"values"`
	Entity     map[string]interface{}   `json:"entity"`
}

EntityPropertySchema struct for EntityPropertySchema

func NewEntityPropertySchema ¶ added in v0.2.0

func NewEntityPropertySchema(name string, title string, type_ string, values []map[string]interface{}, entity map[string]interface{}) *EntityPropertySchema

NewEntityPropertySchema instantiates a new EntityPropertySchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntityPropertySchemaWithDefaults ¶ added in v0.2.0

func NewEntityPropertySchemaWithDefaults() *EntityPropertySchema

NewEntityPropertySchemaWithDefaults instantiates a new EntityPropertySchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EntityPropertySchema) GetDeprecated ¶ added in v0.2.0

func (o *EntityPropertySchema) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*EntityPropertySchema) GetDeprecatedOk ¶ added in v0.2.0

func (o *EntityPropertySchema) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityPropertySchema) GetDescription ¶ added in v0.2.0

func (o *EntityPropertySchema) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EntityPropertySchema) GetDescriptionOk ¶ added in v0.2.0

func (o *EntityPropertySchema) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityPropertySchema) GetEntity ¶ added in v0.2.0

func (o *EntityPropertySchema) GetEntity() map[string]interface{}

GetEntity returns the Entity field value

func (*EntityPropertySchema) GetEntityOk ¶ added in v0.2.0

func (o *EntityPropertySchema) GetEntityOk() (*map[string]interface{}, bool)

GetEntityOk returns a tuple with the Entity field value and a boolean to check if the value has been set.

func (*EntityPropertySchema) GetName ¶ added in v0.2.0

func (o *EntityPropertySchema) GetName() string

GetName returns the Name field value

func (*EntityPropertySchema) GetNameOk ¶ added in v0.2.0

func (o *EntityPropertySchema) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*EntityPropertySchema) GetRole ¶ added in v0.2.0

func (o *EntityPropertySchema) GetRole() string

GetRole returns the Role field value if set, zero value otherwise.

func (*EntityPropertySchema) GetRoleOk ¶ added in v0.2.0

func (o *EntityPropertySchema) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityPropertySchema) GetTitle ¶ added in v0.2.0

func (o *EntityPropertySchema) GetTitle() string

GetTitle returns the Title field value

func (*EntityPropertySchema) GetTitleOk ¶ added in v0.2.0

func (o *EntityPropertySchema) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*EntityPropertySchema) GetType ¶ added in v0.2.0

func (o *EntityPropertySchema) GetType() string

GetType returns the Type field value

func (*EntityPropertySchema) GetTypeOk ¶ added in v0.2.0

func (o *EntityPropertySchema) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*EntityPropertySchema) GetValues ¶ added in v0.2.0

func (o *EntityPropertySchema) GetValues() []map[string]interface{}

GetValues returns the Values field value

func (*EntityPropertySchema) GetValuesOk ¶ added in v0.2.0

func (o *EntityPropertySchema) GetValuesOk() ([]map[string]interface{}, bool)

GetValuesOk returns a tuple with the Values field value and a boolean to check if the value has been set.

func (*EntityPropertySchema) HasDeprecated ¶ added in v0.2.0

func (o *EntityPropertySchema) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*EntityPropertySchema) HasDescription ¶ added in v0.2.0

func (o *EntityPropertySchema) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*EntityPropertySchema) HasRole ¶ added in v0.2.0

func (o *EntityPropertySchema) HasRole() bool

HasRole returns a boolean if a field has been set.

func (EntityPropertySchema) MarshalJSON ¶ added in v0.2.0

func (o EntityPropertySchema) MarshalJSON() ([]byte, error)

func (*EntityPropertySchema) SetDeprecated ¶ added in v0.2.0

func (o *EntityPropertySchema) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*EntityPropertySchema) SetDescription ¶ added in v0.2.0

func (o *EntityPropertySchema) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EntityPropertySchema) SetEntity ¶ added in v0.2.0

func (o *EntityPropertySchema) SetEntity(v map[string]interface{})

SetEntity sets field value

func (*EntityPropertySchema) SetName ¶ added in v0.2.0

func (o *EntityPropertySchema) SetName(v string)

SetName sets field value

func (*EntityPropertySchema) SetRole ¶ added in v0.2.0

func (o *EntityPropertySchema) SetRole(v string)

SetRole gets a reference to the given string and assigns it to the Role field.

func (*EntityPropertySchema) SetTitle ¶ added in v0.2.0

func (o *EntityPropertySchema) SetTitle(v string)

SetTitle sets field value

func (*EntityPropertySchema) SetType ¶ added in v0.2.0

func (o *EntityPropertySchema) SetType(v string)

SetType sets field value

func (*EntityPropertySchema) SetValues ¶ added in v0.2.0

func (o *EntityPropertySchema) SetValues(v []map[string]interface{})

SetValues sets field value

func (EntityPropertySchema) ToMap ¶ added in v0.2.0

func (o EntityPropertySchema) ToMap() (map[string]interface{}, error)

type EntityPropertySchemaAllOf ¶ added in v0.2.0

type EntityPropertySchemaAllOf struct {
	// Name of the property in the object
	Name string `json:"name"`
	// Title displayed to the users
	Title string `json:"title"`
	// Description of the property
	Description *string `json:"description,omitempty"`
	// If true, the property is no longer required and not taken into consideration
	Deprecated *bool `json:"deprecated,omitempty"`
}

EntityPropertySchemaAllOf struct for EntityPropertySchemaAllOf

func NewEntityPropertySchemaAllOf ¶ added in v0.2.0

func NewEntityPropertySchemaAllOf(name string, title string) *EntityPropertySchemaAllOf

NewEntityPropertySchemaAllOf instantiates a new EntityPropertySchemaAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntityPropertySchemaAllOfWithDefaults ¶ added in v0.2.0

func NewEntityPropertySchemaAllOfWithDefaults() *EntityPropertySchemaAllOf

NewEntityPropertySchemaAllOfWithDefaults instantiates a new EntityPropertySchemaAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EntityPropertySchemaAllOf) GetDeprecated ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*EntityPropertySchemaAllOf) GetDeprecatedOk ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityPropertySchemaAllOf) GetDescription ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*EntityPropertySchemaAllOf) GetDescriptionOk ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityPropertySchemaAllOf) GetName ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) GetName() string

GetName returns the Name field value

func (*EntityPropertySchemaAllOf) GetNameOk ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*EntityPropertySchemaAllOf) GetTitle ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) GetTitle() string

GetTitle returns the Title field value

func (*EntityPropertySchemaAllOf) GetTitleOk ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*EntityPropertySchemaAllOf) HasDeprecated ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*EntityPropertySchemaAllOf) HasDescription ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (EntityPropertySchemaAllOf) MarshalJSON ¶ added in v0.2.0

func (o EntityPropertySchemaAllOf) MarshalJSON() ([]byte, error)

func (*EntityPropertySchemaAllOf) SetDeprecated ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*EntityPropertySchemaAllOf) SetDescription ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*EntityPropertySchemaAllOf) SetName ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) SetName(v string)

SetName sets field value

func (*EntityPropertySchemaAllOf) SetTitle ¶ added in v0.2.0

func (o *EntityPropertySchemaAllOf) SetTitle(v string)

SetTitle sets field value

func (EntityPropertySchemaAllOf) ToMap ¶ added in v0.2.0

func (o EntityPropertySchemaAllOf) ToMap() (map[string]interface{}, error)

type EntityRawSchema ¶ added in v0.2.0

type EntityRawSchema struct {
	// Type of an entity
	Type  string               `json:"type"`
	Title EntityRawSchemaTitle `json:"title"`
	// Ordered list of all properties stored in entities.
	Properties []EntityPropertySchema `json:"properties"`
}

EntityRawSchema Schema for a type of entities

func NewEntityRawSchema ¶ added in v0.2.0

func NewEntityRawSchema(type_ string, title EntityRawSchemaTitle, properties []EntityPropertySchema) *EntityRawSchema

NewEntityRawSchema instantiates a new EntityRawSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntityRawSchemaWithDefaults ¶ added in v0.2.0

func NewEntityRawSchemaWithDefaults() *EntityRawSchema

NewEntityRawSchemaWithDefaults instantiates a new EntityRawSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EntityRawSchema) GetProperties ¶ added in v0.2.0

func (o *EntityRawSchema) GetProperties() []EntityPropertySchema

GetProperties returns the Properties field value

func (*EntityRawSchema) GetPropertiesOk ¶ added in v0.2.0

func (o *EntityRawSchema) GetPropertiesOk() ([]EntityPropertySchema, bool)

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (*EntityRawSchema) GetTitle ¶ added in v0.2.0

func (o *EntityRawSchema) GetTitle() EntityRawSchemaTitle

GetTitle returns the Title field value

func (*EntityRawSchema) GetTitleOk ¶ added in v0.2.0

func (o *EntityRawSchema) GetTitleOk() (*EntityRawSchemaTitle, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*EntityRawSchema) GetType ¶ added in v0.2.0

func (o *EntityRawSchema) GetType() string

GetType returns the Type field value

func (*EntityRawSchema) GetTypeOk ¶ added in v0.2.0

func (o *EntityRawSchema) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (EntityRawSchema) MarshalJSON ¶ added in v0.2.0

func (o EntityRawSchema) MarshalJSON() ([]byte, error)

func (*EntityRawSchema) SetProperties ¶ added in v0.2.0

func (o *EntityRawSchema) SetProperties(v []EntityPropertySchema)

SetProperties sets field value

func (*EntityRawSchema) SetTitle ¶ added in v0.2.0

func (o *EntityRawSchema) SetTitle(v EntityRawSchemaTitle)

SetTitle sets field value

func (*EntityRawSchema) SetType ¶ added in v0.2.0

func (o *EntityRawSchema) SetType(v string)

SetType sets field value

func (EntityRawSchema) ToMap ¶ added in v0.2.0

func (o EntityRawSchema) ToMap() (map[string]interface{}, error)

type EntityRawSchemaTitle ¶ added in v0.2.0

type EntityRawSchemaTitle struct {
	Singular string `json:"singular"`
	Plural   string `json:"plural"`
}

EntityRawSchemaTitle Title of the entity type

func NewEntityRawSchemaTitle ¶ added in v0.2.0

func NewEntityRawSchemaTitle(singular string, plural string) *EntityRawSchemaTitle

NewEntityRawSchemaTitle instantiates a new EntityRawSchemaTitle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntityRawSchemaTitleWithDefaults ¶ added in v0.2.0

func NewEntityRawSchemaTitleWithDefaults() *EntityRawSchemaTitle

NewEntityRawSchemaTitleWithDefaults instantiates a new EntityRawSchemaTitle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EntityRawSchemaTitle) GetPlural ¶ added in v0.2.0

func (o *EntityRawSchemaTitle) GetPlural() string

GetPlural returns the Plural field value

func (*EntityRawSchemaTitle) GetPluralOk ¶ added in v0.2.0

func (o *EntityRawSchemaTitle) GetPluralOk() (*string, bool)

GetPluralOk returns a tuple with the Plural field value and a boolean to check if the value has been set.

func (*EntityRawSchemaTitle) GetSingular ¶ added in v0.2.0

func (o *EntityRawSchemaTitle) GetSingular() string

GetSingular returns the Singular field value

func (*EntityRawSchemaTitle) GetSingularOk ¶ added in v0.2.0

func (o *EntityRawSchemaTitle) GetSingularOk() (*string, bool)

GetSingularOk returns a tuple with the Singular field value and a boolean to check if the value has been set.

func (EntityRawSchemaTitle) MarshalJSON ¶ added in v0.2.0

func (o EntityRawSchemaTitle) MarshalJSON() ([]byte, error)

func (*EntityRawSchemaTitle) SetPlural ¶ added in v0.2.0

func (o *EntityRawSchemaTitle) SetPlural(v string)

SetPlural sets field value

func (*EntityRawSchemaTitle) SetSingular ¶ added in v0.2.0

func (o *EntityRawSchemaTitle) SetSingular(v string)

SetSingular sets field value

func (EntityRawSchemaTitle) ToMap ¶ added in v0.2.0

func (o EntityRawSchemaTitle) ToMap() (map[string]interface{}, error)

type EntitySchema ¶ added in v0.2.0

type EntitySchema struct {
	// Type of an entity
	Type  string               `json:"type"`
	Title EntityRawSchemaTitle `json:"title"`
	// Ordered list of all properties stored in entities.
	Properties []EntityPropertySchema `json:"properties"`
	// Count of entities created in this schema.
	Entities    float32               `json:"entities"`
	Integration *Integration          `json:"integration,omitempty"`
	Urls        EntitySchemaAllOfUrls `json:"urls"`
}

EntitySchema struct for EntitySchema

func NewEntitySchema ¶ added in v0.2.0

func NewEntitySchema(type_ string, title EntityRawSchemaTitle, properties []EntityPropertySchema, entities float32, urls EntitySchemaAllOfUrls) *EntitySchema

NewEntitySchema instantiates a new EntitySchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntitySchemaWithDefaults ¶ added in v0.2.0

func NewEntitySchemaWithDefaults() *EntitySchema

NewEntitySchemaWithDefaults instantiates a new EntitySchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EntitySchema) GetEntities ¶ added in v0.2.0

func (o *EntitySchema) GetEntities() float32

GetEntities returns the Entities field value

func (*EntitySchema) GetEntitiesOk ¶ added in v0.2.0

func (o *EntitySchema) GetEntitiesOk() (*float32, bool)

GetEntitiesOk returns a tuple with the Entities field value and a boolean to check if the value has been set.

func (*EntitySchema) GetIntegration ¶ added in v0.2.0

func (o *EntitySchema) GetIntegration() Integration

GetIntegration returns the Integration field value if set, zero value otherwise.

func (*EntitySchema) GetIntegrationOk ¶ added in v0.2.0

func (o *EntitySchema) GetIntegrationOk() (*Integration, bool)

GetIntegrationOk returns a tuple with the Integration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitySchema) GetProperties ¶ added in v0.2.0

func (o *EntitySchema) GetProperties() []EntityPropertySchema

GetProperties returns the Properties field value

func (*EntitySchema) GetPropertiesOk ¶ added in v0.2.0

func (o *EntitySchema) GetPropertiesOk() ([]EntityPropertySchema, bool)

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (*EntitySchema) GetTitle ¶ added in v0.2.0

func (o *EntitySchema) GetTitle() EntityRawSchemaTitle

GetTitle returns the Title field value

func (*EntitySchema) GetTitleOk ¶ added in v0.2.0

func (o *EntitySchema) GetTitleOk() (*EntityRawSchemaTitle, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*EntitySchema) GetType ¶ added in v0.2.0

func (o *EntitySchema) GetType() string

GetType returns the Type field value

func (*EntitySchema) GetTypeOk ¶ added in v0.2.0

func (o *EntitySchema) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*EntitySchema) GetUrls ¶ added in v0.2.0

func (o *EntitySchema) GetUrls() EntitySchemaAllOfUrls

GetUrls returns the Urls field value

func (*EntitySchema) GetUrlsOk ¶ added in v0.2.0

func (o *EntitySchema) GetUrlsOk() (*EntitySchemaAllOfUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*EntitySchema) HasIntegration ¶ added in v0.2.0

func (o *EntitySchema) HasIntegration() bool

HasIntegration returns a boolean if a field has been set.

func (EntitySchema) MarshalJSON ¶ added in v0.2.0

func (o EntitySchema) MarshalJSON() ([]byte, error)

func (*EntitySchema) SetEntities ¶ added in v0.2.0

func (o *EntitySchema) SetEntities(v float32)

SetEntities sets field value

func (*EntitySchema) SetIntegration ¶ added in v0.2.0

func (o *EntitySchema) SetIntegration(v Integration)

SetIntegration gets a reference to the given Integration and assigns it to the Integration field.

func (*EntitySchema) SetProperties ¶ added in v0.2.0

func (o *EntitySchema) SetProperties(v []EntityPropertySchema)

SetProperties sets field value

func (*EntitySchema) SetTitle ¶ added in v0.2.0

func (o *EntitySchema) SetTitle(v EntityRawSchemaTitle)

SetTitle sets field value

func (*EntitySchema) SetType ¶ added in v0.2.0

func (o *EntitySchema) SetType(v string)

SetType sets field value

func (*EntitySchema) SetUrls ¶ added in v0.2.0

func (o *EntitySchema) SetUrls(v EntitySchemaAllOfUrls)

SetUrls sets field value

func (EntitySchema) ToMap ¶ added in v0.2.0

func (o EntitySchema) ToMap() (map[string]interface{}, error)

type EntitySchemaAllOf ¶ added in v0.2.0

type EntitySchemaAllOf struct {
	// Count of entities created in this schema.
	Entities    float32               `json:"entities"`
	Integration *Integration          `json:"integration,omitempty"`
	Urls        EntitySchemaAllOfUrls `json:"urls"`
}

EntitySchemaAllOf struct for EntitySchemaAllOf

func NewEntitySchemaAllOf ¶ added in v0.2.0

func NewEntitySchemaAllOf(entities float32, urls EntitySchemaAllOfUrls) *EntitySchemaAllOf

NewEntitySchemaAllOf instantiates a new EntitySchemaAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntitySchemaAllOfWithDefaults ¶ added in v0.2.0

func NewEntitySchemaAllOfWithDefaults() *EntitySchemaAllOf

NewEntitySchemaAllOfWithDefaults instantiates a new EntitySchemaAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EntitySchemaAllOf) GetEntities ¶ added in v0.2.0

func (o *EntitySchemaAllOf) GetEntities() float32

GetEntities returns the Entities field value

func (*EntitySchemaAllOf) GetEntitiesOk ¶ added in v0.2.0

func (o *EntitySchemaAllOf) GetEntitiesOk() (*float32, bool)

GetEntitiesOk returns a tuple with the Entities field value and a boolean to check if the value has been set.

func (*EntitySchemaAllOf) GetIntegration ¶ added in v0.2.0

func (o *EntitySchemaAllOf) GetIntegration() Integration

GetIntegration returns the Integration field value if set, zero value otherwise.

func (*EntitySchemaAllOf) GetIntegrationOk ¶ added in v0.2.0

func (o *EntitySchemaAllOf) GetIntegrationOk() (*Integration, bool)

GetIntegrationOk returns a tuple with the Integration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntitySchemaAllOf) GetUrls ¶ added in v0.2.0

GetUrls returns the Urls field value

func (*EntitySchemaAllOf) GetUrlsOk ¶ added in v0.2.0

func (o *EntitySchemaAllOf) GetUrlsOk() (*EntitySchemaAllOfUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*EntitySchemaAllOf) HasIntegration ¶ added in v0.2.0

func (o *EntitySchemaAllOf) HasIntegration() bool

HasIntegration returns a boolean if a field has been set.

func (EntitySchemaAllOf) MarshalJSON ¶ added in v0.2.0

func (o EntitySchemaAllOf) MarshalJSON() ([]byte, error)

func (*EntitySchemaAllOf) SetEntities ¶ added in v0.2.0

func (o *EntitySchemaAllOf) SetEntities(v float32)

SetEntities sets field value

func (*EntitySchemaAllOf) SetIntegration ¶ added in v0.2.0

func (o *EntitySchemaAllOf) SetIntegration(v Integration)

SetIntegration gets a reference to the given Integration and assigns it to the Integration field.

func (*EntitySchemaAllOf) SetUrls ¶ added in v0.2.0

SetUrls sets field value

func (EntitySchemaAllOf) ToMap ¶ added in v0.2.0

func (o EntitySchemaAllOf) ToMap() (map[string]interface{}, error)

type EntitySchemaAllOfUrls ¶ added in v0.2.0

type EntitySchemaAllOfUrls struct {
	// URL of the entity schema in the API
	Location string `json:"location"`
}

EntitySchemaAllOfUrls URLs associated with the object

func NewEntitySchemaAllOfUrls ¶ added in v0.2.0

func NewEntitySchemaAllOfUrls(location string) *EntitySchemaAllOfUrls

NewEntitySchemaAllOfUrls instantiates a new EntitySchemaAllOfUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntitySchemaAllOfUrlsWithDefaults ¶ added in v0.2.0

func NewEntitySchemaAllOfUrlsWithDefaults() *EntitySchemaAllOfUrls

NewEntitySchemaAllOfUrlsWithDefaults instantiates a new EntitySchemaAllOfUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EntitySchemaAllOfUrls) GetLocation ¶ added in v0.2.0

func (o *EntitySchemaAllOfUrls) GetLocation() string

GetLocation returns the Location field value

func (*EntitySchemaAllOfUrls) GetLocationOk ¶ added in v0.2.0

func (o *EntitySchemaAllOfUrls) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (EntitySchemaAllOfUrls) MarshalJSON ¶ added in v0.2.0

func (o EntitySchemaAllOfUrls) MarshalJSON() ([]byte, error)

func (*EntitySchemaAllOfUrls) SetLocation ¶ added in v0.2.0

func (o *EntitySchemaAllOfUrls) SetLocation(v string)

SetLocation sets field value

func (EntitySchemaAllOfUrls) ToMap ¶ added in v0.2.0

func (o EntitySchemaAllOfUrls) ToMap() (map[string]interface{}, error)

type Environment ¶

type Environment struct {
	Id    string `json:"id"`
	Name  string `json:"name"`
	Title string `json:"title"`
	// Whether or not an environment is considered to have elevated responsibilities over other environments. Useful for distinguishing a production environment from a staging environment. Multiple primary environments are allowed. Your organization must have at least one primary environment.
	Primary bool            `json:"primary"`
	Urls    EnvironmentUrls `json:"urls"`
}

Environment An environment

func NewEnvironment ¶

func NewEnvironment(id string, name string, title string, primary bool, urls EnvironmentUrls) *Environment

NewEnvironment instantiates a new Environment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentWithDefaults ¶

func NewEnvironmentWithDefaults() *Environment

NewEnvironmentWithDefaults instantiates a new Environment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Environment) GetId ¶

func (o *Environment) GetId() string

GetId returns the Id field value

func (*Environment) GetIdOk ¶

func (o *Environment) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Environment) GetName ¶

func (o *Environment) GetName() string

GetName returns the Name field value

func (*Environment) GetNameOk ¶

func (o *Environment) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Environment) GetPrimary ¶

func (o *Environment) GetPrimary() bool

GetPrimary returns the Primary field value

func (*Environment) GetPrimaryOk ¶

func (o *Environment) GetPrimaryOk() (*bool, bool)

GetPrimaryOk returns a tuple with the Primary field value and a boolean to check if the value has been set.

func (*Environment) GetTitle ¶

func (o *Environment) GetTitle() string

GetTitle returns the Title field value

func (*Environment) GetTitleOk ¶

func (o *Environment) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*Environment) GetUrls ¶

func (o *Environment) GetUrls() EnvironmentUrls

GetUrls returns the Urls field value

func (*Environment) GetUrlsOk ¶

func (o *Environment) GetUrlsOk() (*EnvironmentUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (Environment) MarshalJSON ¶

func (o Environment) MarshalJSON() ([]byte, error)

func (*Environment) SetId ¶

func (o *Environment) SetId(v string)

SetId sets field value

func (*Environment) SetName ¶

func (o *Environment) SetName(v string)

SetName sets field value

func (*Environment) SetPrimary ¶

func (o *Environment) SetPrimary(v bool)

SetPrimary sets field value

func (*Environment) SetTitle ¶

func (o *Environment) SetTitle(v string)

SetTitle sets field value

func (*Environment) SetUrls ¶

func (o *Environment) SetUrls(v EnvironmentUrls)

SetUrls sets field value

func (Environment) ToMap ¶

func (o Environment) ToMap() (map[string]interface{}, error)

type EnvironmentUrls ¶

type EnvironmentUrls struct {
	// URL of the environment in the API
	Location string `json:"location"`
}

EnvironmentUrls URLs associated with the object

func NewEnvironmentUrls ¶

func NewEnvironmentUrls(location string) *EnvironmentUrls

NewEnvironmentUrls instantiates a new EnvironmentUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEnvironmentUrlsWithDefaults ¶

func NewEnvironmentUrlsWithDefaults() *EnvironmentUrls

NewEnvironmentUrlsWithDefaults instantiates a new EnvironmentUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EnvironmentUrls) GetLocation ¶

func (o *EnvironmentUrls) GetLocation() string

GetLocation returns the Location field value

func (*EnvironmentUrls) GetLocationOk ¶

func (o *EnvironmentUrls) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (EnvironmentUrls) MarshalJSON ¶

func (o EnvironmentUrls) MarshalJSON() ([]byte, error)

func (*EnvironmentUrls) SetLocation ¶

func (o *EnvironmentUrls) SetLocation(v string)

SetLocation sets field value

func (EnvironmentUrls) ToMap ¶

func (o EnvironmentUrls) ToMap() (map[string]interface{}, error)

type EnvironmentsApiCreateEnvironmentRequest ¶

type EnvironmentsApiCreateEnvironmentRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (EnvironmentsApiCreateEnvironmentRequest) CreateEnvironment ¶

func (EnvironmentsApiCreateEnvironmentRequest) Execute ¶

type EnvironmentsApiDeleteEnvironmentRequest ¶

type EnvironmentsApiDeleteEnvironmentRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (EnvironmentsApiDeleteEnvironmentRequest) Execute ¶

type EnvironmentsApiGetEnvironmentByNameRequest ¶

type EnvironmentsApiGetEnvironmentByNameRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (EnvironmentsApiGetEnvironmentByNameRequest) Execute ¶

type EnvironmentsApiListEnvironmentsRequest ¶

type EnvironmentsApiListEnvironmentsRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (EnvironmentsApiListEnvironmentsRequest) Execute ¶

func (EnvironmentsApiListEnvironmentsRequest) Limit ¶

The number of results per page

func (EnvironmentsApiListEnvironmentsRequest) Page ¶

Identifier of the page results to fetch.

type EnvironmentsApiService ¶

type EnvironmentsApiService service

EnvironmentsApiService EnvironmentsApi service

func (*EnvironmentsApiService) CreateEnvironment ¶

func (a *EnvironmentsApiService) CreateEnvironment(ctx context.Context, organizationId string) EnvironmentsApiCreateEnvironmentRequest

CreateEnvironment Create a new environment within an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return EnvironmentsApiCreateEnvironmentRequest

func (*EnvironmentsApiService) CreateEnvironmentExecute ¶

Execute executes the request

@return Environment

func (*EnvironmentsApiService) DeleteEnvironment ¶

func (a *EnvironmentsApiService) DeleteEnvironment(ctx context.Context, organizationId string, environmentName string) EnvironmentsApiDeleteEnvironmentRequest

DeleteEnvironment Delete an environment in an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param environmentName The unique name of the environment within the organization
@return EnvironmentsApiDeleteEnvironmentRequest

func (*EnvironmentsApiService) DeleteEnvironmentExecute ¶

Execute executes the request

func (*EnvironmentsApiService) GetEnvironmentByName ¶

func (a *EnvironmentsApiService) GetEnvironmentByName(ctx context.Context, organizationId string, environmentName string) EnvironmentsApiGetEnvironmentByNameRequest

GetEnvironmentByName Get an environment by its name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param environmentName The unique name of the environment within the organization
@return EnvironmentsApiGetEnvironmentByNameRequest

func (*EnvironmentsApiService) GetEnvironmentByNameExecute ¶

Execute executes the request

@return Environment

func (*EnvironmentsApiService) ListEnvironments ¶

func (a *EnvironmentsApiService) ListEnvironments(ctx context.Context, organizationId string) EnvironmentsApiListEnvironmentsRequest

ListEnvironments Get the environments in an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return EnvironmentsApiListEnvironmentsRequest

func (*EnvironmentsApiService) ListEnvironmentsExecute ¶

Execute executes the request

@return ListEnvironments200Response

func (*EnvironmentsApiService) UpdateEnvironment ¶

func (a *EnvironmentsApiService) UpdateEnvironment(ctx context.Context, organizationId string, environmentName string) EnvironmentsApiUpdateEnvironmentRequest

UpdateEnvironment Update an existing environment within an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param environmentName The unique name of the environment within the organization
@return EnvironmentsApiUpdateEnvironmentRequest

func (*EnvironmentsApiService) UpdateEnvironmentExecute ¶

Execute executes the request

@return Environment

type EnvironmentsApiUpdateEnvironmentRequest ¶

type EnvironmentsApiUpdateEnvironmentRequest struct {
	ApiService *EnvironmentsApiService
	// contains filtered or unexported fields
}

func (EnvironmentsApiUpdateEnvironmentRequest) Execute ¶

func (EnvironmentsApiUpdateEnvironmentRequest) UpdateEnvironment ¶

type Error ¶

type Error struct {
	Error ErrorError `json:"error"`
}

Error struct for Error

func NewError ¶

func NewError(error_ ErrorError) *Error

NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewErrorWithDefaults ¶

func NewErrorWithDefaults() *Error

NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Error) GetError ¶

func (o *Error) GetError() ErrorError

GetError returns the Error field value

func (*Error) GetErrorOk ¶

func (o *Error) GetErrorOk() (*ErrorError, bool)

GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.

func (Error) MarshalJSON ¶

func (o Error) MarshalJSON() ([]byte, error)

func (*Error) SetError ¶

func (o *Error) SetError(v ErrorError)

SetError sets field value

func (Error) ToMap ¶

func (o Error) ToMap() (map[string]interface{}, error)

type ErrorError ¶

type ErrorError struct {
	Code    int32  `json:"code"`
	Message string `json:"message"`
}

ErrorError struct for ErrorError

func NewErrorError ¶

func NewErrorError(code int32, message string) *ErrorError

NewErrorError instantiates a new ErrorError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewErrorErrorWithDefaults ¶

func NewErrorErrorWithDefaults() *ErrorError

NewErrorErrorWithDefaults instantiates a new ErrorError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ErrorError) GetCode ¶

func (o *ErrorError) GetCode() int32

GetCode returns the Code field value

func (*ErrorError) GetCodeOk ¶

func (o *ErrorError) GetCodeOk() (*int32, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*ErrorError) GetMessage ¶

func (o *ErrorError) GetMessage() string

GetMessage returns the Message field value

func (*ErrorError) GetMessageOk ¶

func (o *ErrorError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (ErrorError) MarshalJSON ¶

func (o ErrorError) MarshalJSON() ([]byte, error)

func (*ErrorError) SetCode ¶

func (o *ErrorError) SetCode(v int32)

SetCode sets field value

func (*ErrorError) SetMessage ¶

func (o *ErrorError) SetMessage(v string)

SetMessage sets field value

func (ErrorError) ToMap ¶

func (o ErrorError) ToMap() (map[string]interface{}, error)

type Event ¶

type Event struct {
	FetchEvent                    *FetchEvent
	FetchPublishedScriptEvent     *FetchPublishedScriptEvent
	InstallationSetupEvent        *InstallationSetupEvent
	SpaceContentUpdatedEvent      *SpaceContentUpdatedEvent
	SpaceGitSyncCompletedEvent    *SpaceGitSyncCompletedEvent
	SpaceGitSyncStartedEvent      *SpaceGitSyncStartedEvent
	SpaceInstallationDeletedEvent *SpaceInstallationDeletedEvent
	SpaceInstallationSetupEvent   *SpaceInstallationSetupEvent
	SpaceViewEvent                *SpaceViewEvent
	SpaceVisibilityUpdatedEvent   *SpaceVisibilityUpdatedEvent
	UIRenderEvent                 *UIRenderEvent
}

Event - Any event that can be received from GitBook.

func FetchEventAsEvent ¶

func FetchEventAsEvent(v *FetchEvent) Event

FetchEventAsEvent is a convenience function that returns FetchEvent wrapped in Event

func FetchPublishedScriptEventAsEvent ¶

func FetchPublishedScriptEventAsEvent(v *FetchPublishedScriptEvent) Event

FetchPublishedScriptEventAsEvent is a convenience function that returns FetchPublishedScriptEvent wrapped in Event

func InstallationSetupEventAsEvent ¶

func InstallationSetupEventAsEvent(v *InstallationSetupEvent) Event

InstallationSetupEventAsEvent is a convenience function that returns InstallationSetupEvent wrapped in Event

func SpaceContentUpdatedEventAsEvent ¶

func SpaceContentUpdatedEventAsEvent(v *SpaceContentUpdatedEvent) Event

SpaceContentUpdatedEventAsEvent is a convenience function that returns SpaceContentUpdatedEvent wrapped in Event

func SpaceGitSyncCompletedEventAsEvent ¶

func SpaceGitSyncCompletedEventAsEvent(v *SpaceGitSyncCompletedEvent) Event

SpaceGitSyncCompletedEventAsEvent is a convenience function that returns SpaceGitSyncCompletedEvent wrapped in Event

func SpaceGitSyncStartedEventAsEvent ¶

func SpaceGitSyncStartedEventAsEvent(v *SpaceGitSyncStartedEvent) Event

SpaceGitSyncStartedEventAsEvent is a convenience function that returns SpaceGitSyncStartedEvent wrapped in Event

func SpaceInstallationDeletedEventAsEvent ¶ added in v0.2.0

func SpaceInstallationDeletedEventAsEvent(v *SpaceInstallationDeletedEvent) Event

SpaceInstallationDeletedEventAsEvent is a convenience function that returns SpaceInstallationDeletedEvent wrapped in Event

func SpaceInstallationSetupEventAsEvent ¶

func SpaceInstallationSetupEventAsEvent(v *SpaceInstallationSetupEvent) Event

SpaceInstallationSetupEventAsEvent is a convenience function that returns SpaceInstallationSetupEvent wrapped in Event

func SpaceViewEventAsEvent ¶

func SpaceViewEventAsEvent(v *SpaceViewEvent) Event

SpaceViewEventAsEvent is a convenience function that returns SpaceViewEvent wrapped in Event

func SpaceVisibilityUpdatedEventAsEvent ¶

func SpaceVisibilityUpdatedEventAsEvent(v *SpaceVisibilityUpdatedEvent) Event

SpaceVisibilityUpdatedEventAsEvent is a convenience function that returns SpaceVisibilityUpdatedEvent wrapped in Event

func UIRenderEventAsEvent ¶

func UIRenderEventAsEvent(v *UIRenderEvent) Event

UIRenderEventAsEvent is a convenience function that returns UIRenderEvent wrapped in Event

func (*Event) GetActualInstance ¶

func (obj *Event) GetActualInstance() interface{}

Get the actual instance

func (Event) MarshalJSON ¶

func (src Event) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Event) UnmarshalJSON ¶

func (dst *Event) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type FetchEvent ¶

type FetchEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	Type    string `json:"type"`
	// The space ID, if requests are specific to a single space
	SpaceId *string `json:"spaceId,omitempty"`
	// The installation ID, if requests are specific to a single installation
	InstallationId *string              `json:"installationId,omitempty"`
	Auth           *FetchEventAllOfAuth `json:"auth,omitempty"`
	Request        FetchRequest         `json:"request"`
}

FetchEvent struct for FetchEvent

func NewFetchEvent ¶

func NewFetchEvent(eventId string, type_ string, request FetchRequest) *FetchEvent

NewFetchEvent instantiates a new FetchEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFetchEventWithDefaults ¶

func NewFetchEventWithDefaults() *FetchEvent

NewFetchEventWithDefaults instantiates a new FetchEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FetchEvent) GetAuth ¶

func (o *FetchEvent) GetAuth() FetchEventAllOfAuth

GetAuth returns the Auth field value if set, zero value otherwise.

func (*FetchEvent) GetAuthOk ¶

func (o *FetchEvent) GetAuthOk() (*FetchEventAllOfAuth, bool)

GetAuthOk returns a tuple with the Auth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FetchEvent) GetEventId ¶

func (o *FetchEvent) GetEventId() string

GetEventId returns the EventId field value

func (*FetchEvent) GetEventIdOk ¶

func (o *FetchEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*FetchEvent) GetInstallationId ¶

func (o *FetchEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value if set, zero value otherwise.

func (*FetchEvent) GetInstallationIdOk ¶

func (o *FetchEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FetchEvent) GetRequest ¶

func (o *FetchEvent) GetRequest() FetchRequest

GetRequest returns the Request field value

func (*FetchEvent) GetRequestOk ¶

func (o *FetchEvent) GetRequestOk() (*FetchRequest, bool)

GetRequestOk returns a tuple with the Request field value and a boolean to check if the value has been set.

func (*FetchEvent) GetSpaceId ¶

func (o *FetchEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field value if set, zero value otherwise.

func (*FetchEvent) GetSpaceIdOk ¶

func (o *FetchEvent) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FetchEvent) GetType ¶

func (o *FetchEvent) GetType() string

GetType returns the Type field value

func (*FetchEvent) GetTypeOk ¶

func (o *FetchEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*FetchEvent) HasAuth ¶

func (o *FetchEvent) HasAuth() bool

HasAuth returns a boolean if a field has been set.

func (*FetchEvent) HasInstallationId ¶

func (o *FetchEvent) HasInstallationId() bool

HasInstallationId returns a boolean if a field has been set.

func (*FetchEvent) HasSpaceId ¶

func (o *FetchEvent) HasSpaceId() bool

HasSpaceId returns a boolean if a field has been set.

func (FetchEvent) MarshalJSON ¶

func (o FetchEvent) MarshalJSON() ([]byte, error)

func (*FetchEvent) SetAuth ¶

func (o *FetchEvent) SetAuth(v FetchEventAllOfAuth)

SetAuth gets a reference to the given FetchEventAllOfAuth and assigns it to the Auth field.

func (*FetchEvent) SetEventId ¶

func (o *FetchEvent) SetEventId(v string)

SetEventId sets field value

func (*FetchEvent) SetInstallationId ¶

func (o *FetchEvent) SetInstallationId(v string)

SetInstallationId gets a reference to the given string and assigns it to the InstallationId field.

func (*FetchEvent) SetRequest ¶

func (o *FetchEvent) SetRequest(v FetchRequest)

SetRequest sets field value

func (*FetchEvent) SetSpaceId ¶

func (o *FetchEvent) SetSpaceId(v string)

SetSpaceId gets a reference to the given string and assigns it to the SpaceId field.

func (*FetchEvent) SetType ¶

func (o *FetchEvent) SetType(v string)

SetType sets field value

func (FetchEvent) ToMap ¶

func (o FetchEvent) ToMap() (map[string]interface{}, error)

type FetchEventAllOf ¶

type FetchEventAllOf struct {
	// The space ID, if requests are specific to a single space
	SpaceId *string `json:"spaceId,omitempty"`
	// The installation ID, if requests are specific to a single installation
	InstallationId *string              `json:"installationId,omitempty"`
	Auth           *FetchEventAllOfAuth `json:"auth,omitempty"`
	Type           string               `json:"type"`
	Request        FetchRequest         `json:"request"`
}

FetchEventAllOf Event representing an incoming HTTP request.

func NewFetchEventAllOf ¶

func NewFetchEventAllOf(type_ string, request FetchRequest) *FetchEventAllOf

NewFetchEventAllOf instantiates a new FetchEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFetchEventAllOfWithDefaults ¶

func NewFetchEventAllOfWithDefaults() *FetchEventAllOf

NewFetchEventAllOfWithDefaults instantiates a new FetchEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FetchEventAllOf) GetAuth ¶

func (o *FetchEventAllOf) GetAuth() FetchEventAllOfAuth

GetAuth returns the Auth field value if set, zero value otherwise.

func (*FetchEventAllOf) GetAuthOk ¶

func (o *FetchEventAllOf) GetAuthOk() (*FetchEventAllOfAuth, bool)

GetAuthOk returns a tuple with the Auth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FetchEventAllOf) GetInstallationId ¶

func (o *FetchEventAllOf) GetInstallationId() string

GetInstallationId returns the InstallationId field value if set, zero value otherwise.

func (*FetchEventAllOf) GetInstallationIdOk ¶

func (o *FetchEventAllOf) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FetchEventAllOf) GetRequest ¶

func (o *FetchEventAllOf) GetRequest() FetchRequest

GetRequest returns the Request field value

func (*FetchEventAllOf) GetRequestOk ¶

func (o *FetchEventAllOf) GetRequestOk() (*FetchRequest, bool)

GetRequestOk returns a tuple with the Request field value and a boolean to check if the value has been set.

func (*FetchEventAllOf) GetSpaceId ¶

func (o *FetchEventAllOf) GetSpaceId() string

GetSpaceId returns the SpaceId field value if set, zero value otherwise.

func (*FetchEventAllOf) GetSpaceIdOk ¶

func (o *FetchEventAllOf) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FetchEventAllOf) GetType ¶

func (o *FetchEventAllOf) GetType() string

GetType returns the Type field value

func (*FetchEventAllOf) GetTypeOk ¶

func (o *FetchEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*FetchEventAllOf) HasAuth ¶

func (o *FetchEventAllOf) HasAuth() bool

HasAuth returns a boolean if a field has been set.

func (*FetchEventAllOf) HasInstallationId ¶

func (o *FetchEventAllOf) HasInstallationId() bool

HasInstallationId returns a boolean if a field has been set.

func (*FetchEventAllOf) HasSpaceId ¶

func (o *FetchEventAllOf) HasSpaceId() bool

HasSpaceId returns a boolean if a field has been set.

func (FetchEventAllOf) MarshalJSON ¶

func (o FetchEventAllOf) MarshalJSON() ([]byte, error)

func (*FetchEventAllOf) SetAuth ¶

func (o *FetchEventAllOf) SetAuth(v FetchEventAllOfAuth)

SetAuth gets a reference to the given FetchEventAllOfAuth and assigns it to the Auth field.

func (*FetchEventAllOf) SetInstallationId ¶

func (o *FetchEventAllOf) SetInstallationId(v string)

SetInstallationId gets a reference to the given string and assigns it to the InstallationId field.

func (*FetchEventAllOf) SetRequest ¶

func (o *FetchEventAllOf) SetRequest(v FetchRequest)

SetRequest sets field value

func (*FetchEventAllOf) SetSpaceId ¶

func (o *FetchEventAllOf) SetSpaceId(v string)

SetSpaceId gets a reference to the given string and assigns it to the SpaceId field.

func (*FetchEventAllOf) SetType ¶

func (o *FetchEventAllOf) SetType(v string)

SetType sets field value

func (FetchEventAllOf) ToMap ¶

func (o FetchEventAllOf) ToMap() (map[string]interface{}, error)

type FetchEventAllOfAuth ¶

type FetchEventAllOfAuth struct {
	// The user's ID.
	UserId string `json:"userId"`
}

FetchEventAllOfAuth struct for FetchEventAllOfAuth

func NewFetchEventAllOfAuth ¶

func NewFetchEventAllOfAuth(userId string) *FetchEventAllOfAuth

NewFetchEventAllOfAuth instantiates a new FetchEventAllOfAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFetchEventAllOfAuthWithDefaults ¶

func NewFetchEventAllOfAuthWithDefaults() *FetchEventAllOfAuth

NewFetchEventAllOfAuthWithDefaults instantiates a new FetchEventAllOfAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FetchEventAllOfAuth) GetUserId ¶

func (o *FetchEventAllOfAuth) GetUserId() string

GetUserId returns the UserId field value

func (*FetchEventAllOfAuth) GetUserIdOk ¶

func (o *FetchEventAllOfAuth) GetUserIdOk() (*string, bool)

GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.

func (FetchEventAllOfAuth) MarshalJSON ¶

func (o FetchEventAllOfAuth) MarshalJSON() ([]byte, error)

func (*FetchEventAllOfAuth) SetUserId ¶

func (o *FetchEventAllOfAuth) SetUserId(v string)

SetUserId sets field value

func (FetchEventAllOfAuth) ToMap ¶

func (o FetchEventAllOfAuth) ToMap() (map[string]interface{}, error)

type FetchPublishedScriptEvent ¶

type FetchPublishedScriptEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	Type    string `json:"type"`
	// ID of the integration installation
	InstallationId string `json:"installationId"`
	// ID of the space
	SpaceId string `json:"spaceId"`
}

FetchPublishedScriptEvent struct for FetchPublishedScriptEvent

func NewFetchPublishedScriptEvent ¶

func NewFetchPublishedScriptEvent(eventId string, type_ string, installationId string, spaceId string) *FetchPublishedScriptEvent

NewFetchPublishedScriptEvent instantiates a new FetchPublishedScriptEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFetchPublishedScriptEventWithDefaults ¶

func NewFetchPublishedScriptEventWithDefaults() *FetchPublishedScriptEvent

NewFetchPublishedScriptEventWithDefaults instantiates a new FetchPublishedScriptEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FetchPublishedScriptEvent) GetEventId ¶

func (o *FetchPublishedScriptEvent) GetEventId() string

GetEventId returns the EventId field value

func (*FetchPublishedScriptEvent) GetEventIdOk ¶

func (o *FetchPublishedScriptEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*FetchPublishedScriptEvent) GetInstallationId ¶

func (o *FetchPublishedScriptEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*FetchPublishedScriptEvent) GetInstallationIdOk ¶

func (o *FetchPublishedScriptEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*FetchPublishedScriptEvent) GetSpaceId ¶

func (o *FetchPublishedScriptEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*FetchPublishedScriptEvent) GetSpaceIdOk ¶

func (o *FetchPublishedScriptEvent) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*FetchPublishedScriptEvent) GetType ¶

func (o *FetchPublishedScriptEvent) GetType() string

GetType returns the Type field value

func (*FetchPublishedScriptEvent) GetTypeOk ¶

func (o *FetchPublishedScriptEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (FetchPublishedScriptEvent) MarshalJSON ¶

func (o FetchPublishedScriptEvent) MarshalJSON() ([]byte, error)

func (*FetchPublishedScriptEvent) SetEventId ¶

func (o *FetchPublishedScriptEvent) SetEventId(v string)

SetEventId sets field value

func (*FetchPublishedScriptEvent) SetInstallationId ¶

func (o *FetchPublishedScriptEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*FetchPublishedScriptEvent) SetSpaceId ¶

func (o *FetchPublishedScriptEvent) SetSpaceId(v string)

SetSpaceId sets field value

func (*FetchPublishedScriptEvent) SetType ¶

func (o *FetchPublishedScriptEvent) SetType(v string)

SetType sets field value

func (FetchPublishedScriptEvent) ToMap ¶

func (o FetchPublishedScriptEvent) ToMap() (map[string]interface{}, error)

type FetchPublishedScriptEventAllOf ¶

type FetchPublishedScriptEventAllOf struct {
	Type string `json:"type"`
}

FetchPublishedScriptEventAllOf Common properties for all events related to fetching a published script from an installation

func NewFetchPublishedScriptEventAllOf ¶

func NewFetchPublishedScriptEventAllOf(type_ string) *FetchPublishedScriptEventAllOf

NewFetchPublishedScriptEventAllOf instantiates a new FetchPublishedScriptEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFetchPublishedScriptEventAllOfWithDefaults ¶

func NewFetchPublishedScriptEventAllOfWithDefaults() *FetchPublishedScriptEventAllOf

NewFetchPublishedScriptEventAllOfWithDefaults instantiates a new FetchPublishedScriptEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FetchPublishedScriptEventAllOf) GetType ¶

GetType returns the Type field value

func (*FetchPublishedScriptEventAllOf) GetTypeOk ¶

func (o *FetchPublishedScriptEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (FetchPublishedScriptEventAllOf) MarshalJSON ¶

func (o FetchPublishedScriptEventAllOf) MarshalJSON() ([]byte, error)

func (*FetchPublishedScriptEventAllOf) SetType ¶

func (o *FetchPublishedScriptEventAllOf) SetType(v string)

SetType sets field value

func (FetchPublishedScriptEventAllOf) ToMap ¶

func (o FetchPublishedScriptEventAllOf) ToMap() (map[string]interface{}, error)

type FetchRequest ¶

type FetchRequest struct {
	Method  string            `json:"method"`
	Url     string            `json:"url"`
	Headers map[string]string `json:"headers"`
}

FetchRequest struct for FetchRequest

func NewFetchRequest ¶

func NewFetchRequest(method string, url string, headers map[string]string) *FetchRequest

NewFetchRequest instantiates a new FetchRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFetchRequestWithDefaults ¶

func NewFetchRequestWithDefaults() *FetchRequest

NewFetchRequestWithDefaults instantiates a new FetchRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FetchRequest) GetHeaders ¶

func (o *FetchRequest) GetHeaders() map[string]string

GetHeaders returns the Headers field value

func (*FetchRequest) GetHeadersOk ¶

func (o *FetchRequest) GetHeadersOk() (*map[string]string, bool)

GetHeadersOk returns a tuple with the Headers field value and a boolean to check if the value has been set.

func (*FetchRequest) GetMethod ¶

func (o *FetchRequest) GetMethod() string

GetMethod returns the Method field value

func (*FetchRequest) GetMethodOk ¶

func (o *FetchRequest) GetMethodOk() (*string, bool)

GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.

func (*FetchRequest) GetUrl ¶

func (o *FetchRequest) GetUrl() string

GetUrl returns the Url field value

func (*FetchRequest) GetUrlOk ¶

func (o *FetchRequest) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (FetchRequest) MarshalJSON ¶

func (o FetchRequest) MarshalJSON() ([]byte, error)

func (*FetchRequest) SetHeaders ¶

func (o *FetchRequest) SetHeaders(v map[string]string)

SetHeaders sets field value

func (*FetchRequest) SetMethod ¶

func (o *FetchRequest) SetMethod(v string)

SetMethod sets field value

func (*FetchRequest) SetUrl ¶

func (o *FetchRequest) SetUrl(v string)

SetUrl sets field value

func (FetchRequest) ToMap ¶

func (o FetchRequest) ToMap() (map[string]interface{}, error)

type FirebaseUserInfo ¶

type FirebaseUserInfo struct {
	Uid         string  `json:"uid"`
	DisplayName *string `json:"displayName,omitempty"`
	Email       *string `json:"email,omitempty"`
	PhoneNumber *string `json:"phoneNumber,omitempty"`
	PhotoUrl    *string `json:"photoUrl,omitempty"`
	ProviderId  *string `json:"providerId,omitempty"`
}

FirebaseUserInfo The User Firebase Auth Info.

func NewFirebaseUserInfo ¶

func NewFirebaseUserInfo(uid string) *FirebaseUserInfo

NewFirebaseUserInfo instantiates a new FirebaseUserInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFirebaseUserInfoWithDefaults ¶

func NewFirebaseUserInfoWithDefaults() *FirebaseUserInfo

NewFirebaseUserInfoWithDefaults instantiates a new FirebaseUserInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FirebaseUserInfo) GetDisplayName ¶

func (o *FirebaseUserInfo) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*FirebaseUserInfo) GetDisplayNameOk ¶

func (o *FirebaseUserInfo) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FirebaseUserInfo) GetEmail ¶

func (o *FirebaseUserInfo) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*FirebaseUserInfo) GetEmailOk ¶

func (o *FirebaseUserInfo) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FirebaseUserInfo) GetPhoneNumber ¶

func (o *FirebaseUserInfo) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.

func (*FirebaseUserInfo) GetPhoneNumberOk ¶

func (o *FirebaseUserInfo) GetPhoneNumberOk() (*string, bool)

GetPhoneNumberOk returns a tuple with the PhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FirebaseUserInfo) GetPhotoUrl ¶

func (o *FirebaseUserInfo) GetPhotoUrl() string

GetPhotoUrl returns the PhotoUrl field value if set, zero value otherwise.

func (*FirebaseUserInfo) GetPhotoUrlOk ¶

func (o *FirebaseUserInfo) GetPhotoUrlOk() (*string, bool)

GetPhotoUrlOk returns a tuple with the PhotoUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FirebaseUserInfo) GetProviderId ¶

func (o *FirebaseUserInfo) GetProviderId() string

GetProviderId returns the ProviderId field value if set, zero value otherwise.

func (*FirebaseUserInfo) GetProviderIdOk ¶

func (o *FirebaseUserInfo) GetProviderIdOk() (*string, bool)

GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FirebaseUserInfo) GetUid ¶

func (o *FirebaseUserInfo) GetUid() string

GetUid returns the Uid field value

func (*FirebaseUserInfo) GetUidOk ¶

func (o *FirebaseUserInfo) GetUidOk() (*string, bool)

GetUidOk returns a tuple with the Uid field value and a boolean to check if the value has been set.

func (*FirebaseUserInfo) HasDisplayName ¶

func (o *FirebaseUserInfo) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*FirebaseUserInfo) HasEmail ¶

func (o *FirebaseUserInfo) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*FirebaseUserInfo) HasPhoneNumber ¶

func (o *FirebaseUserInfo) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

func (*FirebaseUserInfo) HasPhotoUrl ¶

func (o *FirebaseUserInfo) HasPhotoUrl() bool

HasPhotoUrl returns a boolean if a field has been set.

func (*FirebaseUserInfo) HasProviderId ¶

func (o *FirebaseUserInfo) HasProviderId() bool

HasProviderId returns a boolean if a field has been set.

func (FirebaseUserInfo) MarshalJSON ¶

func (o FirebaseUserInfo) MarshalJSON() ([]byte, error)

func (*FirebaseUserInfo) SetDisplayName ¶

func (o *FirebaseUserInfo) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*FirebaseUserInfo) SetEmail ¶

func (o *FirebaseUserInfo) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*FirebaseUserInfo) SetPhoneNumber ¶

func (o *FirebaseUserInfo) SetPhoneNumber(v string)

SetPhoneNumber gets a reference to the given string and assigns it to the PhoneNumber field.

func (*FirebaseUserInfo) SetPhotoUrl ¶

func (o *FirebaseUserInfo) SetPhotoUrl(v string)

SetPhotoUrl gets a reference to the given string and assigns it to the PhotoUrl field.

func (*FirebaseUserInfo) SetProviderId ¶

func (o *FirebaseUserInfo) SetProviderId(v string)

SetProviderId gets a reference to the given string and assigns it to the ProviderId field.

func (*FirebaseUserInfo) SetUid ¶

func (o *FirebaseUserInfo) SetUid(v string)

SetUid sets field value

func (FirebaseUserInfo) ToMap ¶

func (o FirebaseUserInfo) ToMap() (map[string]interface{}, error)

type GenerateHiveAccessTokenRequest ¶

type GenerateHiveAccessTokenRequest struct {
	Spaces []string `json:"spaces,omitempty"`
}

GenerateHiveAccessTokenRequest struct for GenerateHiveAccessTokenRequest

func NewGenerateHiveAccessTokenRequest ¶

func NewGenerateHiveAccessTokenRequest() *GenerateHiveAccessTokenRequest

NewGenerateHiveAccessTokenRequest instantiates a new GenerateHiveAccessTokenRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGenerateHiveAccessTokenRequestWithDefaults ¶

func NewGenerateHiveAccessTokenRequestWithDefaults() *GenerateHiveAccessTokenRequest

NewGenerateHiveAccessTokenRequestWithDefaults instantiates a new GenerateHiveAccessTokenRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GenerateHiveAccessTokenRequest) GetSpaces ¶

func (o *GenerateHiveAccessTokenRequest) GetSpaces() []string

GetSpaces returns the Spaces field value if set, zero value otherwise.

func (*GenerateHiveAccessTokenRequest) GetSpacesOk ¶

func (o *GenerateHiveAccessTokenRequest) GetSpacesOk() ([]string, bool)

GetSpacesOk returns a tuple with the Spaces field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GenerateHiveAccessTokenRequest) HasSpaces ¶

func (o *GenerateHiveAccessTokenRequest) HasSpaces() bool

HasSpaces returns a boolean if a field has been set.

func (GenerateHiveAccessTokenRequest) MarshalJSON ¶

func (o GenerateHiveAccessTokenRequest) MarshalJSON() ([]byte, error)

func (*GenerateHiveAccessTokenRequest) SetSpaces ¶

func (o *GenerateHiveAccessTokenRequest) SetSpaces(v []string)

SetSpaces gets a reference to the given []string and assigns it to the Spaces field.

func (GenerateHiveAccessTokenRequest) ToMap ¶

func (o GenerateHiveAccessTokenRequest) ToMap() (map[string]interface{}, error)

type GenericOpenAPIError ¶

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GetChangeRequestByIdChangeRequestIdParameter ¶

type GetChangeRequestByIdChangeRequestIdParameter struct {
	Int32  *int32
	String *string
}

GetChangeRequestByIdChangeRequestIdParameter - struct for GetChangeRequestByIdChangeRequestIdParameter

func Int32AsGetChangeRequestByIdChangeRequestIdParameter ¶

func Int32AsGetChangeRequestByIdChangeRequestIdParameter(v *int32) GetChangeRequestByIdChangeRequestIdParameter

int32AsGetChangeRequestByIdChangeRequestIdParameter is a convenience function that returns int32 wrapped in GetChangeRequestByIdChangeRequestIdParameter

func StringAsGetChangeRequestByIdChangeRequestIdParameter ¶

func StringAsGetChangeRequestByIdChangeRequestIdParameter(v *string) GetChangeRequestByIdChangeRequestIdParameter

stringAsGetChangeRequestByIdChangeRequestIdParameter is a convenience function that returns string wrapped in GetChangeRequestByIdChangeRequestIdParameter

func (*GetChangeRequestByIdChangeRequestIdParameter) GetActualInstance ¶

func (obj *GetChangeRequestByIdChangeRequestIdParameter) GetActualInstance() interface{}

Get the actual instance

func (GetChangeRequestByIdChangeRequestIdParameter) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*GetChangeRequestByIdChangeRequestIdParameter) UnmarshalJSON ¶

func (dst *GetChangeRequestByIdChangeRequestIdParameter) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type GetContentByUrl200Response ¶

type GetContentByUrl200Response struct {
	GetContentByUrl200ResponseOneOf  *GetContentByUrl200ResponseOneOf
	GetContentByUrl200ResponseOneOf1 *GetContentByUrl200ResponseOneOf1
}

GetContentByUrl200Response - struct for GetContentByUrl200Response

func GetContentByUrl200ResponseOneOf1AsGetContentByUrl200Response ¶

func GetContentByUrl200ResponseOneOf1AsGetContentByUrl200Response(v *GetContentByUrl200ResponseOneOf1) GetContentByUrl200Response

GetContentByUrl200ResponseOneOf1AsGetContentByUrl200Response is a convenience function that returns GetContentByUrl200ResponseOneOf1 wrapped in GetContentByUrl200Response

func GetContentByUrl200ResponseOneOfAsGetContentByUrl200Response ¶

func GetContentByUrl200ResponseOneOfAsGetContentByUrl200Response(v *GetContentByUrl200ResponseOneOf) GetContentByUrl200Response

GetContentByUrl200ResponseOneOfAsGetContentByUrl200Response is a convenience function that returns GetContentByUrl200ResponseOneOf wrapped in GetContentByUrl200Response

func (*GetContentByUrl200Response) GetActualInstance ¶

func (obj *GetContentByUrl200Response) GetActualInstance() interface{}

Get the actual instance

func (GetContentByUrl200Response) MarshalJSON ¶

func (src GetContentByUrl200Response) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*GetContentByUrl200Response) UnmarshalJSON ¶

func (dst *GetContentByUrl200Response) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type GetContentByUrl200ResponseOneOf ¶

type GetContentByUrl200ResponseOneOf struct {
	Collection Collection `json:"collection"`
}

GetContentByUrl200ResponseOneOf URL resolved to a collection

func NewGetContentByUrl200ResponseOneOf ¶

func NewGetContentByUrl200ResponseOneOf(collection Collection) *GetContentByUrl200ResponseOneOf

NewGetContentByUrl200ResponseOneOf instantiates a new GetContentByUrl200ResponseOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetContentByUrl200ResponseOneOfWithDefaults ¶

func NewGetContentByUrl200ResponseOneOfWithDefaults() *GetContentByUrl200ResponseOneOf

NewGetContentByUrl200ResponseOneOfWithDefaults instantiates a new GetContentByUrl200ResponseOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetContentByUrl200ResponseOneOf) GetCollection ¶

func (o *GetContentByUrl200ResponseOneOf) GetCollection() Collection

GetCollection returns the Collection field value

func (*GetContentByUrl200ResponseOneOf) GetCollectionOk ¶

func (o *GetContentByUrl200ResponseOneOf) GetCollectionOk() (*Collection, bool)

GetCollectionOk returns a tuple with the Collection field value and a boolean to check if the value has been set.

func (GetContentByUrl200ResponseOneOf) MarshalJSON ¶

func (o GetContentByUrl200ResponseOneOf) MarshalJSON() ([]byte, error)

func (*GetContentByUrl200ResponseOneOf) SetCollection ¶

func (o *GetContentByUrl200ResponseOneOf) SetCollection(v Collection)

SetCollection sets field value

func (GetContentByUrl200ResponseOneOf) ToMap ¶

func (o GetContentByUrl200ResponseOneOf) ToMap() (map[string]interface{}, error)

type GetContentByUrl200ResponseOneOf1 ¶

type GetContentByUrl200ResponseOneOf1 struct {
	Space         Space                     `json:"space"`
	ChangeRequest *ChangeRequest            `json:"changeRequest,omitempty"`
	Page          *GetPageByPath200Response `json:"page,omitempty"`
}

GetContentByUrl200ResponseOneOf1 URL resolved to the content of a space

func NewGetContentByUrl200ResponseOneOf1 ¶

func NewGetContentByUrl200ResponseOneOf1(space Space) *GetContentByUrl200ResponseOneOf1

NewGetContentByUrl200ResponseOneOf1 instantiates a new GetContentByUrl200ResponseOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetContentByUrl200ResponseOneOf1WithDefaults ¶

func NewGetContentByUrl200ResponseOneOf1WithDefaults() *GetContentByUrl200ResponseOneOf1

NewGetContentByUrl200ResponseOneOf1WithDefaults instantiates a new GetContentByUrl200ResponseOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetContentByUrl200ResponseOneOf1) GetChangeRequest ¶

func (o *GetContentByUrl200ResponseOneOf1) GetChangeRequest() ChangeRequest

GetChangeRequest returns the ChangeRequest field value if set, zero value otherwise.

func (*GetContentByUrl200ResponseOneOf1) GetChangeRequestOk ¶

func (o *GetContentByUrl200ResponseOneOf1) GetChangeRequestOk() (*ChangeRequest, bool)

GetChangeRequestOk returns a tuple with the ChangeRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetContentByUrl200ResponseOneOf1) GetPage ¶

GetPage returns the Page field value if set, zero value otherwise.

func (*GetContentByUrl200ResponseOneOf1) GetPageOk ¶

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetContentByUrl200ResponseOneOf1) GetSpace ¶

GetSpace returns the Space field value

func (*GetContentByUrl200ResponseOneOf1) GetSpaceOk ¶

func (o *GetContentByUrl200ResponseOneOf1) GetSpaceOk() (*Space, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (*GetContentByUrl200ResponseOneOf1) HasChangeRequest ¶

func (o *GetContentByUrl200ResponseOneOf1) HasChangeRequest() bool

HasChangeRequest returns a boolean if a field has been set.

func (*GetContentByUrl200ResponseOneOf1) HasPage ¶

HasPage returns a boolean if a field has been set.

func (GetContentByUrl200ResponseOneOf1) MarshalJSON ¶

func (o GetContentByUrl200ResponseOneOf1) MarshalJSON() ([]byte, error)

func (*GetContentByUrl200ResponseOneOf1) SetChangeRequest ¶

func (o *GetContentByUrl200ResponseOneOf1) SetChangeRequest(v ChangeRequest)

SetChangeRequest gets a reference to the given ChangeRequest and assigns it to the ChangeRequest field.

func (*GetContentByUrl200ResponseOneOf1) SetPage ¶

SetPage gets a reference to the given GetPageByPath200Response and assigns it to the Page field.

func (*GetContentByUrl200ResponseOneOf1) SetSpace ¶

func (o *GetContentByUrl200ResponseOneOf1) SetSpace(v Space)

SetSpace sets field value

func (GetContentByUrl200ResponseOneOf1) ToMap ¶

func (o GetContentByUrl200ResponseOneOf1) ToMap() (map[string]interface{}, error)

type GetContributorsByChangeRequestId200Response ¶

type GetContributorsByChangeRequestId200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32          `json:"count,omitempty"`
	Items []UserContributor `json:"items"`
}

GetContributorsByChangeRequestId200Response struct for GetContributorsByChangeRequestId200Response

func NewGetContributorsByChangeRequestId200Response ¶

func NewGetContributorsByChangeRequestId200Response(items []UserContributor) *GetContributorsByChangeRequestId200Response

NewGetContributorsByChangeRequestId200Response instantiates a new GetContributorsByChangeRequestId200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetContributorsByChangeRequestId200ResponseWithDefaults ¶

func NewGetContributorsByChangeRequestId200ResponseWithDefaults() *GetContributorsByChangeRequestId200Response

NewGetContributorsByChangeRequestId200ResponseWithDefaults instantiates a new GetContributorsByChangeRequestId200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetContributorsByChangeRequestId200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*GetContributorsByChangeRequestId200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetContributorsByChangeRequestId200Response) GetItems ¶

GetItems returns the Items field value

func (*GetContributorsByChangeRequestId200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*GetContributorsByChangeRequestId200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*GetContributorsByChangeRequestId200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetContributorsByChangeRequestId200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*GetContributorsByChangeRequestId200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (GetContributorsByChangeRequestId200Response) MarshalJSON ¶

func (*GetContributorsByChangeRequestId200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*GetContributorsByChangeRequestId200Response) SetItems ¶

SetItems sets field value

func (*GetContributorsByChangeRequestId200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (GetContributorsByChangeRequestId200Response) ToMap ¶

func (o GetContributorsByChangeRequestId200Response) ToMap() (map[string]interface{}, error)

type GetContributorsByChangeRequestId200ResponseAllOf ¶

type GetContributorsByChangeRequestId200ResponseAllOf struct {
	Items []UserContributor `json:"items"`
}

GetContributorsByChangeRequestId200ResponseAllOf struct for GetContributorsByChangeRequestId200ResponseAllOf

func NewGetContributorsByChangeRequestId200ResponseAllOf ¶

func NewGetContributorsByChangeRequestId200ResponseAllOf(items []UserContributor) *GetContributorsByChangeRequestId200ResponseAllOf

NewGetContributorsByChangeRequestId200ResponseAllOf instantiates a new GetContributorsByChangeRequestId200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetContributorsByChangeRequestId200ResponseAllOfWithDefaults ¶

func NewGetContributorsByChangeRequestId200ResponseAllOfWithDefaults() *GetContributorsByChangeRequestId200ResponseAllOf

NewGetContributorsByChangeRequestId200ResponseAllOfWithDefaults instantiates a new GetContributorsByChangeRequestId200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetContributorsByChangeRequestId200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*GetContributorsByChangeRequestId200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (GetContributorsByChangeRequestId200ResponseAllOf) MarshalJSON ¶

func (*GetContributorsByChangeRequestId200ResponseAllOf) SetItems ¶

SetItems sets field value

func (GetContributorsByChangeRequestId200ResponseAllOf) ToMap ¶

func (o GetContributorsByChangeRequestId200ResponseAllOf) ToMap() (map[string]interface{}, error)

type GetIntegrationEvent200Response ¶

type GetIntegrationEvent200Response struct {
	Event IntegrationEvent       `json:"event"`
	Trace *IntegrationEventTrace `json:"trace,omitempty"`
}

GetIntegrationEvent200Response struct for GetIntegrationEvent200Response

func NewGetIntegrationEvent200Response ¶

func NewGetIntegrationEvent200Response(event IntegrationEvent) *GetIntegrationEvent200Response

NewGetIntegrationEvent200Response instantiates a new GetIntegrationEvent200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetIntegrationEvent200ResponseWithDefaults ¶

func NewGetIntegrationEvent200ResponseWithDefaults() *GetIntegrationEvent200Response

NewGetIntegrationEvent200ResponseWithDefaults instantiates a new GetIntegrationEvent200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetIntegrationEvent200Response) GetEvent ¶

GetEvent returns the Event field value

func (*GetIntegrationEvent200Response) GetEventOk ¶

GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.

func (*GetIntegrationEvent200Response) GetTrace ¶

GetTrace returns the Trace field value if set, zero value otherwise.

func (*GetIntegrationEvent200Response) GetTraceOk ¶

GetTraceOk returns a tuple with the Trace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetIntegrationEvent200Response) HasTrace ¶

func (o *GetIntegrationEvent200Response) HasTrace() bool

HasTrace returns a boolean if a field has been set.

func (GetIntegrationEvent200Response) MarshalJSON ¶

func (o GetIntegrationEvent200Response) MarshalJSON() ([]byte, error)

func (*GetIntegrationEvent200Response) SetEvent ¶

SetEvent sets field value

func (*GetIntegrationEvent200Response) SetTrace ¶

SetTrace gets a reference to the given IntegrationEventTrace and assigns it to the Trace field.

func (GetIntegrationEvent200Response) ToMap ¶

func (o GetIntegrationEvent200Response) ToMap() (map[string]interface{}, error)

type GetPageByPath200Response ¶

type GetPageByPath200Response struct {
	RevisionPageDocument *RevisionPageDocument
	RevisionPageGroup    *RevisionPageGroup
}

GetPageByPath200Response - struct for GetPageByPath200Response

func RevisionPageDocumentAsGetPageByPath200Response ¶

func RevisionPageDocumentAsGetPageByPath200Response(v *RevisionPageDocument) GetPageByPath200Response

RevisionPageDocumentAsGetPageByPath200Response is a convenience function that returns RevisionPageDocument wrapped in GetPageByPath200Response

func RevisionPageGroupAsGetPageByPath200Response ¶

func RevisionPageGroupAsGetPageByPath200Response(v *RevisionPageGroup) GetPageByPath200Response

RevisionPageGroupAsGetPageByPath200Response is a convenience function that returns RevisionPageGroup wrapped in GetPageByPath200Response

func (*GetPageByPath200Response) GetActualInstance ¶

func (obj *GetPageByPath200Response) GetActualInstance() interface{}

Get the actual instance

func (GetPageByPath200Response) MarshalJSON ¶

func (src GetPageByPath200Response) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*GetPageByPath200Response) UnmarshalJSON ¶

func (dst *GetPageByPath200Response) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type GetRecommendedQuestionsRequest ¶

type GetRecommendedQuestionsRequest struct {
	Documents []string `json:"documents"`
}

GetRecommendedQuestionsRequest struct for GetRecommendedQuestionsRequest

func NewGetRecommendedQuestionsRequest ¶

func NewGetRecommendedQuestionsRequest(documents []string) *GetRecommendedQuestionsRequest

NewGetRecommendedQuestionsRequest instantiates a new GetRecommendedQuestionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetRecommendedQuestionsRequestWithDefaults ¶

func NewGetRecommendedQuestionsRequestWithDefaults() *GetRecommendedQuestionsRequest

NewGetRecommendedQuestionsRequestWithDefaults instantiates a new GetRecommendedQuestionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetRecommendedQuestionsRequest) GetDocuments ¶

func (o *GetRecommendedQuestionsRequest) GetDocuments() []string

GetDocuments returns the Documents field value

func (*GetRecommendedQuestionsRequest) GetDocumentsOk ¶

func (o *GetRecommendedQuestionsRequest) GetDocumentsOk() ([]string, bool)

GetDocumentsOk returns a tuple with the Documents field value and a boolean to check if the value has been set.

func (GetRecommendedQuestionsRequest) MarshalJSON ¶

func (o GetRecommendedQuestionsRequest) MarshalJSON() ([]byte, error)

func (*GetRecommendedQuestionsRequest) SetDocuments ¶

func (o *GetRecommendedQuestionsRequest) SetDocuments(v []string)

SetDocuments sets field value

func (GetRecommendedQuestionsRequest) ToMap ¶

func (o GetRecommendedQuestionsRequest) ToMap() (map[string]interface{}, error)

type GetRequestedReviewersByChangeRequestId200Response ¶

type GetRequestedReviewersByChangeRequestId200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32                         `json:"count,omitempty"`
	Items []ChangeRequestRequestedReviewer `json:"items"`
}

GetRequestedReviewersByChangeRequestId200Response struct for GetRequestedReviewersByChangeRequestId200Response

func NewGetRequestedReviewersByChangeRequestId200Response ¶

func NewGetRequestedReviewersByChangeRequestId200Response(items []ChangeRequestRequestedReviewer) *GetRequestedReviewersByChangeRequestId200Response

NewGetRequestedReviewersByChangeRequestId200Response instantiates a new GetRequestedReviewersByChangeRequestId200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetRequestedReviewersByChangeRequestId200ResponseWithDefaults ¶

func NewGetRequestedReviewersByChangeRequestId200ResponseWithDefaults() *GetRequestedReviewersByChangeRequestId200Response

NewGetRequestedReviewersByChangeRequestId200ResponseWithDefaults instantiates a new GetRequestedReviewersByChangeRequestId200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetRequestedReviewersByChangeRequestId200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*GetRequestedReviewersByChangeRequestId200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetRequestedReviewersByChangeRequestId200Response) GetItems ¶

GetItems returns the Items field value

func (*GetRequestedReviewersByChangeRequestId200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*GetRequestedReviewersByChangeRequestId200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*GetRequestedReviewersByChangeRequestId200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetRequestedReviewersByChangeRequestId200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*GetRequestedReviewersByChangeRequestId200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (GetRequestedReviewersByChangeRequestId200Response) MarshalJSON ¶

func (*GetRequestedReviewersByChangeRequestId200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*GetRequestedReviewersByChangeRequestId200Response) SetItems ¶

SetItems sets field value

func (*GetRequestedReviewersByChangeRequestId200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (GetRequestedReviewersByChangeRequestId200Response) ToMap ¶

func (o GetRequestedReviewersByChangeRequestId200Response) ToMap() (map[string]interface{}, error)

type GetRequestedReviewersByChangeRequestId200ResponseAllOf ¶

type GetRequestedReviewersByChangeRequestId200ResponseAllOf struct {
	Items []ChangeRequestRequestedReviewer `json:"items"`
}

GetRequestedReviewersByChangeRequestId200ResponseAllOf struct for GetRequestedReviewersByChangeRequestId200ResponseAllOf

func NewGetRequestedReviewersByChangeRequestId200ResponseAllOf ¶

func NewGetRequestedReviewersByChangeRequestId200ResponseAllOf(items []ChangeRequestRequestedReviewer) *GetRequestedReviewersByChangeRequestId200ResponseAllOf

NewGetRequestedReviewersByChangeRequestId200ResponseAllOf instantiates a new GetRequestedReviewersByChangeRequestId200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetRequestedReviewersByChangeRequestId200ResponseAllOfWithDefaults ¶

func NewGetRequestedReviewersByChangeRequestId200ResponseAllOfWithDefaults() *GetRequestedReviewersByChangeRequestId200ResponseAllOf

NewGetRequestedReviewersByChangeRequestId200ResponseAllOfWithDefaults instantiates a new GetRequestedReviewersByChangeRequestId200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetRequestedReviewersByChangeRequestId200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*GetRequestedReviewersByChangeRequestId200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (GetRequestedReviewersByChangeRequestId200ResponseAllOf) MarshalJSON ¶

func (*GetRequestedReviewersByChangeRequestId200ResponseAllOf) SetItems ¶

SetItems sets field value

func (GetRequestedReviewersByChangeRequestId200ResponseAllOf) ToMap ¶

type GetReviewsByChangeRequestId200Response ¶

type GetReviewsByChangeRequestId200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32              `json:"count,omitempty"`
	Items []ChangeRequestReview `json:"items"`
}

GetReviewsByChangeRequestId200Response struct for GetReviewsByChangeRequestId200Response

func NewGetReviewsByChangeRequestId200Response ¶

func NewGetReviewsByChangeRequestId200Response(items []ChangeRequestReview) *GetReviewsByChangeRequestId200Response

NewGetReviewsByChangeRequestId200Response instantiates a new GetReviewsByChangeRequestId200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetReviewsByChangeRequestId200ResponseWithDefaults ¶

func NewGetReviewsByChangeRequestId200ResponseWithDefaults() *GetReviewsByChangeRequestId200Response

NewGetReviewsByChangeRequestId200ResponseWithDefaults instantiates a new GetReviewsByChangeRequestId200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetReviewsByChangeRequestId200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*GetReviewsByChangeRequestId200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetReviewsByChangeRequestId200Response) GetItems ¶

GetItems returns the Items field value

func (*GetReviewsByChangeRequestId200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*GetReviewsByChangeRequestId200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*GetReviewsByChangeRequestId200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetReviewsByChangeRequestId200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*GetReviewsByChangeRequestId200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (GetReviewsByChangeRequestId200Response) MarshalJSON ¶

func (o GetReviewsByChangeRequestId200Response) MarshalJSON() ([]byte, error)

func (*GetReviewsByChangeRequestId200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*GetReviewsByChangeRequestId200Response) SetItems ¶

SetItems sets field value

func (*GetReviewsByChangeRequestId200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (GetReviewsByChangeRequestId200Response) ToMap ¶

func (o GetReviewsByChangeRequestId200Response) ToMap() (map[string]interface{}, error)

type GetReviewsByChangeRequestId200ResponseAllOf ¶

type GetReviewsByChangeRequestId200ResponseAllOf struct {
	Items []ChangeRequestReview `json:"items"`
}

GetReviewsByChangeRequestId200ResponseAllOf struct for GetReviewsByChangeRequestId200ResponseAllOf

func NewGetReviewsByChangeRequestId200ResponseAllOf ¶

func NewGetReviewsByChangeRequestId200ResponseAllOf(items []ChangeRequestReview) *GetReviewsByChangeRequestId200ResponseAllOf

NewGetReviewsByChangeRequestId200ResponseAllOf instantiates a new GetReviewsByChangeRequestId200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetReviewsByChangeRequestId200ResponseAllOfWithDefaults ¶

func NewGetReviewsByChangeRequestId200ResponseAllOfWithDefaults() *GetReviewsByChangeRequestId200ResponseAllOf

NewGetReviewsByChangeRequestId200ResponseAllOfWithDefaults instantiates a new GetReviewsByChangeRequestId200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetReviewsByChangeRequestId200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*GetReviewsByChangeRequestId200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (GetReviewsByChangeRequestId200ResponseAllOf) MarshalJSON ¶

func (*GetReviewsByChangeRequestId200ResponseAllOf) SetItems ¶

SetItems sets field value

func (GetReviewsByChangeRequestId200ResponseAllOf) ToMap ¶

func (o GetReviewsByChangeRequestId200ResponseAllOf) ToMap() (map[string]interface{}, error)

type GetSpaceGitInfo404Response ¶

type GetSpaceGitInfo404Response struct {
	Error GetSpaceGitInfo404ResponseError `json:"error"`
}

GetSpaceGitInfo404Response struct for GetSpaceGitInfo404Response

func NewGetSpaceGitInfo404Response ¶

func NewGetSpaceGitInfo404Response(error_ GetSpaceGitInfo404ResponseError) *GetSpaceGitInfo404Response

NewGetSpaceGitInfo404Response instantiates a new GetSpaceGitInfo404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSpaceGitInfo404ResponseWithDefaults ¶

func NewGetSpaceGitInfo404ResponseWithDefaults() *GetSpaceGitInfo404Response

NewGetSpaceGitInfo404ResponseWithDefaults instantiates a new GetSpaceGitInfo404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSpaceGitInfo404Response) GetError ¶

GetError returns the Error field value

func (*GetSpaceGitInfo404Response) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.

func (GetSpaceGitInfo404Response) MarshalJSON ¶

func (o GetSpaceGitInfo404Response) MarshalJSON() ([]byte, error)

func (*GetSpaceGitInfo404Response) SetError ¶

SetError sets field value

func (GetSpaceGitInfo404Response) ToMap ¶

func (o GetSpaceGitInfo404Response) ToMap() (map[string]interface{}, error)

type GetSpaceGitInfo404ResponseError ¶

type GetSpaceGitInfo404ResponseError struct {
	Code    int32  `json:"code"`
	Message string `json:"message"`
}

GetSpaceGitInfo404ResponseError struct for GetSpaceGitInfo404ResponseError

func NewGetSpaceGitInfo404ResponseError ¶

func NewGetSpaceGitInfo404ResponseError(code int32, message string) *GetSpaceGitInfo404ResponseError

NewGetSpaceGitInfo404ResponseError instantiates a new GetSpaceGitInfo404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSpaceGitInfo404ResponseErrorWithDefaults ¶

func NewGetSpaceGitInfo404ResponseErrorWithDefaults() *GetSpaceGitInfo404ResponseError

NewGetSpaceGitInfo404ResponseErrorWithDefaults instantiates a new GetSpaceGitInfo404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSpaceGitInfo404ResponseError) GetCode ¶

GetCode returns the Code field value

func (*GetSpaceGitInfo404ResponseError) GetCodeOk ¶

func (o *GetSpaceGitInfo404ResponseError) GetCodeOk() (*int32, bool)

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*GetSpaceGitInfo404ResponseError) GetMessage ¶

func (o *GetSpaceGitInfo404ResponseError) GetMessage() string

GetMessage returns the Message field value

func (*GetSpaceGitInfo404ResponseError) GetMessageOk ¶

func (o *GetSpaceGitInfo404ResponseError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (GetSpaceGitInfo404ResponseError) MarshalJSON ¶

func (o GetSpaceGitInfo404ResponseError) MarshalJSON() ([]byte, error)

func (*GetSpaceGitInfo404ResponseError) SetCode ¶

func (o *GetSpaceGitInfo404ResponseError) SetCode(v int32)

SetCode sets field value

func (*GetSpaceGitInfo404ResponseError) SetMessage ¶

func (o *GetSpaceGitInfo404ResponseError) SetMessage(v string)

SetMessage sets field value

func (GetSpaceGitInfo404ResponseError) ToMap ¶

func (o GetSpaceGitInfo404ResponseError) ToMap() (map[string]interface{}, error)

type GetSpacePublishingAuthById400Response ¶

type GetSpacePublishingAuthById400Response struct {
	Error GetSpacePublishingAuthById400ResponseError `json:"error"`
}

GetSpacePublishingAuthById400Response struct for GetSpacePublishingAuthById400Response

func NewGetSpacePublishingAuthById400Response ¶

func NewGetSpacePublishingAuthById400Response(error_ GetSpacePublishingAuthById400ResponseError) *GetSpacePublishingAuthById400Response

NewGetSpacePublishingAuthById400Response instantiates a new GetSpacePublishingAuthById400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSpacePublishingAuthById400ResponseWithDefaults ¶

func NewGetSpacePublishingAuthById400ResponseWithDefaults() *GetSpacePublishingAuthById400Response

NewGetSpacePublishingAuthById400ResponseWithDefaults instantiates a new GetSpacePublishingAuthById400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSpacePublishingAuthById400Response) GetError ¶

GetError returns the Error field value

func (*GetSpacePublishingAuthById400Response) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.

func (GetSpacePublishingAuthById400Response) MarshalJSON ¶

func (o GetSpacePublishingAuthById400Response) MarshalJSON() ([]byte, error)

func (*GetSpacePublishingAuthById400Response) SetError ¶

SetError sets field value

func (GetSpacePublishingAuthById400Response) ToMap ¶

func (o GetSpacePublishingAuthById400Response) ToMap() (map[string]interface{}, error)

type GetSpacePublishingAuthById400ResponseError ¶

type GetSpacePublishingAuthById400ResponseError struct {
	Code    int32  `json:"code"`
	Message string `json:"message"`
}

GetSpacePublishingAuthById400ResponseError struct for GetSpacePublishingAuthById400ResponseError

func NewGetSpacePublishingAuthById400ResponseError ¶

func NewGetSpacePublishingAuthById400ResponseError(code int32, message string) *GetSpacePublishingAuthById400ResponseError

NewGetSpacePublishingAuthById400ResponseError instantiates a new GetSpacePublishingAuthById400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSpacePublishingAuthById400ResponseErrorWithDefaults ¶

func NewGetSpacePublishingAuthById400ResponseErrorWithDefaults() *GetSpacePublishingAuthById400ResponseError

NewGetSpacePublishingAuthById400ResponseErrorWithDefaults instantiates a new GetSpacePublishingAuthById400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSpacePublishingAuthById400ResponseError) GetCode ¶

GetCode returns the Code field value

func (*GetSpacePublishingAuthById400ResponseError) GetCodeOk ¶

GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.

func (*GetSpacePublishingAuthById400ResponseError) GetMessage ¶

GetMessage returns the Message field value

func (*GetSpacePublishingAuthById400ResponseError) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (GetSpacePublishingAuthById400ResponseError) MarshalJSON ¶

func (*GetSpacePublishingAuthById400ResponseError) SetCode ¶

SetCode sets field value

func (*GetSpacePublishingAuthById400ResponseError) SetMessage ¶

SetMessage sets field value

func (GetSpacePublishingAuthById400ResponseError) ToMap ¶

func (o GetSpacePublishingAuthById400ResponseError) ToMap() (map[string]interface{}, error)

type GitSyncOperation ¶

type GitSyncOperation struct {
	State       GitSyncOperationState `json:"state"`
	StartedAt   string                `json:"startedAt"`
	CompletedAt *string               `json:"completedAt,omitempty"`
	// Error details, defined if state is `failure`.
	Error *string `json:"error,omitempty"`
}

GitSyncOperation struct for GitSyncOperation

func NewGitSyncOperation ¶

func NewGitSyncOperation(state GitSyncOperationState, startedAt string) *GitSyncOperation

NewGitSyncOperation instantiates a new GitSyncOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGitSyncOperationWithDefaults ¶

func NewGitSyncOperationWithDefaults() *GitSyncOperation

NewGitSyncOperationWithDefaults instantiates a new GitSyncOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GitSyncOperation) GetCompletedAt ¶

func (o *GitSyncOperation) GetCompletedAt() string

GetCompletedAt returns the CompletedAt field value if set, zero value otherwise.

func (*GitSyncOperation) GetCompletedAtOk ¶

func (o *GitSyncOperation) GetCompletedAtOk() (*string, bool)

GetCompletedAtOk returns a tuple with the CompletedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GitSyncOperation) GetError ¶

func (o *GitSyncOperation) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GitSyncOperation) GetErrorOk ¶

func (o *GitSyncOperation) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GitSyncOperation) GetStartedAt ¶

func (o *GitSyncOperation) GetStartedAt() string

GetStartedAt returns the StartedAt field value

func (*GitSyncOperation) GetStartedAtOk ¶

func (o *GitSyncOperation) GetStartedAtOk() (*string, bool)

GetStartedAtOk returns a tuple with the StartedAt field value and a boolean to check if the value has been set.

func (*GitSyncOperation) GetState ¶

GetState returns the State field value

func (*GitSyncOperation) GetStateOk ¶

func (o *GitSyncOperation) GetStateOk() (*GitSyncOperationState, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*GitSyncOperation) HasCompletedAt ¶

func (o *GitSyncOperation) HasCompletedAt() bool

HasCompletedAt returns a boolean if a field has been set.

func (*GitSyncOperation) HasError ¶

func (o *GitSyncOperation) HasError() bool

HasError returns a boolean if a field has been set.

func (GitSyncOperation) MarshalJSON ¶

func (o GitSyncOperation) MarshalJSON() ([]byte, error)

func (*GitSyncOperation) SetCompletedAt ¶

func (o *GitSyncOperation) SetCompletedAt(v string)

SetCompletedAt gets a reference to the given string and assigns it to the CompletedAt field.

func (*GitSyncOperation) SetError ¶

func (o *GitSyncOperation) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*GitSyncOperation) SetStartedAt ¶

func (o *GitSyncOperation) SetStartedAt(v string)

SetStartedAt sets field value

func (*GitSyncOperation) SetState ¶

func (o *GitSyncOperation) SetState(v GitSyncOperationState)

SetState sets field value

func (GitSyncOperation) ToMap ¶

func (o GitSyncOperation) ToMap() (map[string]interface{}, error)

type GitSyncOperationState ¶

type GitSyncOperationState string

GitSyncOperationState * `running`: The operation is still running * `failure`: The operation failed * `success`: The operation was successful

const (
	GITSYNCOPERATIONSTATE_RUNNING GitSyncOperationState = "running"
	GITSYNCOPERATIONSTATE_FAILURE GitSyncOperationState = "failure"
	GITSYNCOPERATIONSTATE_SUCCESS GitSyncOperationState = "success"
)

List of GitSyncOperationState

func NewGitSyncOperationStateFromValue ¶

func NewGitSyncOperationStateFromValue(v string) (*GitSyncOperationState, error)

NewGitSyncOperationStateFromValue returns a pointer to a valid GitSyncOperationState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (GitSyncOperationState) IsValid ¶

func (v GitSyncOperationState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (GitSyncOperationState) Ptr ¶

Ptr returns reference to GitSyncOperationState value

func (*GitSyncOperationState) UnmarshalJSON ¶

func (v *GitSyncOperationState) UnmarshalJSON(src []byte) error

type GitSyncState ¶

type GitSyncState struct {
	// The provider of the Git Sync installation.
	InstallationProvider *string           `json:"installationProvider,omitempty"`
	Operation            *GitSyncOperation `json:"operation,omitempty"`
	// The URL to the repository tree, used when rendering public content.
	Url       *string `json:"url,omitempty"`
	UpdatedAt *string `json:"updatedAt,omitempty"`
}

GitSyncState struct for GitSyncState

func NewGitSyncState ¶

func NewGitSyncState() *GitSyncState

NewGitSyncState instantiates a new GitSyncState object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGitSyncStateWithDefaults ¶

func NewGitSyncStateWithDefaults() *GitSyncState

NewGitSyncStateWithDefaults instantiates a new GitSyncState object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GitSyncState) GetInstallationProvider ¶

func (o *GitSyncState) GetInstallationProvider() string

GetInstallationProvider returns the InstallationProvider field value if set, zero value otherwise.

func (*GitSyncState) GetInstallationProviderOk ¶

func (o *GitSyncState) GetInstallationProviderOk() (*string, bool)

GetInstallationProviderOk returns a tuple with the InstallationProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GitSyncState) GetOperation ¶

func (o *GitSyncState) GetOperation() GitSyncOperation

GetOperation returns the Operation field value if set, zero value otherwise.

func (*GitSyncState) GetOperationOk ¶

func (o *GitSyncState) GetOperationOk() (*GitSyncOperation, bool)

GetOperationOk returns a tuple with the Operation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GitSyncState) GetUpdatedAt ¶

func (o *GitSyncState) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*GitSyncState) GetUpdatedAtOk ¶

func (o *GitSyncState) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GitSyncState) GetUrl ¶

func (o *GitSyncState) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*GitSyncState) GetUrlOk ¶

func (o *GitSyncState) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GitSyncState) HasInstallationProvider ¶

func (o *GitSyncState) HasInstallationProvider() bool

HasInstallationProvider returns a boolean if a field has been set.

func (*GitSyncState) HasOperation ¶

func (o *GitSyncState) HasOperation() bool

HasOperation returns a boolean if a field has been set.

func (*GitSyncState) HasUpdatedAt ¶

func (o *GitSyncState) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*GitSyncState) HasUrl ¶

func (o *GitSyncState) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (GitSyncState) MarshalJSON ¶

func (o GitSyncState) MarshalJSON() ([]byte, error)

func (*GitSyncState) SetInstallationProvider ¶

func (o *GitSyncState) SetInstallationProvider(v string)

SetInstallationProvider gets a reference to the given string and assigns it to the InstallationProvider field.

func (*GitSyncState) SetOperation ¶

func (o *GitSyncState) SetOperation(v GitSyncOperation)

SetOperation gets a reference to the given GitSyncOperation and assigns it to the Operation field.

func (*GitSyncState) SetUpdatedAt ¶

func (o *GitSyncState) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (*GitSyncState) SetUrl ¶

func (o *GitSyncState) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (GitSyncState) ToMap ¶

func (o GitSyncState) ToMap() (map[string]interface{}, error)

type HiveAccessToken ¶

type HiveAccessToken struct {
	Contents map[string]string `json:"contents"`
}

HiveAccessToken JWT tokens to authenticate in Hive for all content.

func NewHiveAccessToken ¶

func NewHiveAccessToken(contents map[string]string) *HiveAccessToken

NewHiveAccessToken instantiates a new HiveAccessToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHiveAccessTokenWithDefaults ¶

func NewHiveAccessTokenWithDefaults() *HiveAccessToken

NewHiveAccessTokenWithDefaults instantiates a new HiveAccessToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HiveAccessToken) GetContents ¶

func (o *HiveAccessToken) GetContents() map[string]string

GetContents returns the Contents field value

func (*HiveAccessToken) GetContentsOk ¶

func (o *HiveAccessToken) GetContentsOk() (*map[string]string, bool)

GetContentsOk returns a tuple with the Contents field value and a boolean to check if the value has been set.

func (HiveAccessToken) MarshalJSON ¶

func (o HiveAccessToken) MarshalJSON() ([]byte, error)

func (*HiveAccessToken) SetContents ¶

func (o *HiveAccessToken) SetContents(v map[string]string)

SetContents sets field value

func (HiveAccessToken) ToMap ¶

func (o HiveAccessToken) ToMap() (map[string]interface{}, error)

type HiveApiGenerateHiveAccessTokenRequest ¶

type HiveApiGenerateHiveAccessTokenRequest struct {
	ApiService *HiveApiService
	// contains filtered or unexported fields
}

func (HiveApiGenerateHiveAccessTokenRequest) Execute ¶

func (HiveApiGenerateHiveAccessTokenRequest) GenerateHiveAccessTokenRequest ¶

func (r HiveApiGenerateHiveAccessTokenRequest) GenerateHiveAccessTokenRequest(generateHiveAccessTokenRequest GenerateHiveAccessTokenRequest) HiveApiGenerateHiveAccessTokenRequest

type HiveApiGenerateSpaceHiveReadAccessTokenRequest ¶

type HiveApiGenerateSpaceHiveReadAccessTokenRequest struct {
	ApiService *HiveApiService
	// contains filtered or unexported fields
}

func (HiveApiGenerateSpaceHiveReadAccessTokenRequest) Execute ¶

type HiveApiService ¶

type HiveApiService service

HiveApiService HiveApi service

func (*HiveApiService) GenerateHiveAccessToken ¶

func (a *HiveApiService) GenerateHiveAccessToken(ctx context.Context) HiveApiGenerateHiveAccessTokenRequest

GenerateHiveAccessToken Returns a token to authenticate with Hive.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return HiveApiGenerateHiveAccessTokenRequest

func (*HiveApiService) GenerateHiveAccessTokenExecute ¶

func (a *HiveApiService) GenerateHiveAccessTokenExecute(r HiveApiGenerateHiveAccessTokenRequest) (*HiveAccessToken, *http.Response, error)

Execute executes the request

@return HiveAccessToken

func (*HiveApiService) GenerateSpaceHiveReadAccessToken ¶

func (a *HiveApiService) GenerateSpaceHiveReadAccessToken(ctx context.Context, spaceId string) HiveApiGenerateSpaceHiveReadAccessTokenRequest

GenerateSpaceHiveReadAccessToken Returns a token to authenticate with Hive to read content from a given space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return HiveApiGenerateSpaceHiveReadAccessTokenRequest

func (*HiveApiService) GenerateSpaceHiveReadAccessTokenExecute ¶

func (a *HiveApiService) GenerateSpaceHiveReadAccessTokenExecute(r HiveApiGenerateSpaceHiveReadAccessTokenRequest) (*HiveAccessToken, *http.Response, error)

Execute executes the request

@return HiveAccessToken

type ImportContentResult ¶

type ImportContentResult struct {
	// ID of the newly created revision.
	Revision string `json:"revision"`
	// How many resources were imported
	ImportedResources float32 `json:"importedResources"`
	// How many resources were processed
	TotalResources float32 `json:"totalResources"`
}

ImportContentResult struct for ImportContentResult

func NewImportContentResult ¶

func NewImportContentResult(revision string, importedResources float32, totalResources float32) *ImportContentResult

NewImportContentResult instantiates a new ImportContentResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewImportContentResultWithDefaults ¶

func NewImportContentResultWithDefaults() *ImportContentResult

NewImportContentResultWithDefaults instantiates a new ImportContentResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ImportContentResult) GetImportedResources ¶

func (o *ImportContentResult) GetImportedResources() float32

GetImportedResources returns the ImportedResources field value

func (*ImportContentResult) GetImportedResourcesOk ¶

func (o *ImportContentResult) GetImportedResourcesOk() (*float32, bool)

GetImportedResourcesOk returns a tuple with the ImportedResources field value and a boolean to check if the value has been set.

func (*ImportContentResult) GetRevision ¶

func (o *ImportContentResult) GetRevision() string

GetRevision returns the Revision field value

func (*ImportContentResult) GetRevisionOk ¶

func (o *ImportContentResult) GetRevisionOk() (*string, bool)

GetRevisionOk returns a tuple with the Revision field value and a boolean to check if the value has been set.

func (*ImportContentResult) GetTotalResources ¶

func (o *ImportContentResult) GetTotalResources() float32

GetTotalResources returns the TotalResources field value

func (*ImportContentResult) GetTotalResourcesOk ¶

func (o *ImportContentResult) GetTotalResourcesOk() (*float32, bool)

GetTotalResourcesOk returns a tuple with the TotalResources field value and a boolean to check if the value has been set.

func (ImportContentResult) MarshalJSON ¶

func (o ImportContentResult) MarshalJSON() ([]byte, error)

func (*ImportContentResult) SetImportedResources ¶

func (o *ImportContentResult) SetImportedResources(v float32)

SetImportedResources sets field value

func (*ImportContentResult) SetRevision ¶

func (o *ImportContentResult) SetRevision(v string)

SetRevision sets field value

func (*ImportContentResult) SetTotalResources ¶

func (o *ImportContentResult) SetTotalResources(v float32)

SetTotalResources sets field value

func (ImportContentResult) ToMap ¶

func (o ImportContentResult) ToMap() (map[string]interface{}, error)

type ImportContentSource ¶

type ImportContentSource string

ImportContentSource the model 'ImportContentSource'

const (
	IMPORTCONTENTSOURCE_WEBSITE       ImportContentSource = "website"
	IMPORTCONTENTSOURCE_DOCX          ImportContentSource = "docx"
	IMPORTCONTENTSOURCE_MARKDOWN      ImportContentSource = "markdown"
	IMPORTCONTENTSOURCE_HTML          ImportContentSource = "html"
	IMPORTCONTENTSOURCE_ZIP           ImportContentSource = "zip"
	IMPORTCONTENTSOURCE_CONFLUENCE    ImportContentSource = "confluence"
	IMPORTCONTENTSOURCE_GITHUB_WIKI   ImportContentSource = "github-wiki"
	IMPORTCONTENTSOURCE_DROPBOX_PAPER ImportContentSource = "dropbox-paper"
	IMPORTCONTENTSOURCE_NOTION        ImportContentSource = "notion"
	IMPORTCONTENTSOURCE_QUIP          ImportContentSource = "quip"
	IMPORTCONTENTSOURCE_GOOGLE_DOCS   ImportContentSource = "google-docs"
	IMPORTCONTENTSOURCE_OPEN_API      ImportContentSource = "open-api"
)

List of ImportContentSource

func NewImportContentSourceFromValue ¶

func NewImportContentSourceFromValue(v string) (*ImportContentSource, error)

NewImportContentSourceFromValue returns a pointer to a valid ImportContentSource for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ImportContentSource) IsValid ¶

func (v ImportContentSource) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ImportContentSource) Ptr ¶

Ptr returns reference to ImportContentSource value

func (*ImportContentSource) UnmarshalJSON ¶

func (v *ImportContentSource) UnmarshalJSON(src []byte) error

type InstallIntegrationOnSpaceRequest ¶

type InstallIntegrationOnSpaceRequest struct {
	// ID of the space to install the integration on
	Space string `json:"space"`
}

InstallIntegrationOnSpaceRequest struct for InstallIntegrationOnSpaceRequest

func NewInstallIntegrationOnSpaceRequest ¶

func NewInstallIntegrationOnSpaceRequest(space string) *InstallIntegrationOnSpaceRequest

NewInstallIntegrationOnSpaceRequest instantiates a new InstallIntegrationOnSpaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInstallIntegrationOnSpaceRequestWithDefaults ¶

func NewInstallIntegrationOnSpaceRequestWithDefaults() *InstallIntegrationOnSpaceRequest

NewInstallIntegrationOnSpaceRequestWithDefaults instantiates a new InstallIntegrationOnSpaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InstallIntegrationOnSpaceRequest) GetSpace ¶

GetSpace returns the Space field value

func (*InstallIntegrationOnSpaceRequest) GetSpaceOk ¶

func (o *InstallIntegrationOnSpaceRequest) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (InstallIntegrationOnSpaceRequest) MarshalJSON ¶

func (o InstallIntegrationOnSpaceRequest) MarshalJSON() ([]byte, error)

func (*InstallIntegrationOnSpaceRequest) SetSpace ¶

SetSpace sets field value

func (InstallIntegrationOnSpaceRequest) ToMap ¶

func (o InstallIntegrationOnSpaceRequest) ToMap() (map[string]interface{}, error)

type InstallationEvent ¶

type InstallationEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	// Type of the event.
	Type string `json:"type"`
	// ID of the integration installation
	InstallationId string `json:"installationId"`
}

InstallationEvent struct for InstallationEvent

func NewInstallationEvent ¶

func NewInstallationEvent(eventId string, type_ string, installationId string) *InstallationEvent

NewInstallationEvent instantiates a new InstallationEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInstallationEventWithDefaults ¶

func NewInstallationEventWithDefaults() *InstallationEvent

NewInstallationEventWithDefaults instantiates a new InstallationEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InstallationEvent) GetEventId ¶

func (o *InstallationEvent) GetEventId() string

GetEventId returns the EventId field value

func (*InstallationEvent) GetEventIdOk ¶

func (o *InstallationEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*InstallationEvent) GetInstallationId ¶

func (o *InstallationEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*InstallationEvent) GetInstallationIdOk ¶

func (o *InstallationEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*InstallationEvent) GetType ¶

func (o *InstallationEvent) GetType() string

GetType returns the Type field value

func (*InstallationEvent) GetTypeOk ¶

func (o *InstallationEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (InstallationEvent) MarshalJSON ¶

func (o InstallationEvent) MarshalJSON() ([]byte, error)

func (*InstallationEvent) SetEventId ¶

func (o *InstallationEvent) SetEventId(v string)

SetEventId sets field value

func (*InstallationEvent) SetInstallationId ¶

func (o *InstallationEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*InstallationEvent) SetType ¶

func (o *InstallationEvent) SetType(v string)

SetType sets field value

func (InstallationEvent) ToMap ¶

func (o InstallationEvent) ToMap() (map[string]interface{}, error)

type InstallationEventAllOf ¶

type InstallationEventAllOf struct {
	// ID of the integration installation
	InstallationId string `json:"installationId"`
}

InstallationEventAllOf Common properties for all events related to an installation

func NewInstallationEventAllOf ¶

func NewInstallationEventAllOf(installationId string) *InstallationEventAllOf

NewInstallationEventAllOf instantiates a new InstallationEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInstallationEventAllOfWithDefaults ¶

func NewInstallationEventAllOfWithDefaults() *InstallationEventAllOf

NewInstallationEventAllOfWithDefaults instantiates a new InstallationEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InstallationEventAllOf) GetInstallationId ¶

func (o *InstallationEventAllOf) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*InstallationEventAllOf) GetInstallationIdOk ¶

func (o *InstallationEventAllOf) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (InstallationEventAllOf) MarshalJSON ¶

func (o InstallationEventAllOf) MarshalJSON() ([]byte, error)

func (*InstallationEventAllOf) SetInstallationId ¶

func (o *InstallationEventAllOf) SetInstallationId(v string)

SetInstallationId sets field value

func (InstallationEventAllOf) ToMap ¶

func (o InstallationEventAllOf) ToMap() (map[string]interface{}, error)

type InstallationSetupEvent ¶

type InstallationSetupEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	Type    string `json:"type"`
	// ID of the integration installation
	InstallationId string                               `json:"installationId"`
	Status         IntegrationInstallationStatus        `json:"status"`
	Previous       *InstallationSetupEventAllOfPrevious `json:"previous,omitempty"`
}

InstallationSetupEvent struct for InstallationSetupEvent

func NewInstallationSetupEvent ¶

func NewInstallationSetupEvent(eventId string, type_ string, installationId string, status IntegrationInstallationStatus) *InstallationSetupEvent

NewInstallationSetupEvent instantiates a new InstallationSetupEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInstallationSetupEventWithDefaults ¶

func NewInstallationSetupEventWithDefaults() *InstallationSetupEvent

NewInstallationSetupEventWithDefaults instantiates a new InstallationSetupEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InstallationSetupEvent) GetEventId ¶

func (o *InstallationSetupEvent) GetEventId() string

GetEventId returns the EventId field value

func (*InstallationSetupEvent) GetEventIdOk ¶

func (o *InstallationSetupEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*InstallationSetupEvent) GetInstallationId ¶

func (o *InstallationSetupEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*InstallationSetupEvent) GetInstallationIdOk ¶

func (o *InstallationSetupEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*InstallationSetupEvent) GetPrevious ¶

GetPrevious returns the Previous field value if set, zero value otherwise.

func (*InstallationSetupEvent) GetPreviousOk ¶

GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstallationSetupEvent) GetStatus ¶

GetStatus returns the Status field value

func (*InstallationSetupEvent) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*InstallationSetupEvent) GetType ¶

func (o *InstallationSetupEvent) GetType() string

GetType returns the Type field value

func (*InstallationSetupEvent) GetTypeOk ¶

func (o *InstallationSetupEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*InstallationSetupEvent) HasPrevious ¶

func (o *InstallationSetupEvent) HasPrevious() bool

HasPrevious returns a boolean if a field has been set.

func (InstallationSetupEvent) MarshalJSON ¶

func (o InstallationSetupEvent) MarshalJSON() ([]byte, error)

func (*InstallationSetupEvent) SetEventId ¶

func (o *InstallationSetupEvent) SetEventId(v string)

SetEventId sets field value

func (*InstallationSetupEvent) SetInstallationId ¶

func (o *InstallationSetupEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*InstallationSetupEvent) SetPrevious ¶

SetPrevious gets a reference to the given InstallationSetupEventAllOfPrevious and assigns it to the Previous field.

func (*InstallationSetupEvent) SetStatus ¶

SetStatus sets field value

func (*InstallationSetupEvent) SetType ¶

func (o *InstallationSetupEvent) SetType(v string)

SetType sets field value

func (InstallationSetupEvent) ToMap ¶

func (o InstallationSetupEvent) ToMap() (map[string]interface{}, error)

type InstallationSetupEventAllOf ¶

type InstallationSetupEventAllOf struct {
	Type     string                               `json:"type"`
	Status   IntegrationInstallationStatus        `json:"status"`
	Previous *InstallationSetupEventAllOfPrevious `json:"previous,omitempty"`
}

InstallationSetupEventAllOf Event received when integration has been installed or updated.

func NewInstallationSetupEventAllOf ¶

func NewInstallationSetupEventAllOf(type_ string, status IntegrationInstallationStatus) *InstallationSetupEventAllOf

NewInstallationSetupEventAllOf instantiates a new InstallationSetupEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInstallationSetupEventAllOfWithDefaults ¶

func NewInstallationSetupEventAllOfWithDefaults() *InstallationSetupEventAllOf

NewInstallationSetupEventAllOfWithDefaults instantiates a new InstallationSetupEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InstallationSetupEventAllOf) GetPrevious ¶

GetPrevious returns the Previous field value if set, zero value otherwise.

func (*InstallationSetupEventAllOf) GetPreviousOk ¶

GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstallationSetupEventAllOf) GetStatus ¶

GetStatus returns the Status field value

func (*InstallationSetupEventAllOf) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*InstallationSetupEventAllOf) GetType ¶

func (o *InstallationSetupEventAllOf) GetType() string

GetType returns the Type field value

func (*InstallationSetupEventAllOf) GetTypeOk ¶

func (o *InstallationSetupEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*InstallationSetupEventAllOf) HasPrevious ¶

func (o *InstallationSetupEventAllOf) HasPrevious() bool

HasPrevious returns a boolean if a field has been set.

func (InstallationSetupEventAllOf) MarshalJSON ¶

func (o InstallationSetupEventAllOf) MarshalJSON() ([]byte, error)

func (*InstallationSetupEventAllOf) SetPrevious ¶

SetPrevious gets a reference to the given InstallationSetupEventAllOfPrevious and assigns it to the Previous field.

func (*InstallationSetupEventAllOf) SetStatus ¶

SetStatus sets field value

func (*InstallationSetupEventAllOf) SetType ¶

func (o *InstallationSetupEventAllOf) SetType(v string)

SetType sets field value

func (InstallationSetupEventAllOf) ToMap ¶

func (o InstallationSetupEventAllOf) ToMap() (map[string]interface{}, error)

type InstallationSetupEventAllOfPrevious ¶

type InstallationSetupEventAllOfPrevious struct {
	Status IntegrationInstallationStatus `json:"status"`
	// The previous configuration of the installation at the account level.
	Configuration map[string]interface{} `json:"configuration,omitempty"`
}

InstallationSetupEventAllOfPrevious The state of the installation at the account level before it was updated.

func NewInstallationSetupEventAllOfPrevious ¶

func NewInstallationSetupEventAllOfPrevious(status IntegrationInstallationStatus) *InstallationSetupEventAllOfPrevious

NewInstallationSetupEventAllOfPrevious instantiates a new InstallationSetupEventAllOfPrevious object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInstallationSetupEventAllOfPreviousWithDefaults ¶

func NewInstallationSetupEventAllOfPreviousWithDefaults() *InstallationSetupEventAllOfPrevious

NewInstallationSetupEventAllOfPreviousWithDefaults instantiates a new InstallationSetupEventAllOfPrevious object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InstallationSetupEventAllOfPrevious) GetConfiguration ¶

func (o *InstallationSetupEventAllOfPrevious) GetConfiguration() map[string]interface{}

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*InstallationSetupEventAllOfPrevious) GetConfigurationOk ¶

func (o *InstallationSetupEventAllOfPrevious) GetConfigurationOk() (map[string]interface{}, bool)

GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstallationSetupEventAllOfPrevious) GetStatus ¶

GetStatus returns the Status field value

func (*InstallationSetupEventAllOfPrevious) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*InstallationSetupEventAllOfPrevious) HasConfiguration ¶

func (o *InstallationSetupEventAllOfPrevious) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (InstallationSetupEventAllOfPrevious) MarshalJSON ¶

func (o InstallationSetupEventAllOfPrevious) MarshalJSON() ([]byte, error)

func (*InstallationSetupEventAllOfPrevious) SetConfiguration ¶

func (o *InstallationSetupEventAllOfPrevious) SetConfiguration(v map[string]interface{})

SetConfiguration gets a reference to the given map[string]interface{} and assigns it to the Configuration field.

func (*InstallationSetupEventAllOfPrevious) SetStatus ¶

SetStatus sets field value

func (InstallationSetupEventAllOfPrevious) ToMap ¶

func (o InstallationSetupEventAllOfPrevious) ToMap() (map[string]interface{}, error)

type Integration ¶

type Integration struct {
	Object string `json:"object"`
	// Unique named identifier for the integration
	Name string `json:"name"`
	// Version of the integration
	Version float32 `json:"version"`
	// Title of the integration
	Title string `json:"title"`
	// Description of the integration
	Description *string `json:"description,omitempty"`
	// Long form markdown summary of the integration
	Summary *string `json:"summary,omitempty"`
	// URLs of images to showcase the integration
	PreviewImages []string              `json:"previewImages"`
	Visibility    IntegrationVisibility `json:"visibility"`
	// Permissions that should be granted to the integration
	Scopes []IntegrationScope `json:"scopes"`
	// Categories for which the integration is listed in the marketplace
	Categories []IntegrationCategory `json:"categories"`
	// Custom blocks defined by this integration.
	Blocks         []IntegrationBlock         `json:"blocks,omitempty"`
	Configurations *IntegrationConfigurations `json:"configurations,omitempty"`
	// External urls configured by the developer of the integration
	ExternalLinks         []IntegrationExternalLinksInner   `json:"externalLinks"`
	Urls                  IntegrationUrls                   `json:"urls"`
	ContentSecurityPolicy *IntegrationContentSecurityPolicy `json:"contentSecurityPolicy,omitempty"`
}

Integration struct for Integration

func NewIntegration ¶

func NewIntegration(object string, name string, version float32, title string, previewImages []string, visibility IntegrationVisibility, scopes []IntegrationScope, categories []IntegrationCategory, externalLinks []IntegrationExternalLinksInner, urls IntegrationUrls) *Integration

NewIntegration instantiates a new Integration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationWithDefaults ¶

func NewIntegrationWithDefaults() *Integration

NewIntegrationWithDefaults instantiates a new Integration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Integration) GetBlocks ¶

func (o *Integration) GetBlocks() []IntegrationBlock

GetBlocks returns the Blocks field value if set, zero value otherwise.

func (*Integration) GetBlocksOk ¶

func (o *Integration) GetBlocksOk() ([]IntegrationBlock, bool)

GetBlocksOk returns a tuple with the Blocks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Integration) GetCategories ¶

func (o *Integration) GetCategories() []IntegrationCategory

GetCategories returns the Categories field value

func (*Integration) GetCategoriesOk ¶

func (o *Integration) GetCategoriesOk() ([]IntegrationCategory, bool)

GetCategoriesOk returns a tuple with the Categories field value and a boolean to check if the value has been set.

func (*Integration) GetConfigurations ¶

func (o *Integration) GetConfigurations() IntegrationConfigurations

GetConfigurations returns the Configurations field value if set, zero value otherwise.

func (*Integration) GetConfigurationsOk ¶

func (o *Integration) GetConfigurationsOk() (*IntegrationConfigurations, bool)

GetConfigurationsOk returns a tuple with the Configurations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Integration) GetContentSecurityPolicy ¶

func (o *Integration) GetContentSecurityPolicy() IntegrationContentSecurityPolicy

GetContentSecurityPolicy returns the ContentSecurityPolicy field value if set, zero value otherwise.

func (*Integration) GetContentSecurityPolicyOk ¶

func (o *Integration) GetContentSecurityPolicyOk() (*IntegrationContentSecurityPolicy, bool)

GetContentSecurityPolicyOk returns a tuple with the ContentSecurityPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Integration) GetDescription ¶

func (o *Integration) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Integration) GetDescriptionOk ¶

func (o *Integration) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *Integration) GetExternalLinks() []IntegrationExternalLinksInner

GetExternalLinks returns the ExternalLinks field value

func (*Integration) GetExternalLinksOk ¶

func (o *Integration) GetExternalLinksOk() ([]IntegrationExternalLinksInner, bool)

GetExternalLinksOk returns a tuple with the ExternalLinks field value and a boolean to check if the value has been set.

func (*Integration) GetName ¶

func (o *Integration) GetName() string

GetName returns the Name field value

func (*Integration) GetNameOk ¶

func (o *Integration) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Integration) GetObject ¶

func (o *Integration) GetObject() string

GetObject returns the Object field value

func (*Integration) GetObjectOk ¶

func (o *Integration) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*Integration) GetPreviewImages ¶

func (o *Integration) GetPreviewImages() []string

GetPreviewImages returns the PreviewImages field value

func (*Integration) GetPreviewImagesOk ¶

func (o *Integration) GetPreviewImagesOk() ([]string, bool)

GetPreviewImagesOk returns a tuple with the PreviewImages field value and a boolean to check if the value has been set.

func (*Integration) GetScopes ¶

func (o *Integration) GetScopes() []IntegrationScope

GetScopes returns the Scopes field value

func (*Integration) GetScopesOk ¶

func (o *Integration) GetScopesOk() ([]IntegrationScope, bool)

GetScopesOk returns a tuple with the Scopes field value and a boolean to check if the value has been set.

func (*Integration) GetSummary ¶

func (o *Integration) GetSummary() string

GetSummary returns the Summary field value if set, zero value otherwise.

func (*Integration) GetSummaryOk ¶

func (o *Integration) GetSummaryOk() (*string, bool)

GetSummaryOk returns a tuple with the Summary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Integration) GetTitle ¶

func (o *Integration) GetTitle() string

GetTitle returns the Title field value

func (*Integration) GetTitleOk ¶

func (o *Integration) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*Integration) GetUrls ¶

func (o *Integration) GetUrls() IntegrationUrls

GetUrls returns the Urls field value

func (*Integration) GetUrlsOk ¶

func (o *Integration) GetUrlsOk() (*IntegrationUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*Integration) GetVersion ¶ added in v0.2.0

func (o *Integration) GetVersion() float32

GetVersion returns the Version field value

func (*Integration) GetVersionOk ¶ added in v0.2.0

func (o *Integration) GetVersionOk() (*float32, bool)

GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.

func (*Integration) GetVisibility ¶

func (o *Integration) GetVisibility() IntegrationVisibility

GetVisibility returns the Visibility field value

func (*Integration) GetVisibilityOk ¶

func (o *Integration) GetVisibilityOk() (*IntegrationVisibility, bool)

GetVisibilityOk returns a tuple with the Visibility field value and a boolean to check if the value has been set.

func (*Integration) HasBlocks ¶

func (o *Integration) HasBlocks() bool

HasBlocks returns a boolean if a field has been set.

func (*Integration) HasConfigurations ¶

func (o *Integration) HasConfigurations() bool

HasConfigurations returns a boolean if a field has been set.

func (*Integration) HasContentSecurityPolicy ¶

func (o *Integration) HasContentSecurityPolicy() bool

HasContentSecurityPolicy returns a boolean if a field has been set.

func (*Integration) HasDescription ¶

func (o *Integration) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Integration) HasSummary ¶

func (o *Integration) HasSummary() bool

HasSummary returns a boolean if a field has been set.

func (Integration) MarshalJSON ¶

func (o Integration) MarshalJSON() ([]byte, error)

func (*Integration) SetBlocks ¶

func (o *Integration) SetBlocks(v []IntegrationBlock)

SetBlocks gets a reference to the given []IntegrationBlock and assigns it to the Blocks field.

func (*Integration) SetCategories ¶

func (o *Integration) SetCategories(v []IntegrationCategory)

SetCategories sets field value

func (*Integration) SetConfigurations ¶

func (o *Integration) SetConfigurations(v IntegrationConfigurations)

SetConfigurations gets a reference to the given IntegrationConfigurations and assigns it to the Configurations field.

func (*Integration) SetContentSecurityPolicy ¶

func (o *Integration) SetContentSecurityPolicy(v IntegrationContentSecurityPolicy)

SetContentSecurityPolicy gets a reference to the given IntegrationContentSecurityPolicy and assigns it to the ContentSecurityPolicy field.

func (*Integration) SetDescription ¶

func (o *Integration) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (o *Integration) SetExternalLinks(v []IntegrationExternalLinksInner)

SetExternalLinks sets field value

func (*Integration) SetName ¶

func (o *Integration) SetName(v string)

SetName sets field value

func (*Integration) SetObject ¶

func (o *Integration) SetObject(v string)

SetObject sets field value

func (*Integration) SetPreviewImages ¶

func (o *Integration) SetPreviewImages(v []string)

SetPreviewImages sets field value

func (*Integration) SetScopes ¶

func (o *Integration) SetScopes(v []IntegrationScope)

SetScopes sets field value

func (*Integration) SetSummary ¶

func (o *Integration) SetSummary(v string)

SetSummary gets a reference to the given string and assigns it to the Summary field.

func (*Integration) SetTitle ¶

func (o *Integration) SetTitle(v string)

SetTitle sets field value

func (*Integration) SetUrls ¶

func (o *Integration) SetUrls(v IntegrationUrls)

SetUrls sets field value

func (*Integration) SetVersion ¶ added in v0.2.0

func (o *Integration) SetVersion(v float32)

SetVersion sets field value

func (*Integration) SetVisibility ¶

func (o *Integration) SetVisibility(v IntegrationVisibility)

SetVisibility sets field value

func (Integration) ToMap ¶

func (o Integration) ToMap() (map[string]interface{}, error)

type IntegrationBlock ¶

type IntegrationBlock struct {
	// Unique ID in the integration for the block. It also represents the UI component used.
	Id string `json:"id"`
	// Short descriptive title for the block.
	Title string `json:"title"`
	// Long descriptive text for the block.
	Description *string `json:"description,omitempty"`
	// URL of the icon to represent this block.
	Icon *string `json:"icon,omitempty"`
	// URLs patterns to convert as this block.
	UrlUnfurl []string                  `json:"urlUnfurl,omitempty"`
	Markdown  *IntegrationBlockMarkdown `json:"markdown,omitempty"`
}

IntegrationBlock struct for IntegrationBlock

func NewIntegrationBlock ¶

func NewIntegrationBlock(id string, title string) *IntegrationBlock

NewIntegrationBlock instantiates a new IntegrationBlock object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationBlockWithDefaults ¶

func NewIntegrationBlockWithDefaults() *IntegrationBlock

NewIntegrationBlockWithDefaults instantiates a new IntegrationBlock object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationBlock) GetDescription ¶

func (o *IntegrationBlock) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*IntegrationBlock) GetDescriptionOk ¶

func (o *IntegrationBlock) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationBlock) GetIcon ¶

func (o *IntegrationBlock) GetIcon() string

GetIcon returns the Icon field value if set, zero value otherwise.

func (*IntegrationBlock) GetIconOk ¶

func (o *IntegrationBlock) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationBlock) GetId ¶

func (o *IntegrationBlock) GetId() string

GetId returns the Id field value

func (*IntegrationBlock) GetIdOk ¶

func (o *IntegrationBlock) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*IntegrationBlock) GetMarkdown ¶

func (o *IntegrationBlock) GetMarkdown() IntegrationBlockMarkdown

GetMarkdown returns the Markdown field value if set, zero value otherwise.

func (*IntegrationBlock) GetMarkdownOk ¶

func (o *IntegrationBlock) GetMarkdownOk() (*IntegrationBlockMarkdown, bool)

GetMarkdownOk returns a tuple with the Markdown field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationBlock) GetTitle ¶

func (o *IntegrationBlock) GetTitle() string

GetTitle returns the Title field value

func (*IntegrationBlock) GetTitleOk ¶

func (o *IntegrationBlock) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*IntegrationBlock) GetUrlUnfurl ¶

func (o *IntegrationBlock) GetUrlUnfurl() []string

GetUrlUnfurl returns the UrlUnfurl field value if set, zero value otherwise.

func (*IntegrationBlock) GetUrlUnfurlOk ¶

func (o *IntegrationBlock) GetUrlUnfurlOk() ([]string, bool)

GetUrlUnfurlOk returns a tuple with the UrlUnfurl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationBlock) HasDescription ¶

func (o *IntegrationBlock) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*IntegrationBlock) HasIcon ¶

func (o *IntegrationBlock) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (*IntegrationBlock) HasMarkdown ¶

func (o *IntegrationBlock) HasMarkdown() bool

HasMarkdown returns a boolean if a field has been set.

func (*IntegrationBlock) HasUrlUnfurl ¶

func (o *IntegrationBlock) HasUrlUnfurl() bool

HasUrlUnfurl returns a boolean if a field has been set.

func (IntegrationBlock) MarshalJSON ¶

func (o IntegrationBlock) MarshalJSON() ([]byte, error)

func (*IntegrationBlock) SetDescription ¶

func (o *IntegrationBlock) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IntegrationBlock) SetIcon ¶

func (o *IntegrationBlock) SetIcon(v string)

SetIcon gets a reference to the given string and assigns it to the Icon field.

func (*IntegrationBlock) SetId ¶

func (o *IntegrationBlock) SetId(v string)

SetId sets field value

func (*IntegrationBlock) SetMarkdown ¶

func (o *IntegrationBlock) SetMarkdown(v IntegrationBlockMarkdown)

SetMarkdown gets a reference to the given IntegrationBlockMarkdown and assigns it to the Markdown field.

func (*IntegrationBlock) SetTitle ¶

func (o *IntegrationBlock) SetTitle(v string)

SetTitle sets field value

func (*IntegrationBlock) SetUrlUnfurl ¶

func (o *IntegrationBlock) SetUrlUnfurl(v []string)

SetUrlUnfurl gets a reference to the given []string and assigns it to the UrlUnfurl field.

func (IntegrationBlock) ToMap ¶

func (o IntegrationBlock) ToMap() (map[string]interface{}, error)

type IntegrationBlockMarkdown ¶

type IntegrationBlockMarkdown struct {
	IntegrationBlockMarkdownOneOf *IntegrationBlockMarkdownOneOf
}

IntegrationBlockMarkdown - struct for IntegrationBlockMarkdown

func IntegrationBlockMarkdownOneOfAsIntegrationBlockMarkdown ¶

func IntegrationBlockMarkdownOneOfAsIntegrationBlockMarkdown(v *IntegrationBlockMarkdownOneOf) IntegrationBlockMarkdown

IntegrationBlockMarkdownOneOfAsIntegrationBlockMarkdown is a convenience function that returns IntegrationBlockMarkdownOneOf wrapped in IntegrationBlockMarkdown

func (*IntegrationBlockMarkdown) GetActualInstance ¶

func (obj *IntegrationBlockMarkdown) GetActualInstance() interface{}

Get the actual instance

func (IntegrationBlockMarkdown) MarshalJSON ¶

func (src IntegrationBlockMarkdown) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IntegrationBlockMarkdown) UnmarshalJSON ¶

func (dst *IntegrationBlockMarkdown) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type IntegrationBlockMarkdownOneOf ¶

type IntegrationBlockMarkdownOneOf struct {
	// Code block syntax to use to identify the block.
	Codeblock string `json:"codeblock"`
	// Key of the property to use as body of the codeblock.
	Body string `json:"body"`
}

IntegrationBlockMarkdownOneOf Format the custom block as a codeblock

func NewIntegrationBlockMarkdownOneOf ¶

func NewIntegrationBlockMarkdownOneOf(codeblock string, body string) *IntegrationBlockMarkdownOneOf

NewIntegrationBlockMarkdownOneOf instantiates a new IntegrationBlockMarkdownOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationBlockMarkdownOneOfWithDefaults ¶

func NewIntegrationBlockMarkdownOneOfWithDefaults() *IntegrationBlockMarkdownOneOf

NewIntegrationBlockMarkdownOneOfWithDefaults instantiates a new IntegrationBlockMarkdownOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationBlockMarkdownOneOf) GetBody ¶

GetBody returns the Body field value

func (*IntegrationBlockMarkdownOneOf) GetBodyOk ¶

func (o *IntegrationBlockMarkdownOneOf) GetBodyOk() (*string, bool)

GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.

func (*IntegrationBlockMarkdownOneOf) GetCodeblock ¶

func (o *IntegrationBlockMarkdownOneOf) GetCodeblock() string

GetCodeblock returns the Codeblock field value

func (*IntegrationBlockMarkdownOneOf) GetCodeblockOk ¶

func (o *IntegrationBlockMarkdownOneOf) GetCodeblockOk() (*string, bool)

GetCodeblockOk returns a tuple with the Codeblock field value and a boolean to check if the value has been set.

func (IntegrationBlockMarkdownOneOf) MarshalJSON ¶

func (o IntegrationBlockMarkdownOneOf) MarshalJSON() ([]byte, error)

func (*IntegrationBlockMarkdownOneOf) SetBody ¶

func (o *IntegrationBlockMarkdownOneOf) SetBody(v string)

SetBody sets field value

func (*IntegrationBlockMarkdownOneOf) SetCodeblock ¶

func (o *IntegrationBlockMarkdownOneOf) SetCodeblock(v string)

SetCodeblock sets field value

func (IntegrationBlockMarkdownOneOf) ToMap ¶

func (o IntegrationBlockMarkdownOneOf) ToMap() (map[string]interface{}, error)

type IntegrationCategory ¶

type IntegrationCategory string

IntegrationCategory the model 'IntegrationCategory'

const (
	INTEGRATIONCATEGORY_ANALYTICS     IntegrationCategory = "analytics"
	INTEGRATIONCATEGORY_COLLABORATION IntegrationCategory = "collaboration"
	INTEGRATIONCATEGORY_MARKETING     IntegrationCategory = "marketing"
	INTEGRATIONCATEGORY_CONTENT       IntegrationCategory = "content"
	INTEGRATIONCATEGORY_GITSYNC       IntegrationCategory = "gitsync"
	INTEGRATIONCATEGORY_OTHER         IntegrationCategory = "other"
)

List of IntegrationCategory

func NewIntegrationCategoryFromValue ¶

func NewIntegrationCategoryFromValue(v string) (*IntegrationCategory, error)

NewIntegrationCategoryFromValue returns a pointer to a valid IntegrationCategory for the value passed as argument, or an error if the value passed is not allowed by the enum

func (IntegrationCategory) IsValid ¶

func (v IntegrationCategory) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (IntegrationCategory) Ptr ¶

Ptr returns reference to IntegrationCategory value

func (*IntegrationCategory) UnmarshalJSON ¶

func (v *IntegrationCategory) UnmarshalJSON(src []byte) error

type IntegrationConfiguration ¶

type IntegrationConfiguration struct {
	IntegrationConfigurationComponent *IntegrationConfigurationComponent
	IntegrationConfigurationSchema    *IntegrationConfigurationSchema
}

IntegrationConfiguration - struct for IntegrationConfiguration

func IntegrationConfigurationComponentAsIntegrationConfiguration ¶

func IntegrationConfigurationComponentAsIntegrationConfiguration(v *IntegrationConfigurationComponent) IntegrationConfiguration

IntegrationConfigurationComponentAsIntegrationConfiguration is a convenience function that returns IntegrationConfigurationComponent wrapped in IntegrationConfiguration

func IntegrationConfigurationSchemaAsIntegrationConfiguration ¶

func IntegrationConfigurationSchemaAsIntegrationConfiguration(v *IntegrationConfigurationSchema) IntegrationConfiguration

IntegrationConfigurationSchemaAsIntegrationConfiguration is a convenience function that returns IntegrationConfigurationSchema wrapped in IntegrationConfiguration

func (*IntegrationConfiguration) GetActualInstance ¶

func (obj *IntegrationConfiguration) GetActualInstance() interface{}

Get the actual instance

func (IntegrationConfiguration) MarshalJSON ¶

func (src IntegrationConfiguration) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IntegrationConfiguration) UnmarshalJSON ¶

func (dst *IntegrationConfiguration) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type IntegrationConfigurationComponent ¶

type IntegrationConfigurationComponent struct {
	// ID of the ContentKit component defined in the integration
	ComponentId string `json:"componentId"`
}

IntegrationConfigurationComponent ContentKit component for configuration

func NewIntegrationConfigurationComponent ¶

func NewIntegrationConfigurationComponent(componentId string) *IntegrationConfigurationComponent

NewIntegrationConfigurationComponent instantiates a new IntegrationConfigurationComponent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationConfigurationComponentWithDefaults ¶

func NewIntegrationConfigurationComponentWithDefaults() *IntegrationConfigurationComponent

NewIntegrationConfigurationComponentWithDefaults instantiates a new IntegrationConfigurationComponent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationConfigurationComponent) GetComponentId ¶

func (o *IntegrationConfigurationComponent) GetComponentId() string

GetComponentId returns the ComponentId field value

func (*IntegrationConfigurationComponent) GetComponentIdOk ¶

func (o *IntegrationConfigurationComponent) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value and a boolean to check if the value has been set.

func (IntegrationConfigurationComponent) MarshalJSON ¶

func (o IntegrationConfigurationComponent) MarshalJSON() ([]byte, error)

func (*IntegrationConfigurationComponent) SetComponentId ¶

func (o *IntegrationConfigurationComponent) SetComponentId(v string)

SetComponentId sets field value

func (IntegrationConfigurationComponent) ToMap ¶

func (o IntegrationConfigurationComponent) ToMap() (map[string]interface{}, error)

type IntegrationConfigurationSchema ¶

type IntegrationConfigurationSchema struct {
	Properties map[string]IntegrationConfigurationSchemaPropertiesValue `json:"properties"`
	Required   []string                                                 `json:"required,omitempty"`
}

IntegrationConfigurationSchema Schema for a configuration

func NewIntegrationConfigurationSchema ¶

func NewIntegrationConfigurationSchema(properties map[string]IntegrationConfigurationSchemaPropertiesValue) *IntegrationConfigurationSchema

NewIntegrationConfigurationSchema instantiates a new IntegrationConfigurationSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationConfigurationSchemaWithDefaults ¶

func NewIntegrationConfigurationSchemaWithDefaults() *IntegrationConfigurationSchema

NewIntegrationConfigurationSchemaWithDefaults instantiates a new IntegrationConfigurationSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationConfigurationSchema) GetProperties ¶

GetProperties returns the Properties field value

func (*IntegrationConfigurationSchema) GetPropertiesOk ¶

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchema) GetRequired ¶

func (o *IntegrationConfigurationSchema) GetRequired() []string

GetRequired returns the Required field value if set, zero value otherwise.

func (*IntegrationConfigurationSchema) GetRequiredOk ¶

func (o *IntegrationConfigurationSchema) GetRequiredOk() ([]string, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchema) HasRequired ¶

func (o *IntegrationConfigurationSchema) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (IntegrationConfigurationSchema) MarshalJSON ¶

func (o IntegrationConfigurationSchema) MarshalJSON() ([]byte, error)

func (*IntegrationConfigurationSchema) SetProperties ¶

SetProperties sets field value

func (*IntegrationConfigurationSchema) SetRequired ¶

func (o *IntegrationConfigurationSchema) SetRequired(v []string)

SetRequired gets a reference to the given []string and assigns it to the Required field.

func (IntegrationConfigurationSchema) ToMap ¶

func (o IntegrationConfigurationSchema) ToMap() (map[string]interface{}, error)

type IntegrationConfigurationSchemaPropertiesValue ¶

type IntegrationConfigurationSchemaPropertiesValue struct {
	Title       *string `json:"title,omitempty"`
	Description *string `json:"description,omitempty"`
	Type        string  `json:"type"`
	Default     *bool   `json:"default,omitempty"`
	CallbackUrl string  `json:"callback_url"`
	ButtonText  string  `json:"button_text"`
}

IntegrationConfigurationSchemaPropertiesValue struct for IntegrationConfigurationSchemaPropertiesValue

func NewIntegrationConfigurationSchemaPropertiesValue ¶

func NewIntegrationConfigurationSchemaPropertiesValue(type_ string, callbackUrl string, buttonText string) *IntegrationConfigurationSchemaPropertiesValue

NewIntegrationConfigurationSchemaPropertiesValue instantiates a new IntegrationConfigurationSchemaPropertiesValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationConfigurationSchemaPropertiesValueWithDefaults ¶

func NewIntegrationConfigurationSchemaPropertiesValueWithDefaults() *IntegrationConfigurationSchemaPropertiesValue

NewIntegrationConfigurationSchemaPropertiesValueWithDefaults instantiates a new IntegrationConfigurationSchemaPropertiesValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationConfigurationSchemaPropertiesValue) GetButtonText ¶

GetButtonText returns the ButtonText field value

func (*IntegrationConfigurationSchemaPropertiesValue) GetButtonTextOk ¶

GetButtonTextOk returns a tuple with the ButtonText field value and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValue) GetCallbackUrl ¶

GetCallbackUrl returns the CallbackUrl field value

func (*IntegrationConfigurationSchemaPropertiesValue) GetCallbackUrlOk ¶

func (o *IntegrationConfigurationSchemaPropertiesValue) GetCallbackUrlOk() (*string, bool)

GetCallbackUrlOk returns a tuple with the CallbackUrl field value and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValue) GetDefault ¶

GetDefault returns the Default field value if set, zero value otherwise.

func (*IntegrationConfigurationSchemaPropertiesValue) GetDefaultOk ¶

GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValue) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise.

func (*IntegrationConfigurationSchemaPropertiesValue) GetDescriptionOk ¶

func (o *IntegrationConfigurationSchemaPropertiesValue) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValue) GetTitle ¶

GetTitle returns the Title field value if set, zero value otherwise.

func (*IntegrationConfigurationSchemaPropertiesValue) GetTitleOk ¶

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValue) GetType ¶

GetType returns the Type field value

func (*IntegrationConfigurationSchemaPropertiesValue) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValue) HasDefault ¶

HasDefault returns a boolean if a field has been set.

func (*IntegrationConfigurationSchemaPropertiesValue) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*IntegrationConfigurationSchemaPropertiesValue) HasTitle ¶

HasTitle returns a boolean if a field has been set.

func (IntegrationConfigurationSchemaPropertiesValue) MarshalJSON ¶

func (*IntegrationConfigurationSchemaPropertiesValue) SetButtonText ¶

SetButtonText sets field value

func (*IntegrationConfigurationSchemaPropertiesValue) SetCallbackUrl ¶

SetCallbackUrl sets field value

func (*IntegrationConfigurationSchemaPropertiesValue) SetDefault ¶

SetDefault gets a reference to the given bool and assigns it to the Default field.

func (*IntegrationConfigurationSchemaPropertiesValue) SetDescription ¶

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IntegrationConfigurationSchemaPropertiesValue) SetTitle ¶

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*IntegrationConfigurationSchemaPropertiesValue) SetType ¶

SetType sets field value

func (IntegrationConfigurationSchemaPropertiesValue) ToMap ¶

func (o IntegrationConfigurationSchemaPropertiesValue) ToMap() (map[string]interface{}, error)

type IntegrationConfigurationSchemaPropertiesValueAllOf ¶

type IntegrationConfigurationSchemaPropertiesValueAllOf struct {
	Title       *string `json:"title,omitempty"`
	Description *string `json:"description,omitempty"`
}

IntegrationConfigurationSchemaPropertiesValueAllOf struct for IntegrationConfigurationSchemaPropertiesValueAllOf

func NewIntegrationConfigurationSchemaPropertiesValueAllOf ¶

func NewIntegrationConfigurationSchemaPropertiesValueAllOf() *IntegrationConfigurationSchemaPropertiesValueAllOf

NewIntegrationConfigurationSchemaPropertiesValueAllOf instantiates a new IntegrationConfigurationSchemaPropertiesValueAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationConfigurationSchemaPropertiesValueAllOfWithDefaults ¶

func NewIntegrationConfigurationSchemaPropertiesValueAllOfWithDefaults() *IntegrationConfigurationSchemaPropertiesValueAllOf

NewIntegrationConfigurationSchemaPropertiesValueAllOfWithDefaults instantiates a new IntegrationConfigurationSchemaPropertiesValueAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationConfigurationSchemaPropertiesValueAllOf) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf) GetTitle ¶

GetTitle returns the Title field value if set, zero value otherwise.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf) GetTitleOk ¶

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf) HasTitle ¶

HasTitle returns a boolean if a field has been set.

func (IntegrationConfigurationSchemaPropertiesValueAllOf) MarshalJSON ¶

func (*IntegrationConfigurationSchemaPropertiesValueAllOf) SetDescription ¶

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf) SetTitle ¶

SetTitle gets a reference to the given string and assigns it to the Title field.

func (IntegrationConfigurationSchemaPropertiesValueAllOf) ToMap ¶

type IntegrationConfigurationSchemaPropertiesValueAllOf1 ¶

type IntegrationConfigurationSchemaPropertiesValueAllOf1 struct {
	IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf  *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf
	IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1 *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1
	IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2 *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2
	IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3 *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3
}

IntegrationConfigurationSchemaPropertiesValueAllOf1 - struct for IntegrationConfigurationSchemaPropertiesValueAllOf1

func IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1AsIntegrationConfigurationSchemaPropertiesValueAllOf1 ¶

func IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1AsIntegrationConfigurationSchemaPropertiesValueAllOf1(v *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) IntegrationConfigurationSchemaPropertiesValueAllOf1

IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1AsIntegrationConfigurationSchemaPropertiesValueAllOf1 is a convenience function that returns IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1 wrapped in IntegrationConfigurationSchemaPropertiesValueAllOf1

func IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2AsIntegrationConfigurationSchemaPropertiesValueAllOf1 ¶

func IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2AsIntegrationConfigurationSchemaPropertiesValueAllOf1(v *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) IntegrationConfigurationSchemaPropertiesValueAllOf1

IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2AsIntegrationConfigurationSchemaPropertiesValueAllOf1 is a convenience function that returns IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2 wrapped in IntegrationConfigurationSchemaPropertiesValueAllOf1

func IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3AsIntegrationConfigurationSchemaPropertiesValueAllOf1 ¶

func IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3AsIntegrationConfigurationSchemaPropertiesValueAllOf1(v *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) IntegrationConfigurationSchemaPropertiesValueAllOf1

IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3AsIntegrationConfigurationSchemaPropertiesValueAllOf1 is a convenience function that returns IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3 wrapped in IntegrationConfigurationSchemaPropertiesValueAllOf1

func IntegrationConfigurationSchemaPropertiesValueAllOf1OneOfAsIntegrationConfigurationSchemaPropertiesValueAllOf1 ¶

func IntegrationConfigurationSchemaPropertiesValueAllOf1OneOfAsIntegrationConfigurationSchemaPropertiesValueAllOf1(v *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) IntegrationConfigurationSchemaPropertiesValueAllOf1

IntegrationConfigurationSchemaPropertiesValueAllOf1OneOfAsIntegrationConfigurationSchemaPropertiesValueAllOf1 is a convenience function that returns IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf wrapped in IntegrationConfigurationSchemaPropertiesValueAllOf1

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1) GetActualInstance ¶

func (obj *IntegrationConfigurationSchemaPropertiesValueAllOf1) GetActualInstance() interface{}

Get the actual instance

func (IntegrationConfigurationSchemaPropertiesValueAllOf1) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1) UnmarshalJSON ¶

Unmarshal JSON data into one of the pointers in the struct

type IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf ¶

type IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf struct {
	Type    string  `json:"type"`
	Default *string `json:"default,omitempty"`
}

IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf struct for IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf ¶

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf(type_ string) *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf

NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf instantiates a new IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOfWithDefaults ¶

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOfWithDefaults() *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf

NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOfWithDefaults instantiates a new IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) GetDefault ¶

GetDefault returns the Default field value if set, zero value otherwise.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) GetDefaultOk ¶

GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) GetType ¶

GetType returns the Type field value

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) HasDefault ¶

HasDefault returns a boolean if a field has been set.

func (IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) MarshalJSON ¶

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) SetDefault ¶

SetDefault gets a reference to the given string and assigns it to the Default field.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) SetType ¶

SetType sets field value

func (IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) ToMap ¶

type IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1 ¶

type IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1 struct {
	Type    string   `json:"type"`
	Default *float32 `json:"default,omitempty"`
}

IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1 struct for IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1 ¶

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1(type_ string) *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1

NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1 instantiates a new IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1WithDefaults ¶

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1WithDefaults() *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1

NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1WithDefaults instantiates a new IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) GetDefault ¶

GetDefault returns the Default field value if set, zero value otherwise.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) GetDefaultOk ¶

GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) GetType ¶

GetType returns the Type field value

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) HasDefault ¶

HasDefault returns a boolean if a field has been set.

func (IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) MarshalJSON ¶

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) SetDefault ¶

SetDefault gets a reference to the given float32 and assigns it to the Default field.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) SetType ¶

SetType sets field value

func (IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) ToMap ¶

type IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2 ¶

type IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2 struct {
	Type    string `json:"type"`
	Default *bool  `json:"default,omitempty"`
}

IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2 struct for IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2 ¶

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2(type_ string) *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2

NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2 instantiates a new IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2WithDefaults ¶

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2WithDefaults() *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2

NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2WithDefaults instantiates a new IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) GetDefault ¶

GetDefault returns the Default field value if set, zero value otherwise.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) GetDefaultOk ¶

GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) GetType ¶

GetType returns the Type field value

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) HasDefault ¶

HasDefault returns a boolean if a field has been set.

func (IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) MarshalJSON ¶

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) SetDefault ¶

SetDefault gets a reference to the given bool and assigns it to the Default field.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) SetType ¶

SetType sets field value

func (IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) ToMap ¶

type IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3 ¶

type IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3 struct {
	Type        string `json:"type"`
	CallbackUrl string `json:"callback_url"`
	ButtonText  string `json:"button_text"`
}

IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3 struct for IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3 ¶

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3(type_ string, callbackUrl string, buttonText string) *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3

NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3 instantiates a new IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3WithDefaults ¶

func NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3WithDefaults() *IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3

NewIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3WithDefaults instantiates a new IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) GetButtonText ¶

GetButtonText returns the ButtonText field value

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) GetButtonTextOk ¶

GetButtonTextOk returns a tuple with the ButtonText field value and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) GetCallbackUrl ¶

GetCallbackUrl returns the CallbackUrl field value

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) GetCallbackUrlOk ¶

GetCallbackUrlOk returns a tuple with the CallbackUrl field value and a boolean to check if the value has been set.

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) GetType ¶

GetType returns the Type field value

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) MarshalJSON ¶

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) SetButtonText ¶

SetButtonText sets field value

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) SetCallbackUrl ¶

SetCallbackUrl sets field value

func (*IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) SetType ¶

SetType sets field value

func (IntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) ToMap ¶

type IntegrationConfigurations ¶

type IntegrationConfigurations struct {
	Account *IntegrationConfiguration `json:"account,omitempty"`
	Space   *IntegrationConfiguration `json:"space,omitempty"`
}

IntegrationConfigurations struct for IntegrationConfigurations

func NewIntegrationConfigurations ¶

func NewIntegrationConfigurations() *IntegrationConfigurations

NewIntegrationConfigurations instantiates a new IntegrationConfigurations object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationConfigurationsWithDefaults ¶

func NewIntegrationConfigurationsWithDefaults() *IntegrationConfigurations

NewIntegrationConfigurationsWithDefaults instantiates a new IntegrationConfigurations object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationConfigurations) GetAccount ¶

GetAccount returns the Account field value if set, zero value otherwise.

func (*IntegrationConfigurations) GetAccountOk ¶

GetAccountOk returns a tuple with the Account field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationConfigurations) GetSpace ¶

GetSpace returns the Space field value if set, zero value otherwise.

func (*IntegrationConfigurations) GetSpaceOk ¶

GetSpaceOk returns a tuple with the Space field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationConfigurations) HasAccount ¶

func (o *IntegrationConfigurations) HasAccount() bool

HasAccount returns a boolean if a field has been set.

func (*IntegrationConfigurations) HasSpace ¶

func (o *IntegrationConfigurations) HasSpace() bool

HasSpace returns a boolean if a field has been set.

func (IntegrationConfigurations) MarshalJSON ¶

func (o IntegrationConfigurations) MarshalJSON() ([]byte, error)

func (*IntegrationConfigurations) SetAccount ¶

SetAccount gets a reference to the given IntegrationConfiguration and assigns it to the Account field.

func (*IntegrationConfigurations) SetSpace ¶

SetSpace gets a reference to the given IntegrationConfiguration and assigns it to the Space field.

func (IntegrationConfigurations) ToMap ¶

func (o IntegrationConfigurations) ToMap() (map[string]interface{}, error)

type IntegrationContentSecurityPolicy ¶

type IntegrationContentSecurityPolicy struct {
	IntegrationContentSecurityPolicyOneOf *IntegrationContentSecurityPolicyOneOf
	String                                *string
}

IntegrationContentSecurityPolicy - Security policy to validate the content of the integrations scripts and Contentkit. Will be sent as headers when processing the script fetch event and the blocks fetch events.

func IntegrationContentSecurityPolicyOneOfAsIntegrationContentSecurityPolicy ¶

func IntegrationContentSecurityPolicyOneOfAsIntegrationContentSecurityPolicy(v *IntegrationContentSecurityPolicyOneOf) IntegrationContentSecurityPolicy

IntegrationContentSecurityPolicyOneOfAsIntegrationContentSecurityPolicy is a convenience function that returns IntegrationContentSecurityPolicyOneOf wrapped in IntegrationContentSecurityPolicy

func StringAsIntegrationContentSecurityPolicy ¶

func StringAsIntegrationContentSecurityPolicy(v *string) IntegrationContentSecurityPolicy

stringAsIntegrationContentSecurityPolicy is a convenience function that returns string wrapped in IntegrationContentSecurityPolicy

func (*IntegrationContentSecurityPolicy) GetActualInstance ¶

func (obj *IntegrationContentSecurityPolicy) GetActualInstance() interface{}

Get the actual instance

func (IntegrationContentSecurityPolicy) MarshalJSON ¶

func (src IntegrationContentSecurityPolicy) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IntegrationContentSecurityPolicy) UnmarshalJSON ¶

func (dst *IntegrationContentSecurityPolicy) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type IntegrationContentSecurityPolicyOneOf ¶

type IntegrationContentSecurityPolicyOneOf struct {
	BaseUri                 *string `json:"base-uri,omitempty"`
	BlockAllMixedContent    *string `json:"block-all-mixed-content,omitempty"`
	ChildSrc                *string `json:"child-src,omitempty"`
	ConnectSrc              *string `json:"connect-src,omitempty"`
	DefaultSrc              *string `json:"default-src,omitempty"`
	FontSrc                 *string `json:"font-src,omitempty"`
	FormAction              *string `json:"form-action,omitempty"`
	FrameAncestors          *string `json:"frame-ancestors,omitempty"`
	FrameSrc                *string `json:"frame-src,omitempty"`
	ImgSrc                  *string `json:"img-src,omitempty"`
	ManifestSrc             *string `json:"manifest-src,omitempty"`
	MediaSrc                *string `json:"media-src,omitempty"`
	NavigateTo              *string `json:"navigate-to,omitempty"`
	ObjectSrc               *string `json:"object-src,omitempty"`
	PluginTypes             *string `json:"plugin-types,omitempty"`
	PrefetchSrc             *string `json:"prefetch-src,omitempty"`
	Referrer                *string `json:"referrer,omitempty"`
	ReportTo                *string `json:"report-to,omitempty"`
	ReportUri               *string `json:"report-uri,omitempty"`
	RequireSriFor           *string `json:"require-sri-for,omitempty"`
	RequireTrustedTypesFor  *string `json:"require-trusted-types-for,omitempty"`
	Sandbox                 *string `json:"sandbox,omitempty"`
	ScriptSrc               *string `json:"script-src,omitempty"`
	ScriptSrcAttr           *string `json:"script-src-attr,omitempty"`
	ScriptSrcElem           *string `json:"script-src-elem,omitempty"`
	StyleSrc                *string `json:"style-src,omitempty"`
	StyleSrcAttr            *string `json:"style-src-attr,omitempty"`
	StyleSrcElem            *string `json:"style-src-elem,omitempty"`
	TrustedTypes            *string `json:"trusted-types,omitempty"`
	UpgradeInsecureRequests *string `json:"upgrade-insecure-requests,omitempty"`
	WorkerSrc               *string `json:"worker-src,omitempty"`
}

IntegrationContentSecurityPolicyOneOf struct for IntegrationContentSecurityPolicyOneOf

func NewIntegrationContentSecurityPolicyOneOf ¶

func NewIntegrationContentSecurityPolicyOneOf() *IntegrationContentSecurityPolicyOneOf

NewIntegrationContentSecurityPolicyOneOf instantiates a new IntegrationContentSecurityPolicyOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationContentSecurityPolicyOneOfWithDefaults ¶

func NewIntegrationContentSecurityPolicyOneOfWithDefaults() *IntegrationContentSecurityPolicyOneOf

NewIntegrationContentSecurityPolicyOneOfWithDefaults instantiates a new IntegrationContentSecurityPolicyOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationContentSecurityPolicyOneOf) GetBaseUri ¶

GetBaseUri returns the BaseUri field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetBaseUriOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetBaseUriOk() (*string, bool)

GetBaseUriOk returns a tuple with the BaseUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetBlockAllMixedContent ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetBlockAllMixedContent() string

GetBlockAllMixedContent returns the BlockAllMixedContent field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetBlockAllMixedContentOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetBlockAllMixedContentOk() (*string, bool)

GetBlockAllMixedContentOk returns a tuple with the BlockAllMixedContent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetChildSrc ¶

GetChildSrc returns the ChildSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetChildSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetChildSrcOk() (*string, bool)

GetChildSrcOk returns a tuple with the ChildSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetConnectSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetConnectSrc() string

GetConnectSrc returns the ConnectSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetConnectSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetConnectSrcOk() (*string, bool)

GetConnectSrcOk returns a tuple with the ConnectSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetDefaultSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetDefaultSrc() string

GetDefaultSrc returns the DefaultSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetDefaultSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetDefaultSrcOk() (*string, bool)

GetDefaultSrcOk returns a tuple with the DefaultSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetFontSrc ¶

GetFontSrc returns the FontSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetFontSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetFontSrcOk() (*string, bool)

GetFontSrcOk returns a tuple with the FontSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetFormAction ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetFormAction() string

GetFormAction returns the FormAction field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetFormActionOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetFormActionOk() (*string, bool)

GetFormActionOk returns a tuple with the FormAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetFrameAncestors ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetFrameAncestors() string

GetFrameAncestors returns the FrameAncestors field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetFrameAncestorsOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetFrameAncestorsOk() (*string, bool)

GetFrameAncestorsOk returns a tuple with the FrameAncestors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetFrameSrc ¶

GetFrameSrc returns the FrameSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetFrameSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetFrameSrcOk() (*string, bool)

GetFrameSrcOk returns a tuple with the FrameSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetImgSrc ¶

GetImgSrc returns the ImgSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetImgSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetImgSrcOk() (*string, bool)

GetImgSrcOk returns a tuple with the ImgSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetManifestSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetManifestSrc() string

GetManifestSrc returns the ManifestSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetManifestSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetManifestSrcOk() (*string, bool)

GetManifestSrcOk returns a tuple with the ManifestSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetMediaSrc ¶

GetMediaSrc returns the MediaSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetMediaSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetMediaSrcOk() (*string, bool)

GetMediaSrcOk returns a tuple with the MediaSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetNavigateTo ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetNavigateTo() string

GetNavigateTo returns the NavigateTo field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetNavigateToOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetNavigateToOk() (*string, bool)

GetNavigateToOk returns a tuple with the NavigateTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetObjectSrc ¶

GetObjectSrc returns the ObjectSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetObjectSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetObjectSrcOk() (*string, bool)

GetObjectSrcOk returns a tuple with the ObjectSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetPluginTypes ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetPluginTypes() string

GetPluginTypes returns the PluginTypes field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetPluginTypesOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetPluginTypesOk() (*string, bool)

GetPluginTypesOk returns a tuple with the PluginTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetPrefetchSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetPrefetchSrc() string

GetPrefetchSrc returns the PrefetchSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetPrefetchSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetPrefetchSrcOk() (*string, bool)

GetPrefetchSrcOk returns a tuple with the PrefetchSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetReferrer ¶

GetReferrer returns the Referrer field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetReferrerOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetReferrerOk() (*string, bool)

GetReferrerOk returns a tuple with the Referrer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetReportTo ¶

GetReportTo returns the ReportTo field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetReportToOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetReportToOk() (*string, bool)

GetReportToOk returns a tuple with the ReportTo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetReportUri ¶

GetReportUri returns the ReportUri field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetReportUriOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetReportUriOk() (*string, bool)

GetReportUriOk returns a tuple with the ReportUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetRequireSriFor ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetRequireSriFor() string

GetRequireSriFor returns the RequireSriFor field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetRequireSriForOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetRequireSriForOk() (*string, bool)

GetRequireSriForOk returns a tuple with the RequireSriFor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetRequireTrustedTypesFor ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetRequireTrustedTypesFor() string

GetRequireTrustedTypesFor returns the RequireTrustedTypesFor field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetRequireTrustedTypesForOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetRequireTrustedTypesForOk() (*string, bool)

GetRequireTrustedTypesForOk returns a tuple with the RequireTrustedTypesFor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetSandbox ¶

GetSandbox returns the Sandbox field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetSandboxOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetSandboxOk() (*string, bool)

GetSandboxOk returns a tuple with the Sandbox field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetScriptSrc ¶

GetScriptSrc returns the ScriptSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetScriptSrcAttr ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetScriptSrcAttr() string

GetScriptSrcAttr returns the ScriptSrcAttr field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetScriptSrcAttrOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetScriptSrcAttrOk() (*string, bool)

GetScriptSrcAttrOk returns a tuple with the ScriptSrcAttr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetScriptSrcElem ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetScriptSrcElem() string

GetScriptSrcElem returns the ScriptSrcElem field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetScriptSrcElemOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetScriptSrcElemOk() (*string, bool)

GetScriptSrcElemOk returns a tuple with the ScriptSrcElem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetScriptSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetScriptSrcOk() (*string, bool)

GetScriptSrcOk returns a tuple with the ScriptSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetStyleSrc ¶

GetStyleSrc returns the StyleSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetStyleSrcAttr ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetStyleSrcAttr() string

GetStyleSrcAttr returns the StyleSrcAttr field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetStyleSrcAttrOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetStyleSrcAttrOk() (*string, bool)

GetStyleSrcAttrOk returns a tuple with the StyleSrcAttr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetStyleSrcElem ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetStyleSrcElem() string

GetStyleSrcElem returns the StyleSrcElem field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetStyleSrcElemOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetStyleSrcElemOk() (*string, bool)

GetStyleSrcElemOk returns a tuple with the StyleSrcElem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetStyleSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetStyleSrcOk() (*string, bool)

GetStyleSrcOk returns a tuple with the StyleSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetTrustedTypes ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetTrustedTypes() string

GetTrustedTypes returns the TrustedTypes field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetTrustedTypesOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetTrustedTypesOk() (*string, bool)

GetTrustedTypesOk returns a tuple with the TrustedTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetUpgradeInsecureRequests ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetUpgradeInsecureRequests() string

GetUpgradeInsecureRequests returns the UpgradeInsecureRequests field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetUpgradeInsecureRequestsOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetUpgradeInsecureRequestsOk() (*string, bool)

GetUpgradeInsecureRequestsOk returns a tuple with the UpgradeInsecureRequests field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) GetWorkerSrc ¶

GetWorkerSrc returns the WorkerSrc field value if set, zero value otherwise.

func (*IntegrationContentSecurityPolicyOneOf) GetWorkerSrcOk ¶

func (o *IntegrationContentSecurityPolicyOneOf) GetWorkerSrcOk() (*string, bool)

GetWorkerSrcOk returns a tuple with the WorkerSrc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasBaseUri ¶

HasBaseUri returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasBlockAllMixedContent ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasBlockAllMixedContent() bool

HasBlockAllMixedContent returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasChildSrc ¶

HasChildSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasConnectSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasConnectSrc() bool

HasConnectSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasDefaultSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasDefaultSrc() bool

HasDefaultSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasFontSrc ¶

HasFontSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasFormAction ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasFormAction() bool

HasFormAction returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasFrameAncestors ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasFrameAncestors() bool

HasFrameAncestors returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasFrameSrc ¶

HasFrameSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasImgSrc ¶

HasImgSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasManifestSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasManifestSrc() bool

HasManifestSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasMediaSrc ¶

HasMediaSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasNavigateTo ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasNavigateTo() bool

HasNavigateTo returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasObjectSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasObjectSrc() bool

HasObjectSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasPluginTypes ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasPluginTypes() bool

HasPluginTypes returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasPrefetchSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasPrefetchSrc() bool

HasPrefetchSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasReferrer ¶

HasReferrer returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasReportTo ¶

HasReportTo returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasReportUri ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasReportUri() bool

HasReportUri returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasRequireSriFor ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasRequireSriFor() bool

HasRequireSriFor returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasRequireTrustedTypesFor ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasRequireTrustedTypesFor() bool

HasRequireTrustedTypesFor returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasSandbox ¶

HasSandbox returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasScriptSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasScriptSrc() bool

HasScriptSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasScriptSrcAttr ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasScriptSrcAttr() bool

HasScriptSrcAttr returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasScriptSrcElem ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasScriptSrcElem() bool

HasScriptSrcElem returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasStyleSrc ¶

HasStyleSrc returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasStyleSrcAttr ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasStyleSrcAttr() bool

HasStyleSrcAttr returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasStyleSrcElem ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasStyleSrcElem() bool

HasStyleSrcElem returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasTrustedTypes ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasTrustedTypes() bool

HasTrustedTypes returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasUpgradeInsecureRequests ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasUpgradeInsecureRequests() bool

HasUpgradeInsecureRequests returns a boolean if a field has been set.

func (*IntegrationContentSecurityPolicyOneOf) HasWorkerSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) HasWorkerSrc() bool

HasWorkerSrc returns a boolean if a field has been set.

func (IntegrationContentSecurityPolicyOneOf) MarshalJSON ¶

func (o IntegrationContentSecurityPolicyOneOf) MarshalJSON() ([]byte, error)

func (*IntegrationContentSecurityPolicyOneOf) SetBaseUri ¶

SetBaseUri gets a reference to the given string and assigns it to the BaseUri field.

func (*IntegrationContentSecurityPolicyOneOf) SetBlockAllMixedContent ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetBlockAllMixedContent(v string)

SetBlockAllMixedContent gets a reference to the given string and assigns it to the BlockAllMixedContent field.

func (*IntegrationContentSecurityPolicyOneOf) SetChildSrc ¶

SetChildSrc gets a reference to the given string and assigns it to the ChildSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetConnectSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetConnectSrc(v string)

SetConnectSrc gets a reference to the given string and assigns it to the ConnectSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetDefaultSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetDefaultSrc(v string)

SetDefaultSrc gets a reference to the given string and assigns it to the DefaultSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetFontSrc ¶

SetFontSrc gets a reference to the given string and assigns it to the FontSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetFormAction ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetFormAction(v string)

SetFormAction gets a reference to the given string and assigns it to the FormAction field.

func (*IntegrationContentSecurityPolicyOneOf) SetFrameAncestors ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetFrameAncestors(v string)

SetFrameAncestors gets a reference to the given string and assigns it to the FrameAncestors field.

func (*IntegrationContentSecurityPolicyOneOf) SetFrameSrc ¶

SetFrameSrc gets a reference to the given string and assigns it to the FrameSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetImgSrc ¶

SetImgSrc gets a reference to the given string and assigns it to the ImgSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetManifestSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetManifestSrc(v string)

SetManifestSrc gets a reference to the given string and assigns it to the ManifestSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetMediaSrc ¶

SetMediaSrc gets a reference to the given string and assigns it to the MediaSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetNavigateTo ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetNavigateTo(v string)

SetNavigateTo gets a reference to the given string and assigns it to the NavigateTo field.

func (*IntegrationContentSecurityPolicyOneOf) SetObjectSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetObjectSrc(v string)

SetObjectSrc gets a reference to the given string and assigns it to the ObjectSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetPluginTypes ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetPluginTypes(v string)

SetPluginTypes gets a reference to the given string and assigns it to the PluginTypes field.

func (*IntegrationContentSecurityPolicyOneOf) SetPrefetchSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetPrefetchSrc(v string)

SetPrefetchSrc gets a reference to the given string and assigns it to the PrefetchSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetReferrer ¶

SetReferrer gets a reference to the given string and assigns it to the Referrer field.

func (*IntegrationContentSecurityPolicyOneOf) SetReportTo ¶

SetReportTo gets a reference to the given string and assigns it to the ReportTo field.

func (*IntegrationContentSecurityPolicyOneOf) SetReportUri ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetReportUri(v string)

SetReportUri gets a reference to the given string and assigns it to the ReportUri field.

func (*IntegrationContentSecurityPolicyOneOf) SetRequireSriFor ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetRequireSriFor(v string)

SetRequireSriFor gets a reference to the given string and assigns it to the RequireSriFor field.

func (*IntegrationContentSecurityPolicyOneOf) SetRequireTrustedTypesFor ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetRequireTrustedTypesFor(v string)

SetRequireTrustedTypesFor gets a reference to the given string and assigns it to the RequireTrustedTypesFor field.

func (*IntegrationContentSecurityPolicyOneOf) SetSandbox ¶

SetSandbox gets a reference to the given string and assigns it to the Sandbox field.

func (*IntegrationContentSecurityPolicyOneOf) SetScriptSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetScriptSrc(v string)

SetScriptSrc gets a reference to the given string and assigns it to the ScriptSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetScriptSrcAttr ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetScriptSrcAttr(v string)

SetScriptSrcAttr gets a reference to the given string and assigns it to the ScriptSrcAttr field.

func (*IntegrationContentSecurityPolicyOneOf) SetScriptSrcElem ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetScriptSrcElem(v string)

SetScriptSrcElem gets a reference to the given string and assigns it to the ScriptSrcElem field.

func (*IntegrationContentSecurityPolicyOneOf) SetStyleSrc ¶

SetStyleSrc gets a reference to the given string and assigns it to the StyleSrc field.

func (*IntegrationContentSecurityPolicyOneOf) SetStyleSrcAttr ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetStyleSrcAttr(v string)

SetStyleSrcAttr gets a reference to the given string and assigns it to the StyleSrcAttr field.

func (*IntegrationContentSecurityPolicyOneOf) SetStyleSrcElem ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetStyleSrcElem(v string)

SetStyleSrcElem gets a reference to the given string and assigns it to the StyleSrcElem field.

func (*IntegrationContentSecurityPolicyOneOf) SetTrustedTypes ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetTrustedTypes(v string)

SetTrustedTypes gets a reference to the given string and assigns it to the TrustedTypes field.

func (*IntegrationContentSecurityPolicyOneOf) SetUpgradeInsecureRequests ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetUpgradeInsecureRequests(v string)

SetUpgradeInsecureRequests gets a reference to the given string and assigns it to the UpgradeInsecureRequests field.

func (*IntegrationContentSecurityPolicyOneOf) SetWorkerSrc ¶

func (o *IntegrationContentSecurityPolicyOneOf) SetWorkerSrc(v string)

SetWorkerSrc gets a reference to the given string and assigns it to the WorkerSrc field.

func (IntegrationContentSecurityPolicyOneOf) ToMap ¶

func (o IntegrationContentSecurityPolicyOneOf) ToMap() (map[string]interface{}, error)

type IntegrationEnvironment ¶

type IntegrationEnvironment struct {
	// Authentication token to use with the HTTP API. Depending on the context, the token might be representing the installation or the integration.
	// Deprecated
	AuthToken         *string                       `json:"authToken,omitempty"`
	Integration       Integration                   `json:"integration"`
	Installation      *IntegrationInstallation      `json:"installation,omitempty"`
	SpaceInstallation *IntegrationSpaceInstallation `json:"spaceInstallation,omitempty"`
	// Secrets stored on the integration and passed at runtime.
	Secrets map[string]string `json:"secrets"`
	// URL of the HTTP API
	ApiEndpoint string                          `json:"apiEndpoint"`
	ApiTokens   IntegrationEnvironmentApiTokens `json:"apiTokens"`
}

IntegrationEnvironment Runtime environment provided during the execution of integration's code.

func NewIntegrationEnvironment ¶

func NewIntegrationEnvironment(integration Integration, secrets map[string]string, apiEndpoint string, apiTokens IntegrationEnvironmentApiTokens) *IntegrationEnvironment

NewIntegrationEnvironment instantiates a new IntegrationEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationEnvironmentWithDefaults ¶

func NewIntegrationEnvironmentWithDefaults() *IntegrationEnvironment

NewIntegrationEnvironmentWithDefaults instantiates a new IntegrationEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationEnvironment) GetApiEndpoint ¶

func (o *IntegrationEnvironment) GetApiEndpoint() string

GetApiEndpoint returns the ApiEndpoint field value

func (*IntegrationEnvironment) GetApiEndpointOk ¶

func (o *IntegrationEnvironment) GetApiEndpointOk() (*string, bool)

GetApiEndpointOk returns a tuple with the ApiEndpoint field value and a boolean to check if the value has been set.

func (*IntegrationEnvironment) GetApiTokens ¶ added in v0.2.0

GetApiTokens returns the ApiTokens field value

func (*IntegrationEnvironment) GetApiTokensOk ¶ added in v0.2.0

GetApiTokensOk returns a tuple with the ApiTokens field value and a boolean to check if the value has been set.

func (*IntegrationEnvironment) GetAuthToken ¶

func (o *IntegrationEnvironment) GetAuthToken() string

GetAuthToken returns the AuthToken field value if set, zero value otherwise. Deprecated

func (*IntegrationEnvironment) GetAuthTokenOk ¶

func (o *IntegrationEnvironment) GetAuthTokenOk() (*string, bool)

GetAuthTokenOk returns a tuple with the AuthToken field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*IntegrationEnvironment) GetInstallation ¶

func (o *IntegrationEnvironment) GetInstallation() IntegrationInstallation

GetInstallation returns the Installation field value if set, zero value otherwise.

func (*IntegrationEnvironment) GetInstallationOk ¶

func (o *IntegrationEnvironment) GetInstallationOk() (*IntegrationInstallation, bool)

GetInstallationOk returns a tuple with the Installation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationEnvironment) GetIntegration ¶

func (o *IntegrationEnvironment) GetIntegration() Integration

GetIntegration returns the Integration field value

func (*IntegrationEnvironment) GetIntegrationOk ¶

func (o *IntegrationEnvironment) GetIntegrationOk() (*Integration, bool)

GetIntegrationOk returns a tuple with the Integration field value and a boolean to check if the value has been set.

func (*IntegrationEnvironment) GetSecrets ¶

func (o *IntegrationEnvironment) GetSecrets() map[string]string

GetSecrets returns the Secrets field value

func (*IntegrationEnvironment) GetSecretsOk ¶

func (o *IntegrationEnvironment) GetSecretsOk() (*map[string]string, bool)

GetSecretsOk returns a tuple with the Secrets field value and a boolean to check if the value has been set.

func (*IntegrationEnvironment) GetSpaceInstallation ¶

func (o *IntegrationEnvironment) GetSpaceInstallation() IntegrationSpaceInstallation

GetSpaceInstallation returns the SpaceInstallation field value if set, zero value otherwise.

func (*IntegrationEnvironment) GetSpaceInstallationOk ¶

func (o *IntegrationEnvironment) GetSpaceInstallationOk() (*IntegrationSpaceInstallation, bool)

GetSpaceInstallationOk returns a tuple with the SpaceInstallation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationEnvironment) HasAuthToken ¶

func (o *IntegrationEnvironment) HasAuthToken() bool

HasAuthToken returns a boolean if a field has been set.

func (*IntegrationEnvironment) HasInstallation ¶

func (o *IntegrationEnvironment) HasInstallation() bool

HasInstallation returns a boolean if a field has been set.

func (*IntegrationEnvironment) HasSpaceInstallation ¶

func (o *IntegrationEnvironment) HasSpaceInstallation() bool

HasSpaceInstallation returns a boolean if a field has been set.

func (IntegrationEnvironment) MarshalJSON ¶

func (o IntegrationEnvironment) MarshalJSON() ([]byte, error)

func (*IntegrationEnvironment) SetApiEndpoint ¶

func (o *IntegrationEnvironment) SetApiEndpoint(v string)

SetApiEndpoint sets field value

func (*IntegrationEnvironment) SetApiTokens ¶ added in v0.2.0

SetApiTokens sets field value

func (*IntegrationEnvironment) SetAuthToken ¶

func (o *IntegrationEnvironment) SetAuthToken(v string)

SetAuthToken gets a reference to the given string and assigns it to the AuthToken field. Deprecated

func (*IntegrationEnvironment) SetInstallation ¶

func (o *IntegrationEnvironment) SetInstallation(v IntegrationInstallation)

SetInstallation gets a reference to the given IntegrationInstallation and assigns it to the Installation field.

func (*IntegrationEnvironment) SetIntegration ¶

func (o *IntegrationEnvironment) SetIntegration(v Integration)

SetIntegration sets field value

func (*IntegrationEnvironment) SetSecrets ¶

func (o *IntegrationEnvironment) SetSecrets(v map[string]string)

SetSecrets sets field value

func (*IntegrationEnvironment) SetSpaceInstallation ¶

func (o *IntegrationEnvironment) SetSpaceInstallation(v IntegrationSpaceInstallation)

SetSpaceInstallation gets a reference to the given IntegrationSpaceInstallation and assigns it to the SpaceInstallation field.

func (IntegrationEnvironment) ToMap ¶

func (o IntegrationEnvironment) ToMap() (map[string]interface{}, error)

type IntegrationEnvironmentApiTokens ¶ added in v0.2.0

type IntegrationEnvironmentApiTokens struct {
	// API authentication token representing the integration.
	Integration string `json:"integration"`
	// API authentication token representing the current installation.
	Installation *string `json:"installation,omitempty"`
}

IntegrationEnvironmentApiTokens struct for IntegrationEnvironmentApiTokens

func NewIntegrationEnvironmentApiTokens ¶ added in v0.2.0

func NewIntegrationEnvironmentApiTokens(integration string) *IntegrationEnvironmentApiTokens

NewIntegrationEnvironmentApiTokens instantiates a new IntegrationEnvironmentApiTokens object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationEnvironmentApiTokensWithDefaults ¶ added in v0.2.0

func NewIntegrationEnvironmentApiTokensWithDefaults() *IntegrationEnvironmentApiTokens

NewIntegrationEnvironmentApiTokensWithDefaults instantiates a new IntegrationEnvironmentApiTokens object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationEnvironmentApiTokens) GetInstallation ¶ added in v0.2.0

func (o *IntegrationEnvironmentApiTokens) GetInstallation() string

GetInstallation returns the Installation field value if set, zero value otherwise.

func (*IntegrationEnvironmentApiTokens) GetInstallationOk ¶ added in v0.2.0

func (o *IntegrationEnvironmentApiTokens) GetInstallationOk() (*string, bool)

GetInstallationOk returns a tuple with the Installation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationEnvironmentApiTokens) GetIntegration ¶ added in v0.2.0

func (o *IntegrationEnvironmentApiTokens) GetIntegration() string

GetIntegration returns the Integration field value

func (*IntegrationEnvironmentApiTokens) GetIntegrationOk ¶ added in v0.2.0

func (o *IntegrationEnvironmentApiTokens) GetIntegrationOk() (*string, bool)

GetIntegrationOk returns a tuple with the Integration field value and a boolean to check if the value has been set.

func (*IntegrationEnvironmentApiTokens) HasInstallation ¶ added in v0.2.0

func (o *IntegrationEnvironmentApiTokens) HasInstallation() bool

HasInstallation returns a boolean if a field has been set.

func (IntegrationEnvironmentApiTokens) MarshalJSON ¶ added in v0.2.0

func (o IntegrationEnvironmentApiTokens) MarshalJSON() ([]byte, error)

func (*IntegrationEnvironmentApiTokens) SetInstallation ¶ added in v0.2.0

func (o *IntegrationEnvironmentApiTokens) SetInstallation(v string)

SetInstallation gets a reference to the given string and assigns it to the Installation field.

func (*IntegrationEnvironmentApiTokens) SetIntegration ¶ added in v0.2.0

func (o *IntegrationEnvironmentApiTokens) SetIntegration(v string)

SetIntegration sets field value

func (IntegrationEnvironmentApiTokens) ToMap ¶ added in v0.2.0

func (o IntegrationEnvironmentApiTokens) ToMap() (map[string]interface{}, error)

type IntegrationEvent ¶

type IntegrationEvent struct {
	// Unique ID of the event.
	Id string `json:"id"`
	// Unique ID of the integration.
	IntegrationId string `json:"integrationId"`
	// Unique ID of the integration installation.
	InstallationId *string `json:"installationId,omitempty"`
	CreatedAt      string  `json:"createdAt"`
	Payload        Event   `json:"payload"`
	// Status of the event.
	Status string `json:"status"`
}

IntegrationEvent struct for IntegrationEvent

func NewIntegrationEvent ¶

func NewIntegrationEvent(id string, integrationId string, createdAt string, payload Event, status string) *IntegrationEvent

NewIntegrationEvent instantiates a new IntegrationEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationEventWithDefaults ¶

func NewIntegrationEventWithDefaults() *IntegrationEvent

NewIntegrationEventWithDefaults instantiates a new IntegrationEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationEvent) GetCreatedAt ¶

func (o *IntegrationEvent) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*IntegrationEvent) GetCreatedAtOk ¶

func (o *IntegrationEvent) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*IntegrationEvent) GetId ¶

func (o *IntegrationEvent) GetId() string

GetId returns the Id field value

func (*IntegrationEvent) GetIdOk ¶

func (o *IntegrationEvent) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*IntegrationEvent) GetInstallationId ¶

func (o *IntegrationEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value if set, zero value otherwise.

func (*IntegrationEvent) GetInstallationIdOk ¶

func (o *IntegrationEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationEvent) GetIntegrationId ¶

func (o *IntegrationEvent) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field value

func (*IntegrationEvent) GetIntegrationIdOk ¶

func (o *IntegrationEvent) GetIntegrationIdOk() (*string, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field value and a boolean to check if the value has been set.

func (*IntegrationEvent) GetPayload ¶

func (o *IntegrationEvent) GetPayload() Event

GetPayload returns the Payload field value

func (*IntegrationEvent) GetPayloadOk ¶

func (o *IntegrationEvent) GetPayloadOk() (*Event, bool)

GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.

func (*IntegrationEvent) GetStatus ¶

func (o *IntegrationEvent) GetStatus() string

GetStatus returns the Status field value

func (*IntegrationEvent) GetStatusOk ¶

func (o *IntegrationEvent) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*IntegrationEvent) HasInstallationId ¶

func (o *IntegrationEvent) HasInstallationId() bool

HasInstallationId returns a boolean if a field has been set.

func (IntegrationEvent) MarshalJSON ¶

func (o IntegrationEvent) MarshalJSON() ([]byte, error)

func (*IntegrationEvent) SetCreatedAt ¶

func (o *IntegrationEvent) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*IntegrationEvent) SetId ¶

func (o *IntegrationEvent) SetId(v string)

SetId sets field value

func (*IntegrationEvent) SetInstallationId ¶

func (o *IntegrationEvent) SetInstallationId(v string)

SetInstallationId gets a reference to the given string and assigns it to the InstallationId field.

func (*IntegrationEvent) SetIntegrationId ¶

func (o *IntegrationEvent) SetIntegrationId(v string)

SetIntegrationId sets field value

func (*IntegrationEvent) SetPayload ¶

func (o *IntegrationEvent) SetPayload(v Event)

SetPayload sets field value

func (*IntegrationEvent) SetStatus ¶

func (o *IntegrationEvent) SetStatus(v string)

SetStatus sets field value

func (IntegrationEvent) ToMap ¶

func (o IntegrationEvent) ToMap() (map[string]interface{}, error)

type IntegrationEventLog ¶

type IntegrationEventLog struct {
	// The message of the log entry.
	Message   *string `json:"message,omitempty"`
	Timestamp *string `json:"timestamp,omitempty"`
	// The level of the log entry.
	Level *string `json:"level,omitempty"`
}

IntegrationEventLog struct for IntegrationEventLog

func NewIntegrationEventLog ¶

func NewIntegrationEventLog() *IntegrationEventLog

NewIntegrationEventLog instantiates a new IntegrationEventLog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationEventLogWithDefaults ¶

func NewIntegrationEventLogWithDefaults() *IntegrationEventLog

NewIntegrationEventLogWithDefaults instantiates a new IntegrationEventLog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationEventLog) GetLevel ¶

func (o *IntegrationEventLog) GetLevel() string

GetLevel returns the Level field value if set, zero value otherwise.

func (*IntegrationEventLog) GetLevelOk ¶

func (o *IntegrationEventLog) GetLevelOk() (*string, bool)

GetLevelOk returns a tuple with the Level field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationEventLog) GetMessage ¶

func (o *IntegrationEventLog) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*IntegrationEventLog) GetMessageOk ¶

func (o *IntegrationEventLog) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationEventLog) GetTimestamp ¶

func (o *IntegrationEventLog) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*IntegrationEventLog) GetTimestampOk ¶

func (o *IntegrationEventLog) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationEventLog) HasLevel ¶

func (o *IntegrationEventLog) HasLevel() bool

HasLevel returns a boolean if a field has been set.

func (*IntegrationEventLog) HasMessage ¶

func (o *IntegrationEventLog) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*IntegrationEventLog) HasTimestamp ¶

func (o *IntegrationEventLog) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (IntegrationEventLog) MarshalJSON ¶

func (o IntegrationEventLog) MarshalJSON() ([]byte, error)

func (*IntegrationEventLog) SetLevel ¶

func (o *IntegrationEventLog) SetLevel(v string)

SetLevel gets a reference to the given string and assigns it to the Level field.

func (*IntegrationEventLog) SetMessage ¶

func (o *IntegrationEventLog) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*IntegrationEventLog) SetTimestamp ¶

func (o *IntegrationEventLog) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (IntegrationEventLog) ToMap ¶

func (o IntegrationEventLog) ToMap() (map[string]interface{}, error)

type IntegrationEventTrace ¶

type IntegrationEventTrace struct {
	Logs []IntegrationEventLog `json:"logs"`
}

IntegrationEventTrace struct for IntegrationEventTrace

func NewIntegrationEventTrace ¶

func NewIntegrationEventTrace(logs []IntegrationEventLog) *IntegrationEventTrace

NewIntegrationEventTrace instantiates a new IntegrationEventTrace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationEventTraceWithDefaults ¶

func NewIntegrationEventTraceWithDefaults() *IntegrationEventTrace

NewIntegrationEventTraceWithDefaults instantiates a new IntegrationEventTrace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationEventTrace) GetLogs ¶

GetLogs returns the Logs field value

func (*IntegrationEventTrace) GetLogsOk ¶

func (o *IntegrationEventTrace) GetLogsOk() ([]IntegrationEventLog, bool)

GetLogsOk returns a tuple with the Logs field value and a boolean to check if the value has been set.

func (IntegrationEventTrace) MarshalJSON ¶

func (o IntegrationEventTrace) MarshalJSON() ([]byte, error)

func (*IntegrationEventTrace) SetLogs ¶

SetLogs sets field value

func (IntegrationEventTrace) ToMap ¶

func (o IntegrationEventTrace) ToMap() (map[string]interface{}, error)

type IntegrationExternalLinksInner ¶

type IntegrationExternalLinksInner struct {
	Url   string `json:"url"`
	Label string `json:"label"`
}

IntegrationExternalLinksInner struct for IntegrationExternalLinksInner

func NewIntegrationExternalLinksInner ¶

func NewIntegrationExternalLinksInner(url string, label string) *IntegrationExternalLinksInner

NewIntegrationExternalLinksInner instantiates a new IntegrationExternalLinksInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationExternalLinksInnerWithDefaults ¶

func NewIntegrationExternalLinksInnerWithDefaults() *IntegrationExternalLinksInner

NewIntegrationExternalLinksInnerWithDefaults instantiates a new IntegrationExternalLinksInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationExternalLinksInner) GetLabel ¶

func (o *IntegrationExternalLinksInner) GetLabel() string

GetLabel returns the Label field value

func (*IntegrationExternalLinksInner) GetLabelOk ¶

func (o *IntegrationExternalLinksInner) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*IntegrationExternalLinksInner) GetUrl ¶

GetUrl returns the Url field value

func (*IntegrationExternalLinksInner) GetUrlOk ¶

func (o *IntegrationExternalLinksInner) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (IntegrationExternalLinksInner) MarshalJSON ¶

func (o IntegrationExternalLinksInner) MarshalJSON() ([]byte, error)

func (*IntegrationExternalLinksInner) SetLabel ¶

func (o *IntegrationExternalLinksInner) SetLabel(v string)

SetLabel sets field value

func (*IntegrationExternalLinksInner) SetUrl ¶

SetUrl sets field value

func (IntegrationExternalLinksInner) ToMap ¶

func (o IntegrationExternalLinksInner) ToMap() (map[string]interface{}, error)

type IntegrationInstallation ¶

type IntegrationInstallation struct {
	Id             string                                `json:"id"`
	Status         IntegrationInstallationStatus         `json:"status"`
	SpaceSelection IntegrationInstallationSpaceSelection `json:"space_selection"`
	// Configuration of the integration at the account level
	Configuration map[string]interface{}      `json:"configuration"`
	Urls          IntegrationInstallationUrls `json:"urls"`
	// External IDs assigned by the integration.
	ExternalIds []string                      `json:"externalIds"`
	Target      IntegrationInstallationTarget `json:"target"`
}

IntegrationInstallation Installation of an integration on an account

func NewIntegrationInstallation ¶

func NewIntegrationInstallation(id string, status IntegrationInstallationStatus, spaceSelection IntegrationInstallationSpaceSelection, configuration map[string]interface{}, urls IntegrationInstallationUrls, externalIds []string, target IntegrationInstallationTarget) *IntegrationInstallation

NewIntegrationInstallation instantiates a new IntegrationInstallation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationInstallationWithDefaults ¶

func NewIntegrationInstallationWithDefaults() *IntegrationInstallation

NewIntegrationInstallationWithDefaults instantiates a new IntegrationInstallation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationInstallation) GetConfiguration ¶

func (o *IntegrationInstallation) GetConfiguration() map[string]interface{}

GetConfiguration returns the Configuration field value

func (*IntegrationInstallation) GetConfigurationOk ¶

func (o *IntegrationInstallation) GetConfigurationOk() (map[string]interface{}, bool)

GetConfigurationOk returns a tuple with the Configuration field value and a boolean to check if the value has been set.

func (*IntegrationInstallation) GetExternalIds ¶

func (o *IntegrationInstallation) GetExternalIds() []string

GetExternalIds returns the ExternalIds field value

func (*IntegrationInstallation) GetExternalIdsOk ¶

func (o *IntegrationInstallation) GetExternalIdsOk() ([]string, bool)

GetExternalIdsOk returns a tuple with the ExternalIds field value and a boolean to check if the value has been set.

func (*IntegrationInstallation) GetId ¶

func (o *IntegrationInstallation) GetId() string

GetId returns the Id field value

func (*IntegrationInstallation) GetIdOk ¶

func (o *IntegrationInstallation) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*IntegrationInstallation) GetSpaceSelection ¶

GetSpaceSelection returns the SpaceSelection field value

func (*IntegrationInstallation) GetSpaceSelectionOk ¶

GetSpaceSelectionOk returns a tuple with the SpaceSelection field value and a boolean to check if the value has been set.

func (*IntegrationInstallation) GetStatus ¶

GetStatus returns the Status field value

func (*IntegrationInstallation) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*IntegrationInstallation) GetTarget ¶

GetTarget returns the Target field value

func (*IntegrationInstallation) GetTargetOk ¶

GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.

func (*IntegrationInstallation) GetUrls ¶

GetUrls returns the Urls field value

func (*IntegrationInstallation) GetUrlsOk ¶

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (IntegrationInstallation) MarshalJSON ¶

func (o IntegrationInstallation) MarshalJSON() ([]byte, error)

func (*IntegrationInstallation) SetConfiguration ¶

func (o *IntegrationInstallation) SetConfiguration(v map[string]interface{})

SetConfiguration sets field value

func (*IntegrationInstallation) SetExternalIds ¶

func (o *IntegrationInstallation) SetExternalIds(v []string)

SetExternalIds sets field value

func (*IntegrationInstallation) SetId ¶

func (o *IntegrationInstallation) SetId(v string)

SetId sets field value

func (*IntegrationInstallation) SetSpaceSelection ¶

SetSpaceSelection sets field value

func (*IntegrationInstallation) SetStatus ¶

SetStatus sets field value

func (*IntegrationInstallation) SetTarget ¶

SetTarget sets field value

func (*IntegrationInstallation) SetUrls ¶

SetUrls sets field value

func (IntegrationInstallation) ToMap ¶

func (o IntegrationInstallation) ToMap() (map[string]interface{}, error)

type IntegrationInstallationSpaceSelection ¶

type IntegrationInstallationSpaceSelection string

IntegrationInstallationSpaceSelection Describe whether all spaces have been selected or there's a selection involved

const (
	INTEGRATIONINSTALLATIONSPACESELECTION_ALL      IntegrationInstallationSpaceSelection = "all"
	INTEGRATIONINSTALLATIONSPACESELECTION_SELECTED IntegrationInstallationSpaceSelection = "selected"
)

List of IntegrationInstallationSpaceSelection

func NewIntegrationInstallationSpaceSelectionFromValue ¶

func NewIntegrationInstallationSpaceSelectionFromValue(v string) (*IntegrationInstallationSpaceSelection, error)

NewIntegrationInstallationSpaceSelectionFromValue returns a pointer to a valid IntegrationInstallationSpaceSelection for the value passed as argument, or an error if the value passed is not allowed by the enum

func (IntegrationInstallationSpaceSelection) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (IntegrationInstallationSpaceSelection) Ptr ¶

Ptr returns reference to IntegrationInstallationSpaceSelection value

func (*IntegrationInstallationSpaceSelection) UnmarshalJSON ¶

func (v *IntegrationInstallationSpaceSelection) UnmarshalJSON(src []byte) error

type IntegrationInstallationStatus ¶

type IntegrationInstallationStatus string

IntegrationInstallationStatus the model 'IntegrationInstallationStatus'

const (
	INTEGRATIONINSTALLATIONSTATUS_ACTIVE  IntegrationInstallationStatus = "active"
	INTEGRATIONINSTALLATIONSTATUS_PENDING IntegrationInstallationStatus = "pending"
	INTEGRATIONINSTALLATIONSTATUS_PAUSED  IntegrationInstallationStatus = "paused"
)

List of IntegrationInstallationStatus

func NewIntegrationInstallationStatusFromValue ¶

func NewIntegrationInstallationStatusFromValue(v string) (*IntegrationInstallationStatus, error)

NewIntegrationInstallationStatusFromValue returns a pointer to a valid IntegrationInstallationStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (IntegrationInstallationStatus) IsValid ¶

func (v IntegrationInstallationStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (IntegrationInstallationStatus) Ptr ¶

Ptr returns reference to IntegrationInstallationStatus value

func (*IntegrationInstallationStatus) UnmarshalJSON ¶

func (v *IntegrationInstallationStatus) UnmarshalJSON(src []byte) error

type IntegrationInstallationTarget ¶

type IntegrationInstallationTarget struct {
	OrganizationTarget *OrganizationTarget
	UserTarget         *UserTarget
}

IntegrationInstallationTarget - struct for IntegrationInstallationTarget

func OrganizationTargetAsIntegrationInstallationTarget ¶

func OrganizationTargetAsIntegrationInstallationTarget(v *OrganizationTarget) IntegrationInstallationTarget

OrganizationTargetAsIntegrationInstallationTarget is a convenience function that returns OrganizationTarget wrapped in IntegrationInstallationTarget

func UserTargetAsIntegrationInstallationTarget ¶

func UserTargetAsIntegrationInstallationTarget(v *UserTarget) IntegrationInstallationTarget

UserTargetAsIntegrationInstallationTarget is a convenience function that returns UserTarget wrapped in IntegrationInstallationTarget

func (*IntegrationInstallationTarget) GetActualInstance ¶

func (obj *IntegrationInstallationTarget) GetActualInstance() interface{}

Get the actual instance

func (IntegrationInstallationTarget) MarshalJSON ¶

func (src IntegrationInstallationTarget) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IntegrationInstallationTarget) UnmarshalJSON ¶

func (dst *IntegrationInstallationTarget) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type IntegrationInstallationUrls ¶

type IntegrationInstallationUrls struct {
	// URL of the integration's installation in the application
	App string `json:"app"`
	// Public HTTP endpoint for the integration's installation
	PublicEndpoint string `json:"publicEndpoint"`
}

IntegrationInstallationUrls URLs associated with the object

func NewIntegrationInstallationUrls ¶

func NewIntegrationInstallationUrls(app string, publicEndpoint string) *IntegrationInstallationUrls

NewIntegrationInstallationUrls instantiates a new IntegrationInstallationUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationInstallationUrlsWithDefaults ¶

func NewIntegrationInstallationUrlsWithDefaults() *IntegrationInstallationUrls

NewIntegrationInstallationUrlsWithDefaults instantiates a new IntegrationInstallationUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationInstallationUrls) GetApp ¶

func (o *IntegrationInstallationUrls) GetApp() string

GetApp returns the App field value

func (*IntegrationInstallationUrls) GetAppOk ¶

func (o *IntegrationInstallationUrls) GetAppOk() (*string, bool)

GetAppOk returns a tuple with the App field value and a boolean to check if the value has been set.

func (*IntegrationInstallationUrls) GetPublicEndpoint ¶

func (o *IntegrationInstallationUrls) GetPublicEndpoint() string

GetPublicEndpoint returns the PublicEndpoint field value

func (*IntegrationInstallationUrls) GetPublicEndpointOk ¶

func (o *IntegrationInstallationUrls) GetPublicEndpointOk() (*string, bool)

GetPublicEndpointOk returns a tuple with the PublicEndpoint field value and a boolean to check if the value has been set.

func (IntegrationInstallationUrls) MarshalJSON ¶

func (o IntegrationInstallationUrls) MarshalJSON() ([]byte, error)

func (*IntegrationInstallationUrls) SetApp ¶

func (o *IntegrationInstallationUrls) SetApp(v string)

SetApp sets field value

func (*IntegrationInstallationUrls) SetPublicEndpoint ¶

func (o *IntegrationInstallationUrls) SetPublicEndpoint(v string)

SetPublicEndpoint sets field value

func (IntegrationInstallationUrls) ToMap ¶

func (o IntegrationInstallationUrls) ToMap() (map[string]interface{}, error)

type IntegrationScope ¶

type IntegrationScope string

IntegrationScope the model 'IntegrationScope'

const (
	INTEGRATIONSCOPE_ENTITIESWRITE      IntegrationScope = "entities:write"
	INTEGRATIONSCOPE_RECORDINGWRITE     IntegrationScope = "recording:write"
	INTEGRATIONSCOPE_SPACEVIEWSREAD     IntegrationScope = "space:views:read"
	INTEGRATIONSCOPE_SPACECONTENTREAD   IntegrationScope = "space:content:read"
	INTEGRATIONSCOPE_SPACECONTENTWRITE  IntegrationScope = "space:content:write"
	INTEGRATIONSCOPE_SPACEMETADATAREAD  IntegrationScope = "space:metadata:read"
	INTEGRATIONSCOPE_SPACEMETADATAWRITE IntegrationScope = "space:metadata:write"
	INTEGRATIONSCOPE_SPACESCRIPTINJECT  IntegrationScope = "space:script:inject"
	INTEGRATIONSCOPE_SPACESCRIPTCOOKIES IntegrationScope = "space:script:cookies"
	INTEGRATIONSCOPE_SPACEGITSYNC       IntegrationScope = "space:git:sync"
)

List of IntegrationScope

func NewIntegrationScopeFromValue ¶

func NewIntegrationScopeFromValue(v string) (*IntegrationScope, error)

NewIntegrationScopeFromValue returns a pointer to a valid IntegrationScope for the value passed as argument, or an error if the value passed is not allowed by the enum

func (IntegrationScope) IsValid ¶

func (v IntegrationScope) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (IntegrationScope) Ptr ¶

Ptr returns reference to IntegrationScope value

func (*IntegrationScope) UnmarshalJSON ¶

func (v *IntegrationScope) UnmarshalJSON(src []byte) error

type IntegrationSpaceInstallation ¶

type IntegrationSpaceInstallation struct {
	// Unique name identifier of the integration
	Integration string `json:"integration"`
	// ID of the integration installation
	Installation string `json:"installation"`
	// ID of the space the integration is installed on.
	Space  string                        `json:"space"`
	Status IntegrationInstallationStatus `json:"status"`
	// Configuration of the integration for this space
	Configuration map[string]interface{} `json:"configuration"`
	// External IDs assigned by the integration.
	ExternalIds []string                         `json:"externalIds"`
	Urls        IntegrationSpaceInstallationUrls `json:"urls"`
}

IntegrationSpaceInstallation Installation of an integration at a space level

func NewIntegrationSpaceInstallation ¶

func NewIntegrationSpaceInstallation(integration string, installation string, space string, status IntegrationInstallationStatus, configuration map[string]interface{}, externalIds []string, urls IntegrationSpaceInstallationUrls) *IntegrationSpaceInstallation

NewIntegrationSpaceInstallation instantiates a new IntegrationSpaceInstallation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationSpaceInstallationWithDefaults ¶

func NewIntegrationSpaceInstallationWithDefaults() *IntegrationSpaceInstallation

NewIntegrationSpaceInstallationWithDefaults instantiates a new IntegrationSpaceInstallation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationSpaceInstallation) GetConfiguration ¶

func (o *IntegrationSpaceInstallation) GetConfiguration() map[string]interface{}

GetConfiguration returns the Configuration field value

func (*IntegrationSpaceInstallation) GetConfigurationOk ¶

func (o *IntegrationSpaceInstallation) GetConfigurationOk() (map[string]interface{}, bool)

GetConfigurationOk returns a tuple with the Configuration field value and a boolean to check if the value has been set.

func (*IntegrationSpaceInstallation) GetExternalIds ¶

func (o *IntegrationSpaceInstallation) GetExternalIds() []string

GetExternalIds returns the ExternalIds field value

func (*IntegrationSpaceInstallation) GetExternalIdsOk ¶

func (o *IntegrationSpaceInstallation) GetExternalIdsOk() ([]string, bool)

GetExternalIdsOk returns a tuple with the ExternalIds field value and a boolean to check if the value has been set.

func (*IntegrationSpaceInstallation) GetInstallation ¶ added in v0.2.0

func (o *IntegrationSpaceInstallation) GetInstallation() string

GetInstallation returns the Installation field value

func (*IntegrationSpaceInstallation) GetInstallationOk ¶ added in v0.2.0

func (o *IntegrationSpaceInstallation) GetInstallationOk() (*string, bool)

GetInstallationOk returns a tuple with the Installation field value and a boolean to check if the value has been set.

func (*IntegrationSpaceInstallation) GetIntegration ¶ added in v0.2.0

func (o *IntegrationSpaceInstallation) GetIntegration() string

GetIntegration returns the Integration field value

func (*IntegrationSpaceInstallation) GetIntegrationOk ¶ added in v0.2.0

func (o *IntegrationSpaceInstallation) GetIntegrationOk() (*string, bool)

GetIntegrationOk returns a tuple with the Integration field value and a boolean to check if the value has been set.

func (*IntegrationSpaceInstallation) GetSpace ¶

func (o *IntegrationSpaceInstallation) GetSpace() string

GetSpace returns the Space field value

func (*IntegrationSpaceInstallation) GetSpaceOk ¶

func (o *IntegrationSpaceInstallation) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (*IntegrationSpaceInstallation) GetStatus ¶

GetStatus returns the Status field value

func (*IntegrationSpaceInstallation) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*IntegrationSpaceInstallation) GetUrls ¶

GetUrls returns the Urls field value

func (*IntegrationSpaceInstallation) GetUrlsOk ¶

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (IntegrationSpaceInstallation) MarshalJSON ¶

func (o IntegrationSpaceInstallation) MarshalJSON() ([]byte, error)

func (*IntegrationSpaceInstallation) SetConfiguration ¶

func (o *IntegrationSpaceInstallation) SetConfiguration(v map[string]interface{})

SetConfiguration sets field value

func (*IntegrationSpaceInstallation) SetExternalIds ¶

func (o *IntegrationSpaceInstallation) SetExternalIds(v []string)

SetExternalIds sets field value

func (*IntegrationSpaceInstallation) SetInstallation ¶ added in v0.2.0

func (o *IntegrationSpaceInstallation) SetInstallation(v string)

SetInstallation sets field value

func (*IntegrationSpaceInstallation) SetIntegration ¶ added in v0.2.0

func (o *IntegrationSpaceInstallation) SetIntegration(v string)

SetIntegration sets field value

func (*IntegrationSpaceInstallation) SetSpace ¶

func (o *IntegrationSpaceInstallation) SetSpace(v string)

SetSpace sets field value

func (*IntegrationSpaceInstallation) SetStatus ¶

SetStatus sets field value

func (*IntegrationSpaceInstallation) SetUrls ¶

SetUrls sets field value

func (IntegrationSpaceInstallation) ToMap ¶

func (o IntegrationSpaceInstallation) ToMap() (map[string]interface{}, error)

type IntegrationSpaceInstallationUrls ¶

type IntegrationSpaceInstallationUrls struct {
	// Public HTTP endpoint for the integration's space installation
	PublicEndpoint string `json:"publicEndpoint"`
}

IntegrationSpaceInstallationUrls URLs associated with the object

func NewIntegrationSpaceInstallationUrls ¶

func NewIntegrationSpaceInstallationUrls(publicEndpoint string) *IntegrationSpaceInstallationUrls

NewIntegrationSpaceInstallationUrls instantiates a new IntegrationSpaceInstallationUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationSpaceInstallationUrlsWithDefaults ¶

func NewIntegrationSpaceInstallationUrlsWithDefaults() *IntegrationSpaceInstallationUrls

NewIntegrationSpaceInstallationUrlsWithDefaults instantiates a new IntegrationSpaceInstallationUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationSpaceInstallationUrls) GetPublicEndpoint ¶

func (o *IntegrationSpaceInstallationUrls) GetPublicEndpoint() string

GetPublicEndpoint returns the PublicEndpoint field value

func (*IntegrationSpaceInstallationUrls) GetPublicEndpointOk ¶

func (o *IntegrationSpaceInstallationUrls) GetPublicEndpointOk() (*string, bool)

GetPublicEndpointOk returns a tuple with the PublicEndpoint field value and a boolean to check if the value has been set.

func (IntegrationSpaceInstallationUrls) MarshalJSON ¶

func (o IntegrationSpaceInstallationUrls) MarshalJSON() ([]byte, error)

func (*IntegrationSpaceInstallationUrls) SetPublicEndpoint ¶

func (o *IntegrationSpaceInstallationUrls) SetPublicEndpoint(v string)

SetPublicEndpoint sets field value

func (IntegrationSpaceInstallationUrls) ToMap ¶

func (o IntegrationSpaceInstallationUrls) ToMap() (map[string]interface{}, error)

type IntegrationUrls ¶

type IntegrationUrls struct {
	// URL of the icon associated to the integration
	Icon *string `json:"icon,omitempty"`
	// URL of the integration in the application
	App string `json:"app"`
	// URL of the integration's assets.
	Assets string `json:"assets"`
	// Public HTTP endpoint for the integration
	PublicEndpoint string `json:"publicEndpoint"`
}

IntegrationUrls URLs associated with the object

func NewIntegrationUrls ¶

func NewIntegrationUrls(app string, assets string, publicEndpoint string) *IntegrationUrls

NewIntegrationUrls instantiates a new IntegrationUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIntegrationUrlsWithDefaults ¶

func NewIntegrationUrlsWithDefaults() *IntegrationUrls

NewIntegrationUrlsWithDefaults instantiates a new IntegrationUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IntegrationUrls) GetApp ¶

func (o *IntegrationUrls) GetApp() string

GetApp returns the App field value

func (*IntegrationUrls) GetAppOk ¶

func (o *IntegrationUrls) GetAppOk() (*string, bool)

GetAppOk returns a tuple with the App field value and a boolean to check if the value has been set.

func (*IntegrationUrls) GetAssets ¶

func (o *IntegrationUrls) GetAssets() string

GetAssets returns the Assets field value

func (*IntegrationUrls) GetAssetsOk ¶

func (o *IntegrationUrls) GetAssetsOk() (*string, bool)

GetAssetsOk returns a tuple with the Assets field value and a boolean to check if the value has been set.

func (*IntegrationUrls) GetIcon ¶

func (o *IntegrationUrls) GetIcon() string

GetIcon returns the Icon field value if set, zero value otherwise.

func (*IntegrationUrls) GetIconOk ¶

func (o *IntegrationUrls) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IntegrationUrls) GetPublicEndpoint ¶

func (o *IntegrationUrls) GetPublicEndpoint() string

GetPublicEndpoint returns the PublicEndpoint field value

func (*IntegrationUrls) GetPublicEndpointOk ¶

func (o *IntegrationUrls) GetPublicEndpointOk() (*string, bool)

GetPublicEndpointOk returns a tuple with the PublicEndpoint field value and a boolean to check if the value has been set.

func (*IntegrationUrls) HasIcon ¶

func (o *IntegrationUrls) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (IntegrationUrls) MarshalJSON ¶

func (o IntegrationUrls) MarshalJSON() ([]byte, error)

func (*IntegrationUrls) SetApp ¶

func (o *IntegrationUrls) SetApp(v string)

SetApp sets field value

func (*IntegrationUrls) SetAssets ¶

func (o *IntegrationUrls) SetAssets(v string)

SetAssets sets field value

func (*IntegrationUrls) SetIcon ¶

func (o *IntegrationUrls) SetIcon(v string)

SetIcon gets a reference to the given string and assigns it to the Icon field.

func (*IntegrationUrls) SetPublicEndpoint ¶

func (o *IntegrationUrls) SetPublicEndpoint(v string)

SetPublicEndpoint sets field value

func (IntegrationUrls) ToMap ¶

func (o IntegrationUrls) ToMap() (map[string]interface{}, error)

type IntegrationVisibility ¶

type IntegrationVisibility string

IntegrationVisibility the model 'IntegrationVisibility'

const (
	INTEGRATIONVISIBILITY_PUBLIC   IntegrationVisibility = "public"
	INTEGRATIONVISIBILITY_PRIVATE  IntegrationVisibility = "private"
	INTEGRATIONVISIBILITY_UNLISTED IntegrationVisibility = "unlisted"
)

List of IntegrationVisibility

func NewIntegrationVisibilityFromValue ¶

func NewIntegrationVisibilityFromValue(v string) (*IntegrationVisibility, error)

NewIntegrationVisibilityFromValue returns a pointer to a valid IntegrationVisibility for the value passed as argument, or an error if the value passed is not allowed by the enum

func (IntegrationVisibility) IsValid ¶

func (v IntegrationVisibility) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (IntegrationVisibility) Ptr ¶

Ptr returns reference to IntegrationVisibility value

func (*IntegrationVisibility) UnmarshalJSON ¶

func (v *IntegrationVisibility) UnmarshalJSON(src []byte) error

type IntegrationsApiCreateIntegrationInstallationTokenRequest ¶

type IntegrationsApiCreateIntegrationInstallationTokenRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiCreateIntegrationInstallationTokenRequest) Execute ¶

type IntegrationsApiGetIntegrationByNameRequest ¶

type IntegrationsApiGetIntegrationByNameRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiGetIntegrationByNameRequest) Execute ¶

type IntegrationsApiGetIntegrationEventRequest ¶

type IntegrationsApiGetIntegrationEventRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiGetIntegrationEventRequest) Execute ¶

type IntegrationsApiGetIntegrationInstallationByIdRequest ¶

type IntegrationsApiGetIntegrationInstallationByIdRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiGetIntegrationInstallationByIdRequest) Execute ¶

type IntegrationsApiGetIntegrationSpaceInstallationRequest ¶ added in v0.2.0

type IntegrationsApiGetIntegrationSpaceInstallationRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiGetIntegrationSpaceInstallationRequest) Execute ¶ added in v0.2.0

type IntegrationsApiInstallIntegrationRequest ¶

type IntegrationsApiInstallIntegrationRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiInstallIntegrationRequest) Execute ¶

func (IntegrationsApiInstallIntegrationRequest) OrganizationTarget ¶

type IntegrationsApiListIntegrationEventsRequest ¶

type IntegrationsApiListIntegrationEventsRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiListIntegrationEventsRequest) Execute ¶

func (IntegrationsApiListIntegrationEventsRequest) Limit ¶

The number of results per page

func (IntegrationsApiListIntegrationEventsRequest) Page ¶

Identifier of the page results to fetch.

type IntegrationsApiListIntegrationInstallationsRequest ¶

type IntegrationsApiListIntegrationInstallationsRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiListIntegrationInstallationsRequest) Execute ¶

func (IntegrationsApiListIntegrationInstallationsRequest) ExternalId ¶

External Id to filter by

func (IntegrationsApiListIntegrationInstallationsRequest) Limit ¶

The number of results per page

func (IntegrationsApiListIntegrationInstallationsRequest) Page ¶

Identifier of the page results to fetch.

type IntegrationsApiListIntegrationSpaceInstallationsRequest ¶

type IntegrationsApiListIntegrationSpaceInstallationsRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiListIntegrationSpaceInstallationsRequest) Execute ¶

func (IntegrationsApiListIntegrationSpaceInstallationsRequest) ExternalId ¶

External Id to filter by

func (IntegrationsApiListIntegrationSpaceInstallationsRequest) Limit ¶

The number of results per page

func (IntegrationsApiListIntegrationSpaceInstallationsRequest) Page ¶

Identifier of the page results to fetch.

type IntegrationsApiListIntegrationsRequest ¶

type IntegrationsApiListIntegrationsRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiListIntegrationsRequest) Execute ¶

func (IntegrationsApiListIntegrationsRequest) Limit ¶

The number of results per page

func (IntegrationsApiListIntegrationsRequest) Page ¶

Identifier of the page results to fetch.

type IntegrationsApiListSpaceIntegrationsBlocksRequest ¶

type IntegrationsApiListSpaceIntegrationsBlocksRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiListSpaceIntegrationsBlocksRequest) Execute ¶

type IntegrationsApiPublishIntegrationRequest ¶

type IntegrationsApiPublishIntegrationRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiPublishIntegrationRequest) Execute ¶

func (IntegrationsApiPublishIntegrationRequest) RequestPublishIntegration ¶

type IntegrationsApiRemoveIntegrationDevSpaceRequest ¶

type IntegrationsApiRemoveIntegrationDevSpaceRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiRemoveIntegrationDevSpaceRequest) Execute ¶

type IntegrationsApiService ¶

type IntegrationsApiService service

IntegrationsApiService IntegrationsApi service

func (*IntegrationsApiService) CreateIntegrationInstallationToken ¶

func (a *IntegrationsApiService) CreateIntegrationInstallationToken(ctx context.Context, integrationName string, installationId string) IntegrationsApiCreateIntegrationInstallationTokenRequest

CreateIntegrationInstallationToken Create an integration installation API token

Creates a temporary API token of an integration's installation that has access to the installation and it's scopes. You must be authenticated as the integration to obtain this token.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@param installationId Identifier of the installation
@return IntegrationsApiCreateIntegrationInstallationTokenRequest

func (*IntegrationsApiService) CreateIntegrationInstallationTokenExecute ¶

Execute executes the request

@return APITemporaryToken

func (*IntegrationsApiService) GetIntegrationByName ¶

func (a *IntegrationsApiService) GetIntegrationByName(ctx context.Context, integrationName string) IntegrationsApiGetIntegrationByNameRequest

GetIntegrationByName Get a specific integration by its name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@return IntegrationsApiGetIntegrationByNameRequest

func (*IntegrationsApiService) GetIntegrationByNameExecute ¶

Execute executes the request

@return Integration

func (*IntegrationsApiService) GetIntegrationEvent ¶

func (a *IntegrationsApiService) GetIntegrationEvent(ctx context.Context, integrationName string, eventId string) IntegrationsApiGetIntegrationEventRequest

GetIntegrationEvent Get a specific integration event by its id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@param eventId ID of the integration event
@return IntegrationsApiGetIntegrationEventRequest

func (*IntegrationsApiService) GetIntegrationEventExecute ¶

Execute executes the request

@return GetIntegrationEvent200Response

func (*IntegrationsApiService) GetIntegrationInstallationById ¶

func (a *IntegrationsApiService) GetIntegrationInstallationById(ctx context.Context, integrationName string, installationId string) IntegrationsApiGetIntegrationInstallationByIdRequest

GetIntegrationInstallationById Get a specific integration's installation by its ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@param installationId Identifier of the installation
@return IntegrationsApiGetIntegrationInstallationByIdRequest

func (*IntegrationsApiService) GetIntegrationInstallationByIdExecute ¶

Execute executes the request

@return IntegrationInstallation

func (*IntegrationsApiService) GetIntegrationSpaceInstallation ¶ added in v0.2.0

func (a *IntegrationsApiService) GetIntegrationSpaceInstallation(ctx context.Context, integrationName string, installationId string, spaceId string) IntegrationsApiGetIntegrationSpaceInstallationRequest

GetIntegrationSpaceInstallation Get a specific integration's space installation

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@param installationId Identifier of the installation
@param spaceId The unique id of the space
@return IntegrationsApiGetIntegrationSpaceInstallationRequest

func (*IntegrationsApiService) GetIntegrationSpaceInstallationExecute ¶ added in v0.2.0

Execute executes the request

@return IntegrationSpaceInstallation

func (*IntegrationsApiService) InstallIntegration ¶

func (a *IntegrationsApiService) InstallIntegration(ctx context.Context, integrationName string) IntegrationsApiInstallIntegrationRequest

InstallIntegration Install integration on a target organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@return IntegrationsApiInstallIntegrationRequest

func (*IntegrationsApiService) InstallIntegrationExecute ¶

Execute executes the request

@return IntegrationInstallation

func (*IntegrationsApiService) ListIntegrationEvents ¶

func (a *IntegrationsApiService) ListIntegrationEvents(ctx context.Context, integrationName string) IntegrationsApiListIntegrationEventsRequest

ListIntegrationEvents List all integration events

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@return IntegrationsApiListIntegrationEventsRequest

func (*IntegrationsApiService) ListIntegrationEventsExecute ¶

Execute executes the request

@return ListIntegrationEvents200Response

func (*IntegrationsApiService) ListIntegrationInstallations ¶

func (a *IntegrationsApiService) ListIntegrationInstallations(ctx context.Context, integrationName string) IntegrationsApiListIntegrationInstallationsRequest

ListIntegrationInstallations Fetch a list of installations of an integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@return IntegrationsApiListIntegrationInstallationsRequest

func (*IntegrationsApiService) ListIntegrationInstallationsExecute ¶

Execute executes the request

@return ListIntegrationInstallations200Response

func (*IntegrationsApiService) ListIntegrationSpaceInstallations ¶

func (a *IntegrationsApiService) ListIntegrationSpaceInstallations(ctx context.Context, integrationName string) IntegrationsApiListIntegrationSpaceInstallationsRequest

ListIntegrationSpaceInstallations Fetch a list of space installations of an integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@return IntegrationsApiListIntegrationSpaceInstallationsRequest

func (*IntegrationsApiService) ListIntegrationSpaceInstallationsExecute ¶

Execute executes the request

@return ListIntegrationSpaceInstallations200Response

func (*IntegrationsApiService) ListIntegrations ¶

ListIntegrations List all public integrations

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return IntegrationsApiListIntegrationsRequest

func (*IntegrationsApiService) ListIntegrationsExecute ¶

Execute executes the request

@return ListIntegrations200Response

func (*IntegrationsApiService) ListSpaceIntegrationsBlocks ¶

ListSpaceIntegrationsBlocks List integrations blocks for a space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return IntegrationsApiListSpaceIntegrationsBlocksRequest

func (*IntegrationsApiService) ListSpaceIntegrationsBlocksExecute ¶

Execute executes the request

@return []SpaceIntegrationBlocksInner

func (*IntegrationsApiService) PublishIntegration ¶

func (a *IntegrationsApiService) PublishIntegration(ctx context.Context, integrationName string) IntegrationsApiPublishIntegrationRequest

PublishIntegration Publish an integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@return IntegrationsApiPublishIntegrationRequest

func (*IntegrationsApiService) PublishIntegrationExecute ¶

Execute executes the request

@return Integration

func (*IntegrationsApiService) RemoveIntegrationDevSpace ¶

func (a *IntegrationsApiService) RemoveIntegrationDevSpace(ctx context.Context, integrationName string, spaceId string) IntegrationsApiRemoveIntegrationDevSpaceRequest

RemoveIntegrationDevSpace Remove the development space for an integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@param spaceId The unique id of the space
@return IntegrationsApiRemoveIntegrationDevSpaceRequest

func (*IntegrationsApiService) RemoveIntegrationDevSpaceExecute ¶

Execute executes the request

func (*IntegrationsApiService) UninstallIntegration ¶

func (a *IntegrationsApiService) UninstallIntegration(ctx context.Context, integrationName string, installationId string) IntegrationsApiUninstallIntegrationRequest

UninstallIntegration Uninstall the integration from a target organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@param installationId Identifier of the installation
@return IntegrationsApiUninstallIntegrationRequest

func (*IntegrationsApiService) UninstallIntegrationExecute ¶

Execute executes the request

func (*IntegrationsApiService) UnpublishIntegration ¶

func (a *IntegrationsApiService) UnpublishIntegration(ctx context.Context, integrationName string) IntegrationsApiUnpublishIntegrationRequest

UnpublishIntegration Unpublish an integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@return IntegrationsApiUnpublishIntegrationRequest

func (*IntegrationsApiService) UnpublishIntegrationExecute ¶

Execute executes the request

func (*IntegrationsApiService) UpdateIntegrationDevSpace ¶

func (a *IntegrationsApiService) UpdateIntegrationDevSpace(ctx context.Context, integrationName string, spaceId string) IntegrationsApiUpdateIntegrationDevSpaceRequest

UpdateIntegrationDevSpace Update the development space for an integration

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@param spaceId The unique id of the space
@return IntegrationsApiUpdateIntegrationDevSpaceRequest

func (*IntegrationsApiService) UpdateIntegrationDevSpaceExecute ¶

Execute executes the request

func (*IntegrationsApiService) UpdateIntegrationInstallation ¶

func (a *IntegrationsApiService) UpdateIntegrationInstallation(ctx context.Context, integrationName string, installationId string) IntegrationsApiUpdateIntegrationInstallationRequest

UpdateIntegrationInstallation Update external IDs and configurations of an integration's installation

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param integrationName Name of the integration
@param installationId Identifier of the installation
@return IntegrationsApiUpdateIntegrationInstallationRequest

func (*IntegrationsApiService) UpdateIntegrationInstallationExecute ¶

Execute executes the request

@return IntegrationInstallation

type IntegrationsApiUninstallIntegrationRequest ¶

type IntegrationsApiUninstallIntegrationRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiUninstallIntegrationRequest) Execute ¶

type IntegrationsApiUnpublishIntegrationRequest ¶

type IntegrationsApiUnpublishIntegrationRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiUnpublishIntegrationRequest) Execute ¶

type IntegrationsApiUpdateIntegrationDevSpaceRequest ¶

type IntegrationsApiUpdateIntegrationDevSpaceRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiUpdateIntegrationDevSpaceRequest) Execute ¶

func (IntegrationsApiUpdateIntegrationDevSpaceRequest) UpdateIntegrationDevSpaceRequest ¶

type IntegrationsApiUpdateIntegrationInstallationRequest ¶

type IntegrationsApiUpdateIntegrationInstallationRequest struct {
	ApiService *IntegrationsApiService
	// contains filtered or unexported fields
}

func (IntegrationsApiUpdateIntegrationInstallationRequest) Execute ¶

func (IntegrationsApiUpdateIntegrationInstallationRequest) RequestUpdateIntegrationInstallation ¶

type InviteUsersToOrganization200Response ¶

type InviteUsersToOrganization200Response struct {
	Users []string `json:"users"`
	// The number of users who were added to the organization
	Invited         float32  `json:"invited"`
	FailedSSOEmails []string `json:"failedSSOEmails,omitempty"`
}

InviteUsersToOrganization200Response struct for InviteUsersToOrganization200Response

func NewInviteUsersToOrganization200Response ¶

func NewInviteUsersToOrganization200Response(users []string, invited float32) *InviteUsersToOrganization200Response

NewInviteUsersToOrganization200Response instantiates a new InviteUsersToOrganization200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInviteUsersToOrganization200ResponseWithDefaults ¶

func NewInviteUsersToOrganization200ResponseWithDefaults() *InviteUsersToOrganization200Response

NewInviteUsersToOrganization200ResponseWithDefaults instantiates a new InviteUsersToOrganization200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InviteUsersToOrganization200Response) GetFailedSSOEmails ¶

func (o *InviteUsersToOrganization200Response) GetFailedSSOEmails() []string

GetFailedSSOEmails returns the FailedSSOEmails field value if set, zero value otherwise.

func (*InviteUsersToOrganization200Response) GetFailedSSOEmailsOk ¶

func (o *InviteUsersToOrganization200Response) GetFailedSSOEmailsOk() ([]string, bool)

GetFailedSSOEmailsOk returns a tuple with the FailedSSOEmails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InviteUsersToOrganization200Response) GetInvited ¶

GetInvited returns the Invited field value

func (*InviteUsersToOrganization200Response) GetInvitedOk ¶

func (o *InviteUsersToOrganization200Response) GetInvitedOk() (*float32, bool)

GetInvitedOk returns a tuple with the Invited field value and a boolean to check if the value has been set.

func (*InviteUsersToOrganization200Response) GetUsers ¶

GetUsers returns the Users field value

func (*InviteUsersToOrganization200Response) GetUsersOk ¶

func (o *InviteUsersToOrganization200Response) GetUsersOk() ([]string, bool)

GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.

func (*InviteUsersToOrganization200Response) HasFailedSSOEmails ¶

func (o *InviteUsersToOrganization200Response) HasFailedSSOEmails() bool

HasFailedSSOEmails returns a boolean if a field has been set.

func (InviteUsersToOrganization200Response) MarshalJSON ¶

func (o InviteUsersToOrganization200Response) MarshalJSON() ([]byte, error)

func (*InviteUsersToOrganization200Response) SetFailedSSOEmails ¶

func (o *InviteUsersToOrganization200Response) SetFailedSSOEmails(v []string)

SetFailedSSOEmails gets a reference to the given []string and assigns it to the FailedSSOEmails field.

func (*InviteUsersToOrganization200Response) SetInvited ¶

SetInvited sets field value

func (*InviteUsersToOrganization200Response) SetUsers ¶

SetUsers sets field value

func (InviteUsersToOrganization200Response) ToMap ¶

func (o InviteUsersToOrganization200Response) ToMap() (map[string]interface{}, error)

type JSONDocument ¶

type JSONDocument struct {
	Document JSONDocumentDocument `json:"document"`
}

JSONDocument struct for JSONDocument

func NewJSONDocument ¶

func NewJSONDocument(document JSONDocumentDocument) *JSONDocument

NewJSONDocument instantiates a new JSONDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJSONDocumentWithDefaults ¶

func NewJSONDocumentWithDefaults() *JSONDocument

NewJSONDocumentWithDefaults instantiates a new JSONDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JSONDocument) GetDocument ¶

func (o *JSONDocument) GetDocument() JSONDocumentDocument

GetDocument returns the Document field value

func (*JSONDocument) GetDocumentOk ¶

func (o *JSONDocument) GetDocumentOk() (*JSONDocumentDocument, bool)

GetDocumentOk returns a tuple with the Document field value and a boolean to check if the value has been set.

func (JSONDocument) MarshalJSON ¶

func (o JSONDocument) MarshalJSON() ([]byte, error)

func (*JSONDocument) SetDocument ¶

func (o *JSONDocument) SetDocument(v JSONDocumentDocument)

SetDocument sets field value

func (JSONDocument) ToMap ¶

func (o JSONDocument) ToMap() (map[string]interface{}, error)

type JSONDocumentDocument ¶

type JSONDocumentDocument struct {
	Nodes []map[string]interface{} `json:"nodes"`
}

JSONDocumentDocument struct for JSONDocumentDocument

func NewJSONDocumentDocument ¶

func NewJSONDocumentDocument(nodes []map[string]interface{}) *JSONDocumentDocument

NewJSONDocumentDocument instantiates a new JSONDocumentDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJSONDocumentDocumentWithDefaults ¶

func NewJSONDocumentDocumentWithDefaults() *JSONDocumentDocument

NewJSONDocumentDocumentWithDefaults instantiates a new JSONDocumentDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JSONDocumentDocument) GetNodes ¶

func (o *JSONDocumentDocument) GetNodes() []map[string]interface{}

GetNodes returns the Nodes field value

func (*JSONDocumentDocument) GetNodesOk ¶

func (o *JSONDocumentDocument) GetNodesOk() ([]map[string]interface{}, bool)

GetNodesOk returns a tuple with the Nodes field value and a boolean to check if the value has been set.

func (JSONDocumentDocument) MarshalJSON ¶

func (o JSONDocumentDocument) MarshalJSON() ([]byte, error)

func (*JSONDocumentDocument) SetNodes ¶

func (o *JSONDocumentDocument) SetNodes(v []map[string]interface{})

SetNodes sets field value

func (JSONDocumentDocument) ToMap ¶

func (o JSONDocumentDocument) ToMap() (map[string]interface{}, error)

type List ¶

type List struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32 `json:"count,omitempty"`
}

List struct for List

func NewList ¶

func NewList() *List

NewList instantiates a new List object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListWithDefaults ¶

func NewListWithDefaults() *List

NewListWithDefaults instantiates a new List object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*List) GetCount ¶

func (o *List) GetCount() float32

GetCount returns the Count field value if set, zero value otherwise.

func (*List) GetCountOk ¶

func (o *List) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*List) GetNext ¶

func (o *List) GetNext() ListNext

GetNext returns the Next field value if set, zero value otherwise.

func (*List) GetNextOk ¶

func (o *List) GetNextOk() (*ListNext, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*List) HasCount ¶

func (o *List) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*List) HasNext ¶

func (o *List) HasNext() bool

HasNext returns a boolean if a field has been set.

func (List) MarshalJSON ¶

func (o List) MarshalJSON() ([]byte, error)

func (*List) SetCount ¶

func (o *List) SetCount(v float32)

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*List) SetNext ¶

func (o *List) SetNext(v ListNext)

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (List) ToMap ¶

func (o List) ToMap() (map[string]interface{}, error)

type ListChangeRequestsForSpace200Response ¶

type ListChangeRequestsForSpace200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32        `json:"count,omitempty"`
	Items []ChangeRequest `json:"items"`
}

ListChangeRequestsForSpace200Response struct for ListChangeRequestsForSpace200Response

func NewListChangeRequestsForSpace200Response ¶

func NewListChangeRequestsForSpace200Response(items []ChangeRequest) *ListChangeRequestsForSpace200Response

NewListChangeRequestsForSpace200Response instantiates a new ListChangeRequestsForSpace200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListChangeRequestsForSpace200ResponseWithDefaults ¶

func NewListChangeRequestsForSpace200ResponseWithDefaults() *ListChangeRequestsForSpace200Response

NewListChangeRequestsForSpace200ResponseWithDefaults instantiates a new ListChangeRequestsForSpace200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListChangeRequestsForSpace200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListChangeRequestsForSpace200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListChangeRequestsForSpace200Response) GetItems ¶

GetItems returns the Items field value

func (*ListChangeRequestsForSpace200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListChangeRequestsForSpace200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListChangeRequestsForSpace200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListChangeRequestsForSpace200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListChangeRequestsForSpace200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListChangeRequestsForSpace200Response) MarshalJSON ¶

func (o ListChangeRequestsForSpace200Response) MarshalJSON() ([]byte, error)

func (*ListChangeRequestsForSpace200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListChangeRequestsForSpace200Response) SetItems ¶

SetItems sets field value

func (*ListChangeRequestsForSpace200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListChangeRequestsForSpace200Response) ToMap ¶

func (o ListChangeRequestsForSpace200Response) ToMap() (map[string]interface{}, error)

type ListChangeRequestsForSpace200ResponseAllOf ¶

type ListChangeRequestsForSpace200ResponseAllOf struct {
	Items []ChangeRequest `json:"items"`
}

ListChangeRequestsForSpace200ResponseAllOf struct for ListChangeRequestsForSpace200ResponseAllOf

func NewListChangeRequestsForSpace200ResponseAllOf ¶

func NewListChangeRequestsForSpace200ResponseAllOf(items []ChangeRequest) *ListChangeRequestsForSpace200ResponseAllOf

NewListChangeRequestsForSpace200ResponseAllOf instantiates a new ListChangeRequestsForSpace200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListChangeRequestsForSpace200ResponseAllOfWithDefaults ¶

func NewListChangeRequestsForSpace200ResponseAllOfWithDefaults() *ListChangeRequestsForSpace200ResponseAllOf

NewListChangeRequestsForSpace200ResponseAllOfWithDefaults instantiates a new ListChangeRequestsForSpace200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListChangeRequestsForSpace200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListChangeRequestsForSpace200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListChangeRequestsForSpace200ResponseAllOf) MarshalJSON ¶

func (*ListChangeRequestsForSpace200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListChangeRequestsForSpace200ResponseAllOf) ToMap ¶

func (o ListChangeRequestsForSpace200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListCollectionsInOrganizationById200Response ¶

type ListCollectionsInOrganizationById200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32     `json:"count,omitempty"`
	Items []Collection `json:"items"`
}

ListCollectionsInOrganizationById200Response struct for ListCollectionsInOrganizationById200Response

func NewListCollectionsInOrganizationById200Response ¶

func NewListCollectionsInOrganizationById200Response(items []Collection) *ListCollectionsInOrganizationById200Response

NewListCollectionsInOrganizationById200Response instantiates a new ListCollectionsInOrganizationById200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCollectionsInOrganizationById200ResponseWithDefaults ¶

func NewListCollectionsInOrganizationById200ResponseWithDefaults() *ListCollectionsInOrganizationById200Response

NewListCollectionsInOrganizationById200ResponseWithDefaults instantiates a new ListCollectionsInOrganizationById200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCollectionsInOrganizationById200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListCollectionsInOrganizationById200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListCollectionsInOrganizationById200Response) GetItems ¶

GetItems returns the Items field value

func (*ListCollectionsInOrganizationById200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListCollectionsInOrganizationById200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListCollectionsInOrganizationById200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListCollectionsInOrganizationById200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListCollectionsInOrganizationById200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListCollectionsInOrganizationById200Response) MarshalJSON ¶

func (*ListCollectionsInOrganizationById200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListCollectionsInOrganizationById200Response) SetItems ¶

SetItems sets field value

func (*ListCollectionsInOrganizationById200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListCollectionsInOrganizationById200Response) ToMap ¶

func (o ListCollectionsInOrganizationById200Response) ToMap() (map[string]interface{}, error)

type ListCollectionsInOrganizationById200ResponseAllOf ¶

type ListCollectionsInOrganizationById200ResponseAllOf struct {
	Items []Collection `json:"items"`
}

ListCollectionsInOrganizationById200ResponseAllOf struct for ListCollectionsInOrganizationById200ResponseAllOf

func NewListCollectionsInOrganizationById200ResponseAllOf ¶

func NewListCollectionsInOrganizationById200ResponseAllOf(items []Collection) *ListCollectionsInOrganizationById200ResponseAllOf

NewListCollectionsInOrganizationById200ResponseAllOf instantiates a new ListCollectionsInOrganizationById200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCollectionsInOrganizationById200ResponseAllOfWithDefaults ¶

func NewListCollectionsInOrganizationById200ResponseAllOfWithDefaults() *ListCollectionsInOrganizationById200ResponseAllOf

NewListCollectionsInOrganizationById200ResponseAllOfWithDefaults instantiates a new ListCollectionsInOrganizationById200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCollectionsInOrganizationById200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListCollectionsInOrganizationById200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListCollectionsInOrganizationById200ResponseAllOf) MarshalJSON ¶

func (*ListCollectionsInOrganizationById200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListCollectionsInOrganizationById200ResponseAllOf) ToMap ¶

func (o ListCollectionsInOrganizationById200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListCommentRepliesInChangeRequest200Response ¶

type ListCommentRepliesInChangeRequest200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32       `json:"count,omitempty"`
	Items []CommentReply `json:"items"`
}

ListCommentRepliesInChangeRequest200Response struct for ListCommentRepliesInChangeRequest200Response

func NewListCommentRepliesInChangeRequest200Response ¶

func NewListCommentRepliesInChangeRequest200Response(items []CommentReply) *ListCommentRepliesInChangeRequest200Response

NewListCommentRepliesInChangeRequest200Response instantiates a new ListCommentRepliesInChangeRequest200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCommentRepliesInChangeRequest200ResponseWithDefaults ¶

func NewListCommentRepliesInChangeRequest200ResponseWithDefaults() *ListCommentRepliesInChangeRequest200Response

NewListCommentRepliesInChangeRequest200ResponseWithDefaults instantiates a new ListCommentRepliesInChangeRequest200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCommentRepliesInChangeRequest200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListCommentRepliesInChangeRequest200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListCommentRepliesInChangeRequest200Response) GetItems ¶

GetItems returns the Items field value

func (*ListCommentRepliesInChangeRequest200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListCommentRepliesInChangeRequest200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListCommentRepliesInChangeRequest200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListCommentRepliesInChangeRequest200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListCommentRepliesInChangeRequest200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListCommentRepliesInChangeRequest200Response) MarshalJSON ¶

func (*ListCommentRepliesInChangeRequest200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListCommentRepliesInChangeRequest200Response) SetItems ¶

SetItems sets field value

func (*ListCommentRepliesInChangeRequest200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListCommentRepliesInChangeRequest200Response) ToMap ¶

func (o ListCommentRepliesInChangeRequest200Response) ToMap() (map[string]interface{}, error)

type ListCommentRepliesInChangeRequest200ResponseAllOf ¶

type ListCommentRepliesInChangeRequest200ResponseAllOf struct {
	Items []CommentReply `json:"items"`
}

ListCommentRepliesInChangeRequest200ResponseAllOf struct for ListCommentRepliesInChangeRequest200ResponseAllOf

func NewListCommentRepliesInChangeRequest200ResponseAllOf ¶

func NewListCommentRepliesInChangeRequest200ResponseAllOf(items []CommentReply) *ListCommentRepliesInChangeRequest200ResponseAllOf

NewListCommentRepliesInChangeRequest200ResponseAllOf instantiates a new ListCommentRepliesInChangeRequest200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCommentRepliesInChangeRequest200ResponseAllOfWithDefaults ¶

func NewListCommentRepliesInChangeRequest200ResponseAllOfWithDefaults() *ListCommentRepliesInChangeRequest200ResponseAllOf

NewListCommentRepliesInChangeRequest200ResponseAllOfWithDefaults instantiates a new ListCommentRepliesInChangeRequest200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCommentRepliesInChangeRequest200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListCommentRepliesInChangeRequest200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListCommentRepliesInChangeRequest200ResponseAllOf) MarshalJSON ¶

func (*ListCommentRepliesInChangeRequest200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListCommentRepliesInChangeRequest200ResponseAllOf) ToMap ¶

func (o ListCommentRepliesInChangeRequest200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListCommentsInChangeRequest200Response ¶

type ListCommentsInChangeRequest200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32  `json:"count,omitempty"`
	Items []Comment `json:"items"`
}

ListCommentsInChangeRequest200Response struct for ListCommentsInChangeRequest200Response

func NewListCommentsInChangeRequest200Response ¶

func NewListCommentsInChangeRequest200Response(items []Comment) *ListCommentsInChangeRequest200Response

NewListCommentsInChangeRequest200Response instantiates a new ListCommentsInChangeRequest200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCommentsInChangeRequest200ResponseWithDefaults ¶

func NewListCommentsInChangeRequest200ResponseWithDefaults() *ListCommentsInChangeRequest200Response

NewListCommentsInChangeRequest200ResponseWithDefaults instantiates a new ListCommentsInChangeRequest200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCommentsInChangeRequest200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListCommentsInChangeRequest200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListCommentsInChangeRequest200Response) GetItems ¶

GetItems returns the Items field value

func (*ListCommentsInChangeRequest200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListCommentsInChangeRequest200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListCommentsInChangeRequest200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListCommentsInChangeRequest200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListCommentsInChangeRequest200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListCommentsInChangeRequest200Response) MarshalJSON ¶

func (o ListCommentsInChangeRequest200Response) MarshalJSON() ([]byte, error)

func (*ListCommentsInChangeRequest200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListCommentsInChangeRequest200Response) SetItems ¶

SetItems sets field value

func (*ListCommentsInChangeRequest200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListCommentsInChangeRequest200Response) ToMap ¶

func (o ListCommentsInChangeRequest200Response) ToMap() (map[string]interface{}, error)

type ListCommentsInChangeRequest200ResponseAllOf ¶

type ListCommentsInChangeRequest200ResponseAllOf struct {
	Items []Comment `json:"items"`
}

ListCommentsInChangeRequest200ResponseAllOf struct for ListCommentsInChangeRequest200ResponseAllOf

func NewListCommentsInChangeRequest200ResponseAllOf ¶

func NewListCommentsInChangeRequest200ResponseAllOf(items []Comment) *ListCommentsInChangeRequest200ResponseAllOf

NewListCommentsInChangeRequest200ResponseAllOf instantiates a new ListCommentsInChangeRequest200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCommentsInChangeRequest200ResponseAllOfWithDefaults ¶

func NewListCommentsInChangeRequest200ResponseAllOfWithDefaults() *ListCommentsInChangeRequest200ResponseAllOf

NewListCommentsInChangeRequest200ResponseAllOfWithDefaults instantiates a new ListCommentsInChangeRequest200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCommentsInChangeRequest200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListCommentsInChangeRequest200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListCommentsInChangeRequest200ResponseAllOf) MarshalJSON ¶

func (*ListCommentsInChangeRequest200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListCommentsInChangeRequest200ResponseAllOf) ToMap ¶

func (o ListCommentsInChangeRequest200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListDirectorySyncGroups200Response ¶

type ListDirectorySyncGroups200Response struct {
	Groups []OrganizationDirectorySyncGroup `json:"groups"`
}

ListDirectorySyncGroups200Response All the groups.

func NewListDirectorySyncGroups200Response ¶

func NewListDirectorySyncGroups200Response(groups []OrganizationDirectorySyncGroup) *ListDirectorySyncGroups200Response

NewListDirectorySyncGroups200Response instantiates a new ListDirectorySyncGroups200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListDirectorySyncGroups200ResponseWithDefaults ¶

func NewListDirectorySyncGroups200ResponseWithDefaults() *ListDirectorySyncGroups200Response

NewListDirectorySyncGroups200ResponseWithDefaults instantiates a new ListDirectorySyncGroups200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListDirectorySyncGroups200Response) GetGroups ¶

GetGroups returns the Groups field value

func (*ListDirectorySyncGroups200Response) GetGroupsOk ¶

GetGroupsOk returns a tuple with the Groups field value and a boolean to check if the value has been set.

func (ListDirectorySyncGroups200Response) MarshalJSON ¶

func (o ListDirectorySyncGroups200Response) MarshalJSON() ([]byte, error)

func (*ListDirectorySyncGroups200Response) SetGroups ¶

SetGroups sets field value

func (ListDirectorySyncGroups200Response) ToMap ¶

func (o ListDirectorySyncGroups200Response) ToMap() (map[string]interface{}, error)

type ListEntitySchemas200Response ¶ added in v0.2.0

type ListEntitySchemas200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32       `json:"count,omitempty"`
	Items []EntitySchema `json:"items"`
}

ListEntitySchemas200Response struct for ListEntitySchemas200Response

func NewListEntitySchemas200Response ¶ added in v0.2.0

func NewListEntitySchemas200Response(items []EntitySchema) *ListEntitySchemas200Response

NewListEntitySchemas200Response instantiates a new ListEntitySchemas200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListEntitySchemas200ResponseWithDefaults ¶ added in v0.2.0

func NewListEntitySchemas200ResponseWithDefaults() *ListEntitySchemas200Response

NewListEntitySchemas200ResponseWithDefaults instantiates a new ListEntitySchemas200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListEntitySchemas200Response) GetCount ¶ added in v0.2.0

func (o *ListEntitySchemas200Response) GetCount() float32

GetCount returns the Count field value if set, zero value otherwise.

func (*ListEntitySchemas200Response) GetCountOk ¶ added in v0.2.0

func (o *ListEntitySchemas200Response) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListEntitySchemas200Response) GetItems ¶ added in v0.2.0

GetItems returns the Items field value

func (*ListEntitySchemas200Response) GetItemsOk ¶ added in v0.2.0

func (o *ListEntitySchemas200Response) GetItemsOk() ([]EntitySchema, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListEntitySchemas200Response) GetNext ¶ added in v0.2.0

GetNext returns the Next field value if set, zero value otherwise.

func (*ListEntitySchemas200Response) GetNextOk ¶ added in v0.2.0

func (o *ListEntitySchemas200Response) GetNextOk() (*ListNext, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListEntitySchemas200Response) HasCount ¶ added in v0.2.0

func (o *ListEntitySchemas200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ListEntitySchemas200Response) HasNext ¶ added in v0.2.0

func (o *ListEntitySchemas200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (ListEntitySchemas200Response) MarshalJSON ¶ added in v0.2.0

func (o ListEntitySchemas200Response) MarshalJSON() ([]byte, error)

func (*ListEntitySchemas200Response) SetCount ¶ added in v0.2.0

func (o *ListEntitySchemas200Response) SetCount(v float32)

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListEntitySchemas200Response) SetItems ¶ added in v0.2.0

func (o *ListEntitySchemas200Response) SetItems(v []EntitySchema)

SetItems sets field value

func (*ListEntitySchemas200Response) SetNext ¶ added in v0.2.0

func (o *ListEntitySchemas200Response) SetNext(v ListNext)

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListEntitySchemas200Response) ToMap ¶ added in v0.2.0

func (o ListEntitySchemas200Response) ToMap() (map[string]interface{}, error)

type ListEntitySchemas200ResponseAllOf ¶ added in v0.2.0

type ListEntitySchemas200ResponseAllOf struct {
	Items []EntitySchema `json:"items"`
}

ListEntitySchemas200ResponseAllOf struct for ListEntitySchemas200ResponseAllOf

func NewListEntitySchemas200ResponseAllOf ¶ added in v0.2.0

func NewListEntitySchemas200ResponseAllOf(items []EntitySchema) *ListEntitySchemas200ResponseAllOf

NewListEntitySchemas200ResponseAllOf instantiates a new ListEntitySchemas200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListEntitySchemas200ResponseAllOfWithDefaults ¶ added in v0.2.0

func NewListEntitySchemas200ResponseAllOfWithDefaults() *ListEntitySchemas200ResponseAllOf

NewListEntitySchemas200ResponseAllOfWithDefaults instantiates a new ListEntitySchemas200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListEntitySchemas200ResponseAllOf) GetItems ¶ added in v0.2.0

GetItems returns the Items field value

func (*ListEntitySchemas200ResponseAllOf) GetItemsOk ¶ added in v0.2.0

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListEntitySchemas200ResponseAllOf) MarshalJSON ¶ added in v0.2.0

func (o ListEntitySchemas200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*ListEntitySchemas200ResponseAllOf) SetItems ¶ added in v0.2.0

SetItems sets field value

func (ListEntitySchemas200ResponseAllOf) ToMap ¶ added in v0.2.0

func (o ListEntitySchemas200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListEnvironments200Response ¶

type ListEnvironments200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32      `json:"count,omitempty"`
	Items []Environment `json:"items,omitempty"`
}

ListEnvironments200Response struct for ListEnvironments200Response

func NewListEnvironments200Response ¶

func NewListEnvironments200Response() *ListEnvironments200Response

NewListEnvironments200Response instantiates a new ListEnvironments200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListEnvironments200ResponseWithDefaults ¶

func NewListEnvironments200ResponseWithDefaults() *ListEnvironments200Response

NewListEnvironments200ResponseWithDefaults instantiates a new ListEnvironments200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListEnvironments200Response) GetCount ¶

func (o *ListEnvironments200Response) GetCount() float32

GetCount returns the Count field value if set, zero value otherwise.

func (*ListEnvironments200Response) GetCountOk ¶

func (o *ListEnvironments200Response) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListEnvironments200Response) GetItems ¶

func (o *ListEnvironments200Response) GetItems() []Environment

GetItems returns the Items field value if set, zero value otherwise.

func (*ListEnvironments200Response) GetItemsOk ¶

func (o *ListEnvironments200Response) GetItemsOk() ([]Environment, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListEnvironments200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListEnvironments200Response) GetNextOk ¶

func (o *ListEnvironments200Response) GetNextOk() (*ListNext, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListEnvironments200Response) HasCount ¶

func (o *ListEnvironments200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ListEnvironments200Response) HasItems ¶

func (o *ListEnvironments200Response) HasItems() bool

HasItems returns a boolean if a field has been set.

func (*ListEnvironments200Response) HasNext ¶

func (o *ListEnvironments200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (ListEnvironments200Response) MarshalJSON ¶

func (o ListEnvironments200Response) MarshalJSON() ([]byte, error)

func (*ListEnvironments200Response) SetCount ¶

func (o *ListEnvironments200Response) SetCount(v float32)

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListEnvironments200Response) SetItems ¶

func (o *ListEnvironments200Response) SetItems(v []Environment)

SetItems gets a reference to the given []Environment and assigns it to the Items field.

func (*ListEnvironments200Response) SetNext ¶

func (o *ListEnvironments200Response) SetNext(v ListNext)

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListEnvironments200Response) ToMap ¶

func (o ListEnvironments200Response) ToMap() (map[string]interface{}, error)

type ListEnvironments200ResponseAllOf ¶

type ListEnvironments200ResponseAllOf struct {
	Items []Environment `json:"items,omitempty"`
}

ListEnvironments200ResponseAllOf struct for ListEnvironments200ResponseAllOf

func NewListEnvironments200ResponseAllOf ¶

func NewListEnvironments200ResponseAllOf() *ListEnvironments200ResponseAllOf

NewListEnvironments200ResponseAllOf instantiates a new ListEnvironments200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListEnvironments200ResponseAllOfWithDefaults ¶

func NewListEnvironments200ResponseAllOfWithDefaults() *ListEnvironments200ResponseAllOf

NewListEnvironments200ResponseAllOfWithDefaults instantiates a new ListEnvironments200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListEnvironments200ResponseAllOf) GetItems ¶

GetItems returns the Items field value if set, zero value otherwise.

func (*ListEnvironments200ResponseAllOf) GetItemsOk ¶

func (o *ListEnvironments200ResponseAllOf) GetItemsOk() ([]Environment, bool)

GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListEnvironments200ResponseAllOf) HasItems ¶

func (o *ListEnvironments200ResponseAllOf) HasItems() bool

HasItems returns a boolean if a field has been set.

func (ListEnvironments200ResponseAllOf) MarshalJSON ¶

func (o ListEnvironments200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*ListEnvironments200ResponseAllOf) SetItems ¶

SetItems gets a reference to the given []Environment and assigns it to the Items field.

func (ListEnvironments200ResponseAllOf) ToMap ¶

func (o ListEnvironments200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListFiles200Response ¶

type ListFiles200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32       `json:"count,omitempty"`
	Items []RevisionFile `json:"items"`
}

ListFiles200Response struct for ListFiles200Response

func NewListFiles200Response ¶

func NewListFiles200Response(items []RevisionFile) *ListFiles200Response

NewListFiles200Response instantiates a new ListFiles200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListFiles200ResponseWithDefaults ¶

func NewListFiles200ResponseWithDefaults() *ListFiles200Response

NewListFiles200ResponseWithDefaults instantiates a new ListFiles200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListFiles200Response) GetCount ¶

func (o *ListFiles200Response) GetCount() float32

GetCount returns the Count field value if set, zero value otherwise.

func (*ListFiles200Response) GetCountOk ¶

func (o *ListFiles200Response) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFiles200Response) GetItems ¶

func (o *ListFiles200Response) GetItems() []RevisionFile

GetItems returns the Items field value

func (*ListFiles200Response) GetItemsOk ¶

func (o *ListFiles200Response) GetItemsOk() ([]RevisionFile, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListFiles200Response) GetNext ¶

func (o *ListFiles200Response) GetNext() ListNext

GetNext returns the Next field value if set, zero value otherwise.

func (*ListFiles200Response) GetNextOk ¶

func (o *ListFiles200Response) GetNextOk() (*ListNext, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListFiles200Response) HasCount ¶

func (o *ListFiles200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ListFiles200Response) HasNext ¶

func (o *ListFiles200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (ListFiles200Response) MarshalJSON ¶

func (o ListFiles200Response) MarshalJSON() ([]byte, error)

func (*ListFiles200Response) SetCount ¶

func (o *ListFiles200Response) SetCount(v float32)

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListFiles200Response) SetItems ¶

func (o *ListFiles200Response) SetItems(v []RevisionFile)

SetItems sets field value

func (*ListFiles200Response) SetNext ¶

func (o *ListFiles200Response) SetNext(v ListNext)

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListFiles200Response) ToMap ¶

func (o ListFiles200Response) ToMap() (map[string]interface{}, error)

type ListFiles200ResponseAllOf ¶

type ListFiles200ResponseAllOf struct {
	Items []RevisionFile `json:"items"`
}

ListFiles200ResponseAllOf struct for ListFiles200ResponseAllOf

func NewListFiles200ResponseAllOf ¶

func NewListFiles200ResponseAllOf(items []RevisionFile) *ListFiles200ResponseAllOf

NewListFiles200ResponseAllOf instantiates a new ListFiles200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListFiles200ResponseAllOfWithDefaults ¶

func NewListFiles200ResponseAllOfWithDefaults() *ListFiles200ResponseAllOf

NewListFiles200ResponseAllOfWithDefaults instantiates a new ListFiles200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListFiles200ResponseAllOf) GetItems ¶

func (o *ListFiles200ResponseAllOf) GetItems() []RevisionFile

GetItems returns the Items field value

func (*ListFiles200ResponseAllOf) GetItemsOk ¶

func (o *ListFiles200ResponseAllOf) GetItemsOk() ([]RevisionFile, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListFiles200ResponseAllOf) MarshalJSON ¶

func (o ListFiles200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*ListFiles200ResponseAllOf) SetItems ¶

func (o *ListFiles200ResponseAllOf) SetItems(v []RevisionFile)

SetItems sets field value

func (ListFiles200ResponseAllOf) ToMap ¶

func (o ListFiles200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListIntegrationEvents200Response ¶

type ListIntegrationEvents200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32           `json:"count,omitempty"`
	Items []IntegrationEvent `json:"items"`
}

ListIntegrationEvents200Response struct for ListIntegrationEvents200Response

func NewListIntegrationEvents200Response ¶

func NewListIntegrationEvents200Response(items []IntegrationEvent) *ListIntegrationEvents200Response

NewListIntegrationEvents200Response instantiates a new ListIntegrationEvents200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListIntegrationEvents200ResponseWithDefaults ¶

func NewListIntegrationEvents200ResponseWithDefaults() *ListIntegrationEvents200Response

NewListIntegrationEvents200ResponseWithDefaults instantiates a new ListIntegrationEvents200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListIntegrationEvents200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListIntegrationEvents200Response) GetCountOk ¶

func (o *ListIntegrationEvents200Response) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListIntegrationEvents200Response) GetItems ¶

GetItems returns the Items field value

func (*ListIntegrationEvents200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListIntegrationEvents200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListIntegrationEvents200Response) GetNextOk ¶

func (o *ListIntegrationEvents200Response) GetNextOk() (*ListNext, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListIntegrationEvents200Response) HasCount ¶

func (o *ListIntegrationEvents200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ListIntegrationEvents200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListIntegrationEvents200Response) MarshalJSON ¶

func (o ListIntegrationEvents200Response) MarshalJSON() ([]byte, error)

func (*ListIntegrationEvents200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListIntegrationEvents200Response) SetItems ¶

SetItems sets field value

func (*ListIntegrationEvents200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListIntegrationEvents200Response) ToMap ¶

func (o ListIntegrationEvents200Response) ToMap() (map[string]interface{}, error)

type ListIntegrationEvents200ResponseAllOf ¶

type ListIntegrationEvents200ResponseAllOf struct {
	Items []IntegrationEvent `json:"items"`
}

ListIntegrationEvents200ResponseAllOf struct for ListIntegrationEvents200ResponseAllOf

func NewListIntegrationEvents200ResponseAllOf ¶

func NewListIntegrationEvents200ResponseAllOf(items []IntegrationEvent) *ListIntegrationEvents200ResponseAllOf

NewListIntegrationEvents200ResponseAllOf instantiates a new ListIntegrationEvents200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListIntegrationEvents200ResponseAllOfWithDefaults ¶

func NewListIntegrationEvents200ResponseAllOfWithDefaults() *ListIntegrationEvents200ResponseAllOf

NewListIntegrationEvents200ResponseAllOfWithDefaults instantiates a new ListIntegrationEvents200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListIntegrationEvents200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListIntegrationEvents200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListIntegrationEvents200ResponseAllOf) MarshalJSON ¶

func (o ListIntegrationEvents200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*ListIntegrationEvents200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListIntegrationEvents200ResponseAllOf) ToMap ¶

func (o ListIntegrationEvents200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListIntegrationInstallations200Response ¶

type ListIntegrationInstallations200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32                  `json:"count,omitempty"`
	Items []IntegrationInstallation `json:"items"`
}

ListIntegrationInstallations200Response struct for ListIntegrationInstallations200Response

func NewListIntegrationInstallations200Response ¶

func NewListIntegrationInstallations200Response(items []IntegrationInstallation) *ListIntegrationInstallations200Response

NewListIntegrationInstallations200Response instantiates a new ListIntegrationInstallations200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListIntegrationInstallations200ResponseWithDefaults ¶

func NewListIntegrationInstallations200ResponseWithDefaults() *ListIntegrationInstallations200Response

NewListIntegrationInstallations200ResponseWithDefaults instantiates a new ListIntegrationInstallations200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListIntegrationInstallations200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListIntegrationInstallations200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListIntegrationInstallations200Response) GetItems ¶

GetItems returns the Items field value

func (*ListIntegrationInstallations200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListIntegrationInstallations200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListIntegrationInstallations200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListIntegrationInstallations200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListIntegrationInstallations200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListIntegrationInstallations200Response) MarshalJSON ¶

func (o ListIntegrationInstallations200Response) MarshalJSON() ([]byte, error)

func (*ListIntegrationInstallations200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListIntegrationInstallations200Response) SetItems ¶

SetItems sets field value

func (*ListIntegrationInstallations200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListIntegrationInstallations200Response) ToMap ¶

func (o ListIntegrationInstallations200Response) ToMap() (map[string]interface{}, error)

type ListIntegrationInstallations200ResponseAllOf ¶

type ListIntegrationInstallations200ResponseAllOf struct {
	Items []IntegrationInstallation `json:"items"`
}

ListIntegrationInstallations200ResponseAllOf struct for ListIntegrationInstallations200ResponseAllOf

func NewListIntegrationInstallations200ResponseAllOf ¶

func NewListIntegrationInstallations200ResponseAllOf(items []IntegrationInstallation) *ListIntegrationInstallations200ResponseAllOf

NewListIntegrationInstallations200ResponseAllOf instantiates a new ListIntegrationInstallations200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListIntegrationInstallations200ResponseAllOfWithDefaults ¶

func NewListIntegrationInstallations200ResponseAllOfWithDefaults() *ListIntegrationInstallations200ResponseAllOf

NewListIntegrationInstallations200ResponseAllOfWithDefaults instantiates a new ListIntegrationInstallations200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListIntegrationInstallations200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListIntegrationInstallations200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListIntegrationInstallations200ResponseAllOf) MarshalJSON ¶

func (*ListIntegrationInstallations200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListIntegrationInstallations200ResponseAllOf) ToMap ¶

func (o ListIntegrationInstallations200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListIntegrationSpaceInstallations200Response ¶

type ListIntegrationSpaceInstallations200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32                       `json:"count,omitempty"`
	Items []IntegrationSpaceInstallation `json:"items"`
}

ListIntegrationSpaceInstallations200Response struct for ListIntegrationSpaceInstallations200Response

func NewListIntegrationSpaceInstallations200Response ¶

func NewListIntegrationSpaceInstallations200Response(items []IntegrationSpaceInstallation) *ListIntegrationSpaceInstallations200Response

NewListIntegrationSpaceInstallations200Response instantiates a new ListIntegrationSpaceInstallations200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListIntegrationSpaceInstallations200ResponseWithDefaults ¶

func NewListIntegrationSpaceInstallations200ResponseWithDefaults() *ListIntegrationSpaceInstallations200Response

NewListIntegrationSpaceInstallations200ResponseWithDefaults instantiates a new ListIntegrationSpaceInstallations200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListIntegrationSpaceInstallations200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListIntegrationSpaceInstallations200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListIntegrationSpaceInstallations200Response) GetItems ¶

GetItems returns the Items field value

func (*ListIntegrationSpaceInstallations200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListIntegrationSpaceInstallations200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListIntegrationSpaceInstallations200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListIntegrationSpaceInstallations200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListIntegrationSpaceInstallations200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListIntegrationSpaceInstallations200Response) MarshalJSON ¶

func (*ListIntegrationSpaceInstallations200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListIntegrationSpaceInstallations200Response) SetItems ¶

SetItems sets field value

func (*ListIntegrationSpaceInstallations200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListIntegrationSpaceInstallations200Response) ToMap ¶

func (o ListIntegrationSpaceInstallations200Response) ToMap() (map[string]interface{}, error)

type ListIntegrationSpaceInstallations200ResponseAllOf ¶

type ListIntegrationSpaceInstallations200ResponseAllOf struct {
	Items []IntegrationSpaceInstallation `json:"items"`
}

ListIntegrationSpaceInstallations200ResponseAllOf struct for ListIntegrationSpaceInstallations200ResponseAllOf

func NewListIntegrationSpaceInstallations200ResponseAllOf ¶

func NewListIntegrationSpaceInstallations200ResponseAllOf(items []IntegrationSpaceInstallation) *ListIntegrationSpaceInstallations200ResponseAllOf

NewListIntegrationSpaceInstallations200ResponseAllOf instantiates a new ListIntegrationSpaceInstallations200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListIntegrationSpaceInstallations200ResponseAllOfWithDefaults ¶

func NewListIntegrationSpaceInstallations200ResponseAllOfWithDefaults() *ListIntegrationSpaceInstallations200ResponseAllOf

NewListIntegrationSpaceInstallations200ResponseAllOfWithDefaults instantiates a new ListIntegrationSpaceInstallations200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListIntegrationSpaceInstallations200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListIntegrationSpaceInstallations200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListIntegrationSpaceInstallations200ResponseAllOf) MarshalJSON ¶

func (*ListIntegrationSpaceInstallations200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListIntegrationSpaceInstallations200ResponseAllOf) ToMap ¶

func (o ListIntegrationSpaceInstallations200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListIntegrations200Response ¶

type ListIntegrations200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32      `json:"count,omitempty"`
	Items []Integration `json:"items"`
}

ListIntegrations200Response struct for ListIntegrations200Response

func NewListIntegrations200Response ¶

func NewListIntegrations200Response(items []Integration) *ListIntegrations200Response

NewListIntegrations200Response instantiates a new ListIntegrations200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListIntegrations200ResponseWithDefaults ¶

func NewListIntegrations200ResponseWithDefaults() *ListIntegrations200Response

NewListIntegrations200ResponseWithDefaults instantiates a new ListIntegrations200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListIntegrations200Response) GetCount ¶

func (o *ListIntegrations200Response) GetCount() float32

GetCount returns the Count field value if set, zero value otherwise.

func (*ListIntegrations200Response) GetCountOk ¶

func (o *ListIntegrations200Response) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListIntegrations200Response) GetItems ¶

func (o *ListIntegrations200Response) GetItems() []Integration

GetItems returns the Items field value

func (*ListIntegrations200Response) GetItemsOk ¶

func (o *ListIntegrations200Response) GetItemsOk() ([]Integration, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListIntegrations200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListIntegrations200Response) GetNextOk ¶

func (o *ListIntegrations200Response) GetNextOk() (*ListNext, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListIntegrations200Response) HasCount ¶

func (o *ListIntegrations200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ListIntegrations200Response) HasNext ¶

func (o *ListIntegrations200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (ListIntegrations200Response) MarshalJSON ¶

func (o ListIntegrations200Response) MarshalJSON() ([]byte, error)

func (*ListIntegrations200Response) SetCount ¶

func (o *ListIntegrations200Response) SetCount(v float32)

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListIntegrations200Response) SetItems ¶

func (o *ListIntegrations200Response) SetItems(v []Integration)

SetItems sets field value

func (*ListIntegrations200Response) SetNext ¶

func (o *ListIntegrations200Response) SetNext(v ListNext)

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListIntegrations200Response) ToMap ¶

func (o ListIntegrations200Response) ToMap() (map[string]interface{}, error)

type ListIntegrations200ResponseAllOf ¶

type ListIntegrations200ResponseAllOf struct {
	Items []Integration `json:"items"`
}

ListIntegrations200ResponseAllOf struct for ListIntegrations200ResponseAllOf

func NewListIntegrations200ResponseAllOf ¶

func NewListIntegrations200ResponseAllOf(items []Integration) *ListIntegrations200ResponseAllOf

NewListIntegrations200ResponseAllOf instantiates a new ListIntegrations200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListIntegrations200ResponseAllOfWithDefaults ¶

func NewListIntegrations200ResponseAllOfWithDefaults() *ListIntegrations200ResponseAllOf

NewListIntegrations200ResponseAllOfWithDefaults instantiates a new ListIntegrations200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListIntegrations200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListIntegrations200ResponseAllOf) GetItemsOk ¶

func (o *ListIntegrations200ResponseAllOf) GetItemsOk() ([]Integration, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListIntegrations200ResponseAllOf) MarshalJSON ¶

func (o ListIntegrations200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*ListIntegrations200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListIntegrations200ResponseAllOf) ToMap ¶

func (o ListIntegrations200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListMembersInOrganizationById200Response ¶

type ListMembersInOrganizationById200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32             `json:"count,omitempty"`
	Items []OrganizationMember `json:"items"`
}

ListMembersInOrganizationById200Response struct for ListMembersInOrganizationById200Response

func NewListMembersInOrganizationById200Response ¶

func NewListMembersInOrganizationById200Response(items []OrganizationMember) *ListMembersInOrganizationById200Response

NewListMembersInOrganizationById200Response instantiates a new ListMembersInOrganizationById200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListMembersInOrganizationById200ResponseWithDefaults ¶

func NewListMembersInOrganizationById200ResponseWithDefaults() *ListMembersInOrganizationById200Response

NewListMembersInOrganizationById200ResponseWithDefaults instantiates a new ListMembersInOrganizationById200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListMembersInOrganizationById200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListMembersInOrganizationById200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListMembersInOrganizationById200Response) GetItems ¶

GetItems returns the Items field value

func (*ListMembersInOrganizationById200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListMembersInOrganizationById200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListMembersInOrganizationById200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListMembersInOrganizationById200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListMembersInOrganizationById200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListMembersInOrganizationById200Response) MarshalJSON ¶

func (*ListMembersInOrganizationById200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListMembersInOrganizationById200Response) SetItems ¶

SetItems sets field value

func (*ListMembersInOrganizationById200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListMembersInOrganizationById200Response) ToMap ¶

func (o ListMembersInOrganizationById200Response) ToMap() (map[string]interface{}, error)

type ListMembersInOrganizationById200ResponseAllOf ¶

type ListMembersInOrganizationById200ResponseAllOf struct {
	Items []OrganizationMember `json:"items"`
}

ListMembersInOrganizationById200ResponseAllOf struct for ListMembersInOrganizationById200ResponseAllOf

func NewListMembersInOrganizationById200ResponseAllOf ¶

func NewListMembersInOrganizationById200ResponseAllOf(items []OrganizationMember) *ListMembersInOrganizationById200ResponseAllOf

NewListMembersInOrganizationById200ResponseAllOf instantiates a new ListMembersInOrganizationById200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListMembersInOrganizationById200ResponseAllOfWithDefaults ¶

func NewListMembersInOrganizationById200ResponseAllOfWithDefaults() *ListMembersInOrganizationById200ResponseAllOf

NewListMembersInOrganizationById200ResponseAllOfWithDefaults instantiates a new ListMembersInOrganizationById200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListMembersInOrganizationById200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListMembersInOrganizationById200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListMembersInOrganizationById200ResponseAllOf) MarshalJSON ¶

func (*ListMembersInOrganizationById200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListMembersInOrganizationById200ResponseAllOf) ToMap ¶

func (o ListMembersInOrganizationById200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListMembersInOrganizationByIdRoleParameter ¶

type ListMembersInOrganizationByIdRoleParameter struct {
	MemberRole *MemberRole
	String     *string
}

ListMembersInOrganizationByIdRoleParameter - struct for ListMembersInOrganizationByIdRoleParameter

func MemberRoleAsListMembersInOrganizationByIdRoleParameter ¶

func MemberRoleAsListMembersInOrganizationByIdRoleParameter(v *MemberRole) ListMembersInOrganizationByIdRoleParameter

MemberRoleAsListMembersInOrganizationByIdRoleParameter is a convenience function that returns MemberRole wrapped in ListMembersInOrganizationByIdRoleParameter

func StringAsListMembersInOrganizationByIdRoleParameter ¶

func StringAsListMembersInOrganizationByIdRoleParameter(v *string) ListMembersInOrganizationByIdRoleParameter

stringAsListMembersInOrganizationByIdRoleParameter is a convenience function that returns string wrapped in ListMembersInOrganizationByIdRoleParameter

func (*ListMembersInOrganizationByIdRoleParameter) GetActualInstance ¶

func (obj *ListMembersInOrganizationByIdRoleParameter) GetActualInstance() interface{}

Get the actual instance

func (ListMembersInOrganizationByIdRoleParameter) MarshalJSON ¶

func (src ListMembersInOrganizationByIdRoleParameter) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ListMembersInOrganizationByIdRoleParameter) UnmarshalJSON ¶

func (dst *ListMembersInOrganizationByIdRoleParameter) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ListNext ¶

type ListNext struct {
	// Unique identifier to query the next results page
	Page string `json:"page"`
}

ListNext struct for ListNext

func NewListNext ¶

func NewListNext(page string) *ListNext

NewListNext instantiates a new ListNext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListNextWithDefaults ¶

func NewListNextWithDefaults() *ListNext

NewListNextWithDefaults instantiates a new ListNext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListNext) GetPage ¶

func (o *ListNext) GetPage() string

GetPage returns the Page field value

func (*ListNext) GetPageOk ¶

func (o *ListNext) GetPageOk() (*string, bool)

GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.

func (ListNext) MarshalJSON ¶

func (o ListNext) MarshalJSON() ([]byte, error)

func (*ListNext) SetPage ¶

func (o *ListNext) SetPage(v string)

SetPage sets field value

func (ListNext) ToMap ¶

func (o ListNext) ToMap() (map[string]interface{}, error)

type ListOrganizationCustomFields200Response ¶

type ListOrganizationCustomFields200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32      `json:"count,omitempty"`
	Items []CustomField `json:"items"`
}

ListOrganizationCustomFields200Response struct for ListOrganizationCustomFields200Response

func NewListOrganizationCustomFields200Response ¶

func NewListOrganizationCustomFields200Response(items []CustomField) *ListOrganizationCustomFields200Response

NewListOrganizationCustomFields200Response instantiates a new ListOrganizationCustomFields200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationCustomFields200ResponseWithDefaults ¶

func NewListOrganizationCustomFields200ResponseWithDefaults() *ListOrganizationCustomFields200Response

NewListOrganizationCustomFields200ResponseWithDefaults instantiates a new ListOrganizationCustomFields200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizationCustomFields200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListOrganizationCustomFields200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListOrganizationCustomFields200Response) GetItems ¶

GetItems returns the Items field value

func (*ListOrganizationCustomFields200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListOrganizationCustomFields200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListOrganizationCustomFields200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListOrganizationCustomFields200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListOrganizationCustomFields200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListOrganizationCustomFields200Response) MarshalJSON ¶

func (o ListOrganizationCustomFields200Response) MarshalJSON() ([]byte, error)

func (*ListOrganizationCustomFields200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListOrganizationCustomFields200Response) SetItems ¶

SetItems sets field value

func (*ListOrganizationCustomFields200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListOrganizationCustomFields200Response) ToMap ¶

func (o ListOrganizationCustomFields200Response) ToMap() (map[string]interface{}, error)

type ListOrganizationCustomFields200ResponseAllOf ¶

type ListOrganizationCustomFields200ResponseAllOf struct {
	Items []CustomField `json:"items"`
}

ListOrganizationCustomFields200ResponseAllOf struct for ListOrganizationCustomFields200ResponseAllOf

func NewListOrganizationCustomFields200ResponseAllOf ¶

func NewListOrganizationCustomFields200ResponseAllOf(items []CustomField) *ListOrganizationCustomFields200ResponseAllOf

NewListOrganizationCustomFields200ResponseAllOf instantiates a new ListOrganizationCustomFields200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationCustomFields200ResponseAllOfWithDefaults ¶

func NewListOrganizationCustomFields200ResponseAllOfWithDefaults() *ListOrganizationCustomFields200ResponseAllOf

NewListOrganizationCustomFields200ResponseAllOfWithDefaults instantiates a new ListOrganizationCustomFields200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizationCustomFields200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListOrganizationCustomFields200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListOrganizationCustomFields200ResponseAllOf) MarshalJSON ¶

func (*ListOrganizationCustomFields200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListOrganizationCustomFields200ResponseAllOf) ToMap ¶

func (o ListOrganizationCustomFields200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListOrganizationsForAuthenticatedUser200Response ¶

type ListOrganizationsForAuthenticatedUser200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32       `json:"count,omitempty"`
	Items []Organization `json:"items"`
}

ListOrganizationsForAuthenticatedUser200Response struct for ListOrganizationsForAuthenticatedUser200Response

func NewListOrganizationsForAuthenticatedUser200Response ¶

func NewListOrganizationsForAuthenticatedUser200Response(items []Organization) *ListOrganizationsForAuthenticatedUser200Response

NewListOrganizationsForAuthenticatedUser200Response instantiates a new ListOrganizationsForAuthenticatedUser200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationsForAuthenticatedUser200ResponseWithDefaults ¶

func NewListOrganizationsForAuthenticatedUser200ResponseWithDefaults() *ListOrganizationsForAuthenticatedUser200Response

NewListOrganizationsForAuthenticatedUser200ResponseWithDefaults instantiates a new ListOrganizationsForAuthenticatedUser200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizationsForAuthenticatedUser200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListOrganizationsForAuthenticatedUser200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListOrganizationsForAuthenticatedUser200Response) GetItems ¶

GetItems returns the Items field value

func (*ListOrganizationsForAuthenticatedUser200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListOrganizationsForAuthenticatedUser200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListOrganizationsForAuthenticatedUser200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListOrganizationsForAuthenticatedUser200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListOrganizationsForAuthenticatedUser200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListOrganizationsForAuthenticatedUser200Response) MarshalJSON ¶

func (*ListOrganizationsForAuthenticatedUser200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListOrganizationsForAuthenticatedUser200Response) SetItems ¶

SetItems sets field value

func (*ListOrganizationsForAuthenticatedUser200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListOrganizationsForAuthenticatedUser200Response) ToMap ¶

func (o ListOrganizationsForAuthenticatedUser200Response) ToMap() (map[string]interface{}, error)

type ListOrganizationsForAuthenticatedUser200ResponseAllOf ¶

type ListOrganizationsForAuthenticatedUser200ResponseAllOf struct {
	Items []Organization `json:"items"`
}

ListOrganizationsForAuthenticatedUser200ResponseAllOf struct for ListOrganizationsForAuthenticatedUser200ResponseAllOf

func NewListOrganizationsForAuthenticatedUser200ResponseAllOf ¶

func NewListOrganizationsForAuthenticatedUser200ResponseAllOf(items []Organization) *ListOrganizationsForAuthenticatedUser200ResponseAllOf

NewListOrganizationsForAuthenticatedUser200ResponseAllOf instantiates a new ListOrganizationsForAuthenticatedUser200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationsForAuthenticatedUser200ResponseAllOfWithDefaults ¶

func NewListOrganizationsForAuthenticatedUser200ResponseAllOfWithDefaults() *ListOrganizationsForAuthenticatedUser200ResponseAllOf

NewListOrganizationsForAuthenticatedUser200ResponseAllOfWithDefaults instantiates a new ListOrganizationsForAuthenticatedUser200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizationsForAuthenticatedUser200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListOrganizationsForAuthenticatedUser200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListOrganizationsForAuthenticatedUser200ResponseAllOf) MarshalJSON ¶

func (*ListOrganizationsForAuthenticatedUser200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListOrganizationsForAuthenticatedUser200ResponseAllOf) ToMap ¶

type ListPermissionsAggregateInSpace200Response ¶

type ListPermissionsAggregateInSpace200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32                `json:"count,omitempty"`
	Items []UserContentPermission `json:"items"`
}

ListPermissionsAggregateInSpace200Response struct for ListPermissionsAggregateInSpace200Response

func NewListPermissionsAggregateInSpace200Response ¶

func NewListPermissionsAggregateInSpace200Response(items []UserContentPermission) *ListPermissionsAggregateInSpace200Response

NewListPermissionsAggregateInSpace200Response instantiates a new ListPermissionsAggregateInSpace200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListPermissionsAggregateInSpace200ResponseWithDefaults ¶

func NewListPermissionsAggregateInSpace200ResponseWithDefaults() *ListPermissionsAggregateInSpace200Response

NewListPermissionsAggregateInSpace200ResponseWithDefaults instantiates a new ListPermissionsAggregateInSpace200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListPermissionsAggregateInSpace200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListPermissionsAggregateInSpace200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListPermissionsAggregateInSpace200Response) GetItems ¶

GetItems returns the Items field value

func (*ListPermissionsAggregateInSpace200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListPermissionsAggregateInSpace200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListPermissionsAggregateInSpace200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListPermissionsAggregateInSpace200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListPermissionsAggregateInSpace200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListPermissionsAggregateInSpace200Response) MarshalJSON ¶

func (*ListPermissionsAggregateInSpace200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListPermissionsAggregateInSpace200Response) SetItems ¶

SetItems sets field value

func (*ListPermissionsAggregateInSpace200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListPermissionsAggregateInSpace200Response) ToMap ¶

func (o ListPermissionsAggregateInSpace200Response) ToMap() (map[string]interface{}, error)

type ListPermissionsAggregateInSpace200ResponseAllOf ¶

type ListPermissionsAggregateInSpace200ResponseAllOf struct {
	Items []UserContentPermission `json:"items"`
}

ListPermissionsAggregateInSpace200ResponseAllOf struct for ListPermissionsAggregateInSpace200ResponseAllOf

func NewListPermissionsAggregateInSpace200ResponseAllOf ¶

func NewListPermissionsAggregateInSpace200ResponseAllOf(items []UserContentPermission) *ListPermissionsAggregateInSpace200ResponseAllOf

NewListPermissionsAggregateInSpace200ResponseAllOf instantiates a new ListPermissionsAggregateInSpace200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListPermissionsAggregateInSpace200ResponseAllOfWithDefaults ¶

func NewListPermissionsAggregateInSpace200ResponseAllOfWithDefaults() *ListPermissionsAggregateInSpace200ResponseAllOf

NewListPermissionsAggregateInSpace200ResponseAllOfWithDefaults instantiates a new ListPermissionsAggregateInSpace200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListPermissionsAggregateInSpace200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListPermissionsAggregateInSpace200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListPermissionsAggregateInSpace200ResponseAllOf) MarshalJSON ¶

func (*ListPermissionsAggregateInSpace200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListPermissionsAggregateInSpace200ResponseAllOf) ToMap ¶

func (o ListPermissionsAggregateInSpace200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListRecordings200Response ¶ added in v0.2.0

type ListRecordings200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32    `json:"count,omitempty"`
	Items []Recording `json:"items"`
}

ListRecordings200Response struct for ListRecordings200Response

func NewListRecordings200Response ¶ added in v0.2.0

func NewListRecordings200Response(items []Recording) *ListRecordings200Response

NewListRecordings200Response instantiates a new ListRecordings200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListRecordings200ResponseWithDefaults ¶ added in v0.2.0

func NewListRecordings200ResponseWithDefaults() *ListRecordings200Response

NewListRecordings200ResponseWithDefaults instantiates a new ListRecordings200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListRecordings200Response) GetCount ¶ added in v0.2.0

func (o *ListRecordings200Response) GetCount() float32

GetCount returns the Count field value if set, zero value otherwise.

func (*ListRecordings200Response) GetCountOk ¶ added in v0.2.0

func (o *ListRecordings200Response) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListRecordings200Response) GetItems ¶ added in v0.2.0

func (o *ListRecordings200Response) GetItems() []Recording

GetItems returns the Items field value

func (*ListRecordings200Response) GetItemsOk ¶ added in v0.2.0

func (o *ListRecordings200Response) GetItemsOk() ([]Recording, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListRecordings200Response) GetNext ¶ added in v0.2.0

func (o *ListRecordings200Response) GetNext() ListNext

GetNext returns the Next field value if set, zero value otherwise.

func (*ListRecordings200Response) GetNextOk ¶ added in v0.2.0

func (o *ListRecordings200Response) GetNextOk() (*ListNext, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListRecordings200Response) HasCount ¶ added in v0.2.0

func (o *ListRecordings200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ListRecordings200Response) HasNext ¶ added in v0.2.0

func (o *ListRecordings200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (ListRecordings200Response) MarshalJSON ¶ added in v0.2.0

func (o ListRecordings200Response) MarshalJSON() ([]byte, error)

func (*ListRecordings200Response) SetCount ¶ added in v0.2.0

func (o *ListRecordings200Response) SetCount(v float32)

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListRecordings200Response) SetItems ¶ added in v0.2.0

func (o *ListRecordings200Response) SetItems(v []Recording)

SetItems sets field value

func (*ListRecordings200Response) SetNext ¶ added in v0.2.0

func (o *ListRecordings200Response) SetNext(v ListNext)

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListRecordings200Response) ToMap ¶ added in v0.2.0

func (o ListRecordings200Response) ToMap() (map[string]interface{}, error)

type ListRecordings200ResponseAllOf ¶ added in v0.2.0

type ListRecordings200ResponseAllOf struct {
	Items []Recording `json:"items"`
}

ListRecordings200ResponseAllOf struct for ListRecordings200ResponseAllOf

func NewListRecordings200ResponseAllOf ¶ added in v0.2.0

func NewListRecordings200ResponseAllOf(items []Recording) *ListRecordings200ResponseAllOf

NewListRecordings200ResponseAllOf instantiates a new ListRecordings200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListRecordings200ResponseAllOfWithDefaults ¶ added in v0.2.0

func NewListRecordings200ResponseAllOfWithDefaults() *ListRecordings200ResponseAllOf

NewListRecordings200ResponseAllOfWithDefaults instantiates a new ListRecordings200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListRecordings200ResponseAllOf) GetItems ¶ added in v0.2.0

func (o *ListRecordings200ResponseAllOf) GetItems() []Recording

GetItems returns the Items field value

func (*ListRecordings200ResponseAllOf) GetItemsOk ¶ added in v0.2.0

func (o *ListRecordings200ResponseAllOf) GetItemsOk() ([]Recording, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListRecordings200ResponseAllOf) MarshalJSON ¶ added in v0.2.0

func (o ListRecordings200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*ListRecordings200ResponseAllOf) SetItems ¶ added in v0.2.0

func (o *ListRecordings200ResponseAllOf) SetItems(v []Recording)

SetItems sets field value

func (ListRecordings200ResponseAllOf) ToMap ¶ added in v0.2.0

func (o ListRecordings200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListSchemaEntities200Response ¶ added in v0.2.0

type ListSchemaEntities200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32 `json:"count,omitempty"`
	Items []Entity `json:"items"`
}

ListSchemaEntities200Response struct for ListSchemaEntities200Response

func NewListSchemaEntities200Response ¶ added in v0.2.0

func NewListSchemaEntities200Response(items []Entity) *ListSchemaEntities200Response

NewListSchemaEntities200Response instantiates a new ListSchemaEntities200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSchemaEntities200ResponseWithDefaults ¶ added in v0.2.0

func NewListSchemaEntities200ResponseWithDefaults() *ListSchemaEntities200Response

NewListSchemaEntities200ResponseWithDefaults instantiates a new ListSchemaEntities200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSchemaEntities200Response) GetCount ¶ added in v0.2.0

func (o *ListSchemaEntities200Response) GetCount() float32

GetCount returns the Count field value if set, zero value otherwise.

func (*ListSchemaEntities200Response) GetCountOk ¶ added in v0.2.0

func (o *ListSchemaEntities200Response) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSchemaEntities200Response) GetItems ¶ added in v0.2.0

func (o *ListSchemaEntities200Response) GetItems() []Entity

GetItems returns the Items field value

func (*ListSchemaEntities200Response) GetItemsOk ¶ added in v0.2.0

func (o *ListSchemaEntities200Response) GetItemsOk() ([]Entity, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListSchemaEntities200Response) GetNext ¶ added in v0.2.0

GetNext returns the Next field value if set, zero value otherwise.

func (*ListSchemaEntities200Response) GetNextOk ¶ added in v0.2.0

func (o *ListSchemaEntities200Response) GetNextOk() (*ListNext, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSchemaEntities200Response) HasCount ¶ added in v0.2.0

func (o *ListSchemaEntities200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ListSchemaEntities200Response) HasNext ¶ added in v0.2.0

func (o *ListSchemaEntities200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (ListSchemaEntities200Response) MarshalJSON ¶ added in v0.2.0

func (o ListSchemaEntities200Response) MarshalJSON() ([]byte, error)

func (*ListSchemaEntities200Response) SetCount ¶ added in v0.2.0

func (o *ListSchemaEntities200Response) SetCount(v float32)

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListSchemaEntities200Response) SetItems ¶ added in v0.2.0

func (o *ListSchemaEntities200Response) SetItems(v []Entity)

SetItems sets field value

func (*ListSchemaEntities200Response) SetNext ¶ added in v0.2.0

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListSchemaEntities200Response) ToMap ¶ added in v0.2.0

func (o ListSchemaEntities200Response) ToMap() (map[string]interface{}, error)

type ListSchemaEntities200ResponseAllOf ¶ added in v0.2.0

type ListSchemaEntities200ResponseAllOf struct {
	Items []Entity `json:"items"`
}

ListSchemaEntities200ResponseAllOf struct for ListSchemaEntities200ResponseAllOf

func NewListSchemaEntities200ResponseAllOf ¶ added in v0.2.0

func NewListSchemaEntities200ResponseAllOf(items []Entity) *ListSchemaEntities200ResponseAllOf

NewListSchemaEntities200ResponseAllOf instantiates a new ListSchemaEntities200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSchemaEntities200ResponseAllOfWithDefaults ¶ added in v0.2.0

func NewListSchemaEntities200ResponseAllOfWithDefaults() *ListSchemaEntities200ResponseAllOf

NewListSchemaEntities200ResponseAllOfWithDefaults instantiates a new ListSchemaEntities200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSchemaEntities200ResponseAllOf) GetItems ¶ added in v0.2.0

GetItems returns the Items field value

func (*ListSchemaEntities200ResponseAllOf) GetItemsOk ¶ added in v0.2.0

func (o *ListSchemaEntities200ResponseAllOf) GetItemsOk() ([]Entity, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListSchemaEntities200ResponseAllOf) MarshalJSON ¶ added in v0.2.0

func (o ListSchemaEntities200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*ListSchemaEntities200ResponseAllOf) SetItems ¶ added in v0.2.0

func (o *ListSchemaEntities200ResponseAllOf) SetItems(v []Entity)

SetItems sets field value

func (ListSchemaEntities200ResponseAllOf) ToMap ¶ added in v0.2.0

func (o ListSchemaEntities200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListSpaceRelations200Response ¶

type ListSpaceRelations200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32        `json:"count,omitempty"`
	Items []SpaceRelation `json:"items"`
}

ListSpaceRelations200Response struct for ListSpaceRelations200Response

func NewListSpaceRelations200Response ¶

func NewListSpaceRelations200Response(items []SpaceRelation) *ListSpaceRelations200Response

NewListSpaceRelations200Response instantiates a new ListSpaceRelations200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSpaceRelations200ResponseWithDefaults ¶

func NewListSpaceRelations200ResponseWithDefaults() *ListSpaceRelations200Response

NewListSpaceRelations200ResponseWithDefaults instantiates a new ListSpaceRelations200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSpaceRelations200Response) GetCount ¶

func (o *ListSpaceRelations200Response) GetCount() float32

GetCount returns the Count field value if set, zero value otherwise.

func (*ListSpaceRelations200Response) GetCountOk ¶

func (o *ListSpaceRelations200Response) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpaceRelations200Response) GetItems ¶

GetItems returns the Items field value

func (*ListSpaceRelations200Response) GetItemsOk ¶

func (o *ListSpaceRelations200Response) GetItemsOk() ([]SpaceRelation, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListSpaceRelations200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListSpaceRelations200Response) GetNextOk ¶

func (o *ListSpaceRelations200Response) GetNextOk() (*ListNext, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpaceRelations200Response) HasCount ¶

func (o *ListSpaceRelations200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*ListSpaceRelations200Response) HasNext ¶

func (o *ListSpaceRelations200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (ListSpaceRelations200Response) MarshalJSON ¶

func (o ListSpaceRelations200Response) MarshalJSON() ([]byte, error)

func (*ListSpaceRelations200Response) SetCount ¶

func (o *ListSpaceRelations200Response) SetCount(v float32)

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListSpaceRelations200Response) SetItems ¶

SetItems sets field value

func (*ListSpaceRelations200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListSpaceRelations200Response) ToMap ¶

func (o ListSpaceRelations200Response) ToMap() (map[string]interface{}, error)

type ListSpaceRelations200ResponseAllOf ¶

type ListSpaceRelations200ResponseAllOf struct {
	Items []SpaceRelation `json:"items"`
}

ListSpaceRelations200ResponseAllOf struct for ListSpaceRelations200ResponseAllOf

func NewListSpaceRelations200ResponseAllOf ¶

func NewListSpaceRelations200ResponseAllOf(items []SpaceRelation) *ListSpaceRelations200ResponseAllOf

NewListSpaceRelations200ResponseAllOf instantiates a new ListSpaceRelations200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSpaceRelations200ResponseAllOfWithDefaults ¶

func NewListSpaceRelations200ResponseAllOfWithDefaults() *ListSpaceRelations200ResponseAllOf

NewListSpaceRelations200ResponseAllOfWithDefaults instantiates a new ListSpaceRelations200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSpaceRelations200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListSpaceRelations200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListSpaceRelations200ResponseAllOf) MarshalJSON ¶

func (o ListSpaceRelations200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*ListSpaceRelations200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListSpaceRelations200ResponseAllOf) ToMap ¶

func (o ListSpaceRelations200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListSpaceRelationsInOrganization200Response ¶

type ListSpaceRelationsInOrganization200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32            `json:"count,omitempty"`
	Items []SpaceRelationPair `json:"items"`
}

ListSpaceRelationsInOrganization200Response struct for ListSpaceRelationsInOrganization200Response

func NewListSpaceRelationsInOrganization200Response ¶

func NewListSpaceRelationsInOrganization200Response(items []SpaceRelationPair) *ListSpaceRelationsInOrganization200Response

NewListSpaceRelationsInOrganization200Response instantiates a new ListSpaceRelationsInOrganization200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSpaceRelationsInOrganization200ResponseWithDefaults ¶

func NewListSpaceRelationsInOrganization200ResponseWithDefaults() *ListSpaceRelationsInOrganization200Response

NewListSpaceRelationsInOrganization200ResponseWithDefaults instantiates a new ListSpaceRelationsInOrganization200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSpaceRelationsInOrganization200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListSpaceRelationsInOrganization200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpaceRelationsInOrganization200Response) GetItems ¶

GetItems returns the Items field value

func (*ListSpaceRelationsInOrganization200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListSpaceRelationsInOrganization200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListSpaceRelationsInOrganization200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpaceRelationsInOrganization200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListSpaceRelationsInOrganization200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListSpaceRelationsInOrganization200Response) MarshalJSON ¶

func (*ListSpaceRelationsInOrganization200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListSpaceRelationsInOrganization200Response) SetItems ¶

SetItems sets field value

func (*ListSpaceRelationsInOrganization200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListSpaceRelationsInOrganization200Response) ToMap ¶

func (o ListSpaceRelationsInOrganization200Response) ToMap() (map[string]interface{}, error)

type ListSpaceRelationsInOrganization200ResponseAllOf ¶

type ListSpaceRelationsInOrganization200ResponseAllOf struct {
	Items []SpaceRelationPair `json:"items"`
}

ListSpaceRelationsInOrganization200ResponseAllOf struct for ListSpaceRelationsInOrganization200ResponseAllOf

func NewListSpaceRelationsInOrganization200ResponseAllOf ¶

func NewListSpaceRelationsInOrganization200ResponseAllOf(items []SpaceRelationPair) *ListSpaceRelationsInOrganization200ResponseAllOf

NewListSpaceRelationsInOrganization200ResponseAllOf instantiates a new ListSpaceRelationsInOrganization200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSpaceRelationsInOrganization200ResponseAllOfWithDefaults ¶

func NewListSpaceRelationsInOrganization200ResponseAllOfWithDefaults() *ListSpaceRelationsInOrganization200ResponseAllOf

NewListSpaceRelationsInOrganization200ResponseAllOfWithDefaults instantiates a new ListSpaceRelationsInOrganization200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSpaceRelationsInOrganization200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListSpaceRelationsInOrganization200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListSpaceRelationsInOrganization200ResponseAllOf) MarshalJSON ¶

func (*ListSpaceRelationsInOrganization200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListSpaceRelationsInOrganization200ResponseAllOf) ToMap ¶

func (o ListSpaceRelationsInOrganization200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListSpacesForAuthenticatedUser200Response ¶

type ListSpacesForAuthenticatedUser200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32 `json:"count,omitempty"`
	Items []Space  `json:"items"`
}

ListSpacesForAuthenticatedUser200Response struct for ListSpacesForAuthenticatedUser200Response

func NewListSpacesForAuthenticatedUser200Response ¶

func NewListSpacesForAuthenticatedUser200Response(items []Space) *ListSpacesForAuthenticatedUser200Response

NewListSpacesForAuthenticatedUser200Response instantiates a new ListSpacesForAuthenticatedUser200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSpacesForAuthenticatedUser200ResponseWithDefaults ¶

func NewListSpacesForAuthenticatedUser200ResponseWithDefaults() *ListSpacesForAuthenticatedUser200Response

NewListSpacesForAuthenticatedUser200ResponseWithDefaults instantiates a new ListSpacesForAuthenticatedUser200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSpacesForAuthenticatedUser200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListSpacesForAuthenticatedUser200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpacesForAuthenticatedUser200Response) GetItems ¶

GetItems returns the Items field value

func (*ListSpacesForAuthenticatedUser200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListSpacesForAuthenticatedUser200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListSpacesForAuthenticatedUser200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpacesForAuthenticatedUser200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListSpacesForAuthenticatedUser200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListSpacesForAuthenticatedUser200Response) MarshalJSON ¶

func (*ListSpacesForAuthenticatedUser200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListSpacesForAuthenticatedUser200Response) SetItems ¶

SetItems sets field value

func (*ListSpacesForAuthenticatedUser200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListSpacesForAuthenticatedUser200Response) ToMap ¶

func (o ListSpacesForAuthenticatedUser200Response) ToMap() (map[string]interface{}, error)

type ListSpacesForAuthenticatedUser200ResponseAllOf ¶

type ListSpacesForAuthenticatedUser200ResponseAllOf struct {
	Items []Space `json:"items"`
}

ListSpacesForAuthenticatedUser200ResponseAllOf struct for ListSpacesForAuthenticatedUser200ResponseAllOf

func NewListSpacesForAuthenticatedUser200ResponseAllOf ¶

func NewListSpacesForAuthenticatedUser200ResponseAllOf(items []Space) *ListSpacesForAuthenticatedUser200ResponseAllOf

NewListSpacesForAuthenticatedUser200ResponseAllOf instantiates a new ListSpacesForAuthenticatedUser200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSpacesForAuthenticatedUser200ResponseAllOfWithDefaults ¶

func NewListSpacesForAuthenticatedUser200ResponseAllOfWithDefaults() *ListSpacesForAuthenticatedUser200ResponseAllOf

NewListSpacesForAuthenticatedUser200ResponseAllOfWithDefaults instantiates a new ListSpacesForAuthenticatedUser200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSpacesForAuthenticatedUser200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListSpacesForAuthenticatedUser200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListSpacesForAuthenticatedUser200ResponseAllOf) MarshalJSON ¶

func (*ListSpacesForAuthenticatedUser200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListSpacesForAuthenticatedUser200ResponseAllOf) ToMap ¶

func (o ListSpacesForAuthenticatedUser200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListSpacesForOrganizationMember200Response ¶

type ListSpacesForOrganizationMember200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32                  `json:"count,omitempty"`
	Items []MemberContentPermission `json:"items"`
}

ListSpacesForOrganizationMember200Response struct for ListSpacesForOrganizationMember200Response

func NewListSpacesForOrganizationMember200Response ¶

func NewListSpacesForOrganizationMember200Response(items []MemberContentPermission) *ListSpacesForOrganizationMember200Response

NewListSpacesForOrganizationMember200Response instantiates a new ListSpacesForOrganizationMember200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSpacesForOrganizationMember200ResponseWithDefaults ¶

func NewListSpacesForOrganizationMember200ResponseWithDefaults() *ListSpacesForOrganizationMember200Response

NewListSpacesForOrganizationMember200ResponseWithDefaults instantiates a new ListSpacesForOrganizationMember200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSpacesForOrganizationMember200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListSpacesForOrganizationMember200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpacesForOrganizationMember200Response) GetItems ¶

GetItems returns the Items field value

func (*ListSpacesForOrganizationMember200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListSpacesForOrganizationMember200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListSpacesForOrganizationMember200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpacesForOrganizationMember200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListSpacesForOrganizationMember200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListSpacesForOrganizationMember200Response) MarshalJSON ¶

func (*ListSpacesForOrganizationMember200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListSpacesForOrganizationMember200Response) SetItems ¶

SetItems sets field value

func (*ListSpacesForOrganizationMember200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListSpacesForOrganizationMember200Response) ToMap ¶

func (o ListSpacesForOrganizationMember200Response) ToMap() (map[string]interface{}, error)

type ListSpacesForOrganizationMember200ResponseAllOf ¶

type ListSpacesForOrganizationMember200ResponseAllOf struct {
	Items []MemberContentPermission `json:"items"`
}

ListSpacesForOrganizationMember200ResponseAllOf struct for ListSpacesForOrganizationMember200ResponseAllOf

func NewListSpacesForOrganizationMember200ResponseAllOf ¶

func NewListSpacesForOrganizationMember200ResponseAllOf(items []MemberContentPermission) *ListSpacesForOrganizationMember200ResponseAllOf

NewListSpacesForOrganizationMember200ResponseAllOf instantiates a new ListSpacesForOrganizationMember200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSpacesForOrganizationMember200ResponseAllOfWithDefaults ¶

func NewListSpacesForOrganizationMember200ResponseAllOfWithDefaults() *ListSpacesForOrganizationMember200ResponseAllOf

NewListSpacesForOrganizationMember200ResponseAllOfWithDefaults instantiates a new ListSpacesForOrganizationMember200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSpacesForOrganizationMember200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListSpacesForOrganizationMember200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListSpacesForOrganizationMember200ResponseAllOf) MarshalJSON ¶

func (*ListSpacesForOrganizationMember200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListSpacesForOrganizationMember200ResponseAllOf) ToMap ¶

func (o ListSpacesForOrganizationMember200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListSpacesWithGitSyncInOrganizationById200Response ¶

type ListSpacesWithGitSyncInOrganizationById200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32                                                            `json:"count,omitempty"`
	Items []ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner `json:"items"`
}

ListSpacesWithGitSyncInOrganizationById200Response struct for ListSpacesWithGitSyncInOrganizationById200Response

func NewListSpacesWithGitSyncInOrganizationById200Response ¶

NewListSpacesWithGitSyncInOrganizationById200Response instantiates a new ListSpacesWithGitSyncInOrganizationById200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSpacesWithGitSyncInOrganizationById200ResponseWithDefaults ¶

func NewListSpacesWithGitSyncInOrganizationById200ResponseWithDefaults() *ListSpacesWithGitSyncInOrganizationById200Response

NewListSpacesWithGitSyncInOrganizationById200ResponseWithDefaults instantiates a new ListSpacesWithGitSyncInOrganizationById200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSpacesWithGitSyncInOrganizationById200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListSpacesWithGitSyncInOrganizationById200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpacesWithGitSyncInOrganizationById200Response) GetItems ¶

GetItems returns the Items field value

func (*ListSpacesWithGitSyncInOrganizationById200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListSpacesWithGitSyncInOrganizationById200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListSpacesWithGitSyncInOrganizationById200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpacesWithGitSyncInOrganizationById200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListSpacesWithGitSyncInOrganizationById200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListSpacesWithGitSyncInOrganizationById200Response) MarshalJSON ¶

func (*ListSpacesWithGitSyncInOrganizationById200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListSpacesWithGitSyncInOrganizationById200Response) SetItems ¶

SetItems sets field value

func (*ListSpacesWithGitSyncInOrganizationById200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListSpacesWithGitSyncInOrganizationById200Response) ToMap ¶

type ListSpacesWithGitSyncInOrganizationById200ResponseAllOf ¶

type ListSpacesWithGitSyncInOrganizationById200ResponseAllOf struct {
	Items []ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner `json:"items"`
}

ListSpacesWithGitSyncInOrganizationById200ResponseAllOf struct for ListSpacesWithGitSyncInOrganizationById200ResponseAllOf

func NewListSpacesWithGitSyncInOrganizationById200ResponseAllOf ¶

NewListSpacesWithGitSyncInOrganizationById200ResponseAllOf instantiates a new ListSpacesWithGitSyncInOrganizationById200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfWithDefaults ¶

func NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfWithDefaults() *ListSpacesWithGitSyncInOrganizationById200ResponseAllOf

NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfWithDefaults instantiates a new ListSpacesWithGitSyncInOrganizationById200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSpacesWithGitSyncInOrganizationById200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListSpacesWithGitSyncInOrganizationById200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListSpacesWithGitSyncInOrganizationById200ResponseAllOf) MarshalJSON ¶

func (*ListSpacesWithGitSyncInOrganizationById200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListSpacesWithGitSyncInOrganizationById200ResponseAllOf) ToMap ¶

type ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner ¶

type ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner struct {
	Space   Space         `json:"space"`
	GitSync *GitSyncState `json:"gitSync,omitempty"`
}

ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner struct for ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner

func NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner ¶

func NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner(space Space) *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner

NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner instantiates a new ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInnerWithDefaults ¶

func NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInnerWithDefaults() *ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner

NewListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInnerWithDefaults instantiates a new ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) GetGitSync ¶

GetGitSync returns the GitSync field value if set, zero value otherwise.

func (*ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) GetGitSyncOk ¶

GetGitSyncOk returns a tuple with the GitSync field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) GetSpace ¶

GetSpace returns the Space field value

func (*ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) GetSpaceOk ¶

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (*ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) HasGitSync ¶

HasGitSync returns a boolean if a field has been set.

func (ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) MarshalJSON ¶

func (*ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) SetGitSync ¶

SetGitSync gets a reference to the given GitSyncState and assigns it to the GitSync field.

func (*ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) SetSpace ¶

SetSpace sets field value

func (ListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) ToMap ¶

type ListTeamsForOrganizationMember200Response ¶

type ListTeamsForOrganizationMember200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32                                                   `json:"count,omitempty"`
	Items []ListTeamsForOrganizationMember200ResponseAllOfItemsInner `json:"items"`
}

ListTeamsForOrganizationMember200Response struct for ListTeamsForOrganizationMember200Response

func NewListTeamsForOrganizationMember200Response ¶

NewListTeamsForOrganizationMember200Response instantiates a new ListTeamsForOrganizationMember200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListTeamsForOrganizationMember200ResponseWithDefaults ¶

func NewListTeamsForOrganizationMember200ResponseWithDefaults() *ListTeamsForOrganizationMember200Response

NewListTeamsForOrganizationMember200ResponseWithDefaults instantiates a new ListTeamsForOrganizationMember200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListTeamsForOrganizationMember200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListTeamsForOrganizationMember200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListTeamsForOrganizationMember200Response) GetItems ¶

GetItems returns the Items field value

func (*ListTeamsForOrganizationMember200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListTeamsForOrganizationMember200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListTeamsForOrganizationMember200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListTeamsForOrganizationMember200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListTeamsForOrganizationMember200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListTeamsForOrganizationMember200Response) MarshalJSON ¶

func (*ListTeamsForOrganizationMember200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListTeamsForOrganizationMember200Response) SetItems ¶

SetItems sets field value

func (*ListTeamsForOrganizationMember200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListTeamsForOrganizationMember200Response) ToMap ¶

func (o ListTeamsForOrganizationMember200Response) ToMap() (map[string]interface{}, error)

type ListTeamsForOrganizationMember200ResponseAllOf ¶

type ListTeamsForOrganizationMember200ResponseAllOf struct {
	Items []ListTeamsForOrganizationMember200ResponseAllOfItemsInner `json:"items"`
}

ListTeamsForOrganizationMember200ResponseAllOf struct for ListTeamsForOrganizationMember200ResponseAllOf

func NewListTeamsForOrganizationMember200ResponseAllOf ¶

func NewListTeamsForOrganizationMember200ResponseAllOf(items []ListTeamsForOrganizationMember200ResponseAllOfItemsInner) *ListTeamsForOrganizationMember200ResponseAllOf

NewListTeamsForOrganizationMember200ResponseAllOf instantiates a new ListTeamsForOrganizationMember200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListTeamsForOrganizationMember200ResponseAllOfWithDefaults ¶

func NewListTeamsForOrganizationMember200ResponseAllOfWithDefaults() *ListTeamsForOrganizationMember200ResponseAllOf

NewListTeamsForOrganizationMember200ResponseAllOfWithDefaults instantiates a new ListTeamsForOrganizationMember200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListTeamsForOrganizationMember200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListTeamsForOrganizationMember200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListTeamsForOrganizationMember200ResponseAllOf) MarshalJSON ¶

func (*ListTeamsForOrganizationMember200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListTeamsForOrganizationMember200ResponseAllOf) ToMap ¶

func (o ListTeamsForOrganizationMember200ResponseAllOf) ToMap() (map[string]interface{}, error)

type ListTeamsForOrganizationMember200ResponseAllOfItemsInner ¶

type ListTeamsForOrganizationMember200ResponseAllOfItemsInner struct {
	Team   OrganizationTeam `json:"team"`
	Member TeamMember       `json:"member"`
}

ListTeamsForOrganizationMember200ResponseAllOfItemsInner struct for ListTeamsForOrganizationMember200ResponseAllOfItemsInner

func NewListTeamsForOrganizationMember200ResponseAllOfItemsInner ¶

func NewListTeamsForOrganizationMember200ResponseAllOfItemsInner(team OrganizationTeam, member TeamMember) *ListTeamsForOrganizationMember200ResponseAllOfItemsInner

NewListTeamsForOrganizationMember200ResponseAllOfItemsInner instantiates a new ListTeamsForOrganizationMember200ResponseAllOfItemsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListTeamsForOrganizationMember200ResponseAllOfItemsInnerWithDefaults ¶

func NewListTeamsForOrganizationMember200ResponseAllOfItemsInnerWithDefaults() *ListTeamsForOrganizationMember200ResponseAllOfItemsInner

NewListTeamsForOrganizationMember200ResponseAllOfItemsInnerWithDefaults instantiates a new ListTeamsForOrganizationMember200ResponseAllOfItemsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListTeamsForOrganizationMember200ResponseAllOfItemsInner) GetMember ¶

GetMember returns the Member field value

func (*ListTeamsForOrganizationMember200ResponseAllOfItemsInner) GetMemberOk ¶

GetMemberOk returns a tuple with the Member field value and a boolean to check if the value has been set.

func (*ListTeamsForOrganizationMember200ResponseAllOfItemsInner) GetTeam ¶

GetTeam returns the Team field value

func (*ListTeamsForOrganizationMember200ResponseAllOfItemsInner) GetTeamOk ¶

GetTeamOk returns a tuple with the Team field value and a boolean to check if the value has been set.

func (ListTeamsForOrganizationMember200ResponseAllOfItemsInner) MarshalJSON ¶

func (*ListTeamsForOrganizationMember200ResponseAllOfItemsInner) SetMember ¶

SetMember sets field value

func (*ListTeamsForOrganizationMember200ResponseAllOfItemsInner) SetTeam ¶

SetTeam sets field value

func (ListTeamsForOrganizationMember200ResponseAllOfItemsInner) ToMap ¶

type ListTeamsInOrganizationById200Response ¶

type ListTeamsInOrganizationById200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32           `json:"count,omitempty"`
	Items []OrganizationTeam `json:"items"`
}

ListTeamsInOrganizationById200Response struct for ListTeamsInOrganizationById200Response

func NewListTeamsInOrganizationById200Response ¶

func NewListTeamsInOrganizationById200Response(items []OrganizationTeam) *ListTeamsInOrganizationById200Response

NewListTeamsInOrganizationById200Response instantiates a new ListTeamsInOrganizationById200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListTeamsInOrganizationById200ResponseWithDefaults ¶

func NewListTeamsInOrganizationById200ResponseWithDefaults() *ListTeamsInOrganizationById200Response

NewListTeamsInOrganizationById200ResponseWithDefaults instantiates a new ListTeamsInOrganizationById200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListTeamsInOrganizationById200Response) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*ListTeamsInOrganizationById200Response) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListTeamsInOrganizationById200Response) GetItems ¶

GetItems returns the Items field value

func (*ListTeamsInOrganizationById200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*ListTeamsInOrganizationById200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*ListTeamsInOrganizationById200Response) GetNextOk ¶

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListTeamsInOrganizationById200Response) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*ListTeamsInOrganizationById200Response) HasNext ¶

HasNext returns a boolean if a field has been set.

func (ListTeamsInOrganizationById200Response) MarshalJSON ¶

func (o ListTeamsInOrganizationById200Response) MarshalJSON() ([]byte, error)

func (*ListTeamsInOrganizationById200Response) SetCount ¶

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*ListTeamsInOrganizationById200Response) SetItems ¶

SetItems sets field value

func (*ListTeamsInOrganizationById200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (ListTeamsInOrganizationById200Response) ToMap ¶

func (o ListTeamsInOrganizationById200Response) ToMap() (map[string]interface{}, error)

type ListTeamsInOrganizationById200ResponseAllOf ¶

type ListTeamsInOrganizationById200ResponseAllOf struct {
	Items []OrganizationTeam `json:"items"`
}

ListTeamsInOrganizationById200ResponseAllOf struct for ListTeamsInOrganizationById200ResponseAllOf

func NewListTeamsInOrganizationById200ResponseAllOf ¶

func NewListTeamsInOrganizationById200ResponseAllOf(items []OrganizationTeam) *ListTeamsInOrganizationById200ResponseAllOf

NewListTeamsInOrganizationById200ResponseAllOf instantiates a new ListTeamsInOrganizationById200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListTeamsInOrganizationById200ResponseAllOfWithDefaults ¶

func NewListTeamsInOrganizationById200ResponseAllOfWithDefaults() *ListTeamsInOrganizationById200ResponseAllOf

NewListTeamsInOrganizationById200ResponseAllOfWithDefaults instantiates a new ListTeamsInOrganizationById200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListTeamsInOrganizationById200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*ListTeamsInOrganizationById200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (ListTeamsInOrganizationById200ResponseAllOf) MarshalJSON ¶

func (*ListTeamsInOrganizationById200ResponseAllOf) SetItems ¶

SetItems sets field value

func (ListTeamsInOrganizationById200ResponseAllOf) ToMap ¶

func (o ListTeamsInOrganizationById200ResponseAllOf) ToMap() (map[string]interface{}, error)

type MappedNullable ¶

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MarkdownDocument ¶

type MarkdownDocument struct {
	// Content of the document formatted as markdown
	Markdown string `json:"markdown"`
}

MarkdownDocument struct for MarkdownDocument

func NewMarkdownDocument ¶

func NewMarkdownDocument(markdown string) *MarkdownDocument

NewMarkdownDocument instantiates a new MarkdownDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMarkdownDocumentWithDefaults ¶

func NewMarkdownDocumentWithDefaults() *MarkdownDocument

NewMarkdownDocumentWithDefaults instantiates a new MarkdownDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MarkdownDocument) GetMarkdown ¶

func (o *MarkdownDocument) GetMarkdown() string

GetMarkdown returns the Markdown field value

func (*MarkdownDocument) GetMarkdownOk ¶

func (o *MarkdownDocument) GetMarkdownOk() (*string, bool)

GetMarkdownOk returns a tuple with the Markdown field value and a boolean to check if the value has been set.

func (MarkdownDocument) MarshalJSON ¶

func (o MarkdownDocument) MarshalJSON() ([]byte, error)

func (*MarkdownDocument) SetMarkdown ¶

func (o *MarkdownDocument) SetMarkdown(v string)

SetMarkdown sets field value

func (MarkdownDocument) ToMap ¶

func (o MarkdownDocument) ToMap() (map[string]interface{}, error)

type MemberContentPermission ¶

type MemberContentPermission struct {
	Permission MemberRole `json:"permission"`
	Space      Space      `json:"space"`
}

MemberContentPermission Permission of a member in a content.

func NewMemberContentPermission ¶

func NewMemberContentPermission(permission MemberRole, space Space) *MemberContentPermission

NewMemberContentPermission instantiates a new MemberContentPermission object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMemberContentPermissionWithDefaults ¶

func NewMemberContentPermissionWithDefaults() *MemberContentPermission

NewMemberContentPermissionWithDefaults instantiates a new MemberContentPermission object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MemberContentPermission) GetPermission ¶

func (o *MemberContentPermission) GetPermission() MemberRole

GetPermission returns the Permission field value

func (*MemberContentPermission) GetPermissionOk ¶

func (o *MemberContentPermission) GetPermissionOk() (*MemberRole, bool)

GetPermissionOk returns a tuple with the Permission field value and a boolean to check if the value has been set.

func (*MemberContentPermission) GetSpace ¶

func (o *MemberContentPermission) GetSpace() Space

GetSpace returns the Space field value

func (*MemberContentPermission) GetSpaceOk ¶

func (o *MemberContentPermission) GetSpaceOk() (*Space, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (MemberContentPermission) MarshalJSON ¶

func (o MemberContentPermission) MarshalJSON() ([]byte, error)

func (*MemberContentPermission) SetPermission ¶

func (o *MemberContentPermission) SetPermission(v MemberRole)

SetPermission sets field value

func (*MemberContentPermission) SetSpace ¶

func (o *MemberContentPermission) SetSpace(v Space)

SetSpace sets field value

func (MemberContentPermission) ToMap ¶

func (o MemberContentPermission) ToMap() (map[string]interface{}, error)

type MemberRole ¶

type MemberRole string

MemberRole \"The role of a member in an organization. \"admin\": Can administrate the content: create, delete spaces, ... \"create\": Can create content. \"review\": Can review content. \"edit\": Can edit the content (live or change requests). \"comment\": Can access the content and its discussions. \"read\": Can access the content, but cannot update it in any way.

const (
	MEMBERROLE_ADMIN   MemberRole = "admin"
	MEMBERROLE_CREATE  MemberRole = "create"
	MEMBERROLE_EDIT    MemberRole = "edit"
	MEMBERROLE_REVIEW  MemberRole = "review"
	MEMBERROLE_COMMENT MemberRole = "comment"
	MEMBERROLE_READ    MemberRole = "read"
)

List of MemberRole

func NewMemberRoleFromValue ¶

func NewMemberRoleFromValue(v string) (*MemberRole, error)

NewMemberRoleFromValue returns a pointer to a valid MemberRole for the value passed as argument, or an error if the value passed is not allowed by the enum

func (MemberRole) IsValid ¶

func (v MemberRole) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (MemberRole) Ptr ¶

func (v MemberRole) Ptr() *MemberRole

Ptr returns reference to MemberRole value

func (*MemberRole) UnmarshalJSON ¶

func (v *MemberRole) UnmarshalJSON(src []byte) error

type MemberRoleOrGuest ¶

type MemberRoleOrGuest struct {
	MemberRole *MemberRole
	String     *string
}

MemberRoleOrGuest - The role of a member in an organization, null for guests

func MemberRoleAsMemberRoleOrGuest ¶

func MemberRoleAsMemberRoleOrGuest(v *MemberRole) MemberRoleOrGuest

MemberRoleAsMemberRoleOrGuest is a convenience function that returns MemberRole wrapped in MemberRoleOrGuest

func StringAsMemberRoleOrGuest ¶

func StringAsMemberRoleOrGuest(v *string) MemberRoleOrGuest

stringAsMemberRoleOrGuest is a convenience function that returns string wrapped in MemberRoleOrGuest

func (*MemberRoleOrGuest) GetActualInstance ¶

func (obj *MemberRoleOrGuest) GetActualInstance() interface{}

Get the actual instance

func (MemberRoleOrGuest) MarshalJSON ¶

func (src MemberRoleOrGuest) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MemberRoleOrGuest) UnmarshalJSON ¶

func (dst *MemberRoleOrGuest) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type MergeChangeRequest200Response ¶

type MergeChangeRequest200Response struct {
	// ID of the resulting revision
	Revision string `json:"revision"`
	Result   string `json:"result"`
}

MergeChangeRequest200Response struct for MergeChangeRequest200Response

func NewMergeChangeRequest200Response ¶

func NewMergeChangeRequest200Response(revision string, result string) *MergeChangeRequest200Response

NewMergeChangeRequest200Response instantiates a new MergeChangeRequest200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMergeChangeRequest200ResponseWithDefaults ¶

func NewMergeChangeRequest200ResponseWithDefaults() *MergeChangeRequest200Response

NewMergeChangeRequest200ResponseWithDefaults instantiates a new MergeChangeRequest200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MergeChangeRequest200Response) GetResult ¶

func (o *MergeChangeRequest200Response) GetResult() string

GetResult returns the Result field value

func (*MergeChangeRequest200Response) GetResultOk ¶

func (o *MergeChangeRequest200Response) GetResultOk() (*string, bool)

GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.

func (*MergeChangeRequest200Response) GetRevision ¶

func (o *MergeChangeRequest200Response) GetRevision() string

GetRevision returns the Revision field value

func (*MergeChangeRequest200Response) GetRevisionOk ¶

func (o *MergeChangeRequest200Response) GetRevisionOk() (*string, bool)

GetRevisionOk returns a tuple with the Revision field value and a boolean to check if the value has been set.

func (MergeChangeRequest200Response) MarshalJSON ¶

func (o MergeChangeRequest200Response) MarshalJSON() ([]byte, error)

func (*MergeChangeRequest200Response) SetResult ¶

func (o *MergeChangeRequest200Response) SetResult(v string)

SetResult sets field value

func (*MergeChangeRequest200Response) SetRevision ¶

func (o *MergeChangeRequest200Response) SetRevision(v string)

SetRevision sets field value

func (MergeChangeRequest200Response) ToMap ¶

func (o MergeChangeRequest200Response) ToMap() (map[string]interface{}, error)

type NullableAPIIntegrationScope ¶

type NullableAPIIntegrationScope struct {
	// contains filtered or unexported fields
}

func (NullableAPIIntegrationScope) Get ¶

func (NullableAPIIntegrationScope) IsSet ¶

func (NullableAPIIntegrationScope) MarshalJSON ¶

func (v NullableAPIIntegrationScope) MarshalJSON() ([]byte, error)

func (*NullableAPIIntegrationScope) Set ¶

func (*NullableAPIIntegrationScope) UnmarshalJSON ¶

func (v *NullableAPIIntegrationScope) UnmarshalJSON(src []byte) error

func (*NullableAPIIntegrationScope) Unset ¶

func (v *NullableAPIIntegrationScope) Unset()

type NullableAPIScope ¶

type NullableAPIScope struct {
	// contains filtered or unexported fields
}

func NewNullableAPIScope ¶

func NewNullableAPIScope(val *APIScope) *NullableAPIScope

func (NullableAPIScope) Get ¶

func (v NullableAPIScope) Get() *APIScope

func (NullableAPIScope) IsSet ¶

func (v NullableAPIScope) IsSet() bool

func (NullableAPIScope) MarshalJSON ¶

func (v NullableAPIScope) MarshalJSON() ([]byte, error)

func (*NullableAPIScope) Set ¶

func (v *NullableAPIScope) Set(val *APIScope)

func (*NullableAPIScope) UnmarshalJSON ¶

func (v *NullableAPIScope) UnmarshalJSON(src []byte) error

func (*NullableAPIScope) Unset ¶

func (v *NullableAPIScope) Unset()

type NullableAPITemporaryToken ¶

type NullableAPITemporaryToken struct {
	// contains filtered or unexported fields
}

func NewNullableAPITemporaryToken ¶

func NewNullableAPITemporaryToken(val *APITemporaryToken) *NullableAPITemporaryToken

func (NullableAPITemporaryToken) Get ¶

func (NullableAPITemporaryToken) IsSet ¶

func (v NullableAPITemporaryToken) IsSet() bool

func (NullableAPITemporaryToken) MarshalJSON ¶

func (v NullableAPITemporaryToken) MarshalJSON() ([]byte, error)

func (*NullableAPITemporaryToken) Set ¶

func (*NullableAPITemporaryToken) UnmarshalJSON ¶

func (v *NullableAPITemporaryToken) UnmarshalJSON(src []byte) error

func (*NullableAPITemporaryToken) Unset ¶

func (v *NullableAPITemporaryToken) Unset()

type NullableAddEventsToRecordingRequest ¶ added in v0.2.0

type NullableAddEventsToRecordingRequest struct {
	// contains filtered or unexported fields
}

func NewNullableAddEventsToRecordingRequest ¶ added in v0.2.0

func NewNullableAddEventsToRecordingRequest(val *AddEventsToRecordingRequest) *NullableAddEventsToRecordingRequest

func (NullableAddEventsToRecordingRequest) Get ¶ added in v0.2.0

func (NullableAddEventsToRecordingRequest) IsSet ¶ added in v0.2.0

func (NullableAddEventsToRecordingRequest) MarshalJSON ¶ added in v0.2.0

func (v NullableAddEventsToRecordingRequest) MarshalJSON() ([]byte, error)

func (*NullableAddEventsToRecordingRequest) Set ¶ added in v0.2.0

func (*NullableAddEventsToRecordingRequest) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableAddEventsToRecordingRequest) UnmarshalJSON(src []byte) error

func (*NullableAddEventsToRecordingRequest) Unset ¶ added in v0.2.0

type NullableAddMemberToOrganizationTeamByIdRequest ¶

type NullableAddMemberToOrganizationTeamByIdRequest struct {
	// contains filtered or unexported fields
}

func (NullableAddMemberToOrganizationTeamByIdRequest) Get ¶

func (NullableAddMemberToOrganizationTeamByIdRequest) IsSet ¶

func (NullableAddMemberToOrganizationTeamByIdRequest) MarshalJSON ¶

func (*NullableAddMemberToOrganizationTeamByIdRequest) Set ¶

func (*NullableAddMemberToOrganizationTeamByIdRequest) UnmarshalJSON ¶

func (*NullableAddMemberToOrganizationTeamByIdRequest) Unset ¶

type NullableAnalyticsContentPage ¶

type NullableAnalyticsContentPage struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsContentPage) Get ¶

func (NullableAnalyticsContentPage) IsSet ¶

func (NullableAnalyticsContentPage) MarshalJSON ¶

func (v NullableAnalyticsContentPage) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsContentPage) Set ¶

func (*NullableAnalyticsContentPage) UnmarshalJSON ¶

func (v *NullableAnalyticsContentPage) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsContentPage) Unset ¶

func (v *NullableAnalyticsContentPage) Unset()

type NullableAnalyticsContentPageFeedbacks ¶

type NullableAnalyticsContentPageFeedbacks struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsContentPageFeedbacks) Get ¶

func (NullableAnalyticsContentPageFeedbacks) IsSet ¶

func (NullableAnalyticsContentPageFeedbacks) MarshalJSON ¶

func (v NullableAnalyticsContentPageFeedbacks) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsContentPageFeedbacks) Set ¶

func (*NullableAnalyticsContentPageFeedbacks) UnmarshalJSON ¶

func (v *NullableAnalyticsContentPageFeedbacks) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsContentPageFeedbacks) Unset ¶

type NullableAnalyticsContentPages ¶

type NullableAnalyticsContentPages struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsContentPages) Get ¶

func (NullableAnalyticsContentPages) IsSet ¶

func (NullableAnalyticsContentPages) MarshalJSON ¶

func (v NullableAnalyticsContentPages) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsContentPages) Set ¶

func (*NullableAnalyticsContentPages) UnmarshalJSON ¶

func (v *NullableAnalyticsContentPages) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsContentPages) Unset ¶

func (v *NullableAnalyticsContentPages) Unset()

type NullableAnalyticsSearchPeriod ¶

type NullableAnalyticsSearchPeriod struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsSearchPeriod) Get ¶

func (NullableAnalyticsSearchPeriod) IsSet ¶

func (NullableAnalyticsSearchPeriod) MarshalJSON ¶

func (v NullableAnalyticsSearchPeriod) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsSearchPeriod) Set ¶

func (*NullableAnalyticsSearchPeriod) UnmarshalJSON ¶

func (v *NullableAnalyticsSearchPeriod) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsSearchPeriod) Unset ¶

func (v *NullableAnalyticsSearchPeriod) Unset()

type NullableAnalyticsSearchQuery ¶

type NullableAnalyticsSearchQuery struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsSearchQuery) Get ¶

func (NullableAnalyticsSearchQuery) IsSet ¶

func (NullableAnalyticsSearchQuery) MarshalJSON ¶

func (v NullableAnalyticsSearchQuery) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsSearchQuery) Set ¶

func (*NullableAnalyticsSearchQuery) UnmarshalJSON ¶

func (v *NullableAnalyticsSearchQuery) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsSearchQuery) Unset ¶

func (v *NullableAnalyticsSearchQuery) Unset()

type NullableAnalyticsTopSearches ¶

type NullableAnalyticsTopSearches struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsTopSearches) Get ¶

func (NullableAnalyticsTopSearches) IsSet ¶

func (NullableAnalyticsTopSearches) MarshalJSON ¶

func (v NullableAnalyticsTopSearches) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsTopSearches) Set ¶

func (*NullableAnalyticsTopSearches) UnmarshalJSON ¶

func (v *NullableAnalyticsTopSearches) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsTopSearches) Unset ¶

func (v *NullableAnalyticsTopSearches) Unset()

type NullableAnalyticsTrafficInterval ¶

type NullableAnalyticsTrafficInterval struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsTrafficInterval) Get ¶

func (NullableAnalyticsTrafficInterval) IsSet ¶

func (NullableAnalyticsTrafficInterval) MarshalJSON ¶

func (v NullableAnalyticsTrafficInterval) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsTrafficInterval) Set ¶

func (*NullableAnalyticsTrafficInterval) UnmarshalJSON ¶

func (v *NullableAnalyticsTrafficInterval) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsTrafficInterval) Unset ¶

type NullableAnalyticsTrafficPageViews ¶

type NullableAnalyticsTrafficPageViews struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsTrafficPageViews) Get ¶

func (NullableAnalyticsTrafficPageViews) IsSet ¶

func (NullableAnalyticsTrafficPageViews) MarshalJSON ¶

func (v NullableAnalyticsTrafficPageViews) MarshalJSON() ([]byte, error)

func (*NullableAnalyticsTrafficPageViews) Set ¶

func (*NullableAnalyticsTrafficPageViews) UnmarshalJSON ¶

func (v *NullableAnalyticsTrafficPageViews) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsTrafficPageViews) Unset ¶

type NullableAnalyticsTrafficPageViewsViewsInner ¶

type NullableAnalyticsTrafficPageViewsViewsInner struct {
	// contains filtered or unexported fields
}

func (NullableAnalyticsTrafficPageViewsViewsInner) Get ¶

func (NullableAnalyticsTrafficPageViewsViewsInner) IsSet ¶

func (NullableAnalyticsTrafficPageViewsViewsInner) MarshalJSON ¶

func (*NullableAnalyticsTrafficPageViewsViewsInner) Set ¶

func (*NullableAnalyticsTrafficPageViewsViewsInner) UnmarshalJSON ¶

func (v *NullableAnalyticsTrafficPageViewsViewsInner) UnmarshalJSON(src []byte) error

func (*NullableAnalyticsTrafficPageViewsViewsInner) Unset ¶

type NullableApiInformation ¶

type NullableApiInformation struct {
	// contains filtered or unexported fields
}

func NewNullableApiInformation ¶

func NewNullableApiInformation(val *ApiInformation) *NullableApiInformation

func (NullableApiInformation) Get ¶

func (NullableApiInformation) IsSet ¶

func (v NullableApiInformation) IsSet() bool

func (NullableApiInformation) MarshalJSON ¶

func (v NullableApiInformation) MarshalJSON() ([]byte, error)

func (*NullableApiInformation) Set ¶

func (*NullableApiInformation) UnmarshalJSON ¶

func (v *NullableApiInformation) UnmarshalJSON(src []byte) error

func (*NullableApiInformation) Unset ¶

func (v *NullableApiInformation) Unset()

type NullableAskQueryWithGet200Response ¶

type NullableAskQueryWithGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableAskQueryWithGet200Response) Get ¶

func (NullableAskQueryWithGet200Response) IsSet ¶

func (NullableAskQueryWithGet200Response) MarshalJSON ¶

func (v NullableAskQueryWithGet200Response) MarshalJSON() ([]byte, error)

func (*NullableAskQueryWithGet200Response) Set ¶

func (*NullableAskQueryWithGet200Response) UnmarshalJSON ¶

func (v *NullableAskQueryWithGet200Response) UnmarshalJSON(src []byte) error

func (*NullableAskQueryWithGet200Response) Unset ¶

type NullableBackofficeUserInfoChannel ¶

type NullableBackofficeUserInfoChannel struct {
	// contains filtered or unexported fields
}

func (NullableBackofficeUserInfoChannel) Get ¶

func (NullableBackofficeUserInfoChannel) IsSet ¶

func (NullableBackofficeUserInfoChannel) MarshalJSON ¶

func (v NullableBackofficeUserInfoChannel) MarshalJSON() ([]byte, error)

func (*NullableBackofficeUserInfoChannel) Set ¶

func (*NullableBackofficeUserInfoChannel) UnmarshalJSON ¶

func (v *NullableBackofficeUserInfoChannel) UnmarshalJSON(src []byte) error

func (*NullableBackofficeUserInfoChannel) Unset ¶

type NullableBaseEvent ¶

type NullableBaseEvent struct {
	// contains filtered or unexported fields
}

func NewNullableBaseEvent ¶

func NewNullableBaseEvent(val *BaseEvent) *NullableBaseEvent

func (NullableBaseEvent) Get ¶

func (v NullableBaseEvent) Get() *BaseEvent

func (NullableBaseEvent) IsSet ¶

func (v NullableBaseEvent) IsSet() bool

func (NullableBaseEvent) MarshalJSON ¶

func (v NullableBaseEvent) MarshalJSON() ([]byte, error)

func (*NullableBaseEvent) Set ¶

func (v *NullableBaseEvent) Set(val *BaseEvent)

func (*NullableBaseEvent) UnmarshalJSON ¶

func (v *NullableBaseEvent) UnmarshalJSON(src []byte) error

func (*NullableBaseEvent) Unset ¶

func (v *NullableBaseEvent) Unset()

type NullableBaseRecordingEvent ¶ added in v0.2.0

type NullableBaseRecordingEvent struct {
	// contains filtered or unexported fields
}

func NewNullableBaseRecordingEvent ¶ added in v0.2.0

func NewNullableBaseRecordingEvent(val *BaseRecordingEvent) *NullableBaseRecordingEvent

func (NullableBaseRecordingEvent) Get ¶ added in v0.2.0

func (NullableBaseRecordingEvent) IsSet ¶ added in v0.2.0

func (v NullableBaseRecordingEvent) IsSet() bool

func (NullableBaseRecordingEvent) MarshalJSON ¶ added in v0.2.0

func (v NullableBaseRecordingEvent) MarshalJSON() ([]byte, error)

func (*NullableBaseRecordingEvent) Set ¶ added in v0.2.0

func (*NullableBaseRecordingEvent) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableBaseRecordingEvent) UnmarshalJSON(src []byte) error

func (*NullableBaseRecordingEvent) Unset ¶ added in v0.2.0

func (v *NullableBaseRecordingEvent) Unset()

type NullableBaseRecordingEventActor ¶ added in v0.2.0

type NullableBaseRecordingEventActor struct {
	// contains filtered or unexported fields
}

func NewNullableBaseRecordingEventActor ¶ added in v0.2.0

func NewNullableBaseRecordingEventActor(val *BaseRecordingEventActor) *NullableBaseRecordingEventActor

func (NullableBaseRecordingEventActor) Get ¶ added in v0.2.0

func (NullableBaseRecordingEventActor) IsSet ¶ added in v0.2.0

func (NullableBaseRecordingEventActor) MarshalJSON ¶ added in v0.2.0

func (v NullableBaseRecordingEventActor) MarshalJSON() ([]byte, error)

func (*NullableBaseRecordingEventActor) Set ¶ added in v0.2.0

func (*NullableBaseRecordingEventActor) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableBaseRecordingEventActor) UnmarshalJSON(src []byte) error

func (*NullableBaseRecordingEventActor) Unset ¶ added in v0.2.0

type NullableBillingInterval ¶

type NullableBillingInterval struct {
	// contains filtered or unexported fields
}

func NewNullableBillingInterval ¶

func NewNullableBillingInterval(val *BillingInterval) *NullableBillingInterval

func (NullableBillingInterval) Get ¶

func (NullableBillingInterval) IsSet ¶

func (v NullableBillingInterval) IsSet() bool

func (NullableBillingInterval) MarshalJSON ¶

func (v NullableBillingInterval) MarshalJSON() ([]byte, error)

func (*NullableBillingInterval) Set ¶

func (*NullableBillingInterval) UnmarshalJSON ¶

func (v *NullableBillingInterval) UnmarshalJSON(src []byte) error

func (*NullableBillingInterval) Unset ¶

func (v *NullableBillingInterval) Unset()

type NullableBillingInvoicePreview ¶

type NullableBillingInvoicePreview struct {
	// contains filtered or unexported fields
}

func (NullableBillingInvoicePreview) Get ¶

func (NullableBillingInvoicePreview) IsSet ¶

func (NullableBillingInvoicePreview) MarshalJSON ¶

func (v NullableBillingInvoicePreview) MarshalJSON() ([]byte, error)

func (*NullableBillingInvoicePreview) Set ¶

func (*NullableBillingInvoicePreview) UnmarshalJSON ¶

func (v *NullableBillingInvoicePreview) UnmarshalJSON(src []byte) error

func (*NullableBillingInvoicePreview) Unset ¶

func (v *NullableBillingInvoicePreview) Unset()

type NullableBillingInvoicePreviewLinesInner ¶

type NullableBillingInvoicePreviewLinesInner struct {
	// contains filtered or unexported fields
}

func (NullableBillingInvoicePreviewLinesInner) Get ¶

func (NullableBillingInvoicePreviewLinesInner) IsSet ¶

func (NullableBillingInvoicePreviewLinesInner) MarshalJSON ¶

func (v NullableBillingInvoicePreviewLinesInner) MarshalJSON() ([]byte, error)

func (*NullableBillingInvoicePreviewLinesInner) Set ¶

func (*NullableBillingInvoicePreviewLinesInner) UnmarshalJSON ¶

func (v *NullableBillingInvoicePreviewLinesInner) UnmarshalJSON(src []byte) error

func (*NullableBillingInvoicePreviewLinesInner) Unset ¶

type NullableBillingPortal ¶

type NullableBillingPortal struct {
	// contains filtered or unexported fields
}

func NewNullableBillingPortal ¶

func NewNullableBillingPortal(val *BillingPortal) *NullableBillingPortal

func (NullableBillingPortal) Get ¶

func (NullableBillingPortal) IsSet ¶

func (v NullableBillingPortal) IsSet() bool

func (NullableBillingPortal) MarshalJSON ¶

func (v NullableBillingPortal) MarshalJSON() ([]byte, error)

func (*NullableBillingPortal) Set ¶

func (v *NullableBillingPortal) Set(val *BillingPortal)

func (*NullableBillingPortal) UnmarshalJSON ¶

func (v *NullableBillingPortal) UnmarshalJSON(src []byte) error

func (*NullableBillingPortal) Unset ¶

func (v *NullableBillingPortal) Unset()

type NullableBillingProduct ¶

type NullableBillingProduct struct {
	// contains filtered or unexported fields
}

func NewNullableBillingProduct ¶

func NewNullableBillingProduct(val *BillingProduct) *NullableBillingProduct

func (NullableBillingProduct) Get ¶

func (NullableBillingProduct) IsSet ¶

func (v NullableBillingProduct) IsSet() bool

func (NullableBillingProduct) MarshalJSON ¶

func (v NullableBillingProduct) MarshalJSON() ([]byte, error)

func (*NullableBillingProduct) Set ¶

func (*NullableBillingProduct) UnmarshalJSON ¶

func (v *NullableBillingProduct) UnmarshalJSON(src []byte) error

func (*NullableBillingProduct) Unset ¶

func (v *NullableBillingProduct) Unset()

type NullableBillingUpgrade ¶

type NullableBillingUpgrade struct {
	// contains filtered or unexported fields
}

func NewNullableBillingUpgrade ¶

func NewNullableBillingUpgrade(val *BillingUpgrade) *NullableBillingUpgrade

func (NullableBillingUpgrade) Get ¶

func (NullableBillingUpgrade) IsSet ¶

func (v NullableBillingUpgrade) IsSet() bool

func (NullableBillingUpgrade) MarshalJSON ¶

func (v NullableBillingUpgrade) MarshalJSON() ([]byte, error)

func (*NullableBillingUpgrade) Set ¶

func (*NullableBillingUpgrade) UnmarshalJSON ¶

func (v *NullableBillingUpgrade) UnmarshalJSON(src []byte) error

func (*NullableBillingUpgrade) Unset ¶

func (v *NullableBillingUpgrade) Unset()

type NullableBillingUpgradeOneOf ¶

type NullableBillingUpgradeOneOf struct {
	// contains filtered or unexported fields
}

func (NullableBillingUpgradeOneOf) Get ¶

func (NullableBillingUpgradeOneOf) IsSet ¶

func (NullableBillingUpgradeOneOf) MarshalJSON ¶

func (v NullableBillingUpgradeOneOf) MarshalJSON() ([]byte, error)

func (*NullableBillingUpgradeOneOf) Set ¶

func (*NullableBillingUpgradeOneOf) UnmarshalJSON ¶

func (v *NullableBillingUpgradeOneOf) UnmarshalJSON(src []byte) error

func (*NullableBillingUpgradeOneOf) Unset ¶

func (v *NullableBillingUpgradeOneOf) Unset()

type NullableBillingUpgradeOneOf1 ¶

type NullableBillingUpgradeOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableBillingUpgradeOneOf1) Get ¶

func (NullableBillingUpgradeOneOf1) IsSet ¶

func (NullableBillingUpgradeOneOf1) MarshalJSON ¶

func (v NullableBillingUpgradeOneOf1) MarshalJSON() ([]byte, error)

func (*NullableBillingUpgradeOneOf1) Set ¶

func (*NullableBillingUpgradeOneOf1) UnmarshalJSON ¶

func (v *NullableBillingUpgradeOneOf1) UnmarshalJSON(src []byte) error

func (*NullableBillingUpgradeOneOf1) Unset ¶

func (v *NullableBillingUpgradeOneOf1) Unset()

type NullableBillingUpgradeOneOf2 ¶

type NullableBillingUpgradeOneOf2 struct {
	// contains filtered or unexported fields
}

func (NullableBillingUpgradeOneOf2) Get ¶

func (NullableBillingUpgradeOneOf2) IsSet ¶

func (NullableBillingUpgradeOneOf2) MarshalJSON ¶

func (v NullableBillingUpgradeOneOf2) MarshalJSON() ([]byte, error)

func (*NullableBillingUpgradeOneOf2) Set ¶

func (*NullableBillingUpgradeOneOf2) UnmarshalJSON ¶

func (v *NullableBillingUpgradeOneOf2) UnmarshalJSON(src []byte) error

func (*NullableBillingUpgradeOneOf2) Unset ¶

func (v *NullableBillingUpgradeOneOf2) Unset()

type NullableBillingUpgradeOneOf3 ¶

type NullableBillingUpgradeOneOf3 struct {
	// contains filtered or unexported fields
}

func (NullableBillingUpgradeOneOf3) Get ¶

func (NullableBillingUpgradeOneOf3) IsSet ¶

func (NullableBillingUpgradeOneOf3) MarshalJSON ¶

func (v NullableBillingUpgradeOneOf3) MarshalJSON() ([]byte, error)

func (*NullableBillingUpgradeOneOf3) Set ¶

func (*NullableBillingUpgradeOneOf3) UnmarshalJSON ¶

func (v *NullableBillingUpgradeOneOf3) UnmarshalJSON(src []byte) error

func (*NullableBillingUpgradeOneOf3) Unset ¶

func (v *NullableBillingUpgradeOneOf3) Unset()

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableChangeRequest ¶

type NullableChangeRequest struct {
	// contains filtered or unexported fields
}

func NewNullableChangeRequest ¶

func NewNullableChangeRequest(val *ChangeRequest) *NullableChangeRequest

func (NullableChangeRequest) Get ¶

func (NullableChangeRequest) IsSet ¶

func (v NullableChangeRequest) IsSet() bool

func (NullableChangeRequest) MarshalJSON ¶

func (v NullableChangeRequest) MarshalJSON() ([]byte, error)

func (*NullableChangeRequest) Set ¶

func (v *NullableChangeRequest) Set(val *ChangeRequest)

func (*NullableChangeRequest) UnmarshalJSON ¶

func (v *NullableChangeRequest) UnmarshalJSON(src []byte) error

func (*NullableChangeRequest) Unset ¶

func (v *NullableChangeRequest) Unset()

type NullableChangeRequestRequestedReviewer ¶

type NullableChangeRequestRequestedReviewer struct {
	// contains filtered or unexported fields
}

func (NullableChangeRequestRequestedReviewer) Get ¶

func (NullableChangeRequestRequestedReviewer) IsSet ¶

func (NullableChangeRequestRequestedReviewer) MarshalJSON ¶

func (v NullableChangeRequestRequestedReviewer) MarshalJSON() ([]byte, error)

func (*NullableChangeRequestRequestedReviewer) Set ¶

func (*NullableChangeRequestRequestedReviewer) UnmarshalJSON ¶

func (v *NullableChangeRequestRequestedReviewer) UnmarshalJSON(src []byte) error

func (*NullableChangeRequestRequestedReviewer) Unset ¶

type NullableChangeRequestRequestedReviewerAllOf ¶

type NullableChangeRequestRequestedReviewerAllOf struct {
	// contains filtered or unexported fields
}

func (NullableChangeRequestRequestedReviewerAllOf) Get ¶

func (NullableChangeRequestRequestedReviewerAllOf) IsSet ¶

func (NullableChangeRequestRequestedReviewerAllOf) MarshalJSON ¶

func (*NullableChangeRequestRequestedReviewerAllOf) Set ¶

func (*NullableChangeRequestRequestedReviewerAllOf) UnmarshalJSON ¶

func (v *NullableChangeRequestRequestedReviewerAllOf) UnmarshalJSON(src []byte) error

func (*NullableChangeRequestRequestedReviewerAllOf) Unset ¶

type NullableChangeRequestReview ¶

type NullableChangeRequestReview struct {
	// contains filtered or unexported fields
}

func (NullableChangeRequestReview) Get ¶

func (NullableChangeRequestReview) IsSet ¶

func (NullableChangeRequestReview) MarshalJSON ¶

func (v NullableChangeRequestReview) MarshalJSON() ([]byte, error)

func (*NullableChangeRequestReview) Set ¶

func (*NullableChangeRequestReview) UnmarshalJSON ¶

func (v *NullableChangeRequestReview) UnmarshalJSON(src []byte) error

func (*NullableChangeRequestReview) Unset ¶

func (v *NullableChangeRequestReview) Unset()

type NullableChangeRequestReviewStatus ¶

type NullableChangeRequestReviewStatus struct {
	// contains filtered or unexported fields
}

func (NullableChangeRequestReviewStatus) Get ¶

func (NullableChangeRequestReviewStatus) IsSet ¶

func (NullableChangeRequestReviewStatus) MarshalJSON ¶

func (v NullableChangeRequestReviewStatus) MarshalJSON() ([]byte, error)

func (*NullableChangeRequestReviewStatus) Set ¶

func (*NullableChangeRequestReviewStatus) UnmarshalJSON ¶

func (v *NullableChangeRequestReviewStatus) UnmarshalJSON(src []byte) error

func (*NullableChangeRequestReviewStatus) Unset ¶

type NullableChangeRequestReviewsChannel ¶

type NullableChangeRequestReviewsChannel struct {
	// contains filtered or unexported fields
}

func (NullableChangeRequestReviewsChannel) Get ¶

func (NullableChangeRequestReviewsChannel) IsSet ¶

func (NullableChangeRequestReviewsChannel) MarshalJSON ¶

func (v NullableChangeRequestReviewsChannel) MarshalJSON() ([]byte, error)

func (*NullableChangeRequestReviewsChannel) Set ¶

func (*NullableChangeRequestReviewsChannel) UnmarshalJSON ¶

func (v *NullableChangeRequestReviewsChannel) UnmarshalJSON(src []byte) error

func (*NullableChangeRequestReviewsChannel) Unset ¶

type NullableChangeRequestStatus ¶

type NullableChangeRequestStatus struct {
	// contains filtered or unexported fields
}

func (NullableChangeRequestStatus) Get ¶

func (NullableChangeRequestStatus) IsSet ¶

func (NullableChangeRequestStatus) MarshalJSON ¶

func (v NullableChangeRequestStatus) MarshalJSON() ([]byte, error)

func (*NullableChangeRequestStatus) Set ¶

func (*NullableChangeRequestStatus) UnmarshalJSON ¶

func (v *NullableChangeRequestStatus) UnmarshalJSON(src []byte) error

func (*NullableChangeRequestStatus) Unset ¶

func (v *NullableChangeRequestStatus) Unset()

type NullableChangeRequestUrls ¶

type NullableChangeRequestUrls struct {
	// contains filtered or unexported fields
}

func NewNullableChangeRequestUrls ¶

func NewNullableChangeRequestUrls(val *ChangeRequestUrls) *NullableChangeRequestUrls

func (NullableChangeRequestUrls) Get ¶

func (NullableChangeRequestUrls) IsSet ¶

func (v NullableChangeRequestUrls) IsSet() bool

func (NullableChangeRequestUrls) MarshalJSON ¶

func (v NullableChangeRequestUrls) MarshalJSON() ([]byte, error)

func (*NullableChangeRequestUrls) Set ¶

func (*NullableChangeRequestUrls) UnmarshalJSON ¶

func (v *NullableChangeRequestUrls) UnmarshalJSON(src []byte) error

func (*NullableChangeRequestUrls) Unset ¶

func (v *NullableChangeRequestUrls) Unset()

type NullableCloudflareHostnameStatus ¶

type NullableCloudflareHostnameStatus struct {
	// contains filtered or unexported fields
}

func (NullableCloudflareHostnameStatus) Get ¶

func (NullableCloudflareHostnameStatus) IsSet ¶

func (NullableCloudflareHostnameStatus) MarshalJSON ¶

func (v NullableCloudflareHostnameStatus) MarshalJSON() ([]byte, error)

func (*NullableCloudflareHostnameStatus) Set ¶

func (*NullableCloudflareHostnameStatus) UnmarshalJSON ¶

func (v *NullableCloudflareHostnameStatus) UnmarshalJSON(src []byte) error

func (*NullableCloudflareHostnameStatus) Unset ¶

type NullableCloudflareHostnameTLSCertificate ¶

type NullableCloudflareHostnameTLSCertificate struct {
	// contains filtered or unexported fields
}

func (NullableCloudflareHostnameTLSCertificate) Get ¶

func (NullableCloudflareHostnameTLSCertificate) IsSet ¶

func (NullableCloudflareHostnameTLSCertificate) MarshalJSON ¶

func (*NullableCloudflareHostnameTLSCertificate) Set ¶

func (*NullableCloudflareHostnameTLSCertificate) UnmarshalJSON ¶

func (v *NullableCloudflareHostnameTLSCertificate) UnmarshalJSON(src []byte) error

func (*NullableCloudflareHostnameTLSCertificate) Unset ¶

type NullableCloudflareHostnameTLSInfo ¶

type NullableCloudflareHostnameTLSInfo struct {
	// contains filtered or unexported fields
}

func (NullableCloudflareHostnameTLSInfo) Get ¶

func (NullableCloudflareHostnameTLSInfo) IsSet ¶

func (NullableCloudflareHostnameTLSInfo) MarshalJSON ¶

func (v NullableCloudflareHostnameTLSInfo) MarshalJSON() ([]byte, error)

func (*NullableCloudflareHostnameTLSInfo) Set ¶

func (*NullableCloudflareHostnameTLSInfo) UnmarshalJSON ¶

func (v *NullableCloudflareHostnameTLSInfo) UnmarshalJSON(src []byte) error

func (*NullableCloudflareHostnameTLSInfo) Unset ¶

type NullableCloudflareHostnameTLSStatus ¶

type NullableCloudflareHostnameTLSStatus struct {
	// contains filtered or unexported fields
}

func (NullableCloudflareHostnameTLSStatus) Get ¶

func (NullableCloudflareHostnameTLSStatus) IsSet ¶

func (NullableCloudflareHostnameTLSStatus) MarshalJSON ¶

func (v NullableCloudflareHostnameTLSStatus) MarshalJSON() ([]byte, error)

func (*NullableCloudflareHostnameTLSStatus) Set ¶

func (*NullableCloudflareHostnameTLSStatus) UnmarshalJSON ¶

func (v *NullableCloudflareHostnameTLSStatus) UnmarshalJSON(src []byte) error

func (*NullableCloudflareHostnameTLSStatus) Unset ¶

type NullableCloudflareHostnameTLSValidationError ¶

type NullableCloudflareHostnameTLSValidationError struct {
	// contains filtered or unexported fields
}

func (NullableCloudflareHostnameTLSValidationError) Get ¶

func (NullableCloudflareHostnameTLSValidationError) IsSet ¶

func (NullableCloudflareHostnameTLSValidationError) MarshalJSON ¶

func (*NullableCloudflareHostnameTLSValidationError) Set ¶

func (*NullableCloudflareHostnameTLSValidationError) UnmarshalJSON ¶

func (*NullableCloudflareHostnameTLSValidationError) Unset ¶

type NullableCloudflareHostnameTLSValidationMethod ¶

type NullableCloudflareHostnameTLSValidationMethod struct {
	// contains filtered or unexported fields
}

func (NullableCloudflareHostnameTLSValidationMethod) Get ¶

func (NullableCloudflareHostnameTLSValidationMethod) IsSet ¶

func (NullableCloudflareHostnameTLSValidationMethod) MarshalJSON ¶

func (*NullableCloudflareHostnameTLSValidationMethod) Set ¶

func (*NullableCloudflareHostnameTLSValidationMethod) UnmarshalJSON ¶

func (*NullableCloudflareHostnameTLSValidationMethod) Unset ¶

type NullableCollection ¶

type NullableCollection struct {
	// contains filtered or unexported fields
}

func NewNullableCollection ¶

func NewNullableCollection(val *Collection) *NullableCollection

func (NullableCollection) Get ¶

func (v NullableCollection) Get() *Collection

func (NullableCollection) IsSet ¶

func (v NullableCollection) IsSet() bool

func (NullableCollection) MarshalJSON ¶

func (v NullableCollection) MarshalJSON() ([]byte, error)

func (*NullableCollection) Set ¶

func (v *NullableCollection) Set(val *Collection)

func (*NullableCollection) UnmarshalJSON ¶

func (v *NullableCollection) UnmarshalJSON(src []byte) error

func (*NullableCollection) Unset ¶

func (v *NullableCollection) Unset()

type NullableComment ¶

type NullableComment struct {
	// contains filtered or unexported fields
}

func NewNullableComment ¶

func NewNullableComment(val *Comment) *NullableComment

func (NullableComment) Get ¶

func (v NullableComment) Get() *Comment

func (NullableComment) IsSet ¶

func (v NullableComment) IsSet() bool

func (NullableComment) MarshalJSON ¶

func (v NullableComment) MarshalJSON() ([]byte, error)

func (*NullableComment) Set ¶

func (v *NullableComment) Set(val *Comment)

func (*NullableComment) UnmarshalJSON ¶

func (v *NullableComment) UnmarshalJSON(src []byte) error

func (*NullableComment) Unset ¶

func (v *NullableComment) Unset()

type NullableCommentAllOf ¶

type NullableCommentAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableCommentAllOf ¶

func NewNullableCommentAllOf(val *CommentAllOf) *NullableCommentAllOf

func (NullableCommentAllOf) Get ¶

func (NullableCommentAllOf) IsSet ¶

func (v NullableCommentAllOf) IsSet() bool

func (NullableCommentAllOf) MarshalJSON ¶

func (v NullableCommentAllOf) MarshalJSON() ([]byte, error)

func (*NullableCommentAllOf) Set ¶

func (v *NullableCommentAllOf) Set(val *CommentAllOf)

func (*NullableCommentAllOf) UnmarshalJSON ¶

func (v *NullableCommentAllOf) UnmarshalJSON(src []byte) error

func (*NullableCommentAllOf) Unset ¶

func (v *NullableCommentAllOf) Unset()

type NullableCommentAllOfTarget ¶

type NullableCommentAllOfTarget struct {
	// contains filtered or unexported fields
}

func NewNullableCommentAllOfTarget ¶

func NewNullableCommentAllOfTarget(val *CommentAllOfTarget) *NullableCommentAllOfTarget

func (NullableCommentAllOfTarget) Get ¶

func (NullableCommentAllOfTarget) IsSet ¶

func (v NullableCommentAllOfTarget) IsSet() bool

func (NullableCommentAllOfTarget) MarshalJSON ¶

func (v NullableCommentAllOfTarget) MarshalJSON() ([]byte, error)

func (*NullableCommentAllOfTarget) Set ¶

func (*NullableCommentAllOfTarget) UnmarshalJSON ¶

func (v *NullableCommentAllOfTarget) UnmarshalJSON(src []byte) error

func (*NullableCommentAllOfTarget) Unset ¶

func (v *NullableCommentAllOfTarget) Unset()

type NullableCommentAllOfTargetNode ¶

type NullableCommentAllOfTargetNode struct {
	// contains filtered or unexported fields
}

func (NullableCommentAllOfTargetNode) Get ¶

func (NullableCommentAllOfTargetNode) IsSet ¶

func (NullableCommentAllOfTargetNode) MarshalJSON ¶

func (v NullableCommentAllOfTargetNode) MarshalJSON() ([]byte, error)

func (*NullableCommentAllOfTargetNode) Set ¶

func (*NullableCommentAllOfTargetNode) UnmarshalJSON ¶

func (v *NullableCommentAllOfTargetNode) UnmarshalJSON(src []byte) error

func (*NullableCommentAllOfTargetNode) Unset ¶

func (v *NullableCommentAllOfTargetNode) Unset()

type NullableCommentAllOfUrls ¶

type NullableCommentAllOfUrls struct {
	// contains filtered or unexported fields
}

func NewNullableCommentAllOfUrls ¶

func NewNullableCommentAllOfUrls(val *CommentAllOfUrls) *NullableCommentAllOfUrls

func (NullableCommentAllOfUrls) Get ¶

func (NullableCommentAllOfUrls) IsSet ¶

func (v NullableCommentAllOfUrls) IsSet() bool

func (NullableCommentAllOfUrls) MarshalJSON ¶

func (v NullableCommentAllOfUrls) MarshalJSON() ([]byte, error)

func (*NullableCommentAllOfUrls) Set ¶

func (*NullableCommentAllOfUrls) UnmarshalJSON ¶

func (v *NullableCommentAllOfUrls) UnmarshalJSON(src []byte) error

func (*NullableCommentAllOfUrls) Unset ¶

func (v *NullableCommentAllOfUrls) Unset()

type NullableCommentReply ¶

type NullableCommentReply struct {
	// contains filtered or unexported fields
}

func NewNullableCommentReply ¶

func NewNullableCommentReply(val *CommentReply) *NullableCommentReply

func (NullableCommentReply) Get ¶

func (NullableCommentReply) IsSet ¶

func (v NullableCommentReply) IsSet() bool

func (NullableCommentReply) MarshalJSON ¶

func (v NullableCommentReply) MarshalJSON() ([]byte, error)

func (*NullableCommentReply) Set ¶

func (v *NullableCommentReply) Set(val *CommentReply)

func (*NullableCommentReply) UnmarshalJSON ¶

func (v *NullableCommentReply) UnmarshalJSON(src []byte) error

func (*NullableCommentReply) Unset ¶

func (v *NullableCommentReply) Unset()

type NullableCommentReplyUrls ¶

type NullableCommentReplyUrls struct {
	// contains filtered or unexported fields
}

func NewNullableCommentReplyUrls ¶

func NewNullableCommentReplyUrls(val *CommentReplyUrls) *NullableCommentReplyUrls

func (NullableCommentReplyUrls) Get ¶

func (NullableCommentReplyUrls) IsSet ¶

func (v NullableCommentReplyUrls) IsSet() bool

func (NullableCommentReplyUrls) MarshalJSON ¶

func (v NullableCommentReplyUrls) MarshalJSON() ([]byte, error)

func (*NullableCommentReplyUrls) Set ¶

func (*NullableCommentReplyUrls) UnmarshalJSON ¶

func (v *NullableCommentReplyUrls) UnmarshalJSON(src []byte) error

func (*NullableCommentReplyUrls) Unset ¶

func (v *NullableCommentReplyUrls) Unset()

type NullableContentKitAction ¶

type NullableContentKitAction struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitAction ¶

func NewNullableContentKitAction(val *ContentKitAction) *NullableContentKitAction

func (NullableContentKitAction) Get ¶

func (NullableContentKitAction) IsSet ¶

func (v NullableContentKitAction) IsSet() bool

func (NullableContentKitAction) MarshalJSON ¶

func (v NullableContentKitAction) MarshalJSON() ([]byte, error)

func (*NullableContentKitAction) Set ¶

func (*NullableContentKitAction) UnmarshalJSON ¶

func (v *NullableContentKitAction) UnmarshalJSON(src []byte) error

func (*NullableContentKitAction) Unset ¶

func (v *NullableContentKitAction) Unset()

type NullableContentKitActionAnyOf ¶

type NullableContentKitActionAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableContentKitActionAnyOf) Get ¶

func (NullableContentKitActionAnyOf) IsSet ¶

func (NullableContentKitActionAnyOf) MarshalJSON ¶

func (v NullableContentKitActionAnyOf) MarshalJSON() ([]byte, error)

func (*NullableContentKitActionAnyOf) Set ¶

func (*NullableContentKitActionAnyOf) UnmarshalJSON ¶

func (v *NullableContentKitActionAnyOf) UnmarshalJSON(src []byte) error

func (*NullableContentKitActionAnyOf) Unset ¶

func (v *NullableContentKitActionAnyOf) Unset()

type NullableContentKitBlock ¶

type NullableContentKitBlock struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitBlock ¶

func NewNullableContentKitBlock(val *ContentKitBlock) *NullableContentKitBlock

func (NullableContentKitBlock) Get ¶

func (NullableContentKitBlock) IsSet ¶

func (v NullableContentKitBlock) IsSet() bool

func (NullableContentKitBlock) MarshalJSON ¶

func (v NullableContentKitBlock) MarshalJSON() ([]byte, error)

func (*NullableContentKitBlock) Set ¶

func (*NullableContentKitBlock) UnmarshalJSON ¶

func (v *NullableContentKitBlock) UnmarshalJSON(src []byte) error

func (*NullableContentKitBlock) Unset ¶

func (v *NullableContentKitBlock) Unset()

type NullableContentKitBlockControl ¶

type NullableContentKitBlockControl struct {
	// contains filtered or unexported fields
}

func (NullableContentKitBlockControl) Get ¶

func (NullableContentKitBlockControl) IsSet ¶

func (NullableContentKitBlockControl) MarshalJSON ¶

func (v NullableContentKitBlockControl) MarshalJSON() ([]byte, error)

func (*NullableContentKitBlockControl) Set ¶

func (*NullableContentKitBlockControl) UnmarshalJSON ¶

func (v *NullableContentKitBlockControl) UnmarshalJSON(src []byte) error

func (*NullableContentKitBlockControl) Unset ¶

func (v *NullableContentKitBlockControl) Unset()

type NullableContentKitBlockControlsInner ¶

type NullableContentKitBlockControlsInner struct {
	// contains filtered or unexported fields
}

func (NullableContentKitBlockControlsInner) Get ¶

func (NullableContentKitBlockControlsInner) IsSet ¶

func (NullableContentKitBlockControlsInner) MarshalJSON ¶

func (v NullableContentKitBlockControlsInner) MarshalJSON() ([]byte, error)

func (*NullableContentKitBlockControlsInner) Set ¶

func (*NullableContentKitBlockControlsInner) UnmarshalJSON ¶

func (v *NullableContentKitBlockControlsInner) UnmarshalJSON(src []byte) error

func (*NullableContentKitBlockControlsInner) Unset ¶

type NullableContentKitBox ¶

type NullableContentKitBox struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitBox ¶

func NewNullableContentKitBox(val *ContentKitBox) *NullableContentKitBox

func (NullableContentKitBox) Get ¶

func (NullableContentKitBox) IsSet ¶

func (v NullableContentKitBox) IsSet() bool

func (NullableContentKitBox) MarshalJSON ¶

func (v NullableContentKitBox) MarshalJSON() ([]byte, error)

func (*NullableContentKitBox) Set ¶

func (v *NullableContentKitBox) Set(val *ContentKitBox)

func (*NullableContentKitBox) UnmarshalJSON ¶

func (v *NullableContentKitBox) UnmarshalJSON(src []byte) error

func (*NullableContentKitBox) Unset ¶

func (v *NullableContentKitBox) Unset()

type NullableContentKitButton ¶

type NullableContentKitButton struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitButton ¶

func NewNullableContentKitButton(val *ContentKitButton) *NullableContentKitButton

func (NullableContentKitButton) Get ¶

func (NullableContentKitButton) IsSet ¶

func (v NullableContentKitButton) IsSet() bool

func (NullableContentKitButton) MarshalJSON ¶

func (v NullableContentKitButton) MarshalJSON() ([]byte, error)

func (*NullableContentKitButton) Set ¶

func (*NullableContentKitButton) UnmarshalJSON ¶

func (v *NullableContentKitButton) UnmarshalJSON(src []byte) error

func (*NullableContentKitButton) Unset ¶

func (v *NullableContentKitButton) Unset()

type NullableContentKitCard ¶

type NullableContentKitCard struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitCard ¶

func NewNullableContentKitCard(val *ContentKitCard) *NullableContentKitCard

func (NullableContentKitCard) Get ¶

func (NullableContentKitCard) IsSet ¶

func (v NullableContentKitCard) IsSet() bool

func (NullableContentKitCard) MarshalJSON ¶

func (v NullableContentKitCard) MarshalJSON() ([]byte, error)

func (*NullableContentKitCard) Set ¶

func (*NullableContentKitCard) UnmarshalJSON ¶

func (v *NullableContentKitCard) UnmarshalJSON(src []byte) error

func (*NullableContentKitCard) Unset ¶

func (v *NullableContentKitCard) Unset()

type NullableContentKitCardHint ¶

type NullableContentKitCardHint struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitCardHint ¶

func NewNullableContentKitCardHint(val *ContentKitCardHint) *NullableContentKitCardHint

func (NullableContentKitCardHint) Get ¶

func (NullableContentKitCardHint) IsSet ¶

func (v NullableContentKitCardHint) IsSet() bool

func (NullableContentKitCardHint) MarshalJSON ¶

func (v NullableContentKitCardHint) MarshalJSON() ([]byte, error)

func (*NullableContentKitCardHint) Set ¶

func (*NullableContentKitCardHint) UnmarshalJSON ¶

func (v *NullableContentKitCardHint) UnmarshalJSON(src []byte) error

func (*NullableContentKitCardHint) Unset ¶

func (v *NullableContentKitCardHint) Unset()

type NullableContentKitCardIcon ¶

type NullableContentKitCardIcon struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitCardIcon ¶

func NewNullableContentKitCardIcon(val *ContentKitCardIcon) *NullableContentKitCardIcon

func (NullableContentKitCardIcon) Get ¶

func (NullableContentKitCardIcon) IsSet ¶

func (v NullableContentKitCardIcon) IsSet() bool

func (NullableContentKitCardIcon) MarshalJSON ¶

func (v NullableContentKitCardIcon) MarshalJSON() ([]byte, error)

func (*NullableContentKitCardIcon) Set ¶

func (*NullableContentKitCardIcon) UnmarshalJSON ¶

func (v *NullableContentKitCardIcon) UnmarshalJSON(src []byte) error

func (*NullableContentKitCardIcon) Unset ¶

func (v *NullableContentKitCardIcon) Unset()

type NullableContentKitCheckbox ¶

type NullableContentKitCheckbox struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitCheckbox ¶

func NewNullableContentKitCheckbox(val *ContentKitCheckbox) *NullableContentKitCheckbox

func (NullableContentKitCheckbox) Get ¶

func (NullableContentKitCheckbox) IsSet ¶

func (v NullableContentKitCheckbox) IsSet() bool

func (NullableContentKitCheckbox) MarshalJSON ¶

func (v NullableContentKitCheckbox) MarshalJSON() ([]byte, error)

func (*NullableContentKitCheckbox) Set ¶

func (*NullableContentKitCheckbox) UnmarshalJSON ¶

func (v *NullableContentKitCheckbox) UnmarshalJSON(src []byte) error

func (*NullableContentKitCheckbox) Unset ¶

func (v *NullableContentKitCheckbox) Unset()

type NullableContentKitCheckboxValue ¶

type NullableContentKitCheckboxValue struct {
	// contains filtered or unexported fields
}

func (NullableContentKitCheckboxValue) Get ¶

func (NullableContentKitCheckboxValue) IsSet ¶

func (NullableContentKitCheckboxValue) MarshalJSON ¶

func (v NullableContentKitCheckboxValue) MarshalJSON() ([]byte, error)

func (*NullableContentKitCheckboxValue) Set ¶

func (*NullableContentKitCheckboxValue) UnmarshalJSON ¶

func (v *NullableContentKitCheckboxValue) UnmarshalJSON(src []byte) error

func (*NullableContentKitCheckboxValue) Unset ¶

type NullableContentKitCodeBlock ¶

type NullableContentKitCodeBlock struct {
	// contains filtered or unexported fields
}

func (NullableContentKitCodeBlock) Get ¶

func (NullableContentKitCodeBlock) IsSet ¶

func (NullableContentKitCodeBlock) MarshalJSON ¶

func (v NullableContentKitCodeBlock) MarshalJSON() ([]byte, error)

func (*NullableContentKitCodeBlock) Set ¶

func (*NullableContentKitCodeBlock) UnmarshalJSON ¶

func (v *NullableContentKitCodeBlock) UnmarshalJSON(src []byte) error

func (*NullableContentKitCodeBlock) Unset ¶

func (v *NullableContentKitCodeBlock) Unset()

type NullableContentKitCodeBlockContent ¶

type NullableContentKitCodeBlockContent struct {
	// contains filtered or unexported fields
}

func (NullableContentKitCodeBlockContent) Get ¶

func (NullableContentKitCodeBlockContent) IsSet ¶

func (NullableContentKitCodeBlockContent) MarshalJSON ¶

func (v NullableContentKitCodeBlockContent) MarshalJSON() ([]byte, error)

func (*NullableContentKitCodeBlockContent) Set ¶

func (*NullableContentKitCodeBlockContent) UnmarshalJSON ¶

func (v *NullableContentKitCodeBlockContent) UnmarshalJSON(src []byte) error

func (*NullableContentKitCodeBlockContent) Unset ¶

type NullableContentKitCodeBlockLineNumbers ¶

type NullableContentKitCodeBlockLineNumbers struct {
	// contains filtered or unexported fields
}

func (NullableContentKitCodeBlockLineNumbers) Get ¶

func (NullableContentKitCodeBlockLineNumbers) IsSet ¶

func (NullableContentKitCodeBlockLineNumbers) MarshalJSON ¶

func (v NullableContentKitCodeBlockLineNumbers) MarshalJSON() ([]byte, error)

func (*NullableContentKitCodeBlockLineNumbers) Set ¶

func (*NullableContentKitCodeBlockLineNumbers) UnmarshalJSON ¶

func (v *NullableContentKitCodeBlockLineNumbers) UnmarshalJSON(src []byte) error

func (*NullableContentKitCodeBlockLineNumbers) Unset ¶

type NullableContentKitConfirm ¶

type NullableContentKitConfirm struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitConfirm ¶

func NewNullableContentKitConfirm(val *ContentKitConfirm) *NullableContentKitConfirm

func (NullableContentKitConfirm) Get ¶

func (NullableContentKitConfirm) IsSet ¶

func (v NullableContentKitConfirm) IsSet() bool

func (NullableContentKitConfirm) MarshalJSON ¶

func (v NullableContentKitConfirm) MarshalJSON() ([]byte, error)

func (*NullableContentKitConfirm) Set ¶

func (*NullableContentKitConfirm) UnmarshalJSON ¶

func (v *NullableContentKitConfirm) UnmarshalJSON(src []byte) error

func (*NullableContentKitConfirm) Unset ¶

func (v *NullableContentKitConfirm) Unset()

type NullableContentKitContext ¶

type NullableContentKitContext struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitContext ¶

func NewNullableContentKitContext(val *ContentKitContext) *NullableContentKitContext

func (NullableContentKitContext) Get ¶

func (NullableContentKitContext) IsSet ¶

func (v NullableContentKitContext) IsSet() bool

func (NullableContentKitContext) MarshalJSON ¶

func (v NullableContentKitContext) MarshalJSON() ([]byte, error)

func (*NullableContentKitContext) Set ¶

func (*NullableContentKitContext) UnmarshalJSON ¶

func (v *NullableContentKitContext) UnmarshalJSON(src []byte) error

func (*NullableContentKitContext) Unset ¶

func (v *NullableContentKitContext) Unset()

type NullableContentKitContextBase ¶

type NullableContentKitContextBase struct {
	// contains filtered or unexported fields
}

func (NullableContentKitContextBase) Get ¶

func (NullableContentKitContextBase) IsSet ¶

func (NullableContentKitContextBase) MarshalJSON ¶

func (v NullableContentKitContextBase) MarshalJSON() ([]byte, error)

func (*NullableContentKitContextBase) Set ¶

func (*NullableContentKitContextBase) UnmarshalJSON ¶

func (v *NullableContentKitContextBase) UnmarshalJSON(src []byte) error

func (*NullableContentKitContextBase) Unset ¶

func (v *NullableContentKitContextBase) Unset()

type NullableContentKitContextConfigurationAccount ¶

type NullableContentKitContextConfigurationAccount struct {
	// contains filtered or unexported fields
}

func (NullableContentKitContextConfigurationAccount) Get ¶

func (NullableContentKitContextConfigurationAccount) IsSet ¶

func (NullableContentKitContextConfigurationAccount) MarshalJSON ¶

func (*NullableContentKitContextConfigurationAccount) Set ¶

func (*NullableContentKitContextConfigurationAccount) UnmarshalJSON ¶

func (*NullableContentKitContextConfigurationAccount) Unset ¶

type NullableContentKitContextConfigurationAccountAllOf ¶

type NullableContentKitContextConfigurationAccountAllOf struct {
	// contains filtered or unexported fields
}

func (NullableContentKitContextConfigurationAccountAllOf) Get ¶

func (NullableContentKitContextConfigurationAccountAllOf) IsSet ¶

func (NullableContentKitContextConfigurationAccountAllOf) MarshalJSON ¶

func (*NullableContentKitContextConfigurationAccountAllOf) Set ¶

func (*NullableContentKitContextConfigurationAccountAllOf) UnmarshalJSON ¶

func (*NullableContentKitContextConfigurationAccountAllOf) Unset ¶

type NullableContentKitContextConfigurationSpace ¶

type NullableContentKitContextConfigurationSpace struct {
	// contains filtered or unexported fields
}

func (NullableContentKitContextConfigurationSpace) Get ¶

func (NullableContentKitContextConfigurationSpace) IsSet ¶

func (NullableContentKitContextConfigurationSpace) MarshalJSON ¶

func (*NullableContentKitContextConfigurationSpace) Set ¶

func (*NullableContentKitContextConfigurationSpace) UnmarshalJSON ¶

func (v *NullableContentKitContextConfigurationSpace) UnmarshalJSON(src []byte) error

func (*NullableContentKitContextConfigurationSpace) Unset ¶

type NullableContentKitContextConfigurationSpaceAllOf ¶

type NullableContentKitContextConfigurationSpaceAllOf struct {
	// contains filtered or unexported fields
}

func (NullableContentKitContextConfigurationSpaceAllOf) Get ¶

func (NullableContentKitContextConfigurationSpaceAllOf) IsSet ¶

func (NullableContentKitContextConfigurationSpaceAllOf) MarshalJSON ¶

func (*NullableContentKitContextConfigurationSpaceAllOf) Set ¶

func (*NullableContentKitContextConfigurationSpaceAllOf) UnmarshalJSON ¶

func (*NullableContentKitContextConfigurationSpaceAllOf) Unset ¶

type NullableContentKitContextDocument ¶

type NullableContentKitContextDocument struct {
	// contains filtered or unexported fields
}

func (NullableContentKitContextDocument) Get ¶

func (NullableContentKitContextDocument) IsSet ¶

func (NullableContentKitContextDocument) MarshalJSON ¶

func (v NullableContentKitContextDocument) MarshalJSON() ([]byte, error)

func (*NullableContentKitContextDocument) Set ¶

func (*NullableContentKitContextDocument) UnmarshalJSON ¶

func (v *NullableContentKitContextDocument) UnmarshalJSON(src []byte) error

func (*NullableContentKitContextDocument) Unset ¶

type NullableContentKitContextDocumentAllOf ¶

type NullableContentKitContextDocumentAllOf struct {
	// contains filtered or unexported fields
}

func (NullableContentKitContextDocumentAllOf) Get ¶

func (NullableContentKitContextDocumentAllOf) IsSet ¶

func (NullableContentKitContextDocumentAllOf) MarshalJSON ¶

func (v NullableContentKitContextDocumentAllOf) MarshalJSON() ([]byte, error)

func (*NullableContentKitContextDocumentAllOf) Set ¶

func (*NullableContentKitContextDocumentAllOf) UnmarshalJSON ¶

func (v *NullableContentKitContextDocumentAllOf) UnmarshalJSON(src []byte) error

func (*NullableContentKitContextDocumentAllOf) Unset ¶

type NullableContentKitDefaultAction ¶

type NullableContentKitDefaultAction struct {
	// contains filtered or unexported fields
}

func (NullableContentKitDefaultAction) Get ¶

func (NullableContentKitDefaultAction) IsSet ¶

func (NullableContentKitDefaultAction) MarshalJSON ¶

func (v NullableContentKitDefaultAction) MarshalJSON() ([]byte, error)

func (*NullableContentKitDefaultAction) Set ¶

func (*NullableContentKitDefaultAction) UnmarshalJSON ¶

func (v *NullableContentKitDefaultAction) UnmarshalJSON(src []byte) error

func (*NullableContentKitDefaultAction) Unset ¶

type NullableContentKitDefaultActionOneOf ¶

type NullableContentKitDefaultActionOneOf struct {
	// contains filtered or unexported fields
}

func (NullableContentKitDefaultActionOneOf) Get ¶

func (NullableContentKitDefaultActionOneOf) IsSet ¶

func (NullableContentKitDefaultActionOneOf) MarshalJSON ¶

func (v NullableContentKitDefaultActionOneOf) MarshalJSON() ([]byte, error)

func (*NullableContentKitDefaultActionOneOf) Set ¶

func (*NullableContentKitDefaultActionOneOf) UnmarshalJSON ¶

func (v *NullableContentKitDefaultActionOneOf) UnmarshalJSON(src []byte) error

func (*NullableContentKitDefaultActionOneOf) Unset ¶

type NullableContentKitDefaultActionOneOf1 ¶

type NullableContentKitDefaultActionOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableContentKitDefaultActionOneOf1) Get ¶

func (NullableContentKitDefaultActionOneOf1) IsSet ¶

func (NullableContentKitDefaultActionOneOf1) MarshalJSON ¶

func (v NullableContentKitDefaultActionOneOf1) MarshalJSON() ([]byte, error)

func (*NullableContentKitDefaultActionOneOf1) Set ¶

func (*NullableContentKitDefaultActionOneOf1) UnmarshalJSON ¶

func (v *NullableContentKitDefaultActionOneOf1) UnmarshalJSON(src []byte) error

func (*NullableContentKitDefaultActionOneOf1) Unset ¶

type NullableContentKitDefaultActionOneOf2 ¶

type NullableContentKitDefaultActionOneOf2 struct {
	// contains filtered or unexported fields
}

func (NullableContentKitDefaultActionOneOf2) Get ¶

func (NullableContentKitDefaultActionOneOf2) IsSet ¶

func (NullableContentKitDefaultActionOneOf2) MarshalJSON ¶

func (v NullableContentKitDefaultActionOneOf2) MarshalJSON() ([]byte, error)

func (*NullableContentKitDefaultActionOneOf2) Set ¶

func (*NullableContentKitDefaultActionOneOf2) UnmarshalJSON ¶

func (v *NullableContentKitDefaultActionOneOf2) UnmarshalJSON(src []byte) error

func (*NullableContentKitDefaultActionOneOf2) Unset ¶

type NullableContentKitDefaultActionOneOf3 ¶

type NullableContentKitDefaultActionOneOf3 struct {
	// contains filtered or unexported fields
}

func (NullableContentKitDefaultActionOneOf3) Get ¶

func (NullableContentKitDefaultActionOneOf3) IsSet ¶

func (NullableContentKitDefaultActionOneOf3) MarshalJSON ¶

func (v NullableContentKitDefaultActionOneOf3) MarshalJSON() ([]byte, error)

func (*NullableContentKitDefaultActionOneOf3) Set ¶

func (*NullableContentKitDefaultActionOneOf3) UnmarshalJSON ¶

func (v *NullableContentKitDefaultActionOneOf3) UnmarshalJSON(src []byte) error

func (*NullableContentKitDefaultActionOneOf3) Unset ¶

type NullableContentKitDefaultActionOneOf4 ¶

type NullableContentKitDefaultActionOneOf4 struct {
	// contains filtered or unexported fields
}

func (NullableContentKitDefaultActionOneOf4) Get ¶

func (NullableContentKitDefaultActionOneOf4) IsSet ¶

func (NullableContentKitDefaultActionOneOf4) MarshalJSON ¶

func (v NullableContentKitDefaultActionOneOf4) MarshalJSON() ([]byte, error)

func (*NullableContentKitDefaultActionOneOf4) Set ¶

func (*NullableContentKitDefaultActionOneOf4) UnmarshalJSON ¶

func (v *NullableContentKitDefaultActionOneOf4) UnmarshalJSON(src []byte) error

func (*NullableContentKitDefaultActionOneOf4) Unset ¶

type NullableContentKitDescendantElement ¶

type NullableContentKitDescendantElement struct {
	// contains filtered or unexported fields
}

func (NullableContentKitDescendantElement) Get ¶

func (NullableContentKitDescendantElement) IsSet ¶

func (NullableContentKitDescendantElement) MarshalJSON ¶

func (v NullableContentKitDescendantElement) MarshalJSON() ([]byte, error)

func (*NullableContentKitDescendantElement) Set ¶

func (*NullableContentKitDescendantElement) UnmarshalJSON ¶

func (v *NullableContentKitDescendantElement) UnmarshalJSON(src []byte) error

func (*NullableContentKitDescendantElement) Unset ¶

type NullableContentKitDivider ¶

type NullableContentKitDivider struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitDivider ¶

func NewNullableContentKitDivider(val *ContentKitDivider) *NullableContentKitDivider

func (NullableContentKitDivider) Get ¶

func (NullableContentKitDivider) IsSet ¶

func (v NullableContentKitDivider) IsSet() bool

func (NullableContentKitDivider) MarshalJSON ¶

func (v NullableContentKitDivider) MarshalJSON() ([]byte, error)

func (*NullableContentKitDivider) Set ¶

func (*NullableContentKitDivider) UnmarshalJSON ¶

func (v *NullableContentKitDivider) UnmarshalJSON(src []byte) error

func (*NullableContentKitDivider) Unset ¶

func (v *NullableContentKitDivider) Unset()

type NullableContentKitDynamicBinding ¶

type NullableContentKitDynamicBinding struct {
	// contains filtered or unexported fields
}

func (NullableContentKitDynamicBinding) Get ¶

func (NullableContentKitDynamicBinding) IsSet ¶

func (NullableContentKitDynamicBinding) MarshalJSON ¶

func (v NullableContentKitDynamicBinding) MarshalJSON() ([]byte, error)

func (*NullableContentKitDynamicBinding) Set ¶

func (*NullableContentKitDynamicBinding) UnmarshalJSON ¶

func (v *NullableContentKitDynamicBinding) UnmarshalJSON(src []byte) error

func (*NullableContentKitDynamicBinding) Unset ¶

type NullableContentKitHStack ¶

type NullableContentKitHStack struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitHStack ¶

func NewNullableContentKitHStack(val *ContentKitHStack) *NullableContentKitHStack

func (NullableContentKitHStack) Get ¶

func (NullableContentKitHStack) IsSet ¶

func (v NullableContentKitHStack) IsSet() bool

func (NullableContentKitHStack) MarshalJSON ¶

func (v NullableContentKitHStack) MarshalJSON() ([]byte, error)

func (*NullableContentKitHStack) Set ¶

func (*NullableContentKitHStack) UnmarshalJSON ¶

func (v *NullableContentKitHStack) UnmarshalJSON(src []byte) error

func (*NullableContentKitHStack) Unset ¶

func (v *NullableContentKitHStack) Unset()

type NullableContentKitHint ¶ added in v0.2.0

type NullableContentKitHint struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitHint ¶ added in v0.2.0

func NewNullableContentKitHint(val *ContentKitHint) *NullableContentKitHint

func (NullableContentKitHint) Get ¶ added in v0.2.0

func (NullableContentKitHint) IsSet ¶ added in v0.2.0

func (v NullableContentKitHint) IsSet() bool

func (NullableContentKitHint) MarshalJSON ¶ added in v0.2.0

func (v NullableContentKitHint) MarshalJSON() ([]byte, error)

func (*NullableContentKitHint) Set ¶ added in v0.2.0

func (*NullableContentKitHint) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableContentKitHint) UnmarshalJSON(src []byte) error

func (*NullableContentKitHint) Unset ¶ added in v0.2.0

func (v *NullableContentKitHint) Unset()

type NullableContentKitIcon ¶

type NullableContentKitIcon struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitIcon ¶

func NewNullableContentKitIcon(val *ContentKitIcon) *NullableContentKitIcon

func (NullableContentKitIcon) Get ¶

func (NullableContentKitIcon) IsSet ¶

func (v NullableContentKitIcon) IsSet() bool

func (NullableContentKitIcon) MarshalJSON ¶

func (v NullableContentKitIcon) MarshalJSON() ([]byte, error)

func (*NullableContentKitIcon) Set ¶

func (*NullableContentKitIcon) UnmarshalJSON ¶

func (v *NullableContentKitIcon) UnmarshalJSON(src []byte) error

func (*NullableContentKitIcon) Unset ¶

func (v *NullableContentKitIcon) Unset()

type NullableContentKitImage ¶

type NullableContentKitImage struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitImage ¶

func NewNullableContentKitImage(val *ContentKitImage) *NullableContentKitImage

func (NullableContentKitImage) Get ¶

func (NullableContentKitImage) IsSet ¶

func (v NullableContentKitImage) IsSet() bool

func (NullableContentKitImage) MarshalJSON ¶

func (v NullableContentKitImage) MarshalJSON() ([]byte, error)

func (*NullableContentKitImage) Set ¶

func (*NullableContentKitImage) UnmarshalJSON ¶

func (v *NullableContentKitImage) UnmarshalJSON(src []byte) error

func (*NullableContentKitImage) Unset ¶

func (v *NullableContentKitImage) Unset()

type NullableContentKitImageSource ¶

type NullableContentKitImageSource struct {
	// contains filtered or unexported fields
}

func (NullableContentKitImageSource) Get ¶

func (NullableContentKitImageSource) IsSet ¶

func (NullableContentKitImageSource) MarshalJSON ¶

func (v NullableContentKitImageSource) MarshalJSON() ([]byte, error)

func (*NullableContentKitImageSource) Set ¶

func (*NullableContentKitImageSource) UnmarshalJSON ¶

func (v *NullableContentKitImageSource) UnmarshalJSON(src []byte) error

func (*NullableContentKitImageSource) Unset ¶

func (v *NullableContentKitImageSource) Unset()

type NullableContentKitInlineElement ¶

type NullableContentKitInlineElement struct {
	// contains filtered or unexported fields
}

func (NullableContentKitInlineElement) Get ¶

func (NullableContentKitInlineElement) IsSet ¶

func (NullableContentKitInlineElement) MarshalJSON ¶

func (v NullableContentKitInlineElement) MarshalJSON() ([]byte, error)

func (*NullableContentKitInlineElement) Set ¶

func (*NullableContentKitInlineElement) UnmarshalJSON ¶

func (v *NullableContentKitInlineElement) UnmarshalJSON(src []byte) error

func (*NullableContentKitInlineElement) Unset ¶

type NullableContentKitInput ¶

type NullableContentKitInput struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitInput ¶

func NewNullableContentKitInput(val *ContentKitInput) *NullableContentKitInput

func (NullableContentKitInput) Get ¶

func (NullableContentKitInput) IsSet ¶

func (v NullableContentKitInput) IsSet() bool

func (NullableContentKitInput) MarshalJSON ¶

func (v NullableContentKitInput) MarshalJSON() ([]byte, error)

func (*NullableContentKitInput) Set ¶

func (*NullableContentKitInput) UnmarshalJSON ¶

func (v *NullableContentKitInput) UnmarshalJSON(src []byte) error

func (*NullableContentKitInput) Unset ¶

func (v *NullableContentKitInput) Unset()

type NullableContentKitInputElement ¶

type NullableContentKitInputElement struct {
	// contains filtered or unexported fields
}

func (NullableContentKitInputElement) Get ¶

func (NullableContentKitInputElement) IsSet ¶

func (NullableContentKitInputElement) MarshalJSON ¶

func (v NullableContentKitInputElement) MarshalJSON() ([]byte, error)

func (*NullableContentKitInputElement) Set ¶

func (*NullableContentKitInputElement) UnmarshalJSON ¶

func (v *NullableContentKitInputElement) UnmarshalJSON(src []byte) error

func (*NullableContentKitInputElement) Unset ¶

func (v *NullableContentKitInputElement) Unset()

type NullableContentKitInputHint ¶

type NullableContentKitInputHint struct {
	// contains filtered or unexported fields
}

func (NullableContentKitInputHint) Get ¶

func (NullableContentKitInputHint) IsSet ¶

func (NullableContentKitInputHint) MarshalJSON ¶

func (v NullableContentKitInputHint) MarshalJSON() ([]byte, error)

func (*NullableContentKitInputHint) Set ¶

func (*NullableContentKitInputHint) UnmarshalJSON ¶

func (v *NullableContentKitInputHint) UnmarshalJSON(src []byte) error

func (*NullableContentKitInputHint) Unset ¶

func (v *NullableContentKitInputHint) Unset()
type NullableContentKitLink struct {
	// contains filtered or unexported fields
}
func NewNullableContentKitLink(val *ContentKitLink) *NullableContentKitLink

func (NullableContentKitLink) Get ¶ added in v0.2.0

func (NullableContentKitLink) IsSet ¶ added in v0.2.0

func (v NullableContentKitLink) IsSet() bool

func (NullableContentKitLink) MarshalJSON ¶ added in v0.2.0

func (v NullableContentKitLink) MarshalJSON() ([]byte, error)

func (*NullableContentKitLink) Set ¶ added in v0.2.0

func (*NullableContentKitLink) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableContentKitLink) UnmarshalJSON(src []byte) error

func (*NullableContentKitLink) Unset ¶ added in v0.2.0

func (v *NullableContentKitLink) Unset()

type NullableContentKitLinkChildren ¶ added in v0.2.0

type NullableContentKitLinkChildren struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitLinkChildren ¶ added in v0.2.0

func NewNullableContentKitLinkChildren(val *ContentKitLinkChildren) *NullableContentKitLinkChildren

func (NullableContentKitLinkChildren) Get ¶ added in v0.2.0

func (NullableContentKitLinkChildren) IsSet ¶ added in v0.2.0

func (NullableContentKitLinkChildren) MarshalJSON ¶ added in v0.2.0

func (v NullableContentKitLinkChildren) MarshalJSON() ([]byte, error)

func (*NullableContentKitLinkChildren) Set ¶ added in v0.2.0

func (*NullableContentKitLinkChildren) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableContentKitLinkChildren) UnmarshalJSON(src []byte) error

func (*NullableContentKitLinkChildren) Unset ¶ added in v0.2.0

func (v *NullableContentKitLinkChildren) Unset()

type NullableContentKitLinkTarget ¶ added in v0.2.0

type NullableContentKitLinkTarget struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitLinkTarget ¶ added in v0.2.0

func NewNullableContentKitLinkTarget(val *ContentKitLinkTarget) *NullableContentKitLinkTarget

func (NullableContentKitLinkTarget) Get ¶ added in v0.2.0

func (NullableContentKitLinkTarget) IsSet ¶ added in v0.2.0

func (NullableContentKitLinkTarget) MarshalJSON ¶ added in v0.2.0

func (v NullableContentKitLinkTarget) MarshalJSON() ([]byte, error)

func (*NullableContentKitLinkTarget) Set ¶ added in v0.2.0

func (*NullableContentKitLinkTarget) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableContentKitLinkTarget) UnmarshalJSON(src []byte) error

func (*NullableContentKitLinkTarget) Unset ¶ added in v0.2.0

func (v *NullableContentKitLinkTarget) Unset()

type NullableContentKitLinkTargetUrl ¶ added in v0.2.0

type NullableContentKitLinkTargetUrl struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitLinkTargetUrl ¶ added in v0.2.0

func NewNullableContentKitLinkTargetUrl(val *ContentKitLinkTargetUrl) *NullableContentKitLinkTargetUrl

func (NullableContentKitLinkTargetUrl) Get ¶ added in v0.2.0

func (NullableContentKitLinkTargetUrl) IsSet ¶ added in v0.2.0

func (NullableContentKitLinkTargetUrl) MarshalJSON ¶ added in v0.2.0

func (v NullableContentKitLinkTargetUrl) MarshalJSON() ([]byte, error)

func (*NullableContentKitLinkTargetUrl) Set ¶ added in v0.2.0

func (*NullableContentKitLinkTargetUrl) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableContentKitLinkTargetUrl) UnmarshalJSON(src []byte) error

func (*NullableContentKitLinkTargetUrl) Unset ¶ added in v0.2.0

type NullableContentKitMarkdown ¶

type NullableContentKitMarkdown struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitMarkdown ¶

func NewNullableContentKitMarkdown(val *ContentKitMarkdown) *NullableContentKitMarkdown

func (NullableContentKitMarkdown) Get ¶

func (NullableContentKitMarkdown) IsSet ¶

func (v NullableContentKitMarkdown) IsSet() bool

func (NullableContentKitMarkdown) MarshalJSON ¶

func (v NullableContentKitMarkdown) MarshalJSON() ([]byte, error)

func (*NullableContentKitMarkdown) Set ¶

func (*NullableContentKitMarkdown) UnmarshalJSON ¶

func (v *NullableContentKitMarkdown) UnmarshalJSON(src []byte) error

func (*NullableContentKitMarkdown) Unset ¶

func (v *NullableContentKitMarkdown) Unset()

type NullableContentKitMarkdownContent ¶

type NullableContentKitMarkdownContent struct {
	// contains filtered or unexported fields
}

func (NullableContentKitMarkdownContent) Get ¶

func (NullableContentKitMarkdownContent) IsSet ¶

func (NullableContentKitMarkdownContent) MarshalJSON ¶

func (v NullableContentKitMarkdownContent) MarshalJSON() ([]byte, error)

func (*NullableContentKitMarkdownContent) Set ¶

func (*NullableContentKitMarkdownContent) UnmarshalJSON ¶

func (v *NullableContentKitMarkdownContent) UnmarshalJSON(src []byte) error

func (*NullableContentKitMarkdownContent) Unset ¶

type NullableContentKitModal ¶

type NullableContentKitModal struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitModal ¶

func NewNullableContentKitModal(val *ContentKitModal) *NullableContentKitModal

func (NullableContentKitModal) Get ¶

func (NullableContentKitModal) IsSet ¶

func (v NullableContentKitModal) IsSet() bool

func (NullableContentKitModal) MarshalJSON ¶

func (v NullableContentKitModal) MarshalJSON() ([]byte, error)

func (*NullableContentKitModal) Set ¶

func (*NullableContentKitModal) UnmarshalJSON ¶

func (v *NullableContentKitModal) UnmarshalJSON(src []byte) error

func (*NullableContentKitModal) Unset ¶

func (v *NullableContentKitModal) Unset()

type NullableContentKitRadio ¶

type NullableContentKitRadio struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitRadio ¶

func NewNullableContentKitRadio(val *ContentKitRadio) *NullableContentKitRadio

func (NullableContentKitRadio) Get ¶

func (NullableContentKitRadio) IsSet ¶

func (v NullableContentKitRadio) IsSet() bool

func (NullableContentKitRadio) MarshalJSON ¶

func (v NullableContentKitRadio) MarshalJSON() ([]byte, error)

func (*NullableContentKitRadio) Set ¶

func (*NullableContentKitRadio) UnmarshalJSON ¶

func (v *NullableContentKitRadio) UnmarshalJSON(src []byte) error

func (*NullableContentKitRadio) Unset ¶

func (v *NullableContentKitRadio) Unset()

type NullableContentKitRadioValue ¶

type NullableContentKitRadioValue struct {
	// contains filtered or unexported fields
}

func (NullableContentKitRadioValue) Get ¶

func (NullableContentKitRadioValue) IsSet ¶

func (NullableContentKitRadioValue) MarshalJSON ¶

func (v NullableContentKitRadioValue) MarshalJSON() ([]byte, error)

func (*NullableContentKitRadioValue) Set ¶

func (*NullableContentKitRadioValue) UnmarshalJSON ¶

func (v *NullableContentKitRadioValue) UnmarshalJSON(src []byte) error

func (*NullableContentKitRadioValue) Unset ¶

func (v *NullableContentKitRadioValue) Unset()

type NullableContentKitRenderOutput ¶

type NullableContentKitRenderOutput struct {
	// contains filtered or unexported fields
}

func (NullableContentKitRenderOutput) Get ¶

func (NullableContentKitRenderOutput) IsSet ¶

func (NullableContentKitRenderOutput) MarshalJSON ¶

func (v NullableContentKitRenderOutput) MarshalJSON() ([]byte, error)

func (*NullableContentKitRenderOutput) Set ¶

func (*NullableContentKitRenderOutput) UnmarshalJSON ¶

func (v *NullableContentKitRenderOutput) UnmarshalJSON(src []byte) error

func (*NullableContentKitRenderOutput) Unset ¶

func (v *NullableContentKitRenderOutput) Unset()

type NullableContentKitRootElement ¶

type NullableContentKitRootElement struct {
	// contains filtered or unexported fields
}

func (NullableContentKitRootElement) Get ¶

func (NullableContentKitRootElement) IsSet ¶

func (NullableContentKitRootElement) MarshalJSON ¶

func (v NullableContentKitRootElement) MarshalJSON() ([]byte, error)

func (*NullableContentKitRootElement) Set ¶

func (*NullableContentKitRootElement) UnmarshalJSON ¶

func (v *NullableContentKitRootElement) UnmarshalJSON(src []byte) error

func (*NullableContentKitRootElement) Unset ¶

func (v *NullableContentKitRootElement) Unset()

type NullableContentKitSelect ¶

type NullableContentKitSelect struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitSelect ¶

func NewNullableContentKitSelect(val *ContentKitSelect) *NullableContentKitSelect

func (NullableContentKitSelect) Get ¶

func (NullableContentKitSelect) IsSet ¶

func (v NullableContentKitSelect) IsSet() bool

func (NullableContentKitSelect) MarshalJSON ¶

func (v NullableContentKitSelect) MarshalJSON() ([]byte, error)

func (*NullableContentKitSelect) Set ¶

func (*NullableContentKitSelect) UnmarshalJSON ¶

func (v *NullableContentKitSelect) UnmarshalJSON(src []byte) error

func (*NullableContentKitSelect) Unset ¶

func (v *NullableContentKitSelect) Unset()

type NullableContentKitSelectInitialValue ¶

type NullableContentKitSelectInitialValue struct {
	// contains filtered or unexported fields
}

func (NullableContentKitSelectInitialValue) Get ¶

func (NullableContentKitSelectInitialValue) IsSet ¶

func (NullableContentKitSelectInitialValue) MarshalJSON ¶

func (v NullableContentKitSelectInitialValue) MarshalJSON() ([]byte, error)

func (*NullableContentKitSelectInitialValue) Set ¶

func (*NullableContentKitSelectInitialValue) UnmarshalJSON ¶

func (v *NullableContentKitSelectInitialValue) UnmarshalJSON(src []byte) error

func (*NullableContentKitSelectInitialValue) Unset ¶

type NullableContentKitSelectOption ¶

type NullableContentKitSelectOption struct {
	// contains filtered or unexported fields
}

func (NullableContentKitSelectOption) Get ¶

func (NullableContentKitSelectOption) IsSet ¶

func (NullableContentKitSelectOption) MarshalJSON ¶

func (v NullableContentKitSelectOption) MarshalJSON() ([]byte, error)

func (*NullableContentKitSelectOption) Set ¶

func (*NullableContentKitSelectOption) UnmarshalJSON ¶

func (v *NullableContentKitSelectOption) UnmarshalJSON(src []byte) error

func (*NullableContentKitSelectOption) Unset ¶

func (v *NullableContentKitSelectOption) Unset()

type NullableContentKitSelectOptions ¶

type NullableContentKitSelectOptions struct {
	// contains filtered or unexported fields
}

func (NullableContentKitSelectOptions) Get ¶

func (NullableContentKitSelectOptions) IsSet ¶

func (NullableContentKitSelectOptions) MarshalJSON ¶

func (v NullableContentKitSelectOptions) MarshalJSON() ([]byte, error)

func (*NullableContentKitSelectOptions) Set ¶

func (*NullableContentKitSelectOptions) UnmarshalJSON ¶

func (v *NullableContentKitSelectOptions) UnmarshalJSON(src []byte) error

func (*NullableContentKitSelectOptions) Unset ¶

type NullableContentKitSelectOptionsOneOf ¶

type NullableContentKitSelectOptionsOneOf struct {
	// contains filtered or unexported fields
}

func (NullableContentKitSelectOptionsOneOf) Get ¶

func (NullableContentKitSelectOptionsOneOf) IsSet ¶

func (NullableContentKitSelectOptionsOneOf) MarshalJSON ¶

func (v NullableContentKitSelectOptionsOneOf) MarshalJSON() ([]byte, error)

func (*NullableContentKitSelectOptionsOneOf) Set ¶

func (*NullableContentKitSelectOptionsOneOf) UnmarshalJSON ¶

func (v *NullableContentKitSelectOptionsOneOf) UnmarshalJSON(src []byte) error

func (*NullableContentKitSelectOptionsOneOf) Unset ¶

type NullableContentKitSelectOptionsOneOfUrl ¶ added in v0.2.0

type NullableContentKitSelectOptionsOneOfUrl struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitSelectOptionsOneOfUrl ¶ added in v0.2.0

func NewNullableContentKitSelectOptionsOneOfUrl(val *ContentKitSelectOptionsOneOfUrl) *NullableContentKitSelectOptionsOneOfUrl

func (NullableContentKitSelectOptionsOneOfUrl) Get ¶ added in v0.2.0

func (NullableContentKitSelectOptionsOneOfUrl) IsSet ¶ added in v0.2.0

func (NullableContentKitSelectOptionsOneOfUrl) MarshalJSON ¶ added in v0.2.0

func (v NullableContentKitSelectOptionsOneOfUrl) MarshalJSON() ([]byte, error)

func (*NullableContentKitSelectOptionsOneOfUrl) Set ¶ added in v0.2.0

func (*NullableContentKitSelectOptionsOneOfUrl) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableContentKitSelectOptionsOneOfUrl) UnmarshalJSON(src []byte) error

func (*NullableContentKitSelectOptionsOneOfUrl) Unset ¶ added in v0.2.0

type NullableContentKitSwitch ¶

type NullableContentKitSwitch struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitSwitch ¶

func NewNullableContentKitSwitch(val *ContentKitSwitch) *NullableContentKitSwitch

func (NullableContentKitSwitch) Get ¶

func (NullableContentKitSwitch) IsSet ¶

func (v NullableContentKitSwitch) IsSet() bool

func (NullableContentKitSwitch) MarshalJSON ¶

func (v NullableContentKitSwitch) MarshalJSON() ([]byte, error)

func (*NullableContentKitSwitch) Set ¶

func (*NullableContentKitSwitch) UnmarshalJSON ¶

func (v *NullableContentKitSwitch) UnmarshalJSON(src []byte) error

func (*NullableContentKitSwitch) Unset ¶

func (v *NullableContentKitSwitch) Unset()

type NullableContentKitText ¶

type NullableContentKitText struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitText ¶

func NewNullableContentKitText(val *ContentKitText) *NullableContentKitText

func (NullableContentKitText) Get ¶

func (NullableContentKitText) IsSet ¶

func (v NullableContentKitText) IsSet() bool

func (NullableContentKitText) MarshalJSON ¶

func (v NullableContentKitText) MarshalJSON() ([]byte, error)

func (*NullableContentKitText) Set ¶

func (*NullableContentKitText) UnmarshalJSON ¶

func (v *NullableContentKitText) UnmarshalJSON(src []byte) error

func (*NullableContentKitText) Unset ¶

func (v *NullableContentKitText) Unset()

type NullableContentKitTextChildren ¶ added in v0.2.0

type NullableContentKitTextChildren struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitTextChildren ¶ added in v0.2.0

func NewNullableContentKitTextChildren(val *ContentKitTextChildren) *NullableContentKitTextChildren

func (NullableContentKitTextChildren) Get ¶ added in v0.2.0

func (NullableContentKitTextChildren) IsSet ¶ added in v0.2.0

func (NullableContentKitTextChildren) MarshalJSON ¶ added in v0.2.0

func (v NullableContentKitTextChildren) MarshalJSON() ([]byte, error)

func (*NullableContentKitTextChildren) Set ¶ added in v0.2.0

func (*NullableContentKitTextChildren) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableContentKitTextChildren) UnmarshalJSON(src []byte) error

func (*NullableContentKitTextChildren) Unset ¶ added in v0.2.0

func (v *NullableContentKitTextChildren) Unset()

type NullableContentKitTextChildrenOneOfInner ¶ added in v0.2.0

type NullableContentKitTextChildrenOneOfInner struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitTextChildrenOneOfInner ¶ added in v0.2.0

func NewNullableContentKitTextChildrenOneOfInner(val *ContentKitTextChildrenOneOfInner) *NullableContentKitTextChildrenOneOfInner

func (NullableContentKitTextChildrenOneOfInner) Get ¶ added in v0.2.0

func (NullableContentKitTextChildrenOneOfInner) IsSet ¶ added in v0.2.0

func (NullableContentKitTextChildrenOneOfInner) MarshalJSON ¶ added in v0.2.0

func (*NullableContentKitTextChildrenOneOfInner) Set ¶ added in v0.2.0

func (*NullableContentKitTextChildrenOneOfInner) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableContentKitTextChildrenOneOfInner) UnmarshalJSON(src []byte) error

func (*NullableContentKitTextChildrenOneOfInner) Unset ¶ added in v0.2.0

type NullableContentKitTextInput ¶

type NullableContentKitTextInput struct {
	// contains filtered or unexported fields
}

func (NullableContentKitTextInput) Get ¶

func (NullableContentKitTextInput) IsSet ¶

func (NullableContentKitTextInput) MarshalJSON ¶

func (v NullableContentKitTextInput) MarshalJSON() ([]byte, error)

func (*NullableContentKitTextInput) Set ¶

func (*NullableContentKitTextInput) UnmarshalJSON ¶

func (v *NullableContentKitTextInput) UnmarshalJSON(src []byte) error

func (*NullableContentKitTextInput) Unset ¶

func (v *NullableContentKitTextInput) Unset()

type NullableContentKitURL ¶ added in v0.2.0

type NullableContentKitURL struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitURL ¶ added in v0.2.0

func NewNullableContentKitURL(val *ContentKitURL) *NullableContentKitURL

func (NullableContentKitURL) Get ¶ added in v0.2.0

func (NullableContentKitURL) IsSet ¶ added in v0.2.0

func (v NullableContentKitURL) IsSet() bool

func (NullableContentKitURL) MarshalJSON ¶ added in v0.2.0

func (v NullableContentKitURL) MarshalJSON() ([]byte, error)

func (*NullableContentKitURL) Set ¶ added in v0.2.0

func (v *NullableContentKitURL) Set(val *ContentKitURL)

func (*NullableContentKitURL) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableContentKitURL) UnmarshalJSON(src []byte) error

func (*NullableContentKitURL) Unset ¶ added in v0.2.0

func (v *NullableContentKitURL) Unset()

type NullableContentKitVStack ¶

type NullableContentKitVStack struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitVStack ¶

func NewNullableContentKitVStack(val *ContentKitVStack) *NullableContentKitVStack

func (NullableContentKitVStack) Get ¶

func (NullableContentKitVStack) IsSet ¶

func (v NullableContentKitVStack) IsSet() bool

func (NullableContentKitVStack) MarshalJSON ¶

func (v NullableContentKitVStack) MarshalJSON() ([]byte, error)

func (*NullableContentKitVStack) Set ¶

func (*NullableContentKitVStack) UnmarshalJSON ¶

func (v *NullableContentKitVStack) UnmarshalJSON(src []byte) error

func (*NullableContentKitVStack) Unset ¶

func (v *NullableContentKitVStack) Unset()

type NullableContentKitWebFrame ¶

type NullableContentKitWebFrame struct {
	// contains filtered or unexported fields
}

func NewNullableContentKitWebFrame ¶

func NewNullableContentKitWebFrame(val *ContentKitWebFrame) *NullableContentKitWebFrame

func (NullableContentKitWebFrame) Get ¶

func (NullableContentKitWebFrame) IsSet ¶

func (v NullableContentKitWebFrame) IsSet() bool

func (NullableContentKitWebFrame) MarshalJSON ¶

func (v NullableContentKitWebFrame) MarshalJSON() ([]byte, error)

func (*NullableContentKitWebFrame) Set ¶

func (*NullableContentKitWebFrame) UnmarshalJSON ¶

func (v *NullableContentKitWebFrame) UnmarshalJSON(src []byte) error

func (*NullableContentKitWebFrame) Unset ¶

func (v *NullableContentKitWebFrame) Unset()

type NullableContentKitWebFrameDataValue ¶

type NullableContentKitWebFrameDataValue struct {
	// contains filtered or unexported fields
}

func (NullableContentKitWebFrameDataValue) Get ¶

func (NullableContentKitWebFrameDataValue) IsSet ¶

func (NullableContentKitWebFrameDataValue) MarshalJSON ¶

func (v NullableContentKitWebFrameDataValue) MarshalJSON() ([]byte, error)

func (*NullableContentKitWebFrameDataValue) Set ¶

func (*NullableContentKitWebFrameDataValue) UnmarshalJSON ¶

func (v *NullableContentKitWebFrameDataValue) UnmarshalJSON(src []byte) error

func (*NullableContentKitWebFrameDataValue) Unset ¶

type NullableContentKitWebFrameSource ¶

type NullableContentKitWebFrameSource struct {
	// contains filtered or unexported fields
}

func (NullableContentKitWebFrameSource) Get ¶

func (NullableContentKitWebFrameSource) IsSet ¶

func (NullableContentKitWebFrameSource) MarshalJSON ¶

func (v NullableContentKitWebFrameSource) MarshalJSON() ([]byte, error)

func (*NullableContentKitWebFrameSource) Set ¶

func (*NullableContentKitWebFrameSource) UnmarshalJSON ¶

func (v *NullableContentKitWebFrameSource) UnmarshalJSON(src []byte) error

func (*NullableContentKitWebFrameSource) Unset ¶

type NullableContentPublishingAuth ¶

type NullableContentPublishingAuth struct {
	// contains filtered or unexported fields
}

func (NullableContentPublishingAuth) Get ¶

func (NullableContentPublishingAuth) IsSet ¶

func (NullableContentPublishingAuth) MarshalJSON ¶

func (v NullableContentPublishingAuth) MarshalJSON() ([]byte, error)

func (*NullableContentPublishingAuth) Set ¶

func (*NullableContentPublishingAuth) UnmarshalJSON ¶

func (v *NullableContentPublishingAuth) UnmarshalJSON(src []byte) error

func (*NullableContentPublishingAuth) Unset ¶

func (v *NullableContentPublishingAuth) Unset()

type NullableContentVisibility ¶

type NullableContentVisibility struct {
	// contains filtered or unexported fields
}

func NewNullableContentVisibility ¶

func NewNullableContentVisibility(val *ContentVisibility) *NullableContentVisibility

func (NullableContentVisibility) Get ¶

func (NullableContentVisibility) IsSet ¶

func (v NullableContentVisibility) IsSet() bool

func (NullableContentVisibility) MarshalJSON ¶

func (v NullableContentVisibility) MarshalJSON() ([]byte, error)

func (*NullableContentVisibility) Set ¶

func (*NullableContentVisibility) UnmarshalJSON ¶

func (v *NullableContentVisibility) UnmarshalJSON(src []byte) error

func (*NullableContentVisibility) Unset ¶

func (v *NullableContentVisibility) Unset()

type NullableCreateChangeRequest201Response ¶

type NullableCreateChangeRequest201Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateChangeRequest201Response) Get ¶

func (NullableCreateChangeRequest201Response) IsSet ¶

func (NullableCreateChangeRequest201Response) MarshalJSON ¶

func (v NullableCreateChangeRequest201Response) MarshalJSON() ([]byte, error)

func (*NullableCreateChangeRequest201Response) Set ¶

func (*NullableCreateChangeRequest201Response) UnmarshalJSON ¶

func (v *NullableCreateChangeRequest201Response) UnmarshalJSON(src []byte) error

func (*NullableCreateChangeRequest201Response) Unset ¶

type NullableCreateChangeRequest201ResponseAllOf ¶

type NullableCreateChangeRequest201ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableCreateChangeRequest201ResponseAllOf) Get ¶

func (NullableCreateChangeRequest201ResponseAllOf) IsSet ¶

func (NullableCreateChangeRequest201ResponseAllOf) MarshalJSON ¶

func (*NullableCreateChangeRequest201ResponseAllOf) Set ¶

func (*NullableCreateChangeRequest201ResponseAllOf) UnmarshalJSON ¶

func (v *NullableCreateChangeRequest201ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableCreateChangeRequest201ResponseAllOf) Unset ¶

type NullableCreateEnvironment ¶

type NullableCreateEnvironment struct {
	// contains filtered or unexported fields
}

func NewNullableCreateEnvironment ¶

func NewNullableCreateEnvironment(val *CreateEnvironment) *NullableCreateEnvironment

func (NullableCreateEnvironment) Get ¶

func (NullableCreateEnvironment) IsSet ¶

func (v NullableCreateEnvironment) IsSet() bool

func (NullableCreateEnvironment) MarshalJSON ¶

func (v NullableCreateEnvironment) MarshalJSON() ([]byte, error)

func (*NullableCreateEnvironment) Set ¶

func (*NullableCreateEnvironment) UnmarshalJSON ¶

func (v *NullableCreateEnvironment) UnmarshalJSON(src []byte) error

func (*NullableCreateEnvironment) Unset ¶

func (v *NullableCreateEnvironment) Unset()

type NullableCreateOrganizationCustomFieldRequest ¶

type NullableCreateOrganizationCustomFieldRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationCustomFieldRequest) Get ¶

func (NullableCreateOrganizationCustomFieldRequest) IsSet ¶

func (NullableCreateOrganizationCustomFieldRequest) MarshalJSON ¶

func (*NullableCreateOrganizationCustomFieldRequest) Set ¶

func (*NullableCreateOrganizationCustomFieldRequest) UnmarshalJSON ¶

func (*NullableCreateOrganizationCustomFieldRequest) Unset ¶

type NullableCreateOrganizationTeamRequest ¶

type NullableCreateOrganizationTeamRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationTeamRequest) Get ¶

func (NullableCreateOrganizationTeamRequest) IsSet ¶

func (NullableCreateOrganizationTeamRequest) MarshalJSON ¶

func (v NullableCreateOrganizationTeamRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateOrganizationTeamRequest) Set ¶

func (*NullableCreateOrganizationTeamRequest) UnmarshalJSON ¶

func (v *NullableCreateOrganizationTeamRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateOrganizationTeamRequest) Unset ¶

type NullableCreateSpaceRelationRequest ¶

type NullableCreateSpaceRelationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateSpaceRelationRequest) Get ¶

func (NullableCreateSpaceRelationRequest) IsSet ¶

func (NullableCreateSpaceRelationRequest) MarshalJSON ¶

func (v NullableCreateSpaceRelationRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateSpaceRelationRequest) Set ¶

func (*NullableCreateSpaceRelationRequest) UnmarshalJSON ¶

func (v *NullableCreateSpaceRelationRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateSpaceRelationRequest) Unset ¶

type NullableCustomDomainInfo ¶

type NullableCustomDomainInfo struct {
	// contains filtered or unexported fields
}

func NewNullableCustomDomainInfo ¶

func NewNullableCustomDomainInfo(val *CustomDomainInfo) *NullableCustomDomainInfo

func (NullableCustomDomainInfo) Get ¶

func (NullableCustomDomainInfo) IsSet ¶

func (v NullableCustomDomainInfo) IsSet() bool

func (NullableCustomDomainInfo) MarshalJSON ¶

func (v NullableCustomDomainInfo) MarshalJSON() ([]byte, error)

func (*NullableCustomDomainInfo) Set ¶

func (*NullableCustomDomainInfo) UnmarshalJSON ¶

func (v *NullableCustomDomainInfo) UnmarshalJSON(src []byte) error

func (*NullableCustomDomainInfo) Unset ¶

func (v *NullableCustomDomainInfo) Unset()

type NullableCustomField ¶

type NullableCustomField struct {
	// contains filtered or unexported fields
}

func NewNullableCustomField ¶

func NewNullableCustomField(val *CustomField) *NullableCustomField

func (NullableCustomField) Get ¶

func (NullableCustomField) IsSet ¶

func (v NullableCustomField) IsSet() bool

func (NullableCustomField) MarshalJSON ¶

func (v NullableCustomField) MarshalJSON() ([]byte, error)

func (*NullableCustomField) Set ¶

func (v *NullableCustomField) Set(val *CustomField)

func (*NullableCustomField) UnmarshalJSON ¶

func (v *NullableCustomField) UnmarshalJSON(src []byte) error

func (*NullableCustomField) Unset ¶

func (v *NullableCustomField) Unset()

type NullableCustomFieldType ¶

type NullableCustomFieldType struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFieldType ¶

func NewNullableCustomFieldType(val *CustomFieldType) *NullableCustomFieldType

func (NullableCustomFieldType) Get ¶

func (NullableCustomFieldType) IsSet ¶

func (v NullableCustomFieldType) IsSet() bool

func (NullableCustomFieldType) MarshalJSON ¶

func (v NullableCustomFieldType) MarshalJSON() ([]byte, error)

func (*NullableCustomFieldType) Set ¶

func (*NullableCustomFieldType) UnmarshalJSON ¶

func (v *NullableCustomFieldType) UnmarshalJSON(src []byte) error

func (*NullableCustomFieldType) Unset ¶

func (v *NullableCustomFieldType) Unset()

type NullableCustomFieldUrls ¶

type NullableCustomFieldUrls struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFieldUrls ¶

func NewNullableCustomFieldUrls(val *CustomFieldUrls) *NullableCustomFieldUrls

func (NullableCustomFieldUrls) Get ¶

func (NullableCustomFieldUrls) IsSet ¶

func (v NullableCustomFieldUrls) IsSet() bool

func (NullableCustomFieldUrls) MarshalJSON ¶

func (v NullableCustomFieldUrls) MarshalJSON() ([]byte, error)

func (*NullableCustomFieldUrls) Set ¶

func (*NullableCustomFieldUrls) UnmarshalJSON ¶

func (v *NullableCustomFieldUrls) UnmarshalJSON(src []byte) error

func (*NullableCustomFieldUrls) Unset ¶

func (v *NullableCustomFieldUrls) Unset()

type NullableCustomFieldValue ¶

type NullableCustomFieldValue struct {
	// contains filtered or unexported fields
}

func NewNullableCustomFieldValue ¶

func NewNullableCustomFieldValue(val *CustomFieldValue) *NullableCustomFieldValue

func (NullableCustomFieldValue) Get ¶

func (NullableCustomFieldValue) IsSet ¶

func (v NullableCustomFieldValue) IsSet() bool

func (NullableCustomFieldValue) MarshalJSON ¶

func (v NullableCustomFieldValue) MarshalJSON() ([]byte, error)

func (*NullableCustomFieldValue) Set ¶

func (*NullableCustomFieldValue) UnmarshalJSON ¶

func (v *NullableCustomFieldValue) UnmarshalJSON(src []byte) error

func (*NullableCustomFieldValue) Unset ¶

func (v *NullableCustomFieldValue) Unset()

type NullableCustomFieldValuesInner ¶

type NullableCustomFieldValuesInner struct {
	// contains filtered or unexported fields
}

func (NullableCustomFieldValuesInner) Get ¶

func (NullableCustomFieldValuesInner) IsSet ¶

func (NullableCustomFieldValuesInner) MarshalJSON ¶

func (v NullableCustomFieldValuesInner) MarshalJSON() ([]byte, error)

func (*NullableCustomFieldValuesInner) Set ¶

func (*NullableCustomFieldValuesInner) UnmarshalJSON ¶

func (v *NullableCustomFieldValuesInner) UnmarshalJSON(src []byte) error

func (*NullableCustomFieldValuesInner) Unset ¶

func (v *NullableCustomFieldValuesInner) Unset()

type NullableDocument ¶

type NullableDocument struct {
	// contains filtered or unexported fields
}

func NewNullableDocument ¶

func NewNullableDocument(val *Document) *NullableDocument

func (NullableDocument) Get ¶

func (v NullableDocument) Get() *Document

func (NullableDocument) IsSet ¶

func (v NullableDocument) IsSet() bool

func (NullableDocument) MarshalJSON ¶

func (v NullableDocument) MarshalJSON() ([]byte, error)

func (*NullableDocument) Set ¶

func (v *NullableDocument) Set(val *Document)

func (*NullableDocument) UnmarshalJSON ¶

func (v *NullableDocument) UnmarshalJSON(src []byte) error

func (*NullableDocument) Unset ¶

func (v *NullableDocument) Unset()

type NullableEmojiReaction ¶

type NullableEmojiReaction struct {
	// contains filtered or unexported fields
}

func NewNullableEmojiReaction ¶

func NewNullableEmojiReaction(val *EmojiReaction) *NullableEmojiReaction

func (NullableEmojiReaction) Get ¶

func (NullableEmojiReaction) IsSet ¶

func (v NullableEmojiReaction) IsSet() bool

func (NullableEmojiReaction) MarshalJSON ¶

func (v NullableEmojiReaction) MarshalJSON() ([]byte, error)

func (*NullableEmojiReaction) Set ¶

func (v *NullableEmojiReaction) Set(val *EmojiReaction)

func (*NullableEmojiReaction) UnmarshalJSON ¶

func (v *NullableEmojiReaction) UnmarshalJSON(src []byte) error

func (*NullableEmojiReaction) Unset ¶

func (v *NullableEmojiReaction) Unset()

type NullableEmojiReactionUsersInner ¶

type NullableEmojiReactionUsersInner struct {
	// contains filtered or unexported fields
}

func (NullableEmojiReactionUsersInner) Get ¶

func (NullableEmojiReactionUsersInner) IsSet ¶

func (NullableEmojiReactionUsersInner) MarshalJSON ¶

func (v NullableEmojiReactionUsersInner) MarshalJSON() ([]byte, error)

func (*NullableEmojiReactionUsersInner) Set ¶

func (*NullableEmojiReactionUsersInner) UnmarshalJSON ¶

func (v *NullableEmojiReactionUsersInner) UnmarshalJSON(src []byte) error

func (*NullableEmojiReactionUsersInner) Unset ¶

type NullableEntity ¶ added in v0.2.0

type NullableEntity struct {
	// contains filtered or unexported fields
}

func NewNullableEntity ¶ added in v0.2.0

func NewNullableEntity(val *Entity) *NullableEntity

func (NullableEntity) Get ¶ added in v0.2.0

func (v NullableEntity) Get() *Entity

func (NullableEntity) IsSet ¶ added in v0.2.0

func (v NullableEntity) IsSet() bool

func (NullableEntity) MarshalJSON ¶ added in v0.2.0

func (v NullableEntity) MarshalJSON() ([]byte, error)

func (*NullableEntity) Set ¶ added in v0.2.0

func (v *NullableEntity) Set(val *Entity)

func (*NullableEntity) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableEntity) UnmarshalJSON(src []byte) error

func (*NullableEntity) Unset ¶ added in v0.2.0

func (v *NullableEntity) Unset()

type NullableEntityAllOf ¶ added in v0.2.0

type NullableEntityAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEntityAllOf ¶ added in v0.2.0

func NewNullableEntityAllOf(val *EntityAllOf) *NullableEntityAllOf

func (NullableEntityAllOf) Get ¶ added in v0.2.0

func (NullableEntityAllOf) IsSet ¶ added in v0.2.0

func (v NullableEntityAllOf) IsSet() bool

func (NullableEntityAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableEntityAllOf) MarshalJSON() ([]byte, error)

func (*NullableEntityAllOf) Set ¶ added in v0.2.0

func (v *NullableEntityAllOf) Set(val *EntityAllOf)

func (*NullableEntityAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableEntityAllOf) UnmarshalJSON(src []byte) error

func (*NullableEntityAllOf) Unset ¶ added in v0.2.0

func (v *NullableEntityAllOf) Unset()

type NullableEntityAllOfUrls ¶ added in v0.2.0

type NullableEntityAllOfUrls struct {
	// contains filtered or unexported fields
}

func NewNullableEntityAllOfUrls ¶ added in v0.2.0

func NewNullableEntityAllOfUrls(val *EntityAllOfUrls) *NullableEntityAllOfUrls

func (NullableEntityAllOfUrls) Get ¶ added in v0.2.0

func (NullableEntityAllOfUrls) IsSet ¶ added in v0.2.0

func (v NullableEntityAllOfUrls) IsSet() bool

func (NullableEntityAllOfUrls) MarshalJSON ¶ added in v0.2.0

func (v NullableEntityAllOfUrls) MarshalJSON() ([]byte, error)

func (*NullableEntityAllOfUrls) Set ¶ added in v0.2.0

func (*NullableEntityAllOfUrls) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableEntityAllOfUrls) UnmarshalJSON(src []byte) error

func (*NullableEntityAllOfUrls) Unset ¶ added in v0.2.0

func (v *NullableEntityAllOfUrls) Unset()

type NullableEntityPropertySchema ¶ added in v0.2.0

type NullableEntityPropertySchema struct {
	// contains filtered or unexported fields
}

func NewNullableEntityPropertySchema ¶ added in v0.2.0

func NewNullableEntityPropertySchema(val *EntityPropertySchema) *NullableEntityPropertySchema

func (NullableEntityPropertySchema) Get ¶ added in v0.2.0

func (NullableEntityPropertySchema) IsSet ¶ added in v0.2.0

func (NullableEntityPropertySchema) MarshalJSON ¶ added in v0.2.0

func (v NullableEntityPropertySchema) MarshalJSON() ([]byte, error)

func (*NullableEntityPropertySchema) Set ¶ added in v0.2.0

func (*NullableEntityPropertySchema) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableEntityPropertySchema) UnmarshalJSON(src []byte) error

func (*NullableEntityPropertySchema) Unset ¶ added in v0.2.0

func (v *NullableEntityPropertySchema) Unset()

type NullableEntityPropertySchemaAllOf ¶ added in v0.2.0

type NullableEntityPropertySchemaAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEntityPropertySchemaAllOf ¶ added in v0.2.0

func NewNullableEntityPropertySchemaAllOf(val *EntityPropertySchemaAllOf) *NullableEntityPropertySchemaAllOf

func (NullableEntityPropertySchemaAllOf) Get ¶ added in v0.2.0

func (NullableEntityPropertySchemaAllOf) IsSet ¶ added in v0.2.0

func (NullableEntityPropertySchemaAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableEntityPropertySchemaAllOf) MarshalJSON() ([]byte, error)

func (*NullableEntityPropertySchemaAllOf) Set ¶ added in v0.2.0

func (*NullableEntityPropertySchemaAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableEntityPropertySchemaAllOf) UnmarshalJSON(src []byte) error

func (*NullableEntityPropertySchemaAllOf) Unset ¶ added in v0.2.0

type NullableEntityRawSchema ¶ added in v0.2.0

type NullableEntityRawSchema struct {
	// contains filtered or unexported fields
}

func NewNullableEntityRawSchema ¶ added in v0.2.0

func NewNullableEntityRawSchema(val *EntityRawSchema) *NullableEntityRawSchema

func (NullableEntityRawSchema) Get ¶ added in v0.2.0

func (NullableEntityRawSchema) IsSet ¶ added in v0.2.0

func (v NullableEntityRawSchema) IsSet() bool

func (NullableEntityRawSchema) MarshalJSON ¶ added in v0.2.0

func (v NullableEntityRawSchema) MarshalJSON() ([]byte, error)

func (*NullableEntityRawSchema) Set ¶ added in v0.2.0

func (*NullableEntityRawSchema) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableEntityRawSchema) UnmarshalJSON(src []byte) error

func (*NullableEntityRawSchema) Unset ¶ added in v0.2.0

func (v *NullableEntityRawSchema) Unset()

type NullableEntityRawSchemaTitle ¶ added in v0.2.0

type NullableEntityRawSchemaTitle struct {
	// contains filtered or unexported fields
}

func NewNullableEntityRawSchemaTitle ¶ added in v0.2.0

func NewNullableEntityRawSchemaTitle(val *EntityRawSchemaTitle) *NullableEntityRawSchemaTitle

func (NullableEntityRawSchemaTitle) Get ¶ added in v0.2.0

func (NullableEntityRawSchemaTitle) IsSet ¶ added in v0.2.0

func (NullableEntityRawSchemaTitle) MarshalJSON ¶ added in v0.2.0

func (v NullableEntityRawSchemaTitle) MarshalJSON() ([]byte, error)

func (*NullableEntityRawSchemaTitle) Set ¶ added in v0.2.0

func (*NullableEntityRawSchemaTitle) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableEntityRawSchemaTitle) UnmarshalJSON(src []byte) error

func (*NullableEntityRawSchemaTitle) Unset ¶ added in v0.2.0

func (v *NullableEntityRawSchemaTitle) Unset()

type NullableEntitySchema ¶ added in v0.2.0

type NullableEntitySchema struct {
	// contains filtered or unexported fields
}

func NewNullableEntitySchema ¶ added in v0.2.0

func NewNullableEntitySchema(val *EntitySchema) *NullableEntitySchema

func (NullableEntitySchema) Get ¶ added in v0.2.0

func (NullableEntitySchema) IsSet ¶ added in v0.2.0

func (v NullableEntitySchema) IsSet() bool

func (NullableEntitySchema) MarshalJSON ¶ added in v0.2.0

func (v NullableEntitySchema) MarshalJSON() ([]byte, error)

func (*NullableEntitySchema) Set ¶ added in v0.2.0

func (v *NullableEntitySchema) Set(val *EntitySchema)

func (*NullableEntitySchema) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableEntitySchema) UnmarshalJSON(src []byte) error

func (*NullableEntitySchema) Unset ¶ added in v0.2.0

func (v *NullableEntitySchema) Unset()

type NullableEntitySchemaAllOf ¶ added in v0.2.0

type NullableEntitySchemaAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEntitySchemaAllOf ¶ added in v0.2.0

func NewNullableEntitySchemaAllOf(val *EntitySchemaAllOf) *NullableEntitySchemaAllOf

func (NullableEntitySchemaAllOf) Get ¶ added in v0.2.0

func (NullableEntitySchemaAllOf) IsSet ¶ added in v0.2.0

func (v NullableEntitySchemaAllOf) IsSet() bool

func (NullableEntitySchemaAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableEntitySchemaAllOf) MarshalJSON() ([]byte, error)

func (*NullableEntitySchemaAllOf) Set ¶ added in v0.2.0

func (*NullableEntitySchemaAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableEntitySchemaAllOf) UnmarshalJSON(src []byte) error

func (*NullableEntitySchemaAllOf) Unset ¶ added in v0.2.0

func (v *NullableEntitySchemaAllOf) Unset()

type NullableEntitySchemaAllOfUrls ¶ added in v0.2.0

type NullableEntitySchemaAllOfUrls struct {
	// contains filtered or unexported fields
}

func NewNullableEntitySchemaAllOfUrls ¶ added in v0.2.0

func NewNullableEntitySchemaAllOfUrls(val *EntitySchemaAllOfUrls) *NullableEntitySchemaAllOfUrls

func (NullableEntitySchemaAllOfUrls) Get ¶ added in v0.2.0

func (NullableEntitySchemaAllOfUrls) IsSet ¶ added in v0.2.0

func (NullableEntitySchemaAllOfUrls) MarshalJSON ¶ added in v0.2.0

func (v NullableEntitySchemaAllOfUrls) MarshalJSON() ([]byte, error)

func (*NullableEntitySchemaAllOfUrls) Set ¶ added in v0.2.0

func (*NullableEntitySchemaAllOfUrls) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableEntitySchemaAllOfUrls) UnmarshalJSON(src []byte) error

func (*NullableEntitySchemaAllOfUrls) Unset ¶ added in v0.2.0

func (v *NullableEntitySchemaAllOfUrls) Unset()

type NullableEnvironment ¶

type NullableEnvironment struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironment ¶

func NewNullableEnvironment(val *Environment) *NullableEnvironment

func (NullableEnvironment) Get ¶

func (NullableEnvironment) IsSet ¶

func (v NullableEnvironment) IsSet() bool

func (NullableEnvironment) MarshalJSON ¶

func (v NullableEnvironment) MarshalJSON() ([]byte, error)

func (*NullableEnvironment) Set ¶

func (v *NullableEnvironment) Set(val *Environment)

func (*NullableEnvironment) UnmarshalJSON ¶

func (v *NullableEnvironment) UnmarshalJSON(src []byte) error

func (*NullableEnvironment) Unset ¶

func (v *NullableEnvironment) Unset()

type NullableEnvironmentUrls ¶

type NullableEnvironmentUrls struct {
	// contains filtered or unexported fields
}

func NewNullableEnvironmentUrls ¶

func NewNullableEnvironmentUrls(val *EnvironmentUrls) *NullableEnvironmentUrls

func (NullableEnvironmentUrls) Get ¶

func (NullableEnvironmentUrls) IsSet ¶

func (v NullableEnvironmentUrls) IsSet() bool

func (NullableEnvironmentUrls) MarshalJSON ¶

func (v NullableEnvironmentUrls) MarshalJSON() ([]byte, error)

func (*NullableEnvironmentUrls) Set ¶

func (*NullableEnvironmentUrls) UnmarshalJSON ¶

func (v *NullableEnvironmentUrls) UnmarshalJSON(src []byte) error

func (*NullableEnvironmentUrls) Unset ¶

func (v *NullableEnvironmentUrls) Unset()

type NullableError ¶

type NullableError struct {
	// contains filtered or unexported fields
}

func NewNullableError ¶

func NewNullableError(val *Error) *NullableError

func (NullableError) Get ¶

func (v NullableError) Get() *Error

func (NullableError) IsSet ¶

func (v NullableError) IsSet() bool

func (NullableError) MarshalJSON ¶

func (v NullableError) MarshalJSON() ([]byte, error)

func (*NullableError) Set ¶

func (v *NullableError) Set(val *Error)

func (*NullableError) UnmarshalJSON ¶

func (v *NullableError) UnmarshalJSON(src []byte) error

func (*NullableError) Unset ¶

func (v *NullableError) Unset()

type NullableErrorError ¶

type NullableErrorError struct {
	// contains filtered or unexported fields
}

func NewNullableErrorError ¶

func NewNullableErrorError(val *ErrorError) *NullableErrorError

func (NullableErrorError) Get ¶

func (v NullableErrorError) Get() *ErrorError

func (NullableErrorError) IsSet ¶

func (v NullableErrorError) IsSet() bool

func (NullableErrorError) MarshalJSON ¶

func (v NullableErrorError) MarshalJSON() ([]byte, error)

func (*NullableErrorError) Set ¶

func (v *NullableErrorError) Set(val *ErrorError)

func (*NullableErrorError) UnmarshalJSON ¶

func (v *NullableErrorError) UnmarshalJSON(src []byte) error

func (*NullableErrorError) Unset ¶

func (v *NullableErrorError) Unset()

type NullableEvent ¶

type NullableEvent struct {
	// contains filtered or unexported fields
}

func NewNullableEvent ¶

func NewNullableEvent(val *Event) *NullableEvent

func (NullableEvent) Get ¶

func (v NullableEvent) Get() *Event

func (NullableEvent) IsSet ¶

func (v NullableEvent) IsSet() bool

func (NullableEvent) MarshalJSON ¶

func (v NullableEvent) MarshalJSON() ([]byte, error)

func (*NullableEvent) Set ¶

func (v *NullableEvent) Set(val *Event)

func (*NullableEvent) UnmarshalJSON ¶

func (v *NullableEvent) UnmarshalJSON(src []byte) error

func (*NullableEvent) Unset ¶

func (v *NullableEvent) Unset()

type NullableFetchEvent ¶

type NullableFetchEvent struct {
	// contains filtered or unexported fields
}

func NewNullableFetchEvent ¶

func NewNullableFetchEvent(val *FetchEvent) *NullableFetchEvent

func (NullableFetchEvent) Get ¶

func (v NullableFetchEvent) Get() *FetchEvent

func (NullableFetchEvent) IsSet ¶

func (v NullableFetchEvent) IsSet() bool

func (NullableFetchEvent) MarshalJSON ¶

func (v NullableFetchEvent) MarshalJSON() ([]byte, error)

func (*NullableFetchEvent) Set ¶

func (v *NullableFetchEvent) Set(val *FetchEvent)

func (*NullableFetchEvent) UnmarshalJSON ¶

func (v *NullableFetchEvent) UnmarshalJSON(src []byte) error

func (*NullableFetchEvent) Unset ¶

func (v *NullableFetchEvent) Unset()

type NullableFetchEventAllOf ¶

type NullableFetchEventAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableFetchEventAllOf ¶

func NewNullableFetchEventAllOf(val *FetchEventAllOf) *NullableFetchEventAllOf

func (NullableFetchEventAllOf) Get ¶

func (NullableFetchEventAllOf) IsSet ¶

func (v NullableFetchEventAllOf) IsSet() bool

func (NullableFetchEventAllOf) MarshalJSON ¶

func (v NullableFetchEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableFetchEventAllOf) Set ¶

func (*NullableFetchEventAllOf) UnmarshalJSON ¶

func (v *NullableFetchEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableFetchEventAllOf) Unset ¶

func (v *NullableFetchEventAllOf) Unset()

type NullableFetchEventAllOfAuth ¶

type NullableFetchEventAllOfAuth struct {
	// contains filtered or unexported fields
}

func (NullableFetchEventAllOfAuth) Get ¶

func (NullableFetchEventAllOfAuth) IsSet ¶

func (NullableFetchEventAllOfAuth) MarshalJSON ¶

func (v NullableFetchEventAllOfAuth) MarshalJSON() ([]byte, error)

func (*NullableFetchEventAllOfAuth) Set ¶

func (*NullableFetchEventAllOfAuth) UnmarshalJSON ¶

func (v *NullableFetchEventAllOfAuth) UnmarshalJSON(src []byte) error

func (*NullableFetchEventAllOfAuth) Unset ¶

func (v *NullableFetchEventAllOfAuth) Unset()

type NullableFetchPublishedScriptEvent ¶

type NullableFetchPublishedScriptEvent struct {
	// contains filtered or unexported fields
}

func (NullableFetchPublishedScriptEvent) Get ¶

func (NullableFetchPublishedScriptEvent) IsSet ¶

func (NullableFetchPublishedScriptEvent) MarshalJSON ¶

func (v NullableFetchPublishedScriptEvent) MarshalJSON() ([]byte, error)

func (*NullableFetchPublishedScriptEvent) Set ¶

func (*NullableFetchPublishedScriptEvent) UnmarshalJSON ¶

func (v *NullableFetchPublishedScriptEvent) UnmarshalJSON(src []byte) error

func (*NullableFetchPublishedScriptEvent) Unset ¶

type NullableFetchPublishedScriptEventAllOf ¶

type NullableFetchPublishedScriptEventAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFetchPublishedScriptEventAllOf) Get ¶

func (NullableFetchPublishedScriptEventAllOf) IsSet ¶

func (NullableFetchPublishedScriptEventAllOf) MarshalJSON ¶

func (v NullableFetchPublishedScriptEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableFetchPublishedScriptEventAllOf) Set ¶

func (*NullableFetchPublishedScriptEventAllOf) UnmarshalJSON ¶

func (v *NullableFetchPublishedScriptEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableFetchPublishedScriptEventAllOf) Unset ¶

type NullableFetchRequest ¶

type NullableFetchRequest struct {
	// contains filtered or unexported fields
}

func NewNullableFetchRequest ¶

func NewNullableFetchRequest(val *FetchRequest) *NullableFetchRequest

func (NullableFetchRequest) Get ¶

func (NullableFetchRequest) IsSet ¶

func (v NullableFetchRequest) IsSet() bool

func (NullableFetchRequest) MarshalJSON ¶

func (v NullableFetchRequest) MarshalJSON() ([]byte, error)

func (*NullableFetchRequest) Set ¶

func (v *NullableFetchRequest) Set(val *FetchRequest)

func (*NullableFetchRequest) UnmarshalJSON ¶

func (v *NullableFetchRequest) UnmarshalJSON(src []byte) error

func (*NullableFetchRequest) Unset ¶

func (v *NullableFetchRequest) Unset()

type NullableFirebaseUserInfo ¶

type NullableFirebaseUserInfo struct {
	// contains filtered or unexported fields
}

func NewNullableFirebaseUserInfo ¶

func NewNullableFirebaseUserInfo(val *FirebaseUserInfo) *NullableFirebaseUserInfo

func (NullableFirebaseUserInfo) Get ¶

func (NullableFirebaseUserInfo) IsSet ¶

func (v NullableFirebaseUserInfo) IsSet() bool

func (NullableFirebaseUserInfo) MarshalJSON ¶

func (v NullableFirebaseUserInfo) MarshalJSON() ([]byte, error)

func (*NullableFirebaseUserInfo) Set ¶

func (*NullableFirebaseUserInfo) UnmarshalJSON ¶

func (v *NullableFirebaseUserInfo) UnmarshalJSON(src []byte) error

func (*NullableFirebaseUserInfo) Unset ¶

func (v *NullableFirebaseUserInfo) Unset()

type NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableGenerateHiveAccessTokenRequest ¶

type NullableGenerateHiveAccessTokenRequest struct {
	// contains filtered or unexported fields
}

func (NullableGenerateHiveAccessTokenRequest) Get ¶

func (NullableGenerateHiveAccessTokenRequest) IsSet ¶

func (NullableGenerateHiveAccessTokenRequest) MarshalJSON ¶

func (v NullableGenerateHiveAccessTokenRequest) MarshalJSON() ([]byte, error)

func (*NullableGenerateHiveAccessTokenRequest) Set ¶

func (*NullableGenerateHiveAccessTokenRequest) UnmarshalJSON ¶

func (v *NullableGenerateHiveAccessTokenRequest) UnmarshalJSON(src []byte) error

func (*NullableGenerateHiveAccessTokenRequest) Unset ¶

type NullableGetChangeRequestByIdChangeRequestIdParameter ¶

type NullableGetChangeRequestByIdChangeRequestIdParameter struct {
	// contains filtered or unexported fields
}

func (NullableGetChangeRequestByIdChangeRequestIdParameter) Get ¶

func (NullableGetChangeRequestByIdChangeRequestIdParameter) IsSet ¶

func (NullableGetChangeRequestByIdChangeRequestIdParameter) MarshalJSON ¶

func (*NullableGetChangeRequestByIdChangeRequestIdParameter) Set ¶

func (*NullableGetChangeRequestByIdChangeRequestIdParameter) UnmarshalJSON ¶

func (*NullableGetChangeRequestByIdChangeRequestIdParameter) Unset ¶

type NullableGetContentByUrl200Response ¶

type NullableGetContentByUrl200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetContentByUrl200Response) Get ¶

func (NullableGetContentByUrl200Response) IsSet ¶

func (NullableGetContentByUrl200Response) MarshalJSON ¶

func (v NullableGetContentByUrl200Response) MarshalJSON() ([]byte, error)

func (*NullableGetContentByUrl200Response) Set ¶

func (*NullableGetContentByUrl200Response) UnmarshalJSON ¶

func (v *NullableGetContentByUrl200Response) UnmarshalJSON(src []byte) error

func (*NullableGetContentByUrl200Response) Unset ¶

type NullableGetContentByUrl200ResponseOneOf ¶

type NullableGetContentByUrl200ResponseOneOf struct {
	// contains filtered or unexported fields
}

func (NullableGetContentByUrl200ResponseOneOf) Get ¶

func (NullableGetContentByUrl200ResponseOneOf) IsSet ¶

func (NullableGetContentByUrl200ResponseOneOf) MarshalJSON ¶

func (v NullableGetContentByUrl200ResponseOneOf) MarshalJSON() ([]byte, error)

func (*NullableGetContentByUrl200ResponseOneOf) Set ¶

func (*NullableGetContentByUrl200ResponseOneOf) UnmarshalJSON ¶

func (v *NullableGetContentByUrl200ResponseOneOf) UnmarshalJSON(src []byte) error

func (*NullableGetContentByUrl200ResponseOneOf) Unset ¶

type NullableGetContentByUrl200ResponseOneOf1 ¶

type NullableGetContentByUrl200ResponseOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableGetContentByUrl200ResponseOneOf1) Get ¶

func (NullableGetContentByUrl200ResponseOneOf1) IsSet ¶

func (NullableGetContentByUrl200ResponseOneOf1) MarshalJSON ¶

func (*NullableGetContentByUrl200ResponseOneOf1) Set ¶

func (*NullableGetContentByUrl200ResponseOneOf1) UnmarshalJSON ¶

func (v *NullableGetContentByUrl200ResponseOneOf1) UnmarshalJSON(src []byte) error

func (*NullableGetContentByUrl200ResponseOneOf1) Unset ¶

type NullableGetContributorsByChangeRequestId200Response ¶

type NullableGetContributorsByChangeRequestId200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetContributorsByChangeRequestId200Response) Get ¶

func (NullableGetContributorsByChangeRequestId200Response) IsSet ¶

func (NullableGetContributorsByChangeRequestId200Response) MarshalJSON ¶

func (*NullableGetContributorsByChangeRequestId200Response) Set ¶

func (*NullableGetContributorsByChangeRequestId200Response) UnmarshalJSON ¶

func (*NullableGetContributorsByChangeRequestId200Response) Unset ¶

type NullableGetContributorsByChangeRequestId200ResponseAllOf ¶

type NullableGetContributorsByChangeRequestId200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGetContributorsByChangeRequestId200ResponseAllOf) Get ¶

func (NullableGetContributorsByChangeRequestId200ResponseAllOf) IsSet ¶

func (NullableGetContributorsByChangeRequestId200ResponseAllOf) MarshalJSON ¶

func (*NullableGetContributorsByChangeRequestId200ResponseAllOf) Set ¶

func (*NullableGetContributorsByChangeRequestId200ResponseAllOf) UnmarshalJSON ¶

func (*NullableGetContributorsByChangeRequestId200ResponseAllOf) Unset ¶

type NullableGetIntegrationEvent200Response ¶

type NullableGetIntegrationEvent200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetIntegrationEvent200Response) Get ¶

func (NullableGetIntegrationEvent200Response) IsSet ¶

func (NullableGetIntegrationEvent200Response) MarshalJSON ¶

func (v NullableGetIntegrationEvent200Response) MarshalJSON() ([]byte, error)

func (*NullableGetIntegrationEvent200Response) Set ¶

func (*NullableGetIntegrationEvent200Response) UnmarshalJSON ¶

func (v *NullableGetIntegrationEvent200Response) UnmarshalJSON(src []byte) error

func (*NullableGetIntegrationEvent200Response) Unset ¶

type NullableGetPageByPath200Response ¶

type NullableGetPageByPath200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetPageByPath200Response) Get ¶

func (NullableGetPageByPath200Response) IsSet ¶

func (NullableGetPageByPath200Response) MarshalJSON ¶

func (v NullableGetPageByPath200Response) MarshalJSON() ([]byte, error)

func (*NullableGetPageByPath200Response) Set ¶

func (*NullableGetPageByPath200Response) UnmarshalJSON ¶

func (v *NullableGetPageByPath200Response) UnmarshalJSON(src []byte) error

func (*NullableGetPageByPath200Response) Unset ¶

type NullableGetRecommendedQuestionsRequest ¶

type NullableGetRecommendedQuestionsRequest struct {
	// contains filtered or unexported fields
}

func (NullableGetRecommendedQuestionsRequest) Get ¶

func (NullableGetRecommendedQuestionsRequest) IsSet ¶

func (NullableGetRecommendedQuestionsRequest) MarshalJSON ¶

func (v NullableGetRecommendedQuestionsRequest) MarshalJSON() ([]byte, error)

func (*NullableGetRecommendedQuestionsRequest) Set ¶

func (*NullableGetRecommendedQuestionsRequest) UnmarshalJSON ¶

func (v *NullableGetRecommendedQuestionsRequest) UnmarshalJSON(src []byte) error

func (*NullableGetRecommendedQuestionsRequest) Unset ¶

type NullableGetRequestedReviewersByChangeRequestId200Response ¶

type NullableGetRequestedReviewersByChangeRequestId200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetRequestedReviewersByChangeRequestId200Response) Get ¶

func (NullableGetRequestedReviewersByChangeRequestId200Response) IsSet ¶

func (NullableGetRequestedReviewersByChangeRequestId200Response) MarshalJSON ¶

func (*NullableGetRequestedReviewersByChangeRequestId200Response) Set ¶

func (*NullableGetRequestedReviewersByChangeRequestId200Response) UnmarshalJSON ¶

func (*NullableGetRequestedReviewersByChangeRequestId200Response) Unset ¶

type NullableGetRequestedReviewersByChangeRequestId200ResponseAllOf ¶

type NullableGetRequestedReviewersByChangeRequestId200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGetRequestedReviewersByChangeRequestId200ResponseAllOf) Get ¶

func (NullableGetRequestedReviewersByChangeRequestId200ResponseAllOf) IsSet ¶

func (NullableGetRequestedReviewersByChangeRequestId200ResponseAllOf) MarshalJSON ¶

func (*NullableGetRequestedReviewersByChangeRequestId200ResponseAllOf) Set ¶

func (*NullableGetRequestedReviewersByChangeRequestId200ResponseAllOf) UnmarshalJSON ¶

func (*NullableGetRequestedReviewersByChangeRequestId200ResponseAllOf) Unset ¶

type NullableGetReviewsByChangeRequestId200Response ¶

type NullableGetReviewsByChangeRequestId200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetReviewsByChangeRequestId200Response) Get ¶

func (NullableGetReviewsByChangeRequestId200Response) IsSet ¶

func (NullableGetReviewsByChangeRequestId200Response) MarshalJSON ¶

func (*NullableGetReviewsByChangeRequestId200Response) Set ¶

func (*NullableGetReviewsByChangeRequestId200Response) UnmarshalJSON ¶

func (*NullableGetReviewsByChangeRequestId200Response) Unset ¶

type NullableGetReviewsByChangeRequestId200ResponseAllOf ¶

type NullableGetReviewsByChangeRequestId200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGetReviewsByChangeRequestId200ResponseAllOf) Get ¶

func (NullableGetReviewsByChangeRequestId200ResponseAllOf) IsSet ¶

func (NullableGetReviewsByChangeRequestId200ResponseAllOf) MarshalJSON ¶

func (*NullableGetReviewsByChangeRequestId200ResponseAllOf) Set ¶

func (*NullableGetReviewsByChangeRequestId200ResponseAllOf) UnmarshalJSON ¶

func (*NullableGetReviewsByChangeRequestId200ResponseAllOf) Unset ¶

type NullableGetSpaceGitInfo404Response ¶

type NullableGetSpaceGitInfo404Response struct {
	// contains filtered or unexported fields
}

func (NullableGetSpaceGitInfo404Response) Get ¶

func (NullableGetSpaceGitInfo404Response) IsSet ¶

func (NullableGetSpaceGitInfo404Response) MarshalJSON ¶

func (v NullableGetSpaceGitInfo404Response) MarshalJSON() ([]byte, error)

func (*NullableGetSpaceGitInfo404Response) Set ¶

func (*NullableGetSpaceGitInfo404Response) UnmarshalJSON ¶

func (v *NullableGetSpaceGitInfo404Response) UnmarshalJSON(src []byte) error

func (*NullableGetSpaceGitInfo404Response) Unset ¶

type NullableGetSpaceGitInfo404ResponseError ¶

type NullableGetSpaceGitInfo404ResponseError struct {
	// contains filtered or unexported fields
}

func (NullableGetSpaceGitInfo404ResponseError) Get ¶

func (NullableGetSpaceGitInfo404ResponseError) IsSet ¶

func (NullableGetSpaceGitInfo404ResponseError) MarshalJSON ¶

func (v NullableGetSpaceGitInfo404ResponseError) MarshalJSON() ([]byte, error)

func (*NullableGetSpaceGitInfo404ResponseError) Set ¶

func (*NullableGetSpaceGitInfo404ResponseError) UnmarshalJSON ¶

func (v *NullableGetSpaceGitInfo404ResponseError) UnmarshalJSON(src []byte) error

func (*NullableGetSpaceGitInfo404ResponseError) Unset ¶

type NullableGetSpacePublishingAuthById400Response ¶

type NullableGetSpacePublishingAuthById400Response struct {
	// contains filtered or unexported fields
}

func (NullableGetSpacePublishingAuthById400Response) Get ¶

func (NullableGetSpacePublishingAuthById400Response) IsSet ¶

func (NullableGetSpacePublishingAuthById400Response) MarshalJSON ¶

func (*NullableGetSpacePublishingAuthById400Response) Set ¶

func (*NullableGetSpacePublishingAuthById400Response) UnmarshalJSON ¶

func (*NullableGetSpacePublishingAuthById400Response) Unset ¶

type NullableGetSpacePublishingAuthById400ResponseError ¶

type NullableGetSpacePublishingAuthById400ResponseError struct {
	// contains filtered or unexported fields
}

func (NullableGetSpacePublishingAuthById400ResponseError) Get ¶

func (NullableGetSpacePublishingAuthById400ResponseError) IsSet ¶

func (NullableGetSpacePublishingAuthById400ResponseError) MarshalJSON ¶

func (*NullableGetSpacePublishingAuthById400ResponseError) Set ¶

func (*NullableGetSpacePublishingAuthById400ResponseError) UnmarshalJSON ¶

func (*NullableGetSpacePublishingAuthById400ResponseError) Unset ¶

type NullableGitSyncOperation ¶

type NullableGitSyncOperation struct {
	// contains filtered or unexported fields
}

func NewNullableGitSyncOperation ¶

func NewNullableGitSyncOperation(val *GitSyncOperation) *NullableGitSyncOperation

func (NullableGitSyncOperation) Get ¶

func (NullableGitSyncOperation) IsSet ¶

func (v NullableGitSyncOperation) IsSet() bool

func (NullableGitSyncOperation) MarshalJSON ¶

func (v NullableGitSyncOperation) MarshalJSON() ([]byte, error)

func (*NullableGitSyncOperation) Set ¶

func (*NullableGitSyncOperation) UnmarshalJSON ¶

func (v *NullableGitSyncOperation) UnmarshalJSON(src []byte) error

func (*NullableGitSyncOperation) Unset ¶

func (v *NullableGitSyncOperation) Unset()

type NullableGitSyncOperationState ¶

type NullableGitSyncOperationState struct {
	// contains filtered or unexported fields
}

func (NullableGitSyncOperationState) Get ¶

func (NullableGitSyncOperationState) IsSet ¶

func (NullableGitSyncOperationState) MarshalJSON ¶

func (v NullableGitSyncOperationState) MarshalJSON() ([]byte, error)

func (*NullableGitSyncOperationState) Set ¶

func (*NullableGitSyncOperationState) UnmarshalJSON ¶

func (v *NullableGitSyncOperationState) UnmarshalJSON(src []byte) error

func (*NullableGitSyncOperationState) Unset ¶

func (v *NullableGitSyncOperationState) Unset()

type NullableGitSyncState ¶

type NullableGitSyncState struct {
	// contains filtered or unexported fields
}

func NewNullableGitSyncState ¶

func NewNullableGitSyncState(val *GitSyncState) *NullableGitSyncState

func (NullableGitSyncState) Get ¶

func (NullableGitSyncState) IsSet ¶

func (v NullableGitSyncState) IsSet() bool

func (NullableGitSyncState) MarshalJSON ¶

func (v NullableGitSyncState) MarshalJSON() ([]byte, error)

func (*NullableGitSyncState) Set ¶

func (v *NullableGitSyncState) Set(val *GitSyncState)

func (*NullableGitSyncState) UnmarshalJSON ¶

func (v *NullableGitSyncState) UnmarshalJSON(src []byte) error

func (*NullableGitSyncState) Unset ¶

func (v *NullableGitSyncState) Unset()

type NullableHiveAccessToken ¶

type NullableHiveAccessToken struct {
	// contains filtered or unexported fields
}

func NewNullableHiveAccessToken ¶

func NewNullableHiveAccessToken(val *HiveAccessToken) *NullableHiveAccessToken

func (NullableHiveAccessToken) Get ¶

func (NullableHiveAccessToken) IsSet ¶

func (v NullableHiveAccessToken) IsSet() bool

func (NullableHiveAccessToken) MarshalJSON ¶

func (v NullableHiveAccessToken) MarshalJSON() ([]byte, error)

func (*NullableHiveAccessToken) Set ¶

func (*NullableHiveAccessToken) UnmarshalJSON ¶

func (v *NullableHiveAccessToken) UnmarshalJSON(src []byte) error

func (*NullableHiveAccessToken) Unset ¶

func (v *NullableHiveAccessToken) Unset()

type NullableImportContentResult ¶

type NullableImportContentResult struct {
	// contains filtered or unexported fields
}

func (NullableImportContentResult) Get ¶

func (NullableImportContentResult) IsSet ¶

func (NullableImportContentResult) MarshalJSON ¶

func (v NullableImportContentResult) MarshalJSON() ([]byte, error)

func (*NullableImportContentResult) Set ¶

func (*NullableImportContentResult) UnmarshalJSON ¶

func (v *NullableImportContentResult) UnmarshalJSON(src []byte) error

func (*NullableImportContentResult) Unset ¶

func (v *NullableImportContentResult) Unset()

type NullableImportContentSource ¶

type NullableImportContentSource struct {
	// contains filtered or unexported fields
}

func (NullableImportContentSource) Get ¶

func (NullableImportContentSource) IsSet ¶

func (NullableImportContentSource) MarshalJSON ¶

func (v NullableImportContentSource) MarshalJSON() ([]byte, error)

func (*NullableImportContentSource) Set ¶

func (*NullableImportContentSource) UnmarshalJSON ¶

func (v *NullableImportContentSource) UnmarshalJSON(src []byte) error

func (*NullableImportContentSource) Unset ¶

func (v *NullableImportContentSource) Unset()

type NullableInstallIntegrationOnSpaceRequest ¶

type NullableInstallIntegrationOnSpaceRequest struct {
	// contains filtered or unexported fields
}

func (NullableInstallIntegrationOnSpaceRequest) Get ¶

func (NullableInstallIntegrationOnSpaceRequest) IsSet ¶

func (NullableInstallIntegrationOnSpaceRequest) MarshalJSON ¶

func (*NullableInstallIntegrationOnSpaceRequest) Set ¶

func (*NullableInstallIntegrationOnSpaceRequest) UnmarshalJSON ¶

func (v *NullableInstallIntegrationOnSpaceRequest) UnmarshalJSON(src []byte) error

func (*NullableInstallIntegrationOnSpaceRequest) Unset ¶

type NullableInstallationEvent ¶

type NullableInstallationEvent struct {
	// contains filtered or unexported fields
}

func NewNullableInstallationEvent ¶

func NewNullableInstallationEvent(val *InstallationEvent) *NullableInstallationEvent

func (NullableInstallationEvent) Get ¶

func (NullableInstallationEvent) IsSet ¶

func (v NullableInstallationEvent) IsSet() bool

func (NullableInstallationEvent) MarshalJSON ¶

func (v NullableInstallationEvent) MarshalJSON() ([]byte, error)

func (*NullableInstallationEvent) Set ¶

func (*NullableInstallationEvent) UnmarshalJSON ¶

func (v *NullableInstallationEvent) UnmarshalJSON(src []byte) error

func (*NullableInstallationEvent) Unset ¶

func (v *NullableInstallationEvent) Unset()

type NullableInstallationEventAllOf ¶

type NullableInstallationEventAllOf struct {
	// contains filtered or unexported fields
}

func (NullableInstallationEventAllOf) Get ¶

func (NullableInstallationEventAllOf) IsSet ¶

func (NullableInstallationEventAllOf) MarshalJSON ¶

func (v NullableInstallationEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableInstallationEventAllOf) Set ¶

func (*NullableInstallationEventAllOf) UnmarshalJSON ¶

func (v *NullableInstallationEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableInstallationEventAllOf) Unset ¶

func (v *NullableInstallationEventAllOf) Unset()

type NullableInstallationSetupEvent ¶

type NullableInstallationSetupEvent struct {
	// contains filtered or unexported fields
}

func (NullableInstallationSetupEvent) Get ¶

func (NullableInstallationSetupEvent) IsSet ¶

func (NullableInstallationSetupEvent) MarshalJSON ¶

func (v NullableInstallationSetupEvent) MarshalJSON() ([]byte, error)

func (*NullableInstallationSetupEvent) Set ¶

func (*NullableInstallationSetupEvent) UnmarshalJSON ¶

func (v *NullableInstallationSetupEvent) UnmarshalJSON(src []byte) error

func (*NullableInstallationSetupEvent) Unset ¶

func (v *NullableInstallationSetupEvent) Unset()

type NullableInstallationSetupEventAllOf ¶

type NullableInstallationSetupEventAllOf struct {
	// contains filtered or unexported fields
}

func (NullableInstallationSetupEventAllOf) Get ¶

func (NullableInstallationSetupEventAllOf) IsSet ¶

func (NullableInstallationSetupEventAllOf) MarshalJSON ¶

func (v NullableInstallationSetupEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableInstallationSetupEventAllOf) Set ¶

func (*NullableInstallationSetupEventAllOf) UnmarshalJSON ¶

func (v *NullableInstallationSetupEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableInstallationSetupEventAllOf) Unset ¶

type NullableInstallationSetupEventAllOfPrevious ¶

type NullableInstallationSetupEventAllOfPrevious struct {
	// contains filtered or unexported fields
}

func (NullableInstallationSetupEventAllOfPrevious) Get ¶

func (NullableInstallationSetupEventAllOfPrevious) IsSet ¶

func (NullableInstallationSetupEventAllOfPrevious) MarshalJSON ¶

func (*NullableInstallationSetupEventAllOfPrevious) Set ¶

func (*NullableInstallationSetupEventAllOfPrevious) UnmarshalJSON ¶

func (v *NullableInstallationSetupEventAllOfPrevious) UnmarshalJSON(src []byte) error

func (*NullableInstallationSetupEventAllOfPrevious) Unset ¶

type NullableInt ¶

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ¶

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ¶

func (v NullableInt) Get() *int

func (NullableInt) IsSet ¶

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ¶

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ¶

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ¶

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ¶

func (v *NullableInt) Unset()

type NullableInt32 ¶

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ¶

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ¶

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ¶

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ¶

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ¶

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ¶

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ¶

func (v *NullableInt32) Unset()

type NullableInt64 ¶

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ¶

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ¶

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ¶

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ¶

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ¶

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ¶

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ¶

func (v *NullableInt64) Unset()

type NullableIntegration ¶

type NullableIntegration struct {
	// contains filtered or unexported fields
}

func NewNullableIntegration ¶

func NewNullableIntegration(val *Integration) *NullableIntegration

func (NullableIntegration) Get ¶

func (NullableIntegration) IsSet ¶

func (v NullableIntegration) IsSet() bool

func (NullableIntegration) MarshalJSON ¶

func (v NullableIntegration) MarshalJSON() ([]byte, error)

func (*NullableIntegration) Set ¶

func (v *NullableIntegration) Set(val *Integration)

func (*NullableIntegration) UnmarshalJSON ¶

func (v *NullableIntegration) UnmarshalJSON(src []byte) error

func (*NullableIntegration) Unset ¶

func (v *NullableIntegration) Unset()

type NullableIntegrationBlock ¶

type NullableIntegrationBlock struct {
	// contains filtered or unexported fields
}

func NewNullableIntegrationBlock ¶

func NewNullableIntegrationBlock(val *IntegrationBlock) *NullableIntegrationBlock

func (NullableIntegrationBlock) Get ¶

func (NullableIntegrationBlock) IsSet ¶

func (v NullableIntegrationBlock) IsSet() bool

func (NullableIntegrationBlock) MarshalJSON ¶

func (v NullableIntegrationBlock) MarshalJSON() ([]byte, error)

func (*NullableIntegrationBlock) Set ¶

func (*NullableIntegrationBlock) UnmarshalJSON ¶

func (v *NullableIntegrationBlock) UnmarshalJSON(src []byte) error

func (*NullableIntegrationBlock) Unset ¶

func (v *NullableIntegrationBlock) Unset()

type NullableIntegrationBlockMarkdown ¶

type NullableIntegrationBlockMarkdown struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationBlockMarkdown) Get ¶

func (NullableIntegrationBlockMarkdown) IsSet ¶

func (NullableIntegrationBlockMarkdown) MarshalJSON ¶

func (v NullableIntegrationBlockMarkdown) MarshalJSON() ([]byte, error)

func (*NullableIntegrationBlockMarkdown) Set ¶

func (*NullableIntegrationBlockMarkdown) UnmarshalJSON ¶

func (v *NullableIntegrationBlockMarkdown) UnmarshalJSON(src []byte) error

func (*NullableIntegrationBlockMarkdown) Unset ¶

type NullableIntegrationBlockMarkdownOneOf ¶

type NullableIntegrationBlockMarkdownOneOf struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationBlockMarkdownOneOf) Get ¶

func (NullableIntegrationBlockMarkdownOneOf) IsSet ¶

func (NullableIntegrationBlockMarkdownOneOf) MarshalJSON ¶

func (v NullableIntegrationBlockMarkdownOneOf) MarshalJSON() ([]byte, error)

func (*NullableIntegrationBlockMarkdownOneOf) Set ¶

func (*NullableIntegrationBlockMarkdownOneOf) UnmarshalJSON ¶

func (v *NullableIntegrationBlockMarkdownOneOf) UnmarshalJSON(src []byte) error

func (*NullableIntegrationBlockMarkdownOneOf) Unset ¶

type NullableIntegrationCategory ¶

type NullableIntegrationCategory struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationCategory) Get ¶

func (NullableIntegrationCategory) IsSet ¶

func (NullableIntegrationCategory) MarshalJSON ¶

func (v NullableIntegrationCategory) MarshalJSON() ([]byte, error)

func (*NullableIntegrationCategory) Set ¶

func (*NullableIntegrationCategory) UnmarshalJSON ¶

func (v *NullableIntegrationCategory) UnmarshalJSON(src []byte) error

func (*NullableIntegrationCategory) Unset ¶

func (v *NullableIntegrationCategory) Unset()

type NullableIntegrationConfiguration ¶

type NullableIntegrationConfiguration struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationConfiguration) Get ¶

func (NullableIntegrationConfiguration) IsSet ¶

func (NullableIntegrationConfiguration) MarshalJSON ¶

func (v NullableIntegrationConfiguration) MarshalJSON() ([]byte, error)

func (*NullableIntegrationConfiguration) Set ¶

func (*NullableIntegrationConfiguration) UnmarshalJSON ¶

func (v *NullableIntegrationConfiguration) UnmarshalJSON(src []byte) error

func (*NullableIntegrationConfiguration) Unset ¶

type NullableIntegrationConfigurationComponent ¶

type NullableIntegrationConfigurationComponent struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationConfigurationComponent) Get ¶

func (NullableIntegrationConfigurationComponent) IsSet ¶

func (NullableIntegrationConfigurationComponent) MarshalJSON ¶

func (*NullableIntegrationConfigurationComponent) Set ¶

func (*NullableIntegrationConfigurationComponent) UnmarshalJSON ¶

func (v *NullableIntegrationConfigurationComponent) UnmarshalJSON(src []byte) error

func (*NullableIntegrationConfigurationComponent) Unset ¶

type NullableIntegrationConfigurationSchema ¶

type NullableIntegrationConfigurationSchema struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationConfigurationSchema) Get ¶

func (NullableIntegrationConfigurationSchema) IsSet ¶

func (NullableIntegrationConfigurationSchema) MarshalJSON ¶

func (v NullableIntegrationConfigurationSchema) MarshalJSON() ([]byte, error)

func (*NullableIntegrationConfigurationSchema) Set ¶

func (*NullableIntegrationConfigurationSchema) UnmarshalJSON ¶

func (v *NullableIntegrationConfigurationSchema) UnmarshalJSON(src []byte) error

func (*NullableIntegrationConfigurationSchema) Unset ¶

type NullableIntegrationConfigurationSchemaPropertiesValue ¶

type NullableIntegrationConfigurationSchemaPropertiesValue struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationConfigurationSchemaPropertiesValue) Get ¶

func (NullableIntegrationConfigurationSchemaPropertiesValue) IsSet ¶

func (NullableIntegrationConfigurationSchemaPropertiesValue) MarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValue) Set ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValue) UnmarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValue) Unset ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf) Get ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf) IsSet ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf) MarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf) Set ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf) UnmarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf) Unset ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf1 ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1) Get ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1) IsSet ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1) MarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1) Set ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1) UnmarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1) Unset ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) Get ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) IsSet ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) MarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) Set ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) UnmarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf) Unset ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1 ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) Get ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) IsSet ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) MarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) Set ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) UnmarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf1) Unset ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2 ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2 struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) Get ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) IsSet ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) MarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) Set ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) UnmarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf2) Unset ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3 ¶

type NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3 struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) Get ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) IsSet ¶

func (NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) MarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) Set ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) UnmarshalJSON ¶

func (*NullableIntegrationConfigurationSchemaPropertiesValueAllOf1OneOf3) Unset ¶

type NullableIntegrationConfigurations ¶

type NullableIntegrationConfigurations struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationConfigurations) Get ¶

func (NullableIntegrationConfigurations) IsSet ¶

func (NullableIntegrationConfigurations) MarshalJSON ¶

func (v NullableIntegrationConfigurations) MarshalJSON() ([]byte, error)

func (*NullableIntegrationConfigurations) Set ¶

func (*NullableIntegrationConfigurations) UnmarshalJSON ¶

func (v *NullableIntegrationConfigurations) UnmarshalJSON(src []byte) error

func (*NullableIntegrationConfigurations) Unset ¶

type NullableIntegrationContentSecurityPolicy ¶

type NullableIntegrationContentSecurityPolicy struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationContentSecurityPolicy) Get ¶

func (NullableIntegrationContentSecurityPolicy) IsSet ¶

func (NullableIntegrationContentSecurityPolicy) MarshalJSON ¶

func (*NullableIntegrationContentSecurityPolicy) Set ¶

func (*NullableIntegrationContentSecurityPolicy) UnmarshalJSON ¶

func (v *NullableIntegrationContentSecurityPolicy) UnmarshalJSON(src []byte) error

func (*NullableIntegrationContentSecurityPolicy) Unset ¶

type NullableIntegrationContentSecurityPolicyOneOf ¶

type NullableIntegrationContentSecurityPolicyOneOf struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationContentSecurityPolicyOneOf) Get ¶

func (NullableIntegrationContentSecurityPolicyOneOf) IsSet ¶

func (NullableIntegrationContentSecurityPolicyOneOf) MarshalJSON ¶

func (*NullableIntegrationContentSecurityPolicyOneOf) Set ¶

func (*NullableIntegrationContentSecurityPolicyOneOf) UnmarshalJSON ¶

func (*NullableIntegrationContentSecurityPolicyOneOf) Unset ¶

type NullableIntegrationEnvironment ¶

type NullableIntegrationEnvironment struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationEnvironment) Get ¶

func (NullableIntegrationEnvironment) IsSet ¶

func (NullableIntegrationEnvironment) MarshalJSON ¶

func (v NullableIntegrationEnvironment) MarshalJSON() ([]byte, error)

func (*NullableIntegrationEnvironment) Set ¶

func (*NullableIntegrationEnvironment) UnmarshalJSON ¶

func (v *NullableIntegrationEnvironment) UnmarshalJSON(src []byte) error

func (*NullableIntegrationEnvironment) Unset ¶

func (v *NullableIntegrationEnvironment) Unset()

type NullableIntegrationEnvironmentApiTokens ¶ added in v0.2.0

type NullableIntegrationEnvironmentApiTokens struct {
	// contains filtered or unexported fields
}

func NewNullableIntegrationEnvironmentApiTokens ¶ added in v0.2.0

func NewNullableIntegrationEnvironmentApiTokens(val *IntegrationEnvironmentApiTokens) *NullableIntegrationEnvironmentApiTokens

func (NullableIntegrationEnvironmentApiTokens) Get ¶ added in v0.2.0

func (NullableIntegrationEnvironmentApiTokens) IsSet ¶ added in v0.2.0

func (NullableIntegrationEnvironmentApiTokens) MarshalJSON ¶ added in v0.2.0

func (v NullableIntegrationEnvironmentApiTokens) MarshalJSON() ([]byte, error)

func (*NullableIntegrationEnvironmentApiTokens) Set ¶ added in v0.2.0

func (*NullableIntegrationEnvironmentApiTokens) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableIntegrationEnvironmentApiTokens) UnmarshalJSON(src []byte) error

func (*NullableIntegrationEnvironmentApiTokens) Unset ¶ added in v0.2.0

type NullableIntegrationEvent ¶

type NullableIntegrationEvent struct {
	// contains filtered or unexported fields
}

func NewNullableIntegrationEvent ¶

func NewNullableIntegrationEvent(val *IntegrationEvent) *NullableIntegrationEvent

func (NullableIntegrationEvent) Get ¶

func (NullableIntegrationEvent) IsSet ¶

func (v NullableIntegrationEvent) IsSet() bool

func (NullableIntegrationEvent) MarshalJSON ¶

func (v NullableIntegrationEvent) MarshalJSON() ([]byte, error)

func (*NullableIntegrationEvent) Set ¶

func (*NullableIntegrationEvent) UnmarshalJSON ¶

func (v *NullableIntegrationEvent) UnmarshalJSON(src []byte) error

func (*NullableIntegrationEvent) Unset ¶

func (v *NullableIntegrationEvent) Unset()

type NullableIntegrationEventLog ¶

type NullableIntegrationEventLog struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationEventLog) Get ¶

func (NullableIntegrationEventLog) IsSet ¶

func (NullableIntegrationEventLog) MarshalJSON ¶

func (v NullableIntegrationEventLog) MarshalJSON() ([]byte, error)

func (*NullableIntegrationEventLog) Set ¶

func (*NullableIntegrationEventLog) UnmarshalJSON ¶

func (v *NullableIntegrationEventLog) UnmarshalJSON(src []byte) error

func (*NullableIntegrationEventLog) Unset ¶

func (v *NullableIntegrationEventLog) Unset()

type NullableIntegrationEventTrace ¶

type NullableIntegrationEventTrace struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationEventTrace) Get ¶

func (NullableIntegrationEventTrace) IsSet ¶

func (NullableIntegrationEventTrace) MarshalJSON ¶

func (v NullableIntegrationEventTrace) MarshalJSON() ([]byte, error)

func (*NullableIntegrationEventTrace) Set ¶

func (*NullableIntegrationEventTrace) UnmarshalJSON ¶

func (v *NullableIntegrationEventTrace) UnmarshalJSON(src []byte) error

func (*NullableIntegrationEventTrace) Unset ¶

func (v *NullableIntegrationEventTrace) Unset()

type NullableIntegrationExternalLinksInner ¶

type NullableIntegrationExternalLinksInner struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationExternalLinksInner) Get ¶

func (NullableIntegrationExternalLinksInner) IsSet ¶

func (NullableIntegrationExternalLinksInner) MarshalJSON ¶

func (v NullableIntegrationExternalLinksInner) MarshalJSON() ([]byte, error)

func (*NullableIntegrationExternalLinksInner) Set ¶

func (*NullableIntegrationExternalLinksInner) UnmarshalJSON ¶

func (v *NullableIntegrationExternalLinksInner) UnmarshalJSON(src []byte) error

func (*NullableIntegrationExternalLinksInner) Unset ¶

type NullableIntegrationInstallation ¶

type NullableIntegrationInstallation struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationInstallation) Get ¶

func (NullableIntegrationInstallation) IsSet ¶

func (NullableIntegrationInstallation) MarshalJSON ¶

func (v NullableIntegrationInstallation) MarshalJSON() ([]byte, error)

func (*NullableIntegrationInstallation) Set ¶

func (*NullableIntegrationInstallation) UnmarshalJSON ¶

func (v *NullableIntegrationInstallation) UnmarshalJSON(src []byte) error

func (*NullableIntegrationInstallation) Unset ¶

type NullableIntegrationInstallationSpaceSelection ¶

type NullableIntegrationInstallationSpaceSelection struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationInstallationSpaceSelection) Get ¶

func (NullableIntegrationInstallationSpaceSelection) IsSet ¶

func (NullableIntegrationInstallationSpaceSelection) MarshalJSON ¶

func (*NullableIntegrationInstallationSpaceSelection) Set ¶

func (*NullableIntegrationInstallationSpaceSelection) UnmarshalJSON ¶

func (*NullableIntegrationInstallationSpaceSelection) Unset ¶

type NullableIntegrationInstallationStatus ¶

type NullableIntegrationInstallationStatus struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationInstallationStatus) Get ¶

func (NullableIntegrationInstallationStatus) IsSet ¶

func (NullableIntegrationInstallationStatus) MarshalJSON ¶

func (v NullableIntegrationInstallationStatus) MarshalJSON() ([]byte, error)

func (*NullableIntegrationInstallationStatus) Set ¶

func (*NullableIntegrationInstallationStatus) UnmarshalJSON ¶

func (v *NullableIntegrationInstallationStatus) UnmarshalJSON(src []byte) error

func (*NullableIntegrationInstallationStatus) Unset ¶

type NullableIntegrationInstallationTarget ¶

type NullableIntegrationInstallationTarget struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationInstallationTarget) Get ¶

func (NullableIntegrationInstallationTarget) IsSet ¶

func (NullableIntegrationInstallationTarget) MarshalJSON ¶

func (v NullableIntegrationInstallationTarget) MarshalJSON() ([]byte, error)

func (*NullableIntegrationInstallationTarget) Set ¶

func (*NullableIntegrationInstallationTarget) UnmarshalJSON ¶

func (v *NullableIntegrationInstallationTarget) UnmarshalJSON(src []byte) error

func (*NullableIntegrationInstallationTarget) Unset ¶

type NullableIntegrationInstallationUrls ¶

type NullableIntegrationInstallationUrls struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationInstallationUrls) Get ¶

func (NullableIntegrationInstallationUrls) IsSet ¶

func (NullableIntegrationInstallationUrls) MarshalJSON ¶

func (v NullableIntegrationInstallationUrls) MarshalJSON() ([]byte, error)

func (*NullableIntegrationInstallationUrls) Set ¶

func (*NullableIntegrationInstallationUrls) UnmarshalJSON ¶

func (v *NullableIntegrationInstallationUrls) UnmarshalJSON(src []byte) error

func (*NullableIntegrationInstallationUrls) Unset ¶

type NullableIntegrationScope ¶

type NullableIntegrationScope struct {
	// contains filtered or unexported fields
}

func NewNullableIntegrationScope ¶

func NewNullableIntegrationScope(val *IntegrationScope) *NullableIntegrationScope

func (NullableIntegrationScope) Get ¶

func (NullableIntegrationScope) IsSet ¶

func (v NullableIntegrationScope) IsSet() bool

func (NullableIntegrationScope) MarshalJSON ¶

func (v NullableIntegrationScope) MarshalJSON() ([]byte, error)

func (*NullableIntegrationScope) Set ¶

func (*NullableIntegrationScope) UnmarshalJSON ¶

func (v *NullableIntegrationScope) UnmarshalJSON(src []byte) error

func (*NullableIntegrationScope) Unset ¶

func (v *NullableIntegrationScope) Unset()

type NullableIntegrationSpaceInstallation ¶

type NullableIntegrationSpaceInstallation struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationSpaceInstallation) Get ¶

func (NullableIntegrationSpaceInstallation) IsSet ¶

func (NullableIntegrationSpaceInstallation) MarshalJSON ¶

func (v NullableIntegrationSpaceInstallation) MarshalJSON() ([]byte, error)

func (*NullableIntegrationSpaceInstallation) Set ¶

func (*NullableIntegrationSpaceInstallation) UnmarshalJSON ¶

func (v *NullableIntegrationSpaceInstallation) UnmarshalJSON(src []byte) error

func (*NullableIntegrationSpaceInstallation) Unset ¶

type NullableIntegrationSpaceInstallationUrls ¶

type NullableIntegrationSpaceInstallationUrls struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationSpaceInstallationUrls) Get ¶

func (NullableIntegrationSpaceInstallationUrls) IsSet ¶

func (NullableIntegrationSpaceInstallationUrls) MarshalJSON ¶

func (*NullableIntegrationSpaceInstallationUrls) Set ¶

func (*NullableIntegrationSpaceInstallationUrls) UnmarshalJSON ¶

func (v *NullableIntegrationSpaceInstallationUrls) UnmarshalJSON(src []byte) error

func (*NullableIntegrationSpaceInstallationUrls) Unset ¶

type NullableIntegrationUrls ¶

type NullableIntegrationUrls struct {
	// contains filtered or unexported fields
}

func NewNullableIntegrationUrls ¶

func NewNullableIntegrationUrls(val *IntegrationUrls) *NullableIntegrationUrls

func (NullableIntegrationUrls) Get ¶

func (NullableIntegrationUrls) IsSet ¶

func (v NullableIntegrationUrls) IsSet() bool

func (NullableIntegrationUrls) MarshalJSON ¶

func (v NullableIntegrationUrls) MarshalJSON() ([]byte, error)

func (*NullableIntegrationUrls) Set ¶

func (*NullableIntegrationUrls) UnmarshalJSON ¶

func (v *NullableIntegrationUrls) UnmarshalJSON(src []byte) error

func (*NullableIntegrationUrls) Unset ¶

func (v *NullableIntegrationUrls) Unset()

type NullableIntegrationVisibility ¶

type NullableIntegrationVisibility struct {
	// contains filtered or unexported fields
}

func (NullableIntegrationVisibility) Get ¶

func (NullableIntegrationVisibility) IsSet ¶

func (NullableIntegrationVisibility) MarshalJSON ¶

func (v NullableIntegrationVisibility) MarshalJSON() ([]byte, error)

func (*NullableIntegrationVisibility) Set ¶

func (*NullableIntegrationVisibility) UnmarshalJSON ¶

func (v *NullableIntegrationVisibility) UnmarshalJSON(src []byte) error

func (*NullableIntegrationVisibility) Unset ¶

func (v *NullableIntegrationVisibility) Unset()

type NullableInviteUsersToOrganization200Response ¶

type NullableInviteUsersToOrganization200Response struct {
	// contains filtered or unexported fields
}

func (NullableInviteUsersToOrganization200Response) Get ¶

func (NullableInviteUsersToOrganization200Response) IsSet ¶

func (NullableInviteUsersToOrganization200Response) MarshalJSON ¶

func (*NullableInviteUsersToOrganization200Response) Set ¶

func (*NullableInviteUsersToOrganization200Response) UnmarshalJSON ¶

func (*NullableInviteUsersToOrganization200Response) Unset ¶

type NullableJSONDocument ¶

type NullableJSONDocument struct {
	// contains filtered or unexported fields
}

func NewNullableJSONDocument ¶

func NewNullableJSONDocument(val *JSONDocument) *NullableJSONDocument

func (NullableJSONDocument) Get ¶

func (NullableJSONDocument) IsSet ¶

func (v NullableJSONDocument) IsSet() bool

func (NullableJSONDocument) MarshalJSON ¶

func (v NullableJSONDocument) MarshalJSON() ([]byte, error)

func (*NullableJSONDocument) Set ¶

func (v *NullableJSONDocument) Set(val *JSONDocument)

func (*NullableJSONDocument) UnmarshalJSON ¶

func (v *NullableJSONDocument) UnmarshalJSON(src []byte) error

func (*NullableJSONDocument) Unset ¶

func (v *NullableJSONDocument) Unset()

type NullableJSONDocumentDocument ¶

type NullableJSONDocumentDocument struct {
	// contains filtered or unexported fields
}

func (NullableJSONDocumentDocument) Get ¶

func (NullableJSONDocumentDocument) IsSet ¶

func (NullableJSONDocumentDocument) MarshalJSON ¶

func (v NullableJSONDocumentDocument) MarshalJSON() ([]byte, error)

func (*NullableJSONDocumentDocument) Set ¶

func (*NullableJSONDocumentDocument) UnmarshalJSON ¶

func (v *NullableJSONDocumentDocument) UnmarshalJSON(src []byte) error

func (*NullableJSONDocumentDocument) Unset ¶

func (v *NullableJSONDocumentDocument) Unset()

type NullableList ¶

type NullableList struct {
	// contains filtered or unexported fields
}

func NewNullableList ¶

func NewNullableList(val *List) *NullableList

func (NullableList) Get ¶

func (v NullableList) Get() *List

func (NullableList) IsSet ¶

func (v NullableList) IsSet() bool

func (NullableList) MarshalJSON ¶

func (v NullableList) MarshalJSON() ([]byte, error)

func (*NullableList) Set ¶

func (v *NullableList) Set(val *List)

func (*NullableList) UnmarshalJSON ¶

func (v *NullableList) UnmarshalJSON(src []byte) error

func (*NullableList) Unset ¶

func (v *NullableList) Unset()

type NullableListChangeRequestsForSpace200Response ¶

type NullableListChangeRequestsForSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableListChangeRequestsForSpace200Response) Get ¶

func (NullableListChangeRequestsForSpace200Response) IsSet ¶

func (NullableListChangeRequestsForSpace200Response) MarshalJSON ¶

func (*NullableListChangeRequestsForSpace200Response) Set ¶

func (*NullableListChangeRequestsForSpace200Response) UnmarshalJSON ¶

func (*NullableListChangeRequestsForSpace200Response) Unset ¶

type NullableListChangeRequestsForSpace200ResponseAllOf ¶

type NullableListChangeRequestsForSpace200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListChangeRequestsForSpace200ResponseAllOf) Get ¶

func (NullableListChangeRequestsForSpace200ResponseAllOf) IsSet ¶

func (NullableListChangeRequestsForSpace200ResponseAllOf) MarshalJSON ¶

func (*NullableListChangeRequestsForSpace200ResponseAllOf) Set ¶

func (*NullableListChangeRequestsForSpace200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListChangeRequestsForSpace200ResponseAllOf) Unset ¶

type NullableListCollectionsInOrganizationById200Response ¶

type NullableListCollectionsInOrganizationById200Response struct {
	// contains filtered or unexported fields
}

func (NullableListCollectionsInOrganizationById200Response) Get ¶

func (NullableListCollectionsInOrganizationById200Response) IsSet ¶

func (NullableListCollectionsInOrganizationById200Response) MarshalJSON ¶

func (*NullableListCollectionsInOrganizationById200Response) Set ¶

func (*NullableListCollectionsInOrganizationById200Response) UnmarshalJSON ¶

func (*NullableListCollectionsInOrganizationById200Response) Unset ¶

type NullableListCollectionsInOrganizationById200ResponseAllOf ¶

type NullableListCollectionsInOrganizationById200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListCollectionsInOrganizationById200ResponseAllOf) Get ¶

func (NullableListCollectionsInOrganizationById200ResponseAllOf) IsSet ¶

func (NullableListCollectionsInOrganizationById200ResponseAllOf) MarshalJSON ¶

func (*NullableListCollectionsInOrganizationById200ResponseAllOf) Set ¶

func (*NullableListCollectionsInOrganizationById200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListCollectionsInOrganizationById200ResponseAllOf) Unset ¶

type NullableListCommentRepliesInChangeRequest200Response ¶

type NullableListCommentRepliesInChangeRequest200Response struct {
	// contains filtered or unexported fields
}

func (NullableListCommentRepliesInChangeRequest200Response) Get ¶

func (NullableListCommentRepliesInChangeRequest200Response) IsSet ¶

func (NullableListCommentRepliesInChangeRequest200Response) MarshalJSON ¶

func (*NullableListCommentRepliesInChangeRequest200Response) Set ¶

func (*NullableListCommentRepliesInChangeRequest200Response) UnmarshalJSON ¶

func (*NullableListCommentRepliesInChangeRequest200Response) Unset ¶

type NullableListCommentRepliesInChangeRequest200ResponseAllOf ¶

type NullableListCommentRepliesInChangeRequest200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListCommentRepliesInChangeRequest200ResponseAllOf) Get ¶

func (NullableListCommentRepliesInChangeRequest200ResponseAllOf) IsSet ¶

func (NullableListCommentRepliesInChangeRequest200ResponseAllOf) MarshalJSON ¶

func (*NullableListCommentRepliesInChangeRequest200ResponseAllOf) Set ¶

func (*NullableListCommentRepliesInChangeRequest200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListCommentRepliesInChangeRequest200ResponseAllOf) Unset ¶

type NullableListCommentsInChangeRequest200Response ¶

type NullableListCommentsInChangeRequest200Response struct {
	// contains filtered or unexported fields
}

func (NullableListCommentsInChangeRequest200Response) Get ¶

func (NullableListCommentsInChangeRequest200Response) IsSet ¶

func (NullableListCommentsInChangeRequest200Response) MarshalJSON ¶

func (*NullableListCommentsInChangeRequest200Response) Set ¶

func (*NullableListCommentsInChangeRequest200Response) UnmarshalJSON ¶

func (*NullableListCommentsInChangeRequest200Response) Unset ¶

type NullableListCommentsInChangeRequest200ResponseAllOf ¶

type NullableListCommentsInChangeRequest200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListCommentsInChangeRequest200ResponseAllOf) Get ¶

func (NullableListCommentsInChangeRequest200ResponseAllOf) IsSet ¶

func (NullableListCommentsInChangeRequest200ResponseAllOf) MarshalJSON ¶

func (*NullableListCommentsInChangeRequest200ResponseAllOf) Set ¶

func (*NullableListCommentsInChangeRequest200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListCommentsInChangeRequest200ResponseAllOf) Unset ¶

type NullableListDirectorySyncGroups200Response ¶

type NullableListDirectorySyncGroups200Response struct {
	// contains filtered or unexported fields
}

func (NullableListDirectorySyncGroups200Response) Get ¶

func (NullableListDirectorySyncGroups200Response) IsSet ¶

func (NullableListDirectorySyncGroups200Response) MarshalJSON ¶

func (*NullableListDirectorySyncGroups200Response) Set ¶

func (*NullableListDirectorySyncGroups200Response) UnmarshalJSON ¶

func (v *NullableListDirectorySyncGroups200Response) UnmarshalJSON(src []byte) error

func (*NullableListDirectorySyncGroups200Response) Unset ¶

type NullableListEntitySchemas200Response ¶ added in v0.2.0

type NullableListEntitySchemas200Response struct {
	// contains filtered or unexported fields
}

func NewNullableListEntitySchemas200Response ¶ added in v0.2.0

func NewNullableListEntitySchemas200Response(val *ListEntitySchemas200Response) *NullableListEntitySchemas200Response

func (NullableListEntitySchemas200Response) Get ¶ added in v0.2.0

func (NullableListEntitySchemas200Response) IsSet ¶ added in v0.2.0

func (NullableListEntitySchemas200Response) MarshalJSON ¶ added in v0.2.0

func (v NullableListEntitySchemas200Response) MarshalJSON() ([]byte, error)

func (*NullableListEntitySchemas200Response) Set ¶ added in v0.2.0

func (*NullableListEntitySchemas200Response) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableListEntitySchemas200Response) UnmarshalJSON(src []byte) error

func (*NullableListEntitySchemas200Response) Unset ¶ added in v0.2.0

type NullableListEntitySchemas200ResponseAllOf ¶ added in v0.2.0

type NullableListEntitySchemas200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableListEntitySchemas200ResponseAllOf ¶ added in v0.2.0

func NewNullableListEntitySchemas200ResponseAllOf(val *ListEntitySchemas200ResponseAllOf) *NullableListEntitySchemas200ResponseAllOf

func (NullableListEntitySchemas200ResponseAllOf) Get ¶ added in v0.2.0

func (NullableListEntitySchemas200ResponseAllOf) IsSet ¶ added in v0.2.0

func (NullableListEntitySchemas200ResponseAllOf) MarshalJSON ¶ added in v0.2.0

func (*NullableListEntitySchemas200ResponseAllOf) Set ¶ added in v0.2.0

func (*NullableListEntitySchemas200ResponseAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableListEntitySchemas200ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableListEntitySchemas200ResponseAllOf) Unset ¶ added in v0.2.0

type NullableListEnvironments200Response ¶

type NullableListEnvironments200Response struct {
	// contains filtered or unexported fields
}

func (NullableListEnvironments200Response) Get ¶

func (NullableListEnvironments200Response) IsSet ¶

func (NullableListEnvironments200Response) MarshalJSON ¶

func (v NullableListEnvironments200Response) MarshalJSON() ([]byte, error)

func (*NullableListEnvironments200Response) Set ¶

func (*NullableListEnvironments200Response) UnmarshalJSON ¶

func (v *NullableListEnvironments200Response) UnmarshalJSON(src []byte) error

func (*NullableListEnvironments200Response) Unset ¶

type NullableListEnvironments200ResponseAllOf ¶

type NullableListEnvironments200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListEnvironments200ResponseAllOf) Get ¶

func (NullableListEnvironments200ResponseAllOf) IsSet ¶

func (NullableListEnvironments200ResponseAllOf) MarshalJSON ¶

func (*NullableListEnvironments200ResponseAllOf) Set ¶

func (*NullableListEnvironments200ResponseAllOf) UnmarshalJSON ¶

func (v *NullableListEnvironments200ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableListEnvironments200ResponseAllOf) Unset ¶

type NullableListFiles200Response ¶

type NullableListFiles200Response struct {
	// contains filtered or unexported fields
}

func (NullableListFiles200Response) Get ¶

func (NullableListFiles200Response) IsSet ¶

func (NullableListFiles200Response) MarshalJSON ¶

func (v NullableListFiles200Response) MarshalJSON() ([]byte, error)

func (*NullableListFiles200Response) Set ¶

func (*NullableListFiles200Response) UnmarshalJSON ¶

func (v *NullableListFiles200Response) UnmarshalJSON(src []byte) error

func (*NullableListFiles200Response) Unset ¶

func (v *NullableListFiles200Response) Unset()

type NullableListFiles200ResponseAllOf ¶

type NullableListFiles200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListFiles200ResponseAllOf) Get ¶

func (NullableListFiles200ResponseAllOf) IsSet ¶

func (NullableListFiles200ResponseAllOf) MarshalJSON ¶

func (v NullableListFiles200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*NullableListFiles200ResponseAllOf) Set ¶

func (*NullableListFiles200ResponseAllOf) UnmarshalJSON ¶

func (v *NullableListFiles200ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableListFiles200ResponseAllOf) Unset ¶

type NullableListIntegrationEvents200Response ¶

type NullableListIntegrationEvents200Response struct {
	// contains filtered or unexported fields
}

func (NullableListIntegrationEvents200Response) Get ¶

func (NullableListIntegrationEvents200Response) IsSet ¶

func (NullableListIntegrationEvents200Response) MarshalJSON ¶

func (*NullableListIntegrationEvents200Response) Set ¶

func (*NullableListIntegrationEvents200Response) UnmarshalJSON ¶

func (v *NullableListIntegrationEvents200Response) UnmarshalJSON(src []byte) error

func (*NullableListIntegrationEvents200Response) Unset ¶

type NullableListIntegrationEvents200ResponseAllOf ¶

type NullableListIntegrationEvents200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListIntegrationEvents200ResponseAllOf) Get ¶

func (NullableListIntegrationEvents200ResponseAllOf) IsSet ¶

func (NullableListIntegrationEvents200ResponseAllOf) MarshalJSON ¶

func (*NullableListIntegrationEvents200ResponseAllOf) Set ¶

func (*NullableListIntegrationEvents200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListIntegrationEvents200ResponseAllOf) Unset ¶

type NullableListIntegrationInstallations200Response ¶

type NullableListIntegrationInstallations200Response struct {
	// contains filtered or unexported fields
}

func (NullableListIntegrationInstallations200Response) Get ¶

func (NullableListIntegrationInstallations200Response) IsSet ¶

func (NullableListIntegrationInstallations200Response) MarshalJSON ¶

func (*NullableListIntegrationInstallations200Response) Set ¶

func (*NullableListIntegrationInstallations200Response) UnmarshalJSON ¶

func (*NullableListIntegrationInstallations200Response) Unset ¶

type NullableListIntegrationInstallations200ResponseAllOf ¶

type NullableListIntegrationInstallations200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListIntegrationInstallations200ResponseAllOf) Get ¶

func (NullableListIntegrationInstallations200ResponseAllOf) IsSet ¶

func (NullableListIntegrationInstallations200ResponseAllOf) MarshalJSON ¶

func (*NullableListIntegrationInstallations200ResponseAllOf) Set ¶

func (*NullableListIntegrationInstallations200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListIntegrationInstallations200ResponseAllOf) Unset ¶

type NullableListIntegrationSpaceInstallations200Response ¶

type NullableListIntegrationSpaceInstallations200Response struct {
	// contains filtered or unexported fields
}

func (NullableListIntegrationSpaceInstallations200Response) Get ¶

func (NullableListIntegrationSpaceInstallations200Response) IsSet ¶

func (NullableListIntegrationSpaceInstallations200Response) MarshalJSON ¶

func (*NullableListIntegrationSpaceInstallations200Response) Set ¶

func (*NullableListIntegrationSpaceInstallations200Response) UnmarshalJSON ¶

func (*NullableListIntegrationSpaceInstallations200Response) Unset ¶

type NullableListIntegrationSpaceInstallations200ResponseAllOf ¶

type NullableListIntegrationSpaceInstallations200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListIntegrationSpaceInstallations200ResponseAllOf) Get ¶

func (NullableListIntegrationSpaceInstallations200ResponseAllOf) IsSet ¶

func (NullableListIntegrationSpaceInstallations200ResponseAllOf) MarshalJSON ¶

func (*NullableListIntegrationSpaceInstallations200ResponseAllOf) Set ¶

func (*NullableListIntegrationSpaceInstallations200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListIntegrationSpaceInstallations200ResponseAllOf) Unset ¶

type NullableListIntegrations200Response ¶

type NullableListIntegrations200Response struct {
	// contains filtered or unexported fields
}

func (NullableListIntegrations200Response) Get ¶

func (NullableListIntegrations200Response) IsSet ¶

func (NullableListIntegrations200Response) MarshalJSON ¶

func (v NullableListIntegrations200Response) MarshalJSON() ([]byte, error)

func (*NullableListIntegrations200Response) Set ¶

func (*NullableListIntegrations200Response) UnmarshalJSON ¶

func (v *NullableListIntegrations200Response) UnmarshalJSON(src []byte) error

func (*NullableListIntegrations200Response) Unset ¶

type NullableListIntegrations200ResponseAllOf ¶

type NullableListIntegrations200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListIntegrations200ResponseAllOf) Get ¶

func (NullableListIntegrations200ResponseAllOf) IsSet ¶

func (NullableListIntegrations200ResponseAllOf) MarshalJSON ¶

func (*NullableListIntegrations200ResponseAllOf) Set ¶

func (*NullableListIntegrations200ResponseAllOf) UnmarshalJSON ¶

func (v *NullableListIntegrations200ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableListIntegrations200ResponseAllOf) Unset ¶

type NullableListMembersInOrganizationById200Response ¶

type NullableListMembersInOrganizationById200Response struct {
	// contains filtered or unexported fields
}

func (NullableListMembersInOrganizationById200Response) Get ¶

func (NullableListMembersInOrganizationById200Response) IsSet ¶

func (NullableListMembersInOrganizationById200Response) MarshalJSON ¶

func (*NullableListMembersInOrganizationById200Response) Set ¶

func (*NullableListMembersInOrganizationById200Response) UnmarshalJSON ¶

func (*NullableListMembersInOrganizationById200Response) Unset ¶

type NullableListMembersInOrganizationById200ResponseAllOf ¶

type NullableListMembersInOrganizationById200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListMembersInOrganizationById200ResponseAllOf) Get ¶

func (NullableListMembersInOrganizationById200ResponseAllOf) IsSet ¶

func (NullableListMembersInOrganizationById200ResponseAllOf) MarshalJSON ¶

func (*NullableListMembersInOrganizationById200ResponseAllOf) Set ¶

func (*NullableListMembersInOrganizationById200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListMembersInOrganizationById200ResponseAllOf) Unset ¶

type NullableListMembersInOrganizationByIdRoleParameter ¶

type NullableListMembersInOrganizationByIdRoleParameter struct {
	// contains filtered or unexported fields
}

func (NullableListMembersInOrganizationByIdRoleParameter) Get ¶

func (NullableListMembersInOrganizationByIdRoleParameter) IsSet ¶

func (NullableListMembersInOrganizationByIdRoleParameter) MarshalJSON ¶

func (*NullableListMembersInOrganizationByIdRoleParameter) Set ¶

func (*NullableListMembersInOrganizationByIdRoleParameter) UnmarshalJSON ¶

func (*NullableListMembersInOrganizationByIdRoleParameter) Unset ¶

type NullableListNext ¶

type NullableListNext struct {
	// contains filtered or unexported fields
}

func NewNullableListNext ¶

func NewNullableListNext(val *ListNext) *NullableListNext

func (NullableListNext) Get ¶

func (v NullableListNext) Get() *ListNext

func (NullableListNext) IsSet ¶

func (v NullableListNext) IsSet() bool

func (NullableListNext) MarshalJSON ¶

func (v NullableListNext) MarshalJSON() ([]byte, error)

func (*NullableListNext) Set ¶

func (v *NullableListNext) Set(val *ListNext)

func (*NullableListNext) UnmarshalJSON ¶

func (v *NullableListNext) UnmarshalJSON(src []byte) error

func (*NullableListNext) Unset ¶

func (v *NullableListNext) Unset()

type NullableListOrganizationCustomFields200Response ¶

type NullableListOrganizationCustomFields200Response struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationCustomFields200Response) Get ¶

func (NullableListOrganizationCustomFields200Response) IsSet ¶

func (NullableListOrganizationCustomFields200Response) MarshalJSON ¶

func (*NullableListOrganizationCustomFields200Response) Set ¶

func (*NullableListOrganizationCustomFields200Response) UnmarshalJSON ¶

func (*NullableListOrganizationCustomFields200Response) Unset ¶

type NullableListOrganizationCustomFields200ResponseAllOf ¶

type NullableListOrganizationCustomFields200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationCustomFields200ResponseAllOf) Get ¶

func (NullableListOrganizationCustomFields200ResponseAllOf) IsSet ¶

func (NullableListOrganizationCustomFields200ResponseAllOf) MarshalJSON ¶

func (*NullableListOrganizationCustomFields200ResponseAllOf) Set ¶

func (*NullableListOrganizationCustomFields200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListOrganizationCustomFields200ResponseAllOf) Unset ¶

type NullableListOrganizationsForAuthenticatedUser200Response ¶

type NullableListOrganizationsForAuthenticatedUser200Response struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationsForAuthenticatedUser200Response) Get ¶

func (NullableListOrganizationsForAuthenticatedUser200Response) IsSet ¶

func (NullableListOrganizationsForAuthenticatedUser200Response) MarshalJSON ¶

func (*NullableListOrganizationsForAuthenticatedUser200Response) Set ¶

func (*NullableListOrganizationsForAuthenticatedUser200Response) UnmarshalJSON ¶

func (*NullableListOrganizationsForAuthenticatedUser200Response) Unset ¶

type NullableListOrganizationsForAuthenticatedUser200ResponseAllOf ¶

type NullableListOrganizationsForAuthenticatedUser200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationsForAuthenticatedUser200ResponseAllOf) Get ¶

func (NullableListOrganizationsForAuthenticatedUser200ResponseAllOf) IsSet ¶

func (NullableListOrganizationsForAuthenticatedUser200ResponseAllOf) MarshalJSON ¶

func (*NullableListOrganizationsForAuthenticatedUser200ResponseAllOf) Set ¶

func (*NullableListOrganizationsForAuthenticatedUser200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListOrganizationsForAuthenticatedUser200ResponseAllOf) Unset ¶

type NullableListPermissionsAggregateInSpace200Response ¶

type NullableListPermissionsAggregateInSpace200Response struct {
	// contains filtered or unexported fields
}

func (NullableListPermissionsAggregateInSpace200Response) Get ¶

func (NullableListPermissionsAggregateInSpace200Response) IsSet ¶

func (NullableListPermissionsAggregateInSpace200Response) MarshalJSON ¶

func (*NullableListPermissionsAggregateInSpace200Response) Set ¶

func (*NullableListPermissionsAggregateInSpace200Response) UnmarshalJSON ¶

func (*NullableListPermissionsAggregateInSpace200Response) Unset ¶

type NullableListPermissionsAggregateInSpace200ResponseAllOf ¶

type NullableListPermissionsAggregateInSpace200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListPermissionsAggregateInSpace200ResponseAllOf) Get ¶

func (NullableListPermissionsAggregateInSpace200ResponseAllOf) IsSet ¶

func (NullableListPermissionsAggregateInSpace200ResponseAllOf) MarshalJSON ¶

func (*NullableListPermissionsAggregateInSpace200ResponseAllOf) Set ¶

func (*NullableListPermissionsAggregateInSpace200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListPermissionsAggregateInSpace200ResponseAllOf) Unset ¶

type NullableListRecordings200Response ¶ added in v0.2.0

type NullableListRecordings200Response struct {
	// contains filtered or unexported fields
}

func NewNullableListRecordings200Response ¶ added in v0.2.0

func NewNullableListRecordings200Response(val *ListRecordings200Response) *NullableListRecordings200Response

func (NullableListRecordings200Response) Get ¶ added in v0.2.0

func (NullableListRecordings200Response) IsSet ¶ added in v0.2.0

func (NullableListRecordings200Response) MarshalJSON ¶ added in v0.2.0

func (v NullableListRecordings200Response) MarshalJSON() ([]byte, error)

func (*NullableListRecordings200Response) Set ¶ added in v0.2.0

func (*NullableListRecordings200Response) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableListRecordings200Response) UnmarshalJSON(src []byte) error

func (*NullableListRecordings200Response) Unset ¶ added in v0.2.0

type NullableListRecordings200ResponseAllOf ¶ added in v0.2.0

type NullableListRecordings200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableListRecordings200ResponseAllOf ¶ added in v0.2.0

func NewNullableListRecordings200ResponseAllOf(val *ListRecordings200ResponseAllOf) *NullableListRecordings200ResponseAllOf

func (NullableListRecordings200ResponseAllOf) Get ¶ added in v0.2.0

func (NullableListRecordings200ResponseAllOf) IsSet ¶ added in v0.2.0

func (NullableListRecordings200ResponseAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableListRecordings200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*NullableListRecordings200ResponseAllOf) Set ¶ added in v0.2.0

func (*NullableListRecordings200ResponseAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableListRecordings200ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableListRecordings200ResponseAllOf) Unset ¶ added in v0.2.0

type NullableListSchemaEntities200Response ¶ added in v0.2.0

type NullableListSchemaEntities200Response struct {
	// contains filtered or unexported fields
}

func NewNullableListSchemaEntities200Response ¶ added in v0.2.0

func NewNullableListSchemaEntities200Response(val *ListSchemaEntities200Response) *NullableListSchemaEntities200Response

func (NullableListSchemaEntities200Response) Get ¶ added in v0.2.0

func (NullableListSchemaEntities200Response) IsSet ¶ added in v0.2.0

func (NullableListSchemaEntities200Response) MarshalJSON ¶ added in v0.2.0

func (v NullableListSchemaEntities200Response) MarshalJSON() ([]byte, error)

func (*NullableListSchemaEntities200Response) Set ¶ added in v0.2.0

func (*NullableListSchemaEntities200Response) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableListSchemaEntities200Response) UnmarshalJSON(src []byte) error

func (*NullableListSchemaEntities200Response) Unset ¶ added in v0.2.0

type NullableListSchemaEntities200ResponseAllOf ¶ added in v0.2.0

type NullableListSchemaEntities200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableListSchemaEntities200ResponseAllOf ¶ added in v0.2.0

func NewNullableListSchemaEntities200ResponseAllOf(val *ListSchemaEntities200ResponseAllOf) *NullableListSchemaEntities200ResponseAllOf

func (NullableListSchemaEntities200ResponseAllOf) Get ¶ added in v0.2.0

func (NullableListSchemaEntities200ResponseAllOf) IsSet ¶ added in v0.2.0

func (NullableListSchemaEntities200ResponseAllOf) MarshalJSON ¶ added in v0.2.0

func (*NullableListSchemaEntities200ResponseAllOf) Set ¶ added in v0.2.0

func (*NullableListSchemaEntities200ResponseAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableListSchemaEntities200ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableListSchemaEntities200ResponseAllOf) Unset ¶ added in v0.2.0

type NullableListSpaceRelations200Response ¶

type NullableListSpaceRelations200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSpaceRelations200Response) Get ¶

func (NullableListSpaceRelations200Response) IsSet ¶

func (NullableListSpaceRelations200Response) MarshalJSON ¶

func (v NullableListSpaceRelations200Response) MarshalJSON() ([]byte, error)

func (*NullableListSpaceRelations200Response) Set ¶

func (*NullableListSpaceRelations200Response) UnmarshalJSON ¶

func (v *NullableListSpaceRelations200Response) UnmarshalJSON(src []byte) error

func (*NullableListSpaceRelations200Response) Unset ¶

type NullableListSpaceRelations200ResponseAllOf ¶

type NullableListSpaceRelations200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListSpaceRelations200ResponseAllOf) Get ¶

func (NullableListSpaceRelations200ResponseAllOf) IsSet ¶

func (NullableListSpaceRelations200ResponseAllOf) MarshalJSON ¶

func (*NullableListSpaceRelations200ResponseAllOf) Set ¶

func (*NullableListSpaceRelations200ResponseAllOf) UnmarshalJSON ¶

func (v *NullableListSpaceRelations200ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableListSpaceRelations200ResponseAllOf) Unset ¶

type NullableListSpaceRelationsInOrganization200Response ¶

type NullableListSpaceRelationsInOrganization200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSpaceRelationsInOrganization200Response) Get ¶

func (NullableListSpaceRelationsInOrganization200Response) IsSet ¶

func (NullableListSpaceRelationsInOrganization200Response) MarshalJSON ¶

func (*NullableListSpaceRelationsInOrganization200Response) Set ¶

func (*NullableListSpaceRelationsInOrganization200Response) UnmarshalJSON ¶

func (*NullableListSpaceRelationsInOrganization200Response) Unset ¶

type NullableListSpaceRelationsInOrganization200ResponseAllOf ¶

type NullableListSpaceRelationsInOrganization200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListSpaceRelationsInOrganization200ResponseAllOf) Get ¶

func (NullableListSpaceRelationsInOrganization200ResponseAllOf) IsSet ¶

func (NullableListSpaceRelationsInOrganization200ResponseAllOf) MarshalJSON ¶

func (*NullableListSpaceRelationsInOrganization200ResponseAllOf) Set ¶

func (*NullableListSpaceRelationsInOrganization200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListSpaceRelationsInOrganization200ResponseAllOf) Unset ¶

type NullableListSpacesForAuthenticatedUser200Response ¶

type NullableListSpacesForAuthenticatedUser200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSpacesForAuthenticatedUser200Response) Get ¶

func (NullableListSpacesForAuthenticatedUser200Response) IsSet ¶

func (NullableListSpacesForAuthenticatedUser200Response) MarshalJSON ¶

func (*NullableListSpacesForAuthenticatedUser200Response) Set ¶

func (*NullableListSpacesForAuthenticatedUser200Response) UnmarshalJSON ¶

func (*NullableListSpacesForAuthenticatedUser200Response) Unset ¶

type NullableListSpacesForAuthenticatedUser200ResponseAllOf ¶

type NullableListSpacesForAuthenticatedUser200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListSpacesForAuthenticatedUser200ResponseAllOf) Get ¶

func (NullableListSpacesForAuthenticatedUser200ResponseAllOf) IsSet ¶

func (NullableListSpacesForAuthenticatedUser200ResponseAllOf) MarshalJSON ¶

func (*NullableListSpacesForAuthenticatedUser200ResponseAllOf) Set ¶

func (*NullableListSpacesForAuthenticatedUser200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListSpacesForAuthenticatedUser200ResponseAllOf) Unset ¶

type NullableListSpacesForOrganizationMember200Response ¶

type NullableListSpacesForOrganizationMember200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSpacesForOrganizationMember200Response) Get ¶

func (NullableListSpacesForOrganizationMember200Response) IsSet ¶

func (NullableListSpacesForOrganizationMember200Response) MarshalJSON ¶

func (*NullableListSpacesForOrganizationMember200Response) Set ¶

func (*NullableListSpacesForOrganizationMember200Response) UnmarshalJSON ¶

func (*NullableListSpacesForOrganizationMember200Response) Unset ¶

type NullableListSpacesForOrganizationMember200ResponseAllOf ¶

type NullableListSpacesForOrganizationMember200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListSpacesForOrganizationMember200ResponseAllOf) Get ¶

func (NullableListSpacesForOrganizationMember200ResponseAllOf) IsSet ¶

func (NullableListSpacesForOrganizationMember200ResponseAllOf) MarshalJSON ¶

func (*NullableListSpacesForOrganizationMember200ResponseAllOf) Set ¶

func (*NullableListSpacesForOrganizationMember200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListSpacesForOrganizationMember200ResponseAllOf) Unset ¶

type NullableListSpacesWithGitSyncInOrganizationById200Response ¶

type NullableListSpacesWithGitSyncInOrganizationById200Response struct {
	// contains filtered or unexported fields
}

func (NullableListSpacesWithGitSyncInOrganizationById200Response) Get ¶

func (NullableListSpacesWithGitSyncInOrganizationById200Response) IsSet ¶

func (NullableListSpacesWithGitSyncInOrganizationById200Response) MarshalJSON ¶

func (*NullableListSpacesWithGitSyncInOrganizationById200Response) Set ¶

func (*NullableListSpacesWithGitSyncInOrganizationById200Response) UnmarshalJSON ¶

func (*NullableListSpacesWithGitSyncInOrganizationById200Response) Unset ¶

type NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOf ¶

type NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOf) Get ¶

func (NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOf) IsSet ¶

func (NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOf) MarshalJSON ¶

func (*NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOf) Set ¶

func (*NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOf) Unset ¶

type NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner ¶

type NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner struct {
	// contains filtered or unexported fields
}

func (NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) Get ¶

func (NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) IsSet ¶

func (NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) MarshalJSON ¶

func (*NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) Set ¶

func (*NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) UnmarshalJSON ¶

func (*NullableListSpacesWithGitSyncInOrganizationById200ResponseAllOfItemsInner) Unset ¶

type NullableListTeamsForOrganizationMember200Response ¶

type NullableListTeamsForOrganizationMember200Response struct {
	// contains filtered or unexported fields
}

func (NullableListTeamsForOrganizationMember200Response) Get ¶

func (NullableListTeamsForOrganizationMember200Response) IsSet ¶

func (NullableListTeamsForOrganizationMember200Response) MarshalJSON ¶

func (*NullableListTeamsForOrganizationMember200Response) Set ¶

func (*NullableListTeamsForOrganizationMember200Response) UnmarshalJSON ¶

func (*NullableListTeamsForOrganizationMember200Response) Unset ¶

type NullableListTeamsForOrganizationMember200ResponseAllOf ¶

type NullableListTeamsForOrganizationMember200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListTeamsForOrganizationMember200ResponseAllOf) Get ¶

func (NullableListTeamsForOrganizationMember200ResponseAllOf) IsSet ¶

func (NullableListTeamsForOrganizationMember200ResponseAllOf) MarshalJSON ¶

func (*NullableListTeamsForOrganizationMember200ResponseAllOf) Set ¶

func (*NullableListTeamsForOrganizationMember200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListTeamsForOrganizationMember200ResponseAllOf) Unset ¶

type NullableListTeamsForOrganizationMember200ResponseAllOfItemsInner ¶

type NullableListTeamsForOrganizationMember200ResponseAllOfItemsInner struct {
	// contains filtered or unexported fields
}

func (NullableListTeamsForOrganizationMember200ResponseAllOfItemsInner) Get ¶

func (NullableListTeamsForOrganizationMember200ResponseAllOfItemsInner) IsSet ¶

func (NullableListTeamsForOrganizationMember200ResponseAllOfItemsInner) MarshalJSON ¶

func (*NullableListTeamsForOrganizationMember200ResponseAllOfItemsInner) Set ¶

func (*NullableListTeamsForOrganizationMember200ResponseAllOfItemsInner) UnmarshalJSON ¶

func (*NullableListTeamsForOrganizationMember200ResponseAllOfItemsInner) Unset ¶

type NullableListTeamsInOrganizationById200Response ¶

type NullableListTeamsInOrganizationById200Response struct {
	// contains filtered or unexported fields
}

func (NullableListTeamsInOrganizationById200Response) Get ¶

func (NullableListTeamsInOrganizationById200Response) IsSet ¶

func (NullableListTeamsInOrganizationById200Response) MarshalJSON ¶

func (*NullableListTeamsInOrganizationById200Response) Set ¶

func (*NullableListTeamsInOrganizationById200Response) UnmarshalJSON ¶

func (*NullableListTeamsInOrganizationById200Response) Unset ¶

type NullableListTeamsInOrganizationById200ResponseAllOf ¶

type NullableListTeamsInOrganizationById200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableListTeamsInOrganizationById200ResponseAllOf) Get ¶

func (NullableListTeamsInOrganizationById200ResponseAllOf) IsSet ¶

func (NullableListTeamsInOrganizationById200ResponseAllOf) MarshalJSON ¶

func (*NullableListTeamsInOrganizationById200ResponseAllOf) Set ¶

func (*NullableListTeamsInOrganizationById200ResponseAllOf) UnmarshalJSON ¶

func (*NullableListTeamsInOrganizationById200ResponseAllOf) Unset ¶

type NullableMarkdownDocument ¶

type NullableMarkdownDocument struct {
	// contains filtered or unexported fields
}

func NewNullableMarkdownDocument ¶

func NewNullableMarkdownDocument(val *MarkdownDocument) *NullableMarkdownDocument

func (NullableMarkdownDocument) Get ¶

func (NullableMarkdownDocument) IsSet ¶

func (v NullableMarkdownDocument) IsSet() bool

func (NullableMarkdownDocument) MarshalJSON ¶

func (v NullableMarkdownDocument) MarshalJSON() ([]byte, error)

func (*NullableMarkdownDocument) Set ¶

func (*NullableMarkdownDocument) UnmarshalJSON ¶

func (v *NullableMarkdownDocument) UnmarshalJSON(src []byte) error

func (*NullableMarkdownDocument) Unset ¶

func (v *NullableMarkdownDocument) Unset()

type NullableMemberContentPermission ¶

type NullableMemberContentPermission struct {
	// contains filtered or unexported fields
}

func (NullableMemberContentPermission) Get ¶

func (NullableMemberContentPermission) IsSet ¶

func (NullableMemberContentPermission) MarshalJSON ¶

func (v NullableMemberContentPermission) MarshalJSON() ([]byte, error)

func (*NullableMemberContentPermission) Set ¶

func (*NullableMemberContentPermission) UnmarshalJSON ¶

func (v *NullableMemberContentPermission) UnmarshalJSON(src []byte) error

func (*NullableMemberContentPermission) Unset ¶

type NullableMemberRole ¶

type NullableMemberRole struct {
	// contains filtered or unexported fields
}

func NewNullableMemberRole ¶

func NewNullableMemberRole(val *MemberRole) *NullableMemberRole

func (NullableMemberRole) Get ¶

func (v NullableMemberRole) Get() *MemberRole

func (NullableMemberRole) IsSet ¶

func (v NullableMemberRole) IsSet() bool

func (NullableMemberRole) MarshalJSON ¶

func (v NullableMemberRole) MarshalJSON() ([]byte, error)

func (*NullableMemberRole) Set ¶

func (v *NullableMemberRole) Set(val *MemberRole)

func (*NullableMemberRole) UnmarshalJSON ¶

func (v *NullableMemberRole) UnmarshalJSON(src []byte) error

func (*NullableMemberRole) Unset ¶

func (v *NullableMemberRole) Unset()

type NullableMemberRoleOrGuest ¶

type NullableMemberRoleOrGuest struct {
	// contains filtered or unexported fields
}

func NewNullableMemberRoleOrGuest ¶

func NewNullableMemberRoleOrGuest(val *MemberRoleOrGuest) *NullableMemberRoleOrGuest

func (NullableMemberRoleOrGuest) Get ¶

func (NullableMemberRoleOrGuest) IsSet ¶

func (v NullableMemberRoleOrGuest) IsSet() bool

func (NullableMemberRoleOrGuest) MarshalJSON ¶

func (v NullableMemberRoleOrGuest) MarshalJSON() ([]byte, error)

func (*NullableMemberRoleOrGuest) Set ¶

func (*NullableMemberRoleOrGuest) UnmarshalJSON ¶

func (v *NullableMemberRoleOrGuest) UnmarshalJSON(src []byte) error

func (*NullableMemberRoleOrGuest) Unset ¶

func (v *NullableMemberRoleOrGuest) Unset()

type NullableMergeChangeRequest200Response ¶

type NullableMergeChangeRequest200Response struct {
	// contains filtered or unexported fields
}

func (NullableMergeChangeRequest200Response) Get ¶

func (NullableMergeChangeRequest200Response) IsSet ¶

func (NullableMergeChangeRequest200Response) MarshalJSON ¶

func (v NullableMergeChangeRequest200Response) MarshalJSON() ([]byte, error)

func (*NullableMergeChangeRequest200Response) Set ¶

func (*NullableMergeChangeRequest200Response) UnmarshalJSON ¶

func (v *NullableMergeChangeRequest200Response) UnmarshalJSON(src []byte) error

func (*NullableMergeChangeRequest200Response) Unset ¶

type NullableOrganization ¶

type NullableOrganization struct {
	// contains filtered or unexported fields
}

func NewNullableOrganization ¶

func NewNullableOrganization(val *Organization) *NullableOrganization

func (NullableOrganization) Get ¶

func (NullableOrganization) IsSet ¶

func (v NullableOrganization) IsSet() bool

func (NullableOrganization) MarshalJSON ¶

func (v NullableOrganization) MarshalJSON() ([]byte, error)

func (*NullableOrganization) Set ¶

func (v *NullableOrganization) Set(val *Organization)

func (*NullableOrganization) UnmarshalJSON ¶

func (v *NullableOrganization) UnmarshalJSON(src []byte) error

func (*NullableOrganization) Unset ¶

func (v *NullableOrganization) Unset()

type NullableOrganizationCommunityType ¶

type NullableOrganizationCommunityType struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationCommunityType) Get ¶

func (NullableOrganizationCommunityType) IsSet ¶

func (NullableOrganizationCommunityType) MarshalJSON ¶

func (v NullableOrganizationCommunityType) MarshalJSON() ([]byte, error)

func (*NullableOrganizationCommunityType) Set ¶

func (*NullableOrganizationCommunityType) UnmarshalJSON ¶

func (v *NullableOrganizationCommunityType) UnmarshalJSON(src []byte) error

func (*NullableOrganizationCommunityType) Unset ¶

type NullableOrganizationCustomFieldsChannel ¶

type NullableOrganizationCustomFieldsChannel struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationCustomFieldsChannel) Get ¶

func (NullableOrganizationCustomFieldsChannel) IsSet ¶

func (NullableOrganizationCustomFieldsChannel) MarshalJSON ¶

func (v NullableOrganizationCustomFieldsChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationCustomFieldsChannel) Set ¶

func (*NullableOrganizationCustomFieldsChannel) UnmarshalJSON ¶

func (v *NullableOrganizationCustomFieldsChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationCustomFieldsChannel) Unset ¶

type NullableOrganizationDirectorySyncGroup ¶

type NullableOrganizationDirectorySyncGroup struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationDirectorySyncGroup) Get ¶

func (NullableOrganizationDirectorySyncGroup) IsSet ¶

func (NullableOrganizationDirectorySyncGroup) MarshalJSON ¶

func (v NullableOrganizationDirectorySyncGroup) MarshalJSON() ([]byte, error)

func (*NullableOrganizationDirectorySyncGroup) Set ¶

func (*NullableOrganizationDirectorySyncGroup) UnmarshalJSON ¶

func (v *NullableOrganizationDirectorySyncGroup) UnmarshalJSON(src []byte) error

func (*NullableOrganizationDirectorySyncGroup) Unset ¶

type NullableOrganizationDirectorySyncGroupTeamStatus ¶

type NullableOrganizationDirectorySyncGroupTeamStatus struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationDirectorySyncGroupTeamStatus) Get ¶

func (NullableOrganizationDirectorySyncGroupTeamStatus) IsSet ¶

func (NullableOrganizationDirectorySyncGroupTeamStatus) MarshalJSON ¶

func (*NullableOrganizationDirectorySyncGroupTeamStatus) Set ¶

func (*NullableOrganizationDirectorySyncGroupTeamStatus) UnmarshalJSON ¶

func (*NullableOrganizationDirectorySyncGroupTeamStatus) Unset ¶

type NullableOrganizationDirectorySyncGroupTeamStatusAnyOf ¶

type NullableOrganizationDirectorySyncGroupTeamStatusAnyOf struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationDirectorySyncGroupTeamStatusAnyOf) Get ¶

func (NullableOrganizationDirectorySyncGroupTeamStatusAnyOf) IsSet ¶

func (NullableOrganizationDirectorySyncGroupTeamStatusAnyOf) MarshalJSON ¶

func (*NullableOrganizationDirectorySyncGroupTeamStatusAnyOf) Set ¶

func (*NullableOrganizationDirectorySyncGroupTeamStatusAnyOf) UnmarshalJSON ¶

func (*NullableOrganizationDirectorySyncGroupTeamStatusAnyOf) Unset ¶

type NullableOrganizationDirectorySyncGroupTeamStatusAnyOf1 ¶

type NullableOrganizationDirectorySyncGroupTeamStatusAnyOf1 struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationDirectorySyncGroupTeamStatusAnyOf1) Get ¶

func (NullableOrganizationDirectorySyncGroupTeamStatusAnyOf1) IsSet ¶

func (NullableOrganizationDirectorySyncGroupTeamStatusAnyOf1) MarshalJSON ¶

func (*NullableOrganizationDirectorySyncGroupTeamStatusAnyOf1) Set ¶

func (*NullableOrganizationDirectorySyncGroupTeamStatusAnyOf1) UnmarshalJSON ¶

func (*NullableOrganizationDirectorySyncGroupTeamStatusAnyOf1) Unset ¶

type NullableOrganizationEntitiesChannel ¶

type NullableOrganizationEntitiesChannel struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationEntitiesChannel) Get ¶

func (NullableOrganizationEntitiesChannel) IsSet ¶

func (NullableOrganizationEntitiesChannel) MarshalJSON ¶

func (v NullableOrganizationEntitiesChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationEntitiesChannel) Set ¶

func (*NullableOrganizationEntitiesChannel) UnmarshalJSON ¶

func (v *NullableOrganizationEntitiesChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationEntitiesChannel) Unset ¶

type NullableOrganizationEnvironmentsChannel ¶

type NullableOrganizationEnvironmentsChannel struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationEnvironmentsChannel) Get ¶

func (NullableOrganizationEnvironmentsChannel) IsSet ¶

func (NullableOrganizationEnvironmentsChannel) MarshalJSON ¶

func (v NullableOrganizationEnvironmentsChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationEnvironmentsChannel) Set ¶

func (*NullableOrganizationEnvironmentsChannel) UnmarshalJSON ¶

func (v *NullableOrganizationEnvironmentsChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationEnvironmentsChannel) Unset ¶

type NullableOrganizationMember ¶

type NullableOrganizationMember struct {
	// contains filtered or unexported fields
}

func NewNullableOrganizationMember ¶

func NewNullableOrganizationMember(val *OrganizationMember) *NullableOrganizationMember

func (NullableOrganizationMember) Get ¶

func (NullableOrganizationMember) IsSet ¶

func (v NullableOrganizationMember) IsSet() bool

func (NullableOrganizationMember) MarshalJSON ¶

func (v NullableOrganizationMember) MarshalJSON() ([]byte, error)

func (*NullableOrganizationMember) Set ¶

func (*NullableOrganizationMember) UnmarshalJSON ¶

func (v *NullableOrganizationMember) UnmarshalJSON(src []byte) error

func (*NullableOrganizationMember) Unset ¶

func (v *NullableOrganizationMember) Unset()

type NullableOrganizationMemberChannel ¶

type NullableOrganizationMemberChannel struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationMemberChannel) Get ¶

func (NullableOrganizationMemberChannel) IsSet ¶

func (NullableOrganizationMemberChannel) MarshalJSON ¶

func (v NullableOrganizationMemberChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationMemberChannel) Set ¶

func (*NullableOrganizationMemberChannel) UnmarshalJSON ¶

func (v *NullableOrganizationMemberChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationMemberChannel) Unset ¶

type NullableOrganizationMembersChannel ¶

type NullableOrganizationMembersChannel struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationMembersChannel) Get ¶

func (NullableOrganizationMembersChannel) IsSet ¶

func (NullableOrganizationMembersChannel) MarshalJSON ¶

func (v NullableOrganizationMembersChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationMembersChannel) Set ¶

func (*NullableOrganizationMembersChannel) UnmarshalJSON ¶

func (v *NullableOrganizationMembersChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationMembersChannel) Unset ¶

type NullableOrganizationRecordingsChannel ¶ added in v0.2.0

type NullableOrganizationRecordingsChannel struct {
	// contains filtered or unexported fields
}

func NewNullableOrganizationRecordingsChannel ¶ added in v0.2.0

func NewNullableOrganizationRecordingsChannel(val *OrganizationRecordingsChannel) *NullableOrganizationRecordingsChannel

func (NullableOrganizationRecordingsChannel) Get ¶ added in v0.2.0

func (NullableOrganizationRecordingsChannel) IsSet ¶ added in v0.2.0

func (NullableOrganizationRecordingsChannel) MarshalJSON ¶ added in v0.2.0

func (v NullableOrganizationRecordingsChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationRecordingsChannel) Set ¶ added in v0.2.0

func (*NullableOrganizationRecordingsChannel) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableOrganizationRecordingsChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationRecordingsChannel) Unset ¶ added in v0.2.0

type NullableOrganizationSchemasChannel ¶ added in v0.2.0

type NullableOrganizationSchemasChannel struct {
	// contains filtered or unexported fields
}

func NewNullableOrganizationSchemasChannel ¶ added in v0.2.0

func NewNullableOrganizationSchemasChannel(val *OrganizationSchemasChannel) *NullableOrganizationSchemasChannel

func (NullableOrganizationSchemasChannel) Get ¶ added in v0.2.0

func (NullableOrganizationSchemasChannel) IsSet ¶ added in v0.2.0

func (NullableOrganizationSchemasChannel) MarshalJSON ¶ added in v0.2.0

func (v NullableOrganizationSchemasChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationSchemasChannel) Set ¶ added in v0.2.0

func (*NullableOrganizationSchemasChannel) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableOrganizationSchemasChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationSchemasChannel) Unset ¶ added in v0.2.0

type NullableOrganizationSpaceRelationsChannel ¶

type NullableOrganizationSpaceRelationsChannel struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationSpaceRelationsChannel) Get ¶

func (NullableOrganizationSpaceRelationsChannel) IsSet ¶

func (NullableOrganizationSpaceRelationsChannel) MarshalJSON ¶

func (*NullableOrganizationSpaceRelationsChannel) Set ¶

func (*NullableOrganizationSpaceRelationsChannel) UnmarshalJSON ¶

func (v *NullableOrganizationSpaceRelationsChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationSpaceRelationsChannel) Unset ¶

type NullableOrganizationSpacesChannel ¶

type NullableOrganizationSpacesChannel struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationSpacesChannel) Get ¶

func (NullableOrganizationSpacesChannel) IsSet ¶

func (NullableOrganizationSpacesChannel) MarshalJSON ¶

func (v NullableOrganizationSpacesChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationSpacesChannel) Set ¶

func (*NullableOrganizationSpacesChannel) UnmarshalJSON ¶

func (v *NullableOrganizationSpacesChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationSpacesChannel) Unset ¶

type NullableOrganizationTarget ¶

type NullableOrganizationTarget struct {
	// contains filtered or unexported fields
}

func NewNullableOrganizationTarget ¶

func NewNullableOrganizationTarget(val *OrganizationTarget) *NullableOrganizationTarget

func (NullableOrganizationTarget) Get ¶

func (NullableOrganizationTarget) IsSet ¶

func (v NullableOrganizationTarget) IsSet() bool

func (NullableOrganizationTarget) MarshalJSON ¶

func (v NullableOrganizationTarget) MarshalJSON() ([]byte, error)

func (*NullableOrganizationTarget) Set ¶

func (*NullableOrganizationTarget) UnmarshalJSON ¶

func (v *NullableOrganizationTarget) UnmarshalJSON(src []byte) error

func (*NullableOrganizationTarget) Unset ¶

func (v *NullableOrganizationTarget) Unset()

type NullableOrganizationTeam ¶

type NullableOrganizationTeam struct {
	// contains filtered or unexported fields
}

func NewNullableOrganizationTeam ¶

func NewNullableOrganizationTeam(val *OrganizationTeam) *NullableOrganizationTeam

func (NullableOrganizationTeam) Get ¶

func (NullableOrganizationTeam) IsSet ¶

func (v NullableOrganizationTeam) IsSet() bool

func (NullableOrganizationTeam) MarshalJSON ¶

func (v NullableOrganizationTeam) MarshalJSON() ([]byte, error)

func (*NullableOrganizationTeam) Set ¶

func (*NullableOrganizationTeam) UnmarshalJSON ¶

func (v *NullableOrganizationTeam) UnmarshalJSON(src []byte) error

func (*NullableOrganizationTeam) Unset ¶

func (v *NullableOrganizationTeam) Unset()

type NullableOrganizationTeamChannel ¶

type NullableOrganizationTeamChannel struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationTeamChannel) Get ¶

func (NullableOrganizationTeamChannel) IsSet ¶

func (NullableOrganizationTeamChannel) MarshalJSON ¶

func (v NullableOrganizationTeamChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationTeamChannel) Set ¶

func (*NullableOrganizationTeamChannel) UnmarshalJSON ¶

func (v *NullableOrganizationTeamChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationTeamChannel) Unset ¶

type NullableOrganizationTeamMemberChannel ¶

type NullableOrganizationTeamMemberChannel struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationTeamMemberChannel) Get ¶

func (NullableOrganizationTeamMemberChannel) IsSet ¶

func (NullableOrganizationTeamMemberChannel) MarshalJSON ¶

func (v NullableOrganizationTeamMemberChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationTeamMemberChannel) Set ¶

func (*NullableOrganizationTeamMemberChannel) UnmarshalJSON ¶

func (v *NullableOrganizationTeamMemberChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationTeamMemberChannel) Unset ¶

type NullableOrganizationTeamMembersChannel ¶

type NullableOrganizationTeamMembersChannel struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationTeamMembersChannel) Get ¶

func (NullableOrganizationTeamMembersChannel) IsSet ¶

func (NullableOrganizationTeamMembersChannel) MarshalJSON ¶

func (v NullableOrganizationTeamMembersChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationTeamMembersChannel) Set ¶

func (*NullableOrganizationTeamMembersChannel) UnmarshalJSON ¶

func (v *NullableOrganizationTeamMembersChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationTeamMembersChannel) Unset ¶

type NullableOrganizationTeamsChannel ¶

type NullableOrganizationTeamsChannel struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationTeamsChannel) Get ¶

func (NullableOrganizationTeamsChannel) IsSet ¶

func (NullableOrganizationTeamsChannel) MarshalJSON ¶

func (v NullableOrganizationTeamsChannel) MarshalJSON() ([]byte, error)

func (*NullableOrganizationTeamsChannel) Set ¶

func (*NullableOrganizationTeamsChannel) UnmarshalJSON ¶

func (v *NullableOrganizationTeamsChannel) UnmarshalJSON(src []byte) error

func (*NullableOrganizationTeamsChannel) Unset ¶

type NullableOrganizationTransferResponse ¶

type NullableOrganizationTransferResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationTransferResponse) Get ¶

func (NullableOrganizationTransferResponse) IsSet ¶

func (NullableOrganizationTransferResponse) MarshalJSON ¶

func (v NullableOrganizationTransferResponse) MarshalJSON() ([]byte, error)

func (*NullableOrganizationTransferResponse) Set ¶

func (*NullableOrganizationTransferResponse) UnmarshalJSON ¶

func (v *NullableOrganizationTransferResponse) UnmarshalJSON(src []byte) error

func (*NullableOrganizationTransferResponse) Unset ¶

type NullableOrganizationType ¶

type NullableOrganizationType struct {
	// contains filtered or unexported fields
}

func NewNullableOrganizationType ¶

func NewNullableOrganizationType(val *OrganizationType) *NullableOrganizationType

func (NullableOrganizationType) Get ¶

func (NullableOrganizationType) IsSet ¶

func (v NullableOrganizationType) IsSet() bool

func (NullableOrganizationType) MarshalJSON ¶

func (v NullableOrganizationType) MarshalJSON() ([]byte, error)

func (*NullableOrganizationType) Set ¶

func (*NullableOrganizationType) UnmarshalJSON ¶

func (v *NullableOrganizationType) UnmarshalJSON(src []byte) error

func (*NullableOrganizationType) Unset ¶

func (v *NullableOrganizationType) Unset()

type NullableOrganizationUrls ¶

type NullableOrganizationUrls struct {
	// contains filtered or unexported fields
}

func NewNullableOrganizationUrls ¶

func NewNullableOrganizationUrls(val *OrganizationUrls) *NullableOrganizationUrls

func (NullableOrganizationUrls) Get ¶

func (NullableOrganizationUrls) IsSet ¶

func (v NullableOrganizationUrls) IsSet() bool

func (NullableOrganizationUrls) MarshalJSON ¶

func (v NullableOrganizationUrls) MarshalJSON() ([]byte, error)

func (*NullableOrganizationUrls) Set ¶

func (*NullableOrganizationUrls) UnmarshalJSON ¶

func (v *NullableOrganizationUrls) UnmarshalJSON(src []byte) error

func (*NullableOrganizationUrls) Unset ¶

func (v *NullableOrganizationUrls) Unset()

type NullableOrganizationUseCase ¶

type NullableOrganizationUseCase struct {
	// contains filtered or unexported fields
}

func (NullableOrganizationUseCase) Get ¶

func (NullableOrganizationUseCase) IsSet ¶

func (NullableOrganizationUseCase) MarshalJSON ¶

func (v NullableOrganizationUseCase) MarshalJSON() ([]byte, error)

func (*NullableOrganizationUseCase) Set ¶

func (*NullableOrganizationUseCase) UnmarshalJSON ¶

func (v *NullableOrganizationUseCase) UnmarshalJSON(src []byte) error

func (*NullableOrganizationUseCase) Unset ¶

func (v *NullableOrganizationUseCase) Unset()

type NullablePostCommentReplySchema ¶

type NullablePostCommentReplySchema struct {
	// contains filtered or unexported fields
}

func (NullablePostCommentReplySchema) Get ¶

func (NullablePostCommentReplySchema) IsSet ¶

func (NullablePostCommentReplySchema) MarshalJSON ¶

func (v NullablePostCommentReplySchema) MarshalJSON() ([]byte, error)

func (*NullablePostCommentReplySchema) Set ¶

func (*NullablePostCommentReplySchema) UnmarshalJSON ¶

func (v *NullablePostCommentReplySchema) UnmarshalJSON(src []byte) error

func (*NullablePostCommentReplySchema) Unset ¶

func (v *NullablePostCommentReplySchema) Unset()

type NullablePostCommentSchema ¶

type NullablePostCommentSchema struct {
	// contains filtered or unexported fields
}

func NewNullablePostCommentSchema ¶

func NewNullablePostCommentSchema(val *PostCommentSchema) *NullablePostCommentSchema

func (NullablePostCommentSchema) Get ¶

func (NullablePostCommentSchema) IsSet ¶

func (v NullablePostCommentSchema) IsSet() bool

func (NullablePostCommentSchema) MarshalJSON ¶

func (v NullablePostCommentSchema) MarshalJSON() ([]byte, error)

func (*NullablePostCommentSchema) Set ¶

func (*NullablePostCommentSchema) UnmarshalJSON ¶

func (v *NullablePostCommentSchema) UnmarshalJSON(src []byte) error

func (*NullablePostCommentSchema) Unset ¶

func (v *NullablePostCommentSchema) Unset()

type NullablePurgeCDNCacheContextType ¶

type NullablePurgeCDNCacheContextType struct {
	// contains filtered or unexported fields
}

func (NullablePurgeCDNCacheContextType) Get ¶

func (NullablePurgeCDNCacheContextType) IsSet ¶

func (NullablePurgeCDNCacheContextType) MarshalJSON ¶

func (v NullablePurgeCDNCacheContextType) MarshalJSON() ([]byte, error)

func (*NullablePurgeCDNCacheContextType) Set ¶

func (*NullablePurgeCDNCacheContextType) UnmarshalJSON ¶

func (v *NullablePurgeCDNCacheContextType) UnmarshalJSON(src []byte) error

func (*NullablePurgeCDNCacheContextType) Unset ¶

type NullableRecording ¶ added in v0.2.0

type NullableRecording struct {
	// contains filtered or unexported fields
}

func NewNullableRecording ¶ added in v0.2.0

func NewNullableRecording(val *Recording) *NullableRecording

func (NullableRecording) Get ¶ added in v0.2.0

func (v NullableRecording) Get() *Recording

func (NullableRecording) IsSet ¶ added in v0.2.0

func (v NullableRecording) IsSet() bool

func (NullableRecording) MarshalJSON ¶ added in v0.2.0

func (v NullableRecording) MarshalJSON() ([]byte, error)

func (*NullableRecording) Set ¶ added in v0.2.0

func (v *NullableRecording) Set(val *Recording)

func (*NullableRecording) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecording) UnmarshalJSON(src []byte) error

func (*NullableRecording) Unset ¶ added in v0.2.0

func (v *NullableRecording) Unset()

type NullableRecordingContext ¶ added in v0.2.0

type NullableRecordingContext struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingContext ¶ added in v0.2.0

func NewNullableRecordingContext(val *RecordingContext) *NullableRecordingContext

func (NullableRecordingContext) Get ¶ added in v0.2.0

func (NullableRecordingContext) IsSet ¶ added in v0.2.0

func (v NullableRecordingContext) IsSet() bool

func (NullableRecordingContext) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingContext) MarshalJSON() ([]byte, error)

func (*NullableRecordingContext) Set ¶ added in v0.2.0

func (*NullableRecordingContext) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingContext) UnmarshalJSON(src []byte) error

func (*NullableRecordingContext) Unset ¶ added in v0.2.0

func (v *NullableRecordingContext) Unset()

type NullableRecordingContributorsInner ¶ added in v0.2.0

type NullableRecordingContributorsInner struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingContributorsInner ¶ added in v0.2.0

func NewNullableRecordingContributorsInner(val *RecordingContributorsInner) *NullableRecordingContributorsInner

func (NullableRecordingContributorsInner) Get ¶ added in v0.2.0

func (NullableRecordingContributorsInner) IsSet ¶ added in v0.2.0

func (NullableRecordingContributorsInner) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingContributorsInner) MarshalJSON() ([]byte, error)

func (*NullableRecordingContributorsInner) Set ¶ added in v0.2.0

func (*NullableRecordingContributorsInner) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingContributorsInner) UnmarshalJSON(src []byte) error

func (*NullableRecordingContributorsInner) Unset ¶ added in v0.2.0

type NullableRecordingEvent ¶ added in v0.2.0

type NullableRecordingEvent struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingEvent ¶ added in v0.2.0

func NewNullableRecordingEvent(val *RecordingEvent) *NullableRecordingEvent

func (NullableRecordingEvent) Get ¶ added in v0.2.0

func (NullableRecordingEvent) IsSet ¶ added in v0.2.0

func (v NullableRecordingEvent) IsSet() bool

func (NullableRecordingEvent) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingEvent) MarshalJSON() ([]byte, error)

func (*NullableRecordingEvent) Set ¶ added in v0.2.0

func (*NullableRecordingEvent) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingEvent) UnmarshalJSON(src []byte) error

func (*NullableRecordingEvent) Unset ¶ added in v0.2.0

func (v *NullableRecordingEvent) Unset()

type NullableRecordingEvents ¶ added in v0.2.0

type NullableRecordingEvents struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingEvents ¶ added in v0.2.0

func NewNullableRecordingEvents(val *RecordingEvents) *NullableRecordingEvents

func (NullableRecordingEvents) Get ¶ added in v0.2.0

func (NullableRecordingEvents) IsSet ¶ added in v0.2.0

func (v NullableRecordingEvents) IsSet() bool

func (NullableRecordingEvents) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingEvents) MarshalJSON() ([]byte, error)

func (*NullableRecordingEvents) Set ¶ added in v0.2.0

func (*NullableRecordingEvents) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingEvents) UnmarshalJSON(src []byte) error

func (*NullableRecordingEvents) Unset ¶ added in v0.2.0

func (v *NullableRecordingEvents) Unset()

type NullableRecordingFileAddedEvent ¶ added in v0.2.0

type NullableRecordingFileAddedEvent struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingFileAddedEvent ¶ added in v0.2.0

func NewNullableRecordingFileAddedEvent(val *RecordingFileAddedEvent) *NullableRecordingFileAddedEvent

func (NullableRecordingFileAddedEvent) Get ¶ added in v0.2.0

func (NullableRecordingFileAddedEvent) IsSet ¶ added in v0.2.0

func (NullableRecordingFileAddedEvent) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingFileAddedEvent) MarshalJSON() ([]byte, error)

func (*NullableRecordingFileAddedEvent) Set ¶ added in v0.2.0

func (*NullableRecordingFileAddedEvent) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingFileAddedEvent) UnmarshalJSON(src []byte) error

func (*NullableRecordingFileAddedEvent) Unset ¶ added in v0.2.0

type NullableRecordingFileAddedEventAllOf ¶ added in v0.2.0

type NullableRecordingFileAddedEventAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingFileAddedEventAllOf ¶ added in v0.2.0

func NewNullableRecordingFileAddedEventAllOf(val *RecordingFileAddedEventAllOf) *NullableRecordingFileAddedEventAllOf

func (NullableRecordingFileAddedEventAllOf) Get ¶ added in v0.2.0

func (NullableRecordingFileAddedEventAllOf) IsSet ¶ added in v0.2.0

func (NullableRecordingFileAddedEventAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingFileAddedEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableRecordingFileAddedEventAllOf) Set ¶ added in v0.2.0

func (*NullableRecordingFileAddedEventAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingFileAddedEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableRecordingFileAddedEventAllOf) Unset ¶ added in v0.2.0

type NullableRecordingFileChangedEvent ¶ added in v0.2.0

type NullableRecordingFileChangedEvent struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingFileChangedEvent ¶ added in v0.2.0

func NewNullableRecordingFileChangedEvent(val *RecordingFileChangedEvent) *NullableRecordingFileChangedEvent

func (NullableRecordingFileChangedEvent) Get ¶ added in v0.2.0

func (NullableRecordingFileChangedEvent) IsSet ¶ added in v0.2.0

func (NullableRecordingFileChangedEvent) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingFileChangedEvent) MarshalJSON() ([]byte, error)

func (*NullableRecordingFileChangedEvent) Set ¶ added in v0.2.0

func (*NullableRecordingFileChangedEvent) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingFileChangedEvent) UnmarshalJSON(src []byte) error

func (*NullableRecordingFileChangedEvent) Unset ¶ added in v0.2.0

type NullableRecordingFileChangedEventAllOf ¶ added in v0.2.0

type NullableRecordingFileChangedEventAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingFileChangedEventAllOf ¶ added in v0.2.0

func NewNullableRecordingFileChangedEventAllOf(val *RecordingFileChangedEventAllOf) *NullableRecordingFileChangedEventAllOf

func (NullableRecordingFileChangedEventAllOf) Get ¶ added in v0.2.0

func (NullableRecordingFileChangedEventAllOf) IsSet ¶ added in v0.2.0

func (NullableRecordingFileChangedEventAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingFileChangedEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableRecordingFileChangedEventAllOf) Set ¶ added in v0.2.0

func (*NullableRecordingFileChangedEventAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingFileChangedEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableRecordingFileChangedEventAllOf) Unset ¶ added in v0.2.0

type NullableRecordingFileRemovedEvent ¶ added in v0.2.0

type NullableRecordingFileRemovedEvent struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingFileRemovedEvent ¶ added in v0.2.0

func NewNullableRecordingFileRemovedEvent(val *RecordingFileRemovedEvent) *NullableRecordingFileRemovedEvent

func (NullableRecordingFileRemovedEvent) Get ¶ added in v0.2.0

func (NullableRecordingFileRemovedEvent) IsSet ¶ added in v0.2.0

func (NullableRecordingFileRemovedEvent) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingFileRemovedEvent) MarshalJSON() ([]byte, error)

func (*NullableRecordingFileRemovedEvent) Set ¶ added in v0.2.0

func (*NullableRecordingFileRemovedEvent) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingFileRemovedEvent) UnmarshalJSON(src []byte) error

func (*NullableRecordingFileRemovedEvent) Unset ¶ added in v0.2.0

type NullableRecordingFileRemovedEventAllOf ¶ added in v0.2.0

type NullableRecordingFileRemovedEventAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingFileRemovedEventAllOf ¶ added in v0.2.0

func NewNullableRecordingFileRemovedEventAllOf(val *RecordingFileRemovedEventAllOf) *NullableRecordingFileRemovedEventAllOf

func (NullableRecordingFileRemovedEventAllOf) Get ¶ added in v0.2.0

func (NullableRecordingFileRemovedEventAllOf) IsSet ¶ added in v0.2.0

func (NullableRecordingFileRemovedEventAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingFileRemovedEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableRecordingFileRemovedEventAllOf) Set ¶ added in v0.2.0

func (*NullableRecordingFileRemovedEventAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingFileRemovedEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableRecordingFileRemovedEventAllOf) Unset ¶ added in v0.2.0

type NullableRecordingOutput ¶ added in v0.2.0

type NullableRecordingOutput struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingOutput ¶ added in v0.2.0

func NewNullableRecordingOutput(val *RecordingOutput) *NullableRecordingOutput

func (NullableRecordingOutput) Get ¶ added in v0.2.0

func (NullableRecordingOutput) IsSet ¶ added in v0.2.0

func (v NullableRecordingOutput) IsSet() bool

func (NullableRecordingOutput) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingOutput) MarshalJSON() ([]byte, error)

func (*NullableRecordingOutput) Set ¶ added in v0.2.0

func (*NullableRecordingOutput) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingOutput) UnmarshalJSON(src []byte) error

func (*NullableRecordingOutput) Unset ¶ added in v0.2.0

func (v *NullableRecordingOutput) Unset()

type NullableRecordingSpeechEvent ¶ added in v0.2.0

type NullableRecordingSpeechEvent struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingSpeechEvent ¶ added in v0.2.0

func NewNullableRecordingSpeechEvent(val *RecordingSpeechEvent) *NullableRecordingSpeechEvent

func (NullableRecordingSpeechEvent) Get ¶ added in v0.2.0

func (NullableRecordingSpeechEvent) IsSet ¶ added in v0.2.0

func (NullableRecordingSpeechEvent) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingSpeechEvent) MarshalJSON() ([]byte, error)

func (*NullableRecordingSpeechEvent) Set ¶ added in v0.2.0

func (*NullableRecordingSpeechEvent) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingSpeechEvent) UnmarshalJSON(src []byte) error

func (*NullableRecordingSpeechEvent) Unset ¶ added in v0.2.0

func (v *NullableRecordingSpeechEvent) Unset()

type NullableRecordingSpeechEventAllOf ¶ added in v0.2.0

type NullableRecordingSpeechEventAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingSpeechEventAllOf ¶ added in v0.2.0

func NewNullableRecordingSpeechEventAllOf(val *RecordingSpeechEventAllOf) *NullableRecordingSpeechEventAllOf

func (NullableRecordingSpeechEventAllOf) Get ¶ added in v0.2.0

func (NullableRecordingSpeechEventAllOf) IsSet ¶ added in v0.2.0

func (NullableRecordingSpeechEventAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingSpeechEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableRecordingSpeechEventAllOf) Set ¶ added in v0.2.0

func (*NullableRecordingSpeechEventAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingSpeechEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableRecordingSpeechEventAllOf) Unset ¶ added in v0.2.0

type NullableRecordingTerminalCommandEvent ¶ added in v0.2.0

type NullableRecordingTerminalCommandEvent struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingTerminalCommandEvent ¶ added in v0.2.0

func NewNullableRecordingTerminalCommandEvent(val *RecordingTerminalCommandEvent) *NullableRecordingTerminalCommandEvent

func (NullableRecordingTerminalCommandEvent) Get ¶ added in v0.2.0

func (NullableRecordingTerminalCommandEvent) IsSet ¶ added in v0.2.0

func (NullableRecordingTerminalCommandEvent) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingTerminalCommandEvent) MarshalJSON() ([]byte, error)

func (*NullableRecordingTerminalCommandEvent) Set ¶ added in v0.2.0

func (*NullableRecordingTerminalCommandEvent) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingTerminalCommandEvent) UnmarshalJSON(src []byte) error

func (*NullableRecordingTerminalCommandEvent) Unset ¶ added in v0.2.0

type NullableRecordingTerminalCommandEventAllOf ¶ added in v0.2.0

type NullableRecordingTerminalCommandEventAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingTerminalCommandEventAllOf ¶ added in v0.2.0

func NewNullableRecordingTerminalCommandEventAllOf(val *RecordingTerminalCommandEventAllOf) *NullableRecordingTerminalCommandEventAllOf

func (NullableRecordingTerminalCommandEventAllOf) Get ¶ added in v0.2.0

func (NullableRecordingTerminalCommandEventAllOf) IsSet ¶ added in v0.2.0

func (NullableRecordingTerminalCommandEventAllOf) MarshalJSON ¶ added in v0.2.0

func (*NullableRecordingTerminalCommandEventAllOf) Set ¶ added in v0.2.0

func (*NullableRecordingTerminalCommandEventAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingTerminalCommandEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableRecordingTerminalCommandEventAllOf) Unset ¶ added in v0.2.0

type NullableRecordingThreadMessageEvent ¶ added in v0.2.0

type NullableRecordingThreadMessageEvent struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingThreadMessageEvent ¶ added in v0.2.0

func NewNullableRecordingThreadMessageEvent(val *RecordingThreadMessageEvent) *NullableRecordingThreadMessageEvent

func (NullableRecordingThreadMessageEvent) Get ¶ added in v0.2.0

func (NullableRecordingThreadMessageEvent) IsSet ¶ added in v0.2.0

func (NullableRecordingThreadMessageEvent) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingThreadMessageEvent) MarshalJSON() ([]byte, error)

func (*NullableRecordingThreadMessageEvent) Set ¶ added in v0.2.0

func (*NullableRecordingThreadMessageEvent) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingThreadMessageEvent) UnmarshalJSON(src []byte) error

func (*NullableRecordingThreadMessageEvent) Unset ¶ added in v0.2.0

type NullableRecordingThreadMessageEventAllOf ¶ added in v0.2.0

type NullableRecordingThreadMessageEventAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingThreadMessageEventAllOf ¶ added in v0.2.0

func NewNullableRecordingThreadMessageEventAllOf(val *RecordingThreadMessageEventAllOf) *NullableRecordingThreadMessageEventAllOf

func (NullableRecordingThreadMessageEventAllOf) Get ¶ added in v0.2.0

func (NullableRecordingThreadMessageEventAllOf) IsSet ¶ added in v0.2.0

func (NullableRecordingThreadMessageEventAllOf) MarshalJSON ¶ added in v0.2.0

func (*NullableRecordingThreadMessageEventAllOf) Set ¶ added in v0.2.0

func (*NullableRecordingThreadMessageEventAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingThreadMessageEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableRecordingThreadMessageEventAllOf) Unset ¶ added in v0.2.0

type NullableRecordingUrls ¶ added in v0.2.0

type NullableRecordingUrls struct {
	// contains filtered or unexported fields
}

func NewNullableRecordingUrls ¶ added in v0.2.0

func NewNullableRecordingUrls(val *RecordingUrls) *NullableRecordingUrls

func (NullableRecordingUrls) Get ¶ added in v0.2.0

func (NullableRecordingUrls) IsSet ¶ added in v0.2.0

func (v NullableRecordingUrls) IsSet() bool

func (NullableRecordingUrls) MarshalJSON ¶ added in v0.2.0

func (v NullableRecordingUrls) MarshalJSON() ([]byte, error)

func (*NullableRecordingUrls) Set ¶ added in v0.2.0

func (v *NullableRecordingUrls) Set(val *RecordingUrls)

func (*NullableRecordingUrls) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRecordingUrls) UnmarshalJSON(src []byte) error

func (*NullableRecordingUrls) Unset ¶ added in v0.2.0

func (v *NullableRecordingUrls) Unset()

type NullableRequestBlockUserContext ¶

type NullableRequestBlockUserContext struct {
	// contains filtered or unexported fields
}

func (NullableRequestBlockUserContext) Get ¶

func (NullableRequestBlockUserContext) IsSet ¶

func (NullableRequestBlockUserContext) MarshalJSON ¶

func (v NullableRequestBlockUserContext) MarshalJSON() ([]byte, error)

func (*NullableRequestBlockUserContext) Set ¶

func (*NullableRequestBlockUserContext) UnmarshalJSON ¶

func (v *NullableRequestBlockUserContext) UnmarshalJSON(src []byte) error

func (*NullableRequestBlockUserContext) Unset ¶

type NullableRequestCreateChangeRequest ¶

type NullableRequestCreateChangeRequest struct {
	// contains filtered or unexported fields
}

func (NullableRequestCreateChangeRequest) Get ¶

func (NullableRequestCreateChangeRequest) IsSet ¶

func (NullableRequestCreateChangeRequest) MarshalJSON ¶

func (v NullableRequestCreateChangeRequest) MarshalJSON() ([]byte, error)

func (*NullableRequestCreateChangeRequest) Set ¶

func (*NullableRequestCreateChangeRequest) UnmarshalJSON ¶

func (v *NullableRequestCreateChangeRequest) UnmarshalJSON(src []byte) error

func (*NullableRequestCreateChangeRequest) Unset ¶

type NullableRequestCreateOrganization ¶

type NullableRequestCreateOrganization struct {
	// contains filtered or unexported fields
}

func (NullableRequestCreateOrganization) Get ¶

func (NullableRequestCreateOrganization) IsSet ¶

func (NullableRequestCreateOrganization) MarshalJSON ¶

func (v NullableRequestCreateOrganization) MarshalJSON() ([]byte, error)

func (*NullableRequestCreateOrganization) Set ¶

func (*NullableRequestCreateOrganization) UnmarshalJSON ¶

func (v *NullableRequestCreateOrganization) UnmarshalJSON(src []byte) error

func (*NullableRequestCreateOrganization) Unset ¶

type NullableRequestCreateSpace ¶

type NullableRequestCreateSpace struct {
	// contains filtered or unexported fields
}

func NewNullableRequestCreateSpace ¶

func NewNullableRequestCreateSpace(val *RequestCreateSpace) *NullableRequestCreateSpace

func (NullableRequestCreateSpace) Get ¶

func (NullableRequestCreateSpace) IsSet ¶

func (v NullableRequestCreateSpace) IsSet() bool

func (NullableRequestCreateSpace) MarshalJSON ¶

func (v NullableRequestCreateSpace) MarshalJSON() ([]byte, error)

func (*NullableRequestCreateSpace) Set ¶

func (*NullableRequestCreateSpace) UnmarshalJSON ¶

func (v *NullableRequestCreateSpace) UnmarshalJSON(src []byte) error

func (*NullableRequestCreateSpace) Unset ¶

func (v *NullableRequestCreateSpace) Unset()

type NullableRequestExportToGitRepository ¶

type NullableRequestExportToGitRepository struct {
	// contains filtered or unexported fields
}

func (NullableRequestExportToGitRepository) Get ¶

func (NullableRequestExportToGitRepository) IsSet ¶

func (NullableRequestExportToGitRepository) MarshalJSON ¶

func (v NullableRequestExportToGitRepository) MarshalJSON() ([]byte, error)

func (*NullableRequestExportToGitRepository) Set ¶

func (*NullableRequestExportToGitRepository) UnmarshalJSON ¶

func (v *NullableRequestExportToGitRepository) UnmarshalJSON(src []byte) error

func (*NullableRequestExportToGitRepository) Unset ¶

type NullableRequestImportContent ¶

type NullableRequestImportContent struct {
	// contains filtered or unexported fields
}

func (NullableRequestImportContent) Get ¶

func (NullableRequestImportContent) IsSet ¶

func (NullableRequestImportContent) MarshalJSON ¶

func (v NullableRequestImportContent) MarshalJSON() ([]byte, error)

func (*NullableRequestImportContent) Set ¶

func (*NullableRequestImportContent) UnmarshalJSON ¶

func (v *NullableRequestImportContent) UnmarshalJSON(src []byte) error

func (*NullableRequestImportContent) Unset ¶

func (v *NullableRequestImportContent) Unset()

type NullableRequestImportGitRepository ¶

type NullableRequestImportGitRepository struct {
	// contains filtered or unexported fields
}

func (NullableRequestImportGitRepository) Get ¶

func (NullableRequestImportGitRepository) IsSet ¶

func (NullableRequestImportGitRepository) MarshalJSON ¶

func (v NullableRequestImportGitRepository) MarshalJSON() ([]byte, error)

func (*NullableRequestImportGitRepository) Set ¶

func (*NullableRequestImportGitRepository) UnmarshalJSON ¶

func (v *NullableRequestImportGitRepository) UnmarshalJSON(src []byte) error

func (*NullableRequestImportGitRepository) Unset ¶

type NullableRequestInviteUsersToOrganization ¶

type NullableRequestInviteUsersToOrganization struct {
	// contains filtered or unexported fields
}

func (NullableRequestInviteUsersToOrganization) Get ¶

func (NullableRequestInviteUsersToOrganization) IsSet ¶

func (NullableRequestInviteUsersToOrganization) MarshalJSON ¶

func (*NullableRequestInviteUsersToOrganization) Set ¶

func (*NullableRequestInviteUsersToOrganization) UnmarshalJSON ¶

func (v *NullableRequestInviteUsersToOrganization) UnmarshalJSON(src []byte) error

func (*NullableRequestInviteUsersToOrganization) Unset ¶

type NullableRequestInviteUsersToOrganizationEmailsInner ¶

type NullableRequestInviteUsersToOrganizationEmailsInner struct {
	// contains filtered or unexported fields
}

func (NullableRequestInviteUsersToOrganizationEmailsInner) Get ¶

func (NullableRequestInviteUsersToOrganizationEmailsInner) IsSet ¶

func (NullableRequestInviteUsersToOrganizationEmailsInner) MarshalJSON ¶

func (*NullableRequestInviteUsersToOrganizationEmailsInner) Set ¶

func (*NullableRequestInviteUsersToOrganizationEmailsInner) UnmarshalJSON ¶

func (*NullableRequestInviteUsersToOrganizationEmailsInner) Unset ¶

type NullableRequestInviteUsersToOrganizationEmailsInnerOneOf ¶

type NullableRequestInviteUsersToOrganizationEmailsInnerOneOf struct {
	// contains filtered or unexported fields
}

func (NullableRequestInviteUsersToOrganizationEmailsInnerOneOf) Get ¶

func (NullableRequestInviteUsersToOrganizationEmailsInnerOneOf) IsSet ¶

func (NullableRequestInviteUsersToOrganizationEmailsInnerOneOf) MarshalJSON ¶

func (*NullableRequestInviteUsersToOrganizationEmailsInnerOneOf) Set ¶

func (*NullableRequestInviteUsersToOrganizationEmailsInnerOneOf) UnmarshalJSON ¶

func (*NullableRequestInviteUsersToOrganizationEmailsInnerOneOf) Unset ¶

type NullableRequestPublishIntegration ¶

type NullableRequestPublishIntegration struct {
	// contains filtered or unexported fields
}

func (NullableRequestPublishIntegration) Get ¶

func (NullableRequestPublishIntegration) IsSet ¶

func (NullableRequestPublishIntegration) MarshalJSON ¶

func (v NullableRequestPublishIntegration) MarshalJSON() ([]byte, error)

func (*NullableRequestPublishIntegration) Set ¶

func (*NullableRequestPublishIntegration) UnmarshalJSON ¶

func (v *NullableRequestPublishIntegration) UnmarshalJSON(src []byte) error

func (*NullableRequestPublishIntegration) Unset ¶

type NullableRequestPurgeCDNCacheContext ¶

type NullableRequestPurgeCDNCacheContext struct {
	// contains filtered or unexported fields
}

func (NullableRequestPurgeCDNCacheContext) Get ¶

func (NullableRequestPurgeCDNCacheContext) IsSet ¶

func (NullableRequestPurgeCDNCacheContext) MarshalJSON ¶

func (v NullableRequestPurgeCDNCacheContext) MarshalJSON() ([]byte, error)

func (*NullableRequestPurgeCDNCacheContext) Set ¶

func (*NullableRequestPurgeCDNCacheContext) UnmarshalJSON ¶

func (v *NullableRequestPurgeCDNCacheContext) UnmarshalJSON(src []byte) error

func (*NullableRequestPurgeCDNCacheContext) Unset ¶

type NullableRequestRenderIntegrationUI ¶

type NullableRequestRenderIntegrationUI struct {
	// contains filtered or unexported fields
}

func (NullableRequestRenderIntegrationUI) Get ¶

func (NullableRequestRenderIntegrationUI) IsSet ¶

func (NullableRequestRenderIntegrationUI) MarshalJSON ¶

func (v NullableRequestRenderIntegrationUI) MarshalJSON() ([]byte, error)

func (*NullableRequestRenderIntegrationUI) Set ¶

func (*NullableRequestRenderIntegrationUI) UnmarshalJSON ¶

func (v *NullableRequestRenderIntegrationUI) UnmarshalJSON(src []byte) error

func (*NullableRequestRenderIntegrationUI) Unset ¶

type NullableRequestReviewersForChangeRequest200Response ¶

type NullableRequestReviewersForChangeRequest200Response struct {
	// contains filtered or unexported fields
}

func (NullableRequestReviewersForChangeRequest200Response) Get ¶

func (NullableRequestReviewersForChangeRequest200Response) IsSet ¶

func (NullableRequestReviewersForChangeRequest200Response) MarshalJSON ¶

func (*NullableRequestReviewersForChangeRequest200Response) Set ¶

func (*NullableRequestReviewersForChangeRequest200Response) UnmarshalJSON ¶

func (*NullableRequestReviewersForChangeRequest200Response) Unset ¶

type NullableRequestReviewersForChangeRequestRequest ¶

type NullableRequestReviewersForChangeRequestRequest struct {
	// contains filtered or unexported fields
}

func (NullableRequestReviewersForChangeRequestRequest) Get ¶

func (NullableRequestReviewersForChangeRequestRequest) IsSet ¶

func (NullableRequestReviewersForChangeRequestRequest) MarshalJSON ¶

func (*NullableRequestReviewersForChangeRequestRequest) Set ¶

func (*NullableRequestReviewersForChangeRequestRequest) UnmarshalJSON ¶

func (*NullableRequestReviewersForChangeRequestRequest) Unset ¶

type NullableRequestSpaceTrackPageView ¶

type NullableRequestSpaceTrackPageView struct {
	// contains filtered or unexported fields
}

func (NullableRequestSpaceTrackPageView) Get ¶

func (NullableRequestSpaceTrackPageView) IsSet ¶

func (NullableRequestSpaceTrackPageView) MarshalJSON ¶

func (v NullableRequestSpaceTrackPageView) MarshalJSON() ([]byte, error)

func (*NullableRequestSpaceTrackPageView) Set ¶

func (*NullableRequestSpaceTrackPageView) UnmarshalJSON ¶

func (v *NullableRequestSpaceTrackPageView) UnmarshalJSON(src []byte) error

func (*NullableRequestSpaceTrackPageView) Unset ¶

type NullableRequestSpaceTrackPageViewVisitor ¶

type NullableRequestSpaceTrackPageViewVisitor struct {
	// contains filtered or unexported fields
}

func (NullableRequestSpaceTrackPageViewVisitor) Get ¶

func (NullableRequestSpaceTrackPageViewVisitor) IsSet ¶

func (NullableRequestSpaceTrackPageViewVisitor) MarshalJSON ¶

func (*NullableRequestSpaceTrackPageViewVisitor) Set ¶

func (*NullableRequestSpaceTrackPageViewVisitor) UnmarshalJSON ¶

func (v *NullableRequestSpaceTrackPageViewVisitor) UnmarshalJSON(src []byte) error

func (*NullableRequestSpaceTrackPageViewVisitor) Unset ¶

type NullableRequestUpdateContentPublishingAuth ¶

type NullableRequestUpdateContentPublishingAuth struct {
	// contains filtered or unexported fields
}

func (NullableRequestUpdateContentPublishingAuth) Get ¶

func (NullableRequestUpdateContentPublishingAuth) IsSet ¶

func (NullableRequestUpdateContentPublishingAuth) MarshalJSON ¶

func (*NullableRequestUpdateContentPublishingAuth) Set ¶

func (*NullableRequestUpdateContentPublishingAuth) UnmarshalJSON ¶

func (v *NullableRequestUpdateContentPublishingAuth) UnmarshalJSON(src []byte) error

func (*NullableRequestUpdateContentPublishingAuth) Unset ¶

type NullableRequestUpdateIntegrationInstallation ¶

type NullableRequestUpdateIntegrationInstallation struct {
	// contains filtered or unexported fields
}

func (NullableRequestUpdateIntegrationInstallation) Get ¶

func (NullableRequestUpdateIntegrationInstallation) IsSet ¶

func (NullableRequestUpdateIntegrationInstallation) MarshalJSON ¶

func (*NullableRequestUpdateIntegrationInstallation) Set ¶

func (*NullableRequestUpdateIntegrationInstallation) UnmarshalJSON ¶

func (*NullableRequestUpdateIntegrationInstallation) Unset ¶

type NullableRequestUpdateSpaceGitInfo ¶

type NullableRequestUpdateSpaceGitInfo struct {
	// contains filtered or unexported fields
}

func (NullableRequestUpdateSpaceGitInfo) Get ¶

func (NullableRequestUpdateSpaceGitInfo) IsSet ¶

func (NullableRequestUpdateSpaceGitInfo) MarshalJSON ¶

func (v NullableRequestUpdateSpaceGitInfo) MarshalJSON() ([]byte, error)

func (*NullableRequestUpdateSpaceGitInfo) Set ¶

func (*NullableRequestUpdateSpaceGitInfo) UnmarshalJSON ¶

func (v *NullableRequestUpdateSpaceGitInfo) UnmarshalJSON(src []byte) error

func (*NullableRequestUpdateSpaceGitInfo) Unset ¶

type NullableRequestUpgradeOrganizationBilling ¶

type NullableRequestUpgradeOrganizationBilling struct {
	// contains filtered or unexported fields
}

func (NullableRequestUpgradeOrganizationBilling) Get ¶

func (NullableRequestUpgradeOrganizationBilling) IsSet ¶

func (NullableRequestUpgradeOrganizationBilling) MarshalJSON ¶

func (*NullableRequestUpgradeOrganizationBilling) Set ¶

func (*NullableRequestUpgradeOrganizationBilling) UnmarshalJSON ¶

func (v *NullableRequestUpgradeOrganizationBilling) UnmarshalJSON(src []byte) error

func (*NullableRequestUpgradeOrganizationBilling) Unset ¶

type NullableRevision ¶

type NullableRevision struct {
	// contains filtered or unexported fields
}

func NewNullableRevision ¶

func NewNullableRevision(val *Revision) *NullableRevision

func (NullableRevision) Get ¶

func (v NullableRevision) Get() *Revision

func (NullableRevision) IsSet ¶

func (v NullableRevision) IsSet() bool

func (NullableRevision) MarshalJSON ¶

func (v NullableRevision) MarshalJSON() ([]byte, error)

func (*NullableRevision) Set ¶

func (v *NullableRevision) Set(val *Revision)

func (*NullableRevision) UnmarshalJSON ¶

func (v *NullableRevision) UnmarshalJSON(src []byte) error

func (*NullableRevision) Unset ¶

func (v *NullableRevision) Unset()

type NullableRevisionBase ¶ added in v0.2.0

type NullableRevisionBase struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionBase ¶ added in v0.2.0

func NewNullableRevisionBase(val *RevisionBase) *NullableRevisionBase

func (NullableRevisionBase) Get ¶ added in v0.2.0

func (NullableRevisionBase) IsSet ¶ added in v0.2.0

func (v NullableRevisionBase) IsSet() bool

func (NullableRevisionBase) MarshalJSON ¶ added in v0.2.0

func (v NullableRevisionBase) MarshalJSON() ([]byte, error)

func (*NullableRevisionBase) Set ¶ added in v0.2.0

func (v *NullableRevisionBase) Set(val *RevisionBase)

func (*NullableRevisionBase) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRevisionBase) UnmarshalJSON(src []byte) error

func (*NullableRevisionBase) Unset ¶ added in v0.2.0

func (v *NullableRevisionBase) Unset()

type NullableRevisionBaseGit ¶ added in v0.2.0

type NullableRevisionBaseGit struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionBaseGit ¶ added in v0.2.0

func NewNullableRevisionBaseGit(val *RevisionBaseGit) *NullableRevisionBaseGit

func (NullableRevisionBaseGit) Get ¶ added in v0.2.0

func (NullableRevisionBaseGit) IsSet ¶ added in v0.2.0

func (v NullableRevisionBaseGit) IsSet() bool

func (NullableRevisionBaseGit) MarshalJSON ¶ added in v0.2.0

func (v NullableRevisionBaseGit) MarshalJSON() ([]byte, error)

func (*NullableRevisionBaseGit) Set ¶ added in v0.2.0

func (*NullableRevisionBaseGit) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRevisionBaseGit) UnmarshalJSON(src []byte) error

func (*NullableRevisionBaseGit) Unset ¶ added in v0.2.0

func (v *NullableRevisionBaseGit) Unset()

type NullableRevisionBaseUrls ¶ added in v0.2.0

type NullableRevisionBaseUrls struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionBaseUrls ¶ added in v0.2.0

func NewNullableRevisionBaseUrls(val *RevisionBaseUrls) *NullableRevisionBaseUrls

func (NullableRevisionBaseUrls) Get ¶ added in v0.2.0

func (NullableRevisionBaseUrls) IsSet ¶ added in v0.2.0

func (v NullableRevisionBaseUrls) IsSet() bool

func (NullableRevisionBaseUrls) MarshalJSON ¶ added in v0.2.0

func (v NullableRevisionBaseUrls) MarshalJSON() ([]byte, error)

func (*NullableRevisionBaseUrls) Set ¶ added in v0.2.0

func (*NullableRevisionBaseUrls) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRevisionBaseUrls) UnmarshalJSON(src []byte) error

func (*NullableRevisionBaseUrls) Unset ¶ added in v0.2.0

func (v *NullableRevisionBaseUrls) Unset()

type NullableRevisionFile ¶

type NullableRevisionFile struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionFile ¶

func NewNullableRevisionFile(val *RevisionFile) *NullableRevisionFile

func (NullableRevisionFile) Get ¶

func (NullableRevisionFile) IsSet ¶

func (v NullableRevisionFile) IsSet() bool

func (NullableRevisionFile) MarshalJSON ¶

func (v NullableRevisionFile) MarshalJSON() ([]byte, error)

func (*NullableRevisionFile) Set ¶

func (v *NullableRevisionFile) Set(val *RevisionFile)

func (*NullableRevisionFile) UnmarshalJSON ¶

func (v *NullableRevisionFile) UnmarshalJSON(src []byte) error

func (*NullableRevisionFile) Unset ¶

func (v *NullableRevisionFile) Unset()

type NullableRevisionPage ¶

type NullableRevisionPage struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionPage ¶

func NewNullableRevisionPage(val *RevisionPage) *NullableRevisionPage

func (NullableRevisionPage) Get ¶

func (NullableRevisionPage) IsSet ¶

func (v NullableRevisionPage) IsSet() bool

func (NullableRevisionPage) MarshalJSON ¶

func (v NullableRevisionPage) MarshalJSON() ([]byte, error)

func (*NullableRevisionPage) Set ¶

func (v *NullableRevisionPage) Set(val *RevisionPage)

func (*NullableRevisionPage) UnmarshalJSON ¶

func (v *NullableRevisionPage) UnmarshalJSON(src []byte) error

func (*NullableRevisionPage) Unset ¶

func (v *NullableRevisionPage) Unset()

type NullableRevisionPageBase ¶

type NullableRevisionPageBase struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionPageBase ¶

func NewNullableRevisionPageBase(val *RevisionPageBase) *NullableRevisionPageBase

func (NullableRevisionPageBase) Get ¶

func (NullableRevisionPageBase) IsSet ¶

func (v NullableRevisionPageBase) IsSet() bool

func (NullableRevisionPageBase) MarshalJSON ¶

func (v NullableRevisionPageBase) MarshalJSON() ([]byte, error)

func (*NullableRevisionPageBase) Set ¶

func (*NullableRevisionPageBase) UnmarshalJSON ¶

func (v *NullableRevisionPageBase) UnmarshalJSON(src []byte) error

func (*NullableRevisionPageBase) Unset ¶

func (v *NullableRevisionPageBase) Unset()

type NullableRevisionPageDocument ¶

type NullableRevisionPageDocument struct {
	// contains filtered or unexported fields
}

func (NullableRevisionPageDocument) Get ¶

func (NullableRevisionPageDocument) IsSet ¶

func (NullableRevisionPageDocument) MarshalJSON ¶

func (v NullableRevisionPageDocument) MarshalJSON() ([]byte, error)

func (*NullableRevisionPageDocument) Set ¶

func (*NullableRevisionPageDocument) UnmarshalJSON ¶

func (v *NullableRevisionPageDocument) UnmarshalJSON(src []byte) error

func (*NullableRevisionPageDocument) Unset ¶

func (v *NullableRevisionPageDocument) Unset()

type NullableRevisionPageDocumentAllOf ¶

type NullableRevisionPageDocumentAllOf struct {
	// contains filtered or unexported fields
}

func (NullableRevisionPageDocumentAllOf) Get ¶

func (NullableRevisionPageDocumentAllOf) IsSet ¶

func (NullableRevisionPageDocumentAllOf) MarshalJSON ¶

func (v NullableRevisionPageDocumentAllOf) MarshalJSON() ([]byte, error)

func (*NullableRevisionPageDocumentAllOf) Set ¶

func (*NullableRevisionPageDocumentAllOf) UnmarshalJSON ¶

func (v *NullableRevisionPageDocumentAllOf) UnmarshalJSON(src []byte) error

func (*NullableRevisionPageDocumentAllOf) Unset ¶

type NullableRevisionPageDocumentAllOfPagesInner ¶

type NullableRevisionPageDocumentAllOfPagesInner struct {
	// contains filtered or unexported fields
}

func (NullableRevisionPageDocumentAllOfPagesInner) Get ¶

func (NullableRevisionPageDocumentAllOfPagesInner) IsSet ¶

func (NullableRevisionPageDocumentAllOfPagesInner) MarshalJSON ¶

func (*NullableRevisionPageDocumentAllOfPagesInner) Set ¶

func (*NullableRevisionPageDocumentAllOfPagesInner) UnmarshalJSON ¶

func (v *NullableRevisionPageDocumentAllOfPagesInner) UnmarshalJSON(src []byte) error

func (*NullableRevisionPageDocumentAllOfPagesInner) Unset ¶

type NullableRevisionPageGroup ¶

type NullableRevisionPageGroup struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionPageGroup ¶

func NewNullableRevisionPageGroup(val *RevisionPageGroup) *NullableRevisionPageGroup

func (NullableRevisionPageGroup) Get ¶

func (NullableRevisionPageGroup) IsSet ¶

func (v NullableRevisionPageGroup) IsSet() bool

func (NullableRevisionPageGroup) MarshalJSON ¶

func (v NullableRevisionPageGroup) MarshalJSON() ([]byte, error)

func (*NullableRevisionPageGroup) Set ¶

func (*NullableRevisionPageGroup) UnmarshalJSON ¶

func (v *NullableRevisionPageGroup) UnmarshalJSON(src []byte) error

func (*NullableRevisionPageGroup) Unset ¶

func (v *NullableRevisionPageGroup) Unset()

type NullableRevisionPageGroupAllOf ¶

type NullableRevisionPageGroupAllOf struct {
	// contains filtered or unexported fields
}

func (NullableRevisionPageGroupAllOf) Get ¶

func (NullableRevisionPageGroupAllOf) IsSet ¶

func (NullableRevisionPageGroupAllOf) MarshalJSON ¶

func (v NullableRevisionPageGroupAllOf) MarshalJSON() ([]byte, error)

func (*NullableRevisionPageGroupAllOf) Set ¶

func (*NullableRevisionPageGroupAllOf) UnmarshalJSON ¶

func (v *NullableRevisionPageGroupAllOf) UnmarshalJSON(src []byte) error

func (*NullableRevisionPageGroupAllOf) Unset ¶

func (v *NullableRevisionPageGroupAllOf) Unset()
type NullableRevisionPageLink struct {
	// contains filtered or unexported fields
}
func NewNullableRevisionPageLink(val *RevisionPageLink) *NullableRevisionPageLink

func (NullableRevisionPageLink) Get ¶

func (NullableRevisionPageLink) IsSet ¶

func (v NullableRevisionPageLink) IsSet() bool

func (NullableRevisionPageLink) MarshalJSON ¶

func (v NullableRevisionPageLink) MarshalJSON() ([]byte, error)

func (*NullableRevisionPageLink) Set ¶

func (*NullableRevisionPageLink) UnmarshalJSON ¶

func (v *NullableRevisionPageLink) UnmarshalJSON(src []byte) error

func (*NullableRevisionPageLink) Unset ¶

func (v *NullableRevisionPageLink) Unset()

type NullableRevisionPageLinkAllOf ¶

type NullableRevisionPageLinkAllOf struct {
	// contains filtered or unexported fields
}

func (NullableRevisionPageLinkAllOf) Get ¶

func (NullableRevisionPageLinkAllOf) IsSet ¶

func (NullableRevisionPageLinkAllOf) MarshalJSON ¶

func (v NullableRevisionPageLinkAllOf) MarshalJSON() ([]byte, error)

func (*NullableRevisionPageLinkAllOf) Set ¶

func (*NullableRevisionPageLinkAllOf) UnmarshalJSON ¶

func (v *NullableRevisionPageLinkAllOf) UnmarshalJSON(src []byte) error

func (*NullableRevisionPageLinkAllOf) Unset ¶

func (v *NullableRevisionPageLinkAllOf) Unset()

type NullableRevisionTypeEdits ¶ added in v0.2.0

type NullableRevisionTypeEdits struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionTypeEdits ¶ added in v0.2.0

func NewNullableRevisionTypeEdits(val *RevisionTypeEdits) *NullableRevisionTypeEdits

func (NullableRevisionTypeEdits) Get ¶ added in v0.2.0

func (NullableRevisionTypeEdits) IsSet ¶ added in v0.2.0

func (v NullableRevisionTypeEdits) IsSet() bool

func (NullableRevisionTypeEdits) MarshalJSON ¶ added in v0.2.0

func (v NullableRevisionTypeEdits) MarshalJSON() ([]byte, error)

func (*NullableRevisionTypeEdits) Set ¶ added in v0.2.0

func (*NullableRevisionTypeEdits) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRevisionTypeEdits) UnmarshalJSON(src []byte) error

func (*NullableRevisionTypeEdits) Unset ¶ added in v0.2.0

func (v *NullableRevisionTypeEdits) Unset()

type NullableRevisionTypeEditsAllOf ¶ added in v0.2.0

type NullableRevisionTypeEditsAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionTypeEditsAllOf ¶ added in v0.2.0

func NewNullableRevisionTypeEditsAllOf(val *RevisionTypeEditsAllOf) *NullableRevisionTypeEditsAllOf

func (NullableRevisionTypeEditsAllOf) Get ¶ added in v0.2.0

func (NullableRevisionTypeEditsAllOf) IsSet ¶ added in v0.2.0

func (NullableRevisionTypeEditsAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableRevisionTypeEditsAllOf) MarshalJSON() ([]byte, error)

func (*NullableRevisionTypeEditsAllOf) Set ¶ added in v0.2.0

func (*NullableRevisionTypeEditsAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRevisionTypeEditsAllOf) UnmarshalJSON(src []byte) error

func (*NullableRevisionTypeEditsAllOf) Unset ¶ added in v0.2.0

func (v *NullableRevisionTypeEditsAllOf) Unset()

type NullableRevisionTypeMerge ¶ added in v0.2.0

type NullableRevisionTypeMerge struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionTypeMerge ¶ added in v0.2.0

func NewNullableRevisionTypeMerge(val *RevisionTypeMerge) *NullableRevisionTypeMerge

func (NullableRevisionTypeMerge) Get ¶ added in v0.2.0

func (NullableRevisionTypeMerge) IsSet ¶ added in v0.2.0

func (v NullableRevisionTypeMerge) IsSet() bool

func (NullableRevisionTypeMerge) MarshalJSON ¶ added in v0.2.0

func (v NullableRevisionTypeMerge) MarshalJSON() ([]byte, error)

func (*NullableRevisionTypeMerge) Set ¶ added in v0.2.0

func (*NullableRevisionTypeMerge) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRevisionTypeMerge) UnmarshalJSON(src []byte) error

func (*NullableRevisionTypeMerge) Unset ¶ added in v0.2.0

func (v *NullableRevisionTypeMerge) Unset()

type NullableRevisionTypeMergeAllOf ¶ added in v0.2.0

type NullableRevisionTypeMergeAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionTypeMergeAllOf ¶ added in v0.2.0

func NewNullableRevisionTypeMergeAllOf(val *RevisionTypeMergeAllOf) *NullableRevisionTypeMergeAllOf

func (NullableRevisionTypeMergeAllOf) Get ¶ added in v0.2.0

func (NullableRevisionTypeMergeAllOf) IsSet ¶ added in v0.2.0

func (NullableRevisionTypeMergeAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableRevisionTypeMergeAllOf) MarshalJSON() ([]byte, error)

func (*NullableRevisionTypeMergeAllOf) Set ¶ added in v0.2.0

func (*NullableRevisionTypeMergeAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRevisionTypeMergeAllOf) UnmarshalJSON(src []byte) error

func (*NullableRevisionTypeMergeAllOf) Unset ¶ added in v0.2.0

func (v *NullableRevisionTypeMergeAllOf) Unset()

type NullableRevisionTypeRollback ¶ added in v0.2.0

type NullableRevisionTypeRollback struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionTypeRollback ¶ added in v0.2.0

func NewNullableRevisionTypeRollback(val *RevisionTypeRollback) *NullableRevisionTypeRollback

func (NullableRevisionTypeRollback) Get ¶ added in v0.2.0

func (NullableRevisionTypeRollback) IsSet ¶ added in v0.2.0

func (NullableRevisionTypeRollback) MarshalJSON ¶ added in v0.2.0

func (v NullableRevisionTypeRollback) MarshalJSON() ([]byte, error)

func (*NullableRevisionTypeRollback) Set ¶ added in v0.2.0

func (*NullableRevisionTypeRollback) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRevisionTypeRollback) UnmarshalJSON(src []byte) error

func (*NullableRevisionTypeRollback) Unset ¶ added in v0.2.0

func (v *NullableRevisionTypeRollback) Unset()

type NullableRevisionTypeRollbackAllOf ¶ added in v0.2.0

type NullableRevisionTypeRollbackAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionTypeRollbackAllOf ¶ added in v0.2.0

func NewNullableRevisionTypeRollbackAllOf(val *RevisionTypeRollbackAllOf) *NullableRevisionTypeRollbackAllOf

func (NullableRevisionTypeRollbackAllOf) Get ¶ added in v0.2.0

func (NullableRevisionTypeRollbackAllOf) IsSet ¶ added in v0.2.0

func (NullableRevisionTypeRollbackAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableRevisionTypeRollbackAllOf) MarshalJSON() ([]byte, error)

func (*NullableRevisionTypeRollbackAllOf) Set ¶ added in v0.2.0

func (*NullableRevisionTypeRollbackAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRevisionTypeRollbackAllOf) UnmarshalJSON(src []byte) error

func (*NullableRevisionTypeRollbackAllOf) Unset ¶ added in v0.2.0

type NullableRevisionTypeUpdate ¶ added in v0.2.0

type NullableRevisionTypeUpdate struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionTypeUpdate ¶ added in v0.2.0

func NewNullableRevisionTypeUpdate(val *RevisionTypeUpdate) *NullableRevisionTypeUpdate

func (NullableRevisionTypeUpdate) Get ¶ added in v0.2.0

func (NullableRevisionTypeUpdate) IsSet ¶ added in v0.2.0

func (v NullableRevisionTypeUpdate) IsSet() bool

func (NullableRevisionTypeUpdate) MarshalJSON ¶ added in v0.2.0

func (v NullableRevisionTypeUpdate) MarshalJSON() ([]byte, error)

func (*NullableRevisionTypeUpdate) Set ¶ added in v0.2.0

func (*NullableRevisionTypeUpdate) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRevisionTypeUpdate) UnmarshalJSON(src []byte) error

func (*NullableRevisionTypeUpdate) Unset ¶ added in v0.2.0

func (v *NullableRevisionTypeUpdate) Unset()

type NullableRevisionTypeUpdateAllOf ¶ added in v0.2.0

type NullableRevisionTypeUpdateAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionTypeUpdateAllOf ¶ added in v0.2.0

func NewNullableRevisionTypeUpdateAllOf(val *RevisionTypeUpdateAllOf) *NullableRevisionTypeUpdateAllOf

func (NullableRevisionTypeUpdateAllOf) Get ¶ added in v0.2.0

func (NullableRevisionTypeUpdateAllOf) IsSet ¶ added in v0.2.0

func (NullableRevisionTypeUpdateAllOf) MarshalJSON ¶ added in v0.2.0

func (v NullableRevisionTypeUpdateAllOf) MarshalJSON() ([]byte, error)

func (*NullableRevisionTypeUpdateAllOf) Set ¶ added in v0.2.0

func (*NullableRevisionTypeUpdateAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableRevisionTypeUpdateAllOf) UnmarshalJSON(src []byte) error

func (*NullableRevisionTypeUpdateAllOf) Unset ¶ added in v0.2.0

type NullableSearchAIAnswer ¶

type NullableSearchAIAnswer struct {
	// contains filtered or unexported fields
}

func NewNullableSearchAIAnswer ¶

func NewNullableSearchAIAnswer(val *SearchAIAnswer) *NullableSearchAIAnswer

func (NullableSearchAIAnswer) Get ¶

func (NullableSearchAIAnswer) IsSet ¶

func (v NullableSearchAIAnswer) IsSet() bool

func (NullableSearchAIAnswer) MarshalJSON ¶

func (v NullableSearchAIAnswer) MarshalJSON() ([]byte, error)

func (*NullableSearchAIAnswer) Set ¶

func (*NullableSearchAIAnswer) UnmarshalJSON ¶

func (v *NullableSearchAIAnswer) UnmarshalJSON(src []byte) error

func (*NullableSearchAIAnswer) Unset ¶

func (v *NullableSearchAIAnswer) Unset()

type NullableSearchAIAnswerPagesInner ¶

type NullableSearchAIAnswerPagesInner struct {
	// contains filtered or unexported fields
}

func (NullableSearchAIAnswerPagesInner) Get ¶

func (NullableSearchAIAnswerPagesInner) IsSet ¶

func (NullableSearchAIAnswerPagesInner) MarshalJSON ¶

func (v NullableSearchAIAnswerPagesInner) MarshalJSON() ([]byte, error)

func (*NullableSearchAIAnswerPagesInner) Set ¶

func (*NullableSearchAIAnswerPagesInner) UnmarshalJSON ¶

func (v *NullableSearchAIAnswerPagesInner) UnmarshalJSON(src []byte) error

func (*NullableSearchAIAnswerPagesInner) Unset ¶

type NullableSearchAIQuery ¶

type NullableSearchAIQuery struct {
	// contains filtered or unexported fields
}

func NewNullableSearchAIQuery ¶

func NewNullableSearchAIQuery(val *SearchAIQuery) *NullableSearchAIQuery

func (NullableSearchAIQuery) Get ¶

func (NullableSearchAIQuery) IsSet ¶

func (v NullableSearchAIQuery) IsSet() bool

func (NullableSearchAIQuery) MarshalJSON ¶

func (v NullableSearchAIQuery) MarshalJSON() ([]byte, error)

func (*NullableSearchAIQuery) Set ¶

func (v *NullableSearchAIQuery) Set(val *SearchAIQuery)

func (*NullableSearchAIQuery) UnmarshalJSON ¶

func (v *NullableSearchAIQuery) UnmarshalJSON(src []byte) error

func (*NullableSearchAIQuery) Unset ¶

func (v *NullableSearchAIQuery) Unset()

type NullableSearchAIRecommendedQuestions ¶

type NullableSearchAIRecommendedQuestions struct {
	// contains filtered or unexported fields
}

func (NullableSearchAIRecommendedQuestions) Get ¶

func (NullableSearchAIRecommendedQuestions) IsSet ¶

func (NullableSearchAIRecommendedQuestions) MarshalJSON ¶

func (v NullableSearchAIRecommendedQuestions) MarshalJSON() ([]byte, error)

func (*NullableSearchAIRecommendedQuestions) Set ¶

func (*NullableSearchAIRecommendedQuestions) UnmarshalJSON ¶

func (v *NullableSearchAIRecommendedQuestions) UnmarshalJSON(src []byte) error

func (*NullableSearchAIRecommendedQuestions) Unset ¶

type NullableSearchContent200Response ¶

type NullableSearchContent200Response struct {
	// contains filtered or unexported fields
}

func (NullableSearchContent200Response) Get ¶

func (NullableSearchContent200Response) IsSet ¶

func (NullableSearchContent200Response) MarshalJSON ¶

func (v NullableSearchContent200Response) MarshalJSON() ([]byte, error)

func (*NullableSearchContent200Response) Set ¶

func (*NullableSearchContent200Response) UnmarshalJSON ¶

func (v *NullableSearchContent200Response) UnmarshalJSON(src []byte) error

func (*NullableSearchContent200Response) Unset ¶

type NullableSearchContent200ResponseAllOf ¶

type NullableSearchContent200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSearchContent200ResponseAllOf) Get ¶

func (NullableSearchContent200ResponseAllOf) IsSet ¶

func (NullableSearchContent200ResponseAllOf) MarshalJSON ¶

func (v NullableSearchContent200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*NullableSearchContent200ResponseAllOf) Set ¶

func (*NullableSearchContent200ResponseAllOf) UnmarshalJSON ¶

func (v *NullableSearchContent200ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableSearchContent200ResponseAllOf) Unset ¶

type NullableSearchPageResult ¶

type NullableSearchPageResult struct {
	// contains filtered or unexported fields
}

func NewNullableSearchPageResult ¶

func NewNullableSearchPageResult(val *SearchPageResult) *NullableSearchPageResult

func (NullableSearchPageResult) Get ¶

func (NullableSearchPageResult) IsSet ¶

func (v NullableSearchPageResult) IsSet() bool

func (NullableSearchPageResult) MarshalJSON ¶

func (v NullableSearchPageResult) MarshalJSON() ([]byte, error)

func (*NullableSearchPageResult) Set ¶

func (*NullableSearchPageResult) UnmarshalJSON ¶

func (v *NullableSearchPageResult) UnmarshalJSON(src []byte) error

func (*NullableSearchPageResult) Unset ¶

func (v *NullableSearchPageResult) Unset()

type NullableSearchPageResultUrls ¶

type NullableSearchPageResultUrls struct {
	// contains filtered or unexported fields
}

func (NullableSearchPageResultUrls) Get ¶

func (NullableSearchPageResultUrls) IsSet ¶

func (NullableSearchPageResultUrls) MarshalJSON ¶

func (v NullableSearchPageResultUrls) MarshalJSON() ([]byte, error)

func (*NullableSearchPageResultUrls) Set ¶

func (*NullableSearchPageResultUrls) UnmarshalJSON ¶

func (v *NullableSearchPageResultUrls) UnmarshalJSON(src []byte) error

func (*NullableSearchPageResultUrls) Unset ¶

func (v *NullableSearchPageResultUrls) Unset()

type NullableSearchSectionResult ¶

type NullableSearchSectionResult struct {
	// contains filtered or unexported fields
}

func (NullableSearchSectionResult) Get ¶

func (NullableSearchSectionResult) IsSet ¶

func (NullableSearchSectionResult) MarshalJSON ¶

func (v NullableSearchSectionResult) MarshalJSON() ([]byte, error)

func (*NullableSearchSectionResult) Set ¶

func (*NullableSearchSectionResult) UnmarshalJSON ¶

func (v *NullableSearchSectionResult) UnmarshalJSON(src []byte) error

func (*NullableSearchSectionResult) Unset ¶

func (v *NullableSearchSectionResult) Unset()

type NullableSearchSectionResultUrls ¶

type NullableSearchSectionResultUrls struct {
	// contains filtered or unexported fields
}

func (NullableSearchSectionResultUrls) Get ¶

func (NullableSearchSectionResultUrls) IsSet ¶

func (NullableSearchSectionResultUrls) MarshalJSON ¶

func (v NullableSearchSectionResultUrls) MarshalJSON() ([]byte, error)

func (*NullableSearchSectionResultUrls) Set ¶

func (*NullableSearchSectionResultUrls) UnmarshalJSON ¶

func (v *NullableSearchSectionResultUrls) UnmarshalJSON(src []byte) error

func (*NullableSearchSectionResultUrls) Unset ¶

type NullableSearchSpaceContent200Response ¶

type NullableSearchSpaceContent200Response struct {
	// contains filtered or unexported fields
}

func (NullableSearchSpaceContent200Response) Get ¶

func (NullableSearchSpaceContent200Response) IsSet ¶

func (NullableSearchSpaceContent200Response) MarshalJSON ¶

func (v NullableSearchSpaceContent200Response) MarshalJSON() ([]byte, error)

func (*NullableSearchSpaceContent200Response) Set ¶

func (*NullableSearchSpaceContent200Response) UnmarshalJSON ¶

func (v *NullableSearchSpaceContent200Response) UnmarshalJSON(src []byte) error

func (*NullableSearchSpaceContent200Response) Unset ¶

type NullableSearchSpaceContent200ResponseAllOf ¶

type NullableSearchSpaceContent200ResponseAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSearchSpaceContent200ResponseAllOf) Get ¶

func (NullableSearchSpaceContent200ResponseAllOf) IsSet ¶

func (NullableSearchSpaceContent200ResponseAllOf) MarshalJSON ¶

func (*NullableSearchSpaceContent200ResponseAllOf) Set ¶

func (*NullableSearchSpaceContent200ResponseAllOf) UnmarshalJSON ¶

func (v *NullableSearchSpaceContent200ResponseAllOf) UnmarshalJSON(src []byte) error

func (*NullableSearchSpaceContent200ResponseAllOf) Unset ¶

type NullableSearchSpaceResult ¶

type NullableSearchSpaceResult struct {
	// contains filtered or unexported fields
}

func NewNullableSearchSpaceResult ¶

func NewNullableSearchSpaceResult(val *SearchSpaceResult) *NullableSearchSpaceResult

func (NullableSearchSpaceResult) Get ¶

func (NullableSearchSpaceResult) IsSet ¶

func (v NullableSearchSpaceResult) IsSet() bool

func (NullableSearchSpaceResult) MarshalJSON ¶

func (v NullableSearchSpaceResult) MarshalJSON() ([]byte, error)

func (*NullableSearchSpaceResult) Set ¶

func (*NullableSearchSpaceResult) UnmarshalJSON ¶

func (v *NullableSearchSpaceResult) UnmarshalJSON(src []byte) error

func (*NullableSearchSpaceResult) Unset ¶

func (v *NullableSearchSpaceResult) Unset()

type NullableSetupDirectorySync200Response ¶

type NullableSetupDirectorySync200Response struct {
	// contains filtered or unexported fields
}

func (NullableSetupDirectorySync200Response) Get ¶

func (NullableSetupDirectorySync200Response) IsSet ¶

func (NullableSetupDirectorySync200Response) MarshalJSON ¶

func (v NullableSetupDirectorySync200Response) MarshalJSON() ([]byte, error)

func (*NullableSetupDirectorySync200Response) Set ¶

func (*NullableSetupDirectorySync200Response) UnmarshalJSON ¶

func (v *NullableSetupDirectorySync200Response) UnmarshalJSON(src []byte) error

func (*NullableSetupDirectorySync200Response) Unset ¶

type NullableSpace ¶

type NullableSpace struct {
	// contains filtered or unexported fields
}

func NewNullableSpace ¶

func NewNullableSpace(val *Space) *NullableSpace

func (NullableSpace) Get ¶

func (v NullableSpace) Get() *Space

func (NullableSpace) IsSet ¶

func (v NullableSpace) IsSet() bool

func (NullableSpace) MarshalJSON ¶

func (v NullableSpace) MarshalJSON() ([]byte, error)

func (*NullableSpace) Set ¶

func (v *NullableSpace) Set(val *Space)

func (*NullableSpace) UnmarshalJSON ¶

func (v *NullableSpace) UnmarshalJSON(src []byte) error

func (*NullableSpace) Unset ¶

func (v *NullableSpace) Unset()

type NullableSpaceContentUpdatedEvent ¶

type NullableSpaceContentUpdatedEvent struct {
	// contains filtered or unexported fields
}

func (NullableSpaceContentUpdatedEvent) Get ¶

func (NullableSpaceContentUpdatedEvent) IsSet ¶

func (NullableSpaceContentUpdatedEvent) MarshalJSON ¶

func (v NullableSpaceContentUpdatedEvent) MarshalJSON() ([]byte, error)

func (*NullableSpaceContentUpdatedEvent) Set ¶

func (*NullableSpaceContentUpdatedEvent) UnmarshalJSON ¶

func (v *NullableSpaceContentUpdatedEvent) UnmarshalJSON(src []byte) error

func (*NullableSpaceContentUpdatedEvent) Unset ¶

type NullableSpaceContentUpdatedEventAllOf ¶

type NullableSpaceContentUpdatedEventAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSpaceContentUpdatedEventAllOf) Get ¶

func (NullableSpaceContentUpdatedEventAllOf) IsSet ¶

func (NullableSpaceContentUpdatedEventAllOf) MarshalJSON ¶

func (v NullableSpaceContentUpdatedEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableSpaceContentUpdatedEventAllOf) Set ¶

func (*NullableSpaceContentUpdatedEventAllOf) UnmarshalJSON ¶

func (v *NullableSpaceContentUpdatedEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableSpaceContentUpdatedEventAllOf) Unset ¶

type NullableSpaceCustomFieldsChannel ¶

type NullableSpaceCustomFieldsChannel struct {
	// contains filtered or unexported fields
}

func (NullableSpaceCustomFieldsChannel) Get ¶

func (NullableSpaceCustomFieldsChannel) IsSet ¶

func (NullableSpaceCustomFieldsChannel) MarshalJSON ¶

func (v NullableSpaceCustomFieldsChannel) MarshalJSON() ([]byte, error)

func (*NullableSpaceCustomFieldsChannel) Set ¶

func (*NullableSpaceCustomFieldsChannel) UnmarshalJSON ¶

func (v *NullableSpaceCustomFieldsChannel) UnmarshalJSON(src []byte) error

func (*NullableSpaceCustomFieldsChannel) Unset ¶

type NullableSpaceEntitiesChannel ¶

type NullableSpaceEntitiesChannel struct {
	// contains filtered or unexported fields
}

func (NullableSpaceEntitiesChannel) Get ¶

func (NullableSpaceEntitiesChannel) IsSet ¶

func (NullableSpaceEntitiesChannel) MarshalJSON ¶

func (v NullableSpaceEntitiesChannel) MarshalJSON() ([]byte, error)

func (*NullableSpaceEntitiesChannel) Set ¶

func (*NullableSpaceEntitiesChannel) UnmarshalJSON ¶

func (v *NullableSpaceEntitiesChannel) UnmarshalJSON(src []byte) error

func (*NullableSpaceEntitiesChannel) Unset ¶

func (v *NullableSpaceEntitiesChannel) Unset()

type NullableSpaceEvent ¶

type NullableSpaceEvent struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceEvent ¶

func NewNullableSpaceEvent(val *SpaceEvent) *NullableSpaceEvent

func (NullableSpaceEvent) Get ¶

func (v NullableSpaceEvent) Get() *SpaceEvent

func (NullableSpaceEvent) IsSet ¶

func (v NullableSpaceEvent) IsSet() bool

func (NullableSpaceEvent) MarshalJSON ¶

func (v NullableSpaceEvent) MarshalJSON() ([]byte, error)

func (*NullableSpaceEvent) Set ¶

func (v *NullableSpaceEvent) Set(val *SpaceEvent)

func (*NullableSpaceEvent) UnmarshalJSON ¶

func (v *NullableSpaceEvent) UnmarshalJSON(src []byte) error

func (*NullableSpaceEvent) Unset ¶

func (v *NullableSpaceEvent) Unset()

type NullableSpaceEventAllOf ¶

type NullableSpaceEventAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceEventAllOf ¶

func NewNullableSpaceEventAllOf(val *SpaceEventAllOf) *NullableSpaceEventAllOf

func (NullableSpaceEventAllOf) Get ¶

func (NullableSpaceEventAllOf) IsSet ¶

func (v NullableSpaceEventAllOf) IsSet() bool

func (NullableSpaceEventAllOf) MarshalJSON ¶

func (v NullableSpaceEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableSpaceEventAllOf) Set ¶

func (*NullableSpaceEventAllOf) UnmarshalJSON ¶

func (v *NullableSpaceEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableSpaceEventAllOf) Unset ¶

func (v *NullableSpaceEventAllOf) Unset()

type NullableSpaceGitInfoChannel ¶

type NullableSpaceGitInfoChannel struct {
	// contains filtered or unexported fields
}

func (NullableSpaceGitInfoChannel) Get ¶

func (NullableSpaceGitInfoChannel) IsSet ¶

func (NullableSpaceGitInfoChannel) MarshalJSON ¶

func (v NullableSpaceGitInfoChannel) MarshalJSON() ([]byte, error)

func (*NullableSpaceGitInfoChannel) Set ¶

func (*NullableSpaceGitInfoChannel) UnmarshalJSON ¶

func (v *NullableSpaceGitInfoChannel) UnmarshalJSON(src []byte) error

func (*NullableSpaceGitInfoChannel) Unset ¶

func (v *NullableSpaceGitInfoChannel) Unset()

type NullableSpaceGitSyncCompletedEvent ¶

type NullableSpaceGitSyncCompletedEvent struct {
	// contains filtered or unexported fields
}

func (NullableSpaceGitSyncCompletedEvent) Get ¶

func (NullableSpaceGitSyncCompletedEvent) IsSet ¶

func (NullableSpaceGitSyncCompletedEvent) MarshalJSON ¶

func (v NullableSpaceGitSyncCompletedEvent) MarshalJSON() ([]byte, error)

func (*NullableSpaceGitSyncCompletedEvent) Set ¶

func (*NullableSpaceGitSyncCompletedEvent) UnmarshalJSON ¶

func (v *NullableSpaceGitSyncCompletedEvent) UnmarshalJSON(src []byte) error

func (*NullableSpaceGitSyncCompletedEvent) Unset ¶

type NullableSpaceGitSyncCompletedEventAllOf ¶

type NullableSpaceGitSyncCompletedEventAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSpaceGitSyncCompletedEventAllOf) Get ¶

func (NullableSpaceGitSyncCompletedEventAllOf) IsSet ¶

func (NullableSpaceGitSyncCompletedEventAllOf) MarshalJSON ¶

func (v NullableSpaceGitSyncCompletedEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableSpaceGitSyncCompletedEventAllOf) Set ¶

func (*NullableSpaceGitSyncCompletedEventAllOf) UnmarshalJSON ¶

func (v *NullableSpaceGitSyncCompletedEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableSpaceGitSyncCompletedEventAllOf) Unset ¶

type NullableSpaceGitSyncStartedEvent ¶

type NullableSpaceGitSyncStartedEvent struct {
	// contains filtered or unexported fields
}

func (NullableSpaceGitSyncStartedEvent) Get ¶

func (NullableSpaceGitSyncStartedEvent) IsSet ¶

func (NullableSpaceGitSyncStartedEvent) MarshalJSON ¶

func (v NullableSpaceGitSyncStartedEvent) MarshalJSON() ([]byte, error)

func (*NullableSpaceGitSyncStartedEvent) Set ¶

func (*NullableSpaceGitSyncStartedEvent) UnmarshalJSON ¶

func (v *NullableSpaceGitSyncStartedEvent) UnmarshalJSON(src []byte) error

func (*NullableSpaceGitSyncStartedEvent) Unset ¶

type NullableSpaceGitSyncStartedEventAllOf ¶

type NullableSpaceGitSyncStartedEventAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSpaceGitSyncStartedEventAllOf) Get ¶

func (NullableSpaceGitSyncStartedEventAllOf) IsSet ¶

func (NullableSpaceGitSyncStartedEventAllOf) MarshalJSON ¶

func (v NullableSpaceGitSyncStartedEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableSpaceGitSyncStartedEventAllOf) Set ¶

func (*NullableSpaceGitSyncStartedEventAllOf) UnmarshalJSON ¶

func (v *NullableSpaceGitSyncStartedEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableSpaceGitSyncStartedEventAllOf) Unset ¶

type NullableSpaceInfoChannel ¶

type NullableSpaceInfoChannel struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceInfoChannel ¶

func NewNullableSpaceInfoChannel(val *SpaceInfoChannel) *NullableSpaceInfoChannel

func (NullableSpaceInfoChannel) Get ¶

func (NullableSpaceInfoChannel) IsSet ¶

func (v NullableSpaceInfoChannel) IsSet() bool

func (NullableSpaceInfoChannel) MarshalJSON ¶

func (v NullableSpaceInfoChannel) MarshalJSON() ([]byte, error)

func (*NullableSpaceInfoChannel) Set ¶

func (*NullableSpaceInfoChannel) UnmarshalJSON ¶

func (v *NullableSpaceInfoChannel) UnmarshalJSON(src []byte) error

func (*NullableSpaceInfoChannel) Unset ¶

func (v *NullableSpaceInfoChannel) Unset()

type NullableSpaceInstallationDeletedEvent ¶ added in v0.2.0

type NullableSpaceInstallationDeletedEvent struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceInstallationDeletedEvent ¶ added in v0.2.0

func NewNullableSpaceInstallationDeletedEvent(val *SpaceInstallationDeletedEvent) *NullableSpaceInstallationDeletedEvent

func (NullableSpaceInstallationDeletedEvent) Get ¶ added in v0.2.0

func (NullableSpaceInstallationDeletedEvent) IsSet ¶ added in v0.2.0

func (NullableSpaceInstallationDeletedEvent) MarshalJSON ¶ added in v0.2.0

func (v NullableSpaceInstallationDeletedEvent) MarshalJSON() ([]byte, error)

func (*NullableSpaceInstallationDeletedEvent) Set ¶ added in v0.2.0

func (*NullableSpaceInstallationDeletedEvent) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableSpaceInstallationDeletedEvent) UnmarshalJSON(src []byte) error

func (*NullableSpaceInstallationDeletedEvent) Unset ¶ added in v0.2.0

type NullableSpaceInstallationDeletedEventAllOf ¶ added in v0.2.0

type NullableSpaceInstallationDeletedEventAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceInstallationDeletedEventAllOf ¶ added in v0.2.0

func NewNullableSpaceInstallationDeletedEventAllOf(val *SpaceInstallationDeletedEventAllOf) *NullableSpaceInstallationDeletedEventAllOf

func (NullableSpaceInstallationDeletedEventAllOf) Get ¶ added in v0.2.0

func (NullableSpaceInstallationDeletedEventAllOf) IsSet ¶ added in v0.2.0

func (NullableSpaceInstallationDeletedEventAllOf) MarshalJSON ¶ added in v0.2.0

func (*NullableSpaceInstallationDeletedEventAllOf) Set ¶ added in v0.2.0

func (*NullableSpaceInstallationDeletedEventAllOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableSpaceInstallationDeletedEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableSpaceInstallationDeletedEventAllOf) Unset ¶ added in v0.2.0

type NullableSpaceInstallationDeletedEventAllOfPrevious ¶ added in v0.2.0

type NullableSpaceInstallationDeletedEventAllOfPrevious struct {
	// contains filtered or unexported fields
}

func (NullableSpaceInstallationDeletedEventAllOfPrevious) Get ¶ added in v0.2.0

func (NullableSpaceInstallationDeletedEventAllOfPrevious) IsSet ¶ added in v0.2.0

func (NullableSpaceInstallationDeletedEventAllOfPrevious) MarshalJSON ¶ added in v0.2.0

func (*NullableSpaceInstallationDeletedEventAllOfPrevious) Set ¶ added in v0.2.0

func (*NullableSpaceInstallationDeletedEventAllOfPrevious) UnmarshalJSON ¶ added in v0.2.0

func (*NullableSpaceInstallationDeletedEventAllOfPrevious) Unset ¶ added in v0.2.0

type NullableSpaceInstallationSetupEvent ¶

type NullableSpaceInstallationSetupEvent struct {
	// contains filtered or unexported fields
}

func (NullableSpaceInstallationSetupEvent) Get ¶

func (NullableSpaceInstallationSetupEvent) IsSet ¶

func (NullableSpaceInstallationSetupEvent) MarshalJSON ¶

func (v NullableSpaceInstallationSetupEvent) MarshalJSON() ([]byte, error)

func (*NullableSpaceInstallationSetupEvent) Set ¶

func (*NullableSpaceInstallationSetupEvent) UnmarshalJSON ¶

func (v *NullableSpaceInstallationSetupEvent) UnmarshalJSON(src []byte) error

func (*NullableSpaceInstallationSetupEvent) Unset ¶

type NullableSpaceInstallationSetupEventAllOf ¶

type NullableSpaceInstallationSetupEventAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSpaceInstallationSetupEventAllOf) Get ¶

func (NullableSpaceInstallationSetupEventAllOf) IsSet ¶

func (NullableSpaceInstallationSetupEventAllOf) MarshalJSON ¶

func (*NullableSpaceInstallationSetupEventAllOf) Set ¶

func (*NullableSpaceInstallationSetupEventAllOf) UnmarshalJSON ¶

func (v *NullableSpaceInstallationSetupEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableSpaceInstallationSetupEventAllOf) Unset ¶

type NullableSpaceInstallationSetupEventAllOfPrevious ¶

type NullableSpaceInstallationSetupEventAllOfPrevious struct {
	// contains filtered or unexported fields
}

func (NullableSpaceInstallationSetupEventAllOfPrevious) Get ¶

func (NullableSpaceInstallationSetupEventAllOfPrevious) IsSet ¶

func (NullableSpaceInstallationSetupEventAllOfPrevious) MarshalJSON ¶

func (*NullableSpaceInstallationSetupEventAllOfPrevious) Set ¶

func (*NullableSpaceInstallationSetupEventAllOfPrevious) UnmarshalJSON ¶

func (*NullableSpaceInstallationSetupEventAllOfPrevious) Unset ¶

type NullableSpaceIntegrationBlocksInner ¶

type NullableSpaceIntegrationBlocksInner struct {
	// contains filtered or unexported fields
}

func (NullableSpaceIntegrationBlocksInner) Get ¶

func (NullableSpaceIntegrationBlocksInner) IsSet ¶

func (NullableSpaceIntegrationBlocksInner) MarshalJSON ¶

func (v NullableSpaceIntegrationBlocksInner) MarshalJSON() ([]byte, error)

func (*NullableSpaceIntegrationBlocksInner) Set ¶

func (*NullableSpaceIntegrationBlocksInner) UnmarshalJSON ¶

func (v *NullableSpaceIntegrationBlocksInner) UnmarshalJSON(src []byte) error

func (*NullableSpaceIntegrationBlocksInner) Unset ¶

type NullableSpaceIntegrationsChannel ¶

type NullableSpaceIntegrationsChannel struct {
	// contains filtered or unexported fields
}

func (NullableSpaceIntegrationsChannel) Get ¶

func (NullableSpaceIntegrationsChannel) IsSet ¶

func (NullableSpaceIntegrationsChannel) MarshalJSON ¶

func (v NullableSpaceIntegrationsChannel) MarshalJSON() ([]byte, error)

func (*NullableSpaceIntegrationsChannel) Set ¶

func (*NullableSpaceIntegrationsChannel) UnmarshalJSON ¶

func (v *NullableSpaceIntegrationsChannel) UnmarshalJSON(src []byte) error

func (*NullableSpaceIntegrationsChannel) Unset ¶

type NullableSpacePublishingAuthChannel ¶

type NullableSpacePublishingAuthChannel struct {
	// contains filtered or unexported fields
}

func (NullableSpacePublishingAuthChannel) Get ¶

func (NullableSpacePublishingAuthChannel) IsSet ¶

func (NullableSpacePublishingAuthChannel) MarshalJSON ¶

func (v NullableSpacePublishingAuthChannel) MarshalJSON() ([]byte, error)

func (*NullableSpacePublishingAuthChannel) Set ¶

func (*NullableSpacePublishingAuthChannel) UnmarshalJSON ¶

func (v *NullableSpacePublishingAuthChannel) UnmarshalJSON(src []byte) error

func (*NullableSpacePublishingAuthChannel) Unset ¶

type NullableSpaceRelation ¶

type NullableSpaceRelation struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceRelation ¶

func NewNullableSpaceRelation(val *SpaceRelation) *NullableSpaceRelation

func (NullableSpaceRelation) Get ¶

func (NullableSpaceRelation) IsSet ¶

func (v NullableSpaceRelation) IsSet() bool

func (NullableSpaceRelation) MarshalJSON ¶

func (v NullableSpaceRelation) MarshalJSON() ([]byte, error)

func (*NullableSpaceRelation) Set ¶

func (v *NullableSpaceRelation) Set(val *SpaceRelation)

func (*NullableSpaceRelation) UnmarshalJSON ¶

func (v *NullableSpaceRelation) UnmarshalJSON(src []byte) error

func (*NullableSpaceRelation) Unset ¶

func (v *NullableSpaceRelation) Unset()

type NullableSpaceRelationEdge ¶

type NullableSpaceRelationEdge struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceRelationEdge ¶

func NewNullableSpaceRelationEdge(val *SpaceRelationEdge) *NullableSpaceRelationEdge

func (NullableSpaceRelationEdge) Get ¶

func (NullableSpaceRelationEdge) IsSet ¶

func (v NullableSpaceRelationEdge) IsSet() bool

func (NullableSpaceRelationEdge) MarshalJSON ¶

func (v NullableSpaceRelationEdge) MarshalJSON() ([]byte, error)

func (*NullableSpaceRelationEdge) Set ¶

func (*NullableSpaceRelationEdge) UnmarshalJSON ¶

func (v *NullableSpaceRelationEdge) UnmarshalJSON(src []byte) error

func (*NullableSpaceRelationEdge) Unset ¶

func (v *NullableSpaceRelationEdge) Unset()

type NullableSpaceRelationPair ¶

type NullableSpaceRelationPair struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceRelationPair ¶

func NewNullableSpaceRelationPair(val *SpaceRelationPair) *NullableSpaceRelationPair

func (NullableSpaceRelationPair) Get ¶

func (NullableSpaceRelationPair) IsSet ¶

func (v NullableSpaceRelationPair) IsSet() bool

func (NullableSpaceRelationPair) MarshalJSON ¶

func (v NullableSpaceRelationPair) MarshalJSON() ([]byte, error)

func (*NullableSpaceRelationPair) Set ¶

func (*NullableSpaceRelationPair) UnmarshalJSON ¶

func (v *NullableSpaceRelationPair) UnmarshalJSON(src []byte) error

func (*NullableSpaceRelationPair) Unset ¶

func (v *NullableSpaceRelationPair) Unset()

type NullableSpaceRelationPairAllOf ¶

type NullableSpaceRelationPairAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSpaceRelationPairAllOf) Get ¶

func (NullableSpaceRelationPairAllOf) IsSet ¶

func (NullableSpaceRelationPairAllOf) MarshalJSON ¶

func (v NullableSpaceRelationPairAllOf) MarshalJSON() ([]byte, error)

func (*NullableSpaceRelationPairAllOf) Set ¶

func (*NullableSpaceRelationPairAllOf) UnmarshalJSON ¶

func (v *NullableSpaceRelationPairAllOf) UnmarshalJSON(src []byte) error

func (*NullableSpaceRelationPairAllOf) Unset ¶

func (v *NullableSpaceRelationPairAllOf) Unset()

type NullableSpaceRelationTarget ¶

type NullableSpaceRelationTarget struct {
	// contains filtered or unexported fields
}

func (NullableSpaceRelationTarget) Get ¶

func (NullableSpaceRelationTarget) IsSet ¶

func (NullableSpaceRelationTarget) MarshalJSON ¶

func (v NullableSpaceRelationTarget) MarshalJSON() ([]byte, error)

func (*NullableSpaceRelationTarget) Set ¶

func (*NullableSpaceRelationTarget) UnmarshalJSON ¶

func (v *NullableSpaceRelationTarget) UnmarshalJSON(src []byte) error

func (*NullableSpaceRelationTarget) Unset ¶

func (v *NullableSpaceRelationTarget) Unset()

type NullableSpaceRelationType ¶

type NullableSpaceRelationType struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceRelationType ¶

func NewNullableSpaceRelationType(val *SpaceRelationType) *NullableSpaceRelationType

func (NullableSpaceRelationType) Get ¶

func (NullableSpaceRelationType) IsSet ¶

func (v NullableSpaceRelationType) IsSet() bool

func (NullableSpaceRelationType) MarshalJSON ¶

func (v NullableSpaceRelationType) MarshalJSON() ([]byte, error)

func (*NullableSpaceRelationType) Set ¶

func (*NullableSpaceRelationType) UnmarshalJSON ¶

func (v *NullableSpaceRelationType) UnmarshalJSON(src []byte) error

func (*NullableSpaceRelationType) Unset ¶

func (v *NullableSpaceRelationType) Unset()

type NullableSpaceRelationUrls ¶

type NullableSpaceRelationUrls struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceRelationUrls ¶

func NewNullableSpaceRelationUrls(val *SpaceRelationUrls) *NullableSpaceRelationUrls

func (NullableSpaceRelationUrls) Get ¶

func (NullableSpaceRelationUrls) IsSet ¶

func (v NullableSpaceRelationUrls) IsSet() bool

func (NullableSpaceRelationUrls) MarshalJSON ¶

func (v NullableSpaceRelationUrls) MarshalJSON() ([]byte, error)

func (*NullableSpaceRelationUrls) Set ¶

func (*NullableSpaceRelationUrls) UnmarshalJSON ¶

func (v *NullableSpaceRelationUrls) UnmarshalJSON(src []byte) error

func (*NullableSpaceRelationUrls) Unset ¶

func (v *NullableSpaceRelationUrls) Unset()

type NullableSpaceRelationsChannel ¶

type NullableSpaceRelationsChannel struct {
	// contains filtered or unexported fields
}

func (NullableSpaceRelationsChannel) Get ¶

func (NullableSpaceRelationsChannel) IsSet ¶

func (NullableSpaceRelationsChannel) MarshalJSON ¶

func (v NullableSpaceRelationsChannel) MarshalJSON() ([]byte, error)

func (*NullableSpaceRelationsChannel) Set ¶

func (*NullableSpaceRelationsChannel) UnmarshalJSON ¶

func (v *NullableSpaceRelationsChannel) UnmarshalJSON(src []byte) error

func (*NullableSpaceRelationsChannel) Unset ¶

func (v *NullableSpaceRelationsChannel) Unset()

type NullableSpaceType ¶

type NullableSpaceType struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceType ¶

func NewNullableSpaceType(val *SpaceType) *NullableSpaceType

func (NullableSpaceType) Get ¶

func (v NullableSpaceType) Get() *SpaceType

func (NullableSpaceType) IsSet ¶

func (v NullableSpaceType) IsSet() bool

func (NullableSpaceType) MarshalJSON ¶

func (v NullableSpaceType) MarshalJSON() ([]byte, error)

func (*NullableSpaceType) Set ¶

func (v *NullableSpaceType) Set(val *SpaceType)

func (*NullableSpaceType) UnmarshalJSON ¶

func (v *NullableSpaceType) UnmarshalJSON(src []byte) error

func (*NullableSpaceType) Unset ¶

func (v *NullableSpaceType) Unset()

type NullableSpaceUrls ¶

type NullableSpaceUrls struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceUrls ¶

func NewNullableSpaceUrls(val *SpaceUrls) *NullableSpaceUrls

func (NullableSpaceUrls) Get ¶

func (v NullableSpaceUrls) Get() *SpaceUrls

func (NullableSpaceUrls) IsSet ¶

func (v NullableSpaceUrls) IsSet() bool

func (NullableSpaceUrls) MarshalJSON ¶

func (v NullableSpaceUrls) MarshalJSON() ([]byte, error)

func (*NullableSpaceUrls) Set ¶

func (v *NullableSpaceUrls) Set(val *SpaceUrls)

func (*NullableSpaceUrls) UnmarshalJSON ¶

func (v *NullableSpaceUrls) UnmarshalJSON(src []byte) error

func (*NullableSpaceUrls) Unset ¶

func (v *NullableSpaceUrls) Unset()

type NullableSpaceViewEvent ¶

type NullableSpaceViewEvent struct {
	// contains filtered or unexported fields
}

func NewNullableSpaceViewEvent ¶

func NewNullableSpaceViewEvent(val *SpaceViewEvent) *NullableSpaceViewEvent

func (NullableSpaceViewEvent) Get ¶

func (NullableSpaceViewEvent) IsSet ¶

func (v NullableSpaceViewEvent) IsSet() bool

func (NullableSpaceViewEvent) MarshalJSON ¶

func (v NullableSpaceViewEvent) MarshalJSON() ([]byte, error)

func (*NullableSpaceViewEvent) Set ¶

func (*NullableSpaceViewEvent) UnmarshalJSON ¶

func (v *NullableSpaceViewEvent) UnmarshalJSON(src []byte) error

func (*NullableSpaceViewEvent) Unset ¶

func (v *NullableSpaceViewEvent) Unset()

type NullableSpaceViewEventAllOf ¶

type NullableSpaceViewEventAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSpaceViewEventAllOf) Get ¶

func (NullableSpaceViewEventAllOf) IsSet ¶

func (NullableSpaceViewEventAllOf) MarshalJSON ¶

func (v NullableSpaceViewEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableSpaceViewEventAllOf) Set ¶

func (*NullableSpaceViewEventAllOf) UnmarshalJSON ¶

func (v *NullableSpaceViewEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableSpaceViewEventAllOf) Unset ¶

func (v *NullableSpaceViewEventAllOf) Unset()

type NullableSpaceViewEventAllOfVisitor ¶

type NullableSpaceViewEventAllOfVisitor struct {
	// contains filtered or unexported fields
}

func (NullableSpaceViewEventAllOfVisitor) Get ¶

func (NullableSpaceViewEventAllOfVisitor) IsSet ¶

func (NullableSpaceViewEventAllOfVisitor) MarshalJSON ¶

func (v NullableSpaceViewEventAllOfVisitor) MarshalJSON() ([]byte, error)

func (*NullableSpaceViewEventAllOfVisitor) Set ¶

func (*NullableSpaceViewEventAllOfVisitor) UnmarshalJSON ¶

func (v *NullableSpaceViewEventAllOfVisitor) UnmarshalJSON(src []byte) error

func (*NullableSpaceViewEventAllOfVisitor) Unset ¶

type NullableSpaceVisibilityUpdatedEvent ¶

type NullableSpaceVisibilityUpdatedEvent struct {
	// contains filtered or unexported fields
}

func (NullableSpaceVisibilityUpdatedEvent) Get ¶

func (NullableSpaceVisibilityUpdatedEvent) IsSet ¶

func (NullableSpaceVisibilityUpdatedEvent) MarshalJSON ¶

func (v NullableSpaceVisibilityUpdatedEvent) MarshalJSON() ([]byte, error)

func (*NullableSpaceVisibilityUpdatedEvent) Set ¶

func (*NullableSpaceVisibilityUpdatedEvent) UnmarshalJSON ¶

func (v *NullableSpaceVisibilityUpdatedEvent) UnmarshalJSON(src []byte) error

func (*NullableSpaceVisibilityUpdatedEvent) Unset ¶

type NullableSpaceVisibilityUpdatedEventAllOf ¶

type NullableSpaceVisibilityUpdatedEventAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSpaceVisibilityUpdatedEventAllOf) Get ¶

func (NullableSpaceVisibilityUpdatedEventAllOf) IsSet ¶

func (NullableSpaceVisibilityUpdatedEventAllOf) MarshalJSON ¶

func (*NullableSpaceVisibilityUpdatedEventAllOf) Set ¶

func (*NullableSpaceVisibilityUpdatedEventAllOf) UnmarshalJSON ¶

func (v *NullableSpaceVisibilityUpdatedEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableSpaceVisibilityUpdatedEventAllOf) Unset ¶

type NullableStaffUserInfo ¶

type NullableStaffUserInfo struct {
	// contains filtered or unexported fields
}

func NewNullableStaffUserInfo ¶

func NewNullableStaffUserInfo(val *StaffUserInfo) *NullableStaffUserInfo

func (NullableStaffUserInfo) Get ¶

func (NullableStaffUserInfo) IsSet ¶

func (v NullableStaffUserInfo) IsSet() bool

func (NullableStaffUserInfo) MarshalJSON ¶

func (v NullableStaffUserInfo) MarshalJSON() ([]byte, error)

func (*NullableStaffUserInfo) Set ¶

func (v *NullableStaffUserInfo) Set(val *StaffUserInfo)

func (*NullableStaffUserInfo) UnmarshalJSON ¶

func (v *NullableStaffUserInfo) UnmarshalJSON(src []byte) error

func (*NullableStaffUserInfo) Unset ¶

func (v *NullableStaffUserInfo) Unset()

type NullableStartRecordingRequest ¶ added in v0.2.0

type NullableStartRecordingRequest struct {
	// contains filtered or unexported fields
}

func NewNullableStartRecordingRequest ¶ added in v0.2.0

func NewNullableStartRecordingRequest(val *StartRecordingRequest) *NullableStartRecordingRequest

func (NullableStartRecordingRequest) Get ¶ added in v0.2.0

func (NullableStartRecordingRequest) IsSet ¶ added in v0.2.0

func (NullableStartRecordingRequest) MarshalJSON ¶ added in v0.2.0

func (v NullableStartRecordingRequest) MarshalJSON() ([]byte, error)

func (*NullableStartRecordingRequest) Set ¶ added in v0.2.0

func (*NullableStartRecordingRequest) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableStartRecordingRequest) UnmarshalJSON(src []byte) error

func (*NullableStartRecordingRequest) Unset ¶ added in v0.2.0

func (v *NullableStartRecordingRequest) Unset()

type NullableStopRecording200Response ¶ added in v0.2.0

type NullableStopRecording200Response struct {
	// contains filtered or unexported fields
}

func NewNullableStopRecording200Response ¶ added in v0.2.0

func NewNullableStopRecording200Response(val *StopRecording200Response) *NullableStopRecording200Response

func (NullableStopRecording200Response) Get ¶ added in v0.2.0

func (NullableStopRecording200Response) IsSet ¶ added in v0.2.0

func (NullableStopRecording200Response) MarshalJSON ¶ added in v0.2.0

func (v NullableStopRecording200Response) MarshalJSON() ([]byte, error)

func (*NullableStopRecording200Response) Set ¶ added in v0.2.0

func (*NullableStopRecording200Response) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableStopRecording200Response) UnmarshalJSON(src []byte) error

func (*NullableStopRecording200Response) Unset ¶ added in v0.2.0

type NullableStopRecordingRequest ¶ added in v0.2.0

type NullableStopRecordingRequest struct {
	// contains filtered or unexported fields
}

func NewNullableStopRecordingRequest ¶ added in v0.2.0

func NewNullableStopRecordingRequest(val *StopRecordingRequest) *NullableStopRecordingRequest

func (NullableStopRecordingRequest) Get ¶ added in v0.2.0

func (NullableStopRecordingRequest) IsSet ¶ added in v0.2.0

func (NullableStopRecordingRequest) MarshalJSON ¶ added in v0.2.0

func (v NullableStopRecordingRequest) MarshalJSON() ([]byte, error)

func (*NullableStopRecordingRequest) Set ¶ added in v0.2.0

func (*NullableStopRecordingRequest) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableStopRecordingRequest) UnmarshalJSON(src []byte) error

func (*NullableStopRecordingRequest) Unset ¶ added in v0.2.0

func (v *NullableStopRecordingRequest) Unset()

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableSubmitChangeRequestReviewRequest ¶

type NullableSubmitChangeRequestReviewRequest struct {
	// contains filtered or unexported fields
}

func (NullableSubmitChangeRequestReviewRequest) Get ¶

func (NullableSubmitChangeRequestReviewRequest) IsSet ¶

func (NullableSubmitChangeRequestReviewRequest) MarshalJSON ¶

func (*NullableSubmitChangeRequestReviewRequest) Set ¶

func (*NullableSubmitChangeRequestReviewRequest) UnmarshalJSON ¶

func (v *NullableSubmitChangeRequestReviewRequest) UnmarshalJSON(src []byte) error

func (*NullableSubmitChangeRequestReviewRequest) Unset ¶

type NullableSubscriptionChannel ¶

type NullableSubscriptionChannel struct {
	// contains filtered or unexported fields
}

func (NullableSubscriptionChannel) Get ¶

func (NullableSubscriptionChannel) IsSet ¶

func (NullableSubscriptionChannel) MarshalJSON ¶

func (v NullableSubscriptionChannel) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionChannel) Set ¶

func (*NullableSubscriptionChannel) UnmarshalJSON ¶

func (v *NullableSubscriptionChannel) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionChannel) Unset ¶

func (v *NullableSubscriptionChannel) Unset()

type NullableSubscriptionChannelOneOf ¶

type NullableSubscriptionChannelOneOf struct {
	// contains filtered or unexported fields
}

func (NullableSubscriptionChannelOneOf) Get ¶

func (NullableSubscriptionChannelOneOf) IsSet ¶

func (NullableSubscriptionChannelOneOf) MarshalJSON ¶

func (v NullableSubscriptionChannelOneOf) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionChannelOneOf) Set ¶

func (*NullableSubscriptionChannelOneOf) UnmarshalJSON ¶

func (v *NullableSubscriptionChannelOneOf) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionChannelOneOf) Unset ¶

type NullableSubscriptionChannelOneOf1 ¶

type NullableSubscriptionChannelOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSubscriptionChannelOneOf1) Get ¶

func (NullableSubscriptionChannelOneOf1) IsSet ¶

func (NullableSubscriptionChannelOneOf1) MarshalJSON ¶

func (v NullableSubscriptionChannelOneOf1) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionChannelOneOf1) Set ¶

func (*NullableSubscriptionChannelOneOf1) UnmarshalJSON ¶

func (v *NullableSubscriptionChannelOneOf1) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionChannelOneOf1) Unset ¶

type NullableSubscriptionChannelOneOf2 ¶

type NullableSubscriptionChannelOneOf2 struct {
	// contains filtered or unexported fields
}

func (NullableSubscriptionChannelOneOf2) Get ¶

func (NullableSubscriptionChannelOneOf2) IsSet ¶

func (NullableSubscriptionChannelOneOf2) MarshalJSON ¶

func (v NullableSubscriptionChannelOneOf2) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionChannelOneOf2) Set ¶

func (*NullableSubscriptionChannelOneOf2) UnmarshalJSON ¶

func (v *NullableSubscriptionChannelOneOf2) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionChannelOneOf2) Unset ¶

type NullableSubscriptionChannelOneOf3 ¶

type NullableSubscriptionChannelOneOf3 struct {
	// contains filtered or unexported fields
}

func (NullableSubscriptionChannelOneOf3) Get ¶

func (NullableSubscriptionChannelOneOf3) IsSet ¶

func (NullableSubscriptionChannelOneOf3) MarshalJSON ¶

func (v NullableSubscriptionChannelOneOf3) MarshalJSON() ([]byte, error)

func (*NullableSubscriptionChannelOneOf3) Set ¶

func (*NullableSubscriptionChannelOneOf3) UnmarshalJSON ¶

func (v *NullableSubscriptionChannelOneOf3) UnmarshalJSON(src []byte) error

func (*NullableSubscriptionChannelOneOf3) Unset ¶

type NullableSyncDirectorySyncGroupsToTeams200Response ¶

type NullableSyncDirectorySyncGroupsToTeams200Response struct {
	// contains filtered or unexported fields
}

func (NullableSyncDirectorySyncGroupsToTeams200Response) Get ¶

func (NullableSyncDirectorySyncGroupsToTeams200Response) IsSet ¶

func (NullableSyncDirectorySyncGroupsToTeams200Response) MarshalJSON ¶

func (*NullableSyncDirectorySyncGroupsToTeams200Response) Set ¶

func (*NullableSyncDirectorySyncGroupsToTeams200Response) UnmarshalJSON ¶

func (*NullableSyncDirectorySyncGroupsToTeams200Response) Unset ¶

type NullableSyncDirectorySyncGroupsToTeamsRequest ¶

type NullableSyncDirectorySyncGroupsToTeamsRequest struct {
	// contains filtered or unexported fields
}

func (NullableSyncDirectorySyncGroupsToTeamsRequest) Get ¶

func (NullableSyncDirectorySyncGroupsToTeamsRequest) IsSet ¶

func (NullableSyncDirectorySyncGroupsToTeamsRequest) MarshalJSON ¶

func (*NullableSyncDirectorySyncGroupsToTeamsRequest) Set ¶

func (*NullableSyncDirectorySyncGroupsToTeamsRequest) UnmarshalJSON ¶

func (*NullableSyncDirectorySyncGroupsToTeamsRequest) Unset ¶

type NullableSyncDirectorySyncGroupsToTeamsRequestToSyncInner ¶

type NullableSyncDirectorySyncGroupsToTeamsRequestToSyncInner struct {
	// contains filtered or unexported fields
}

func (NullableSyncDirectorySyncGroupsToTeamsRequestToSyncInner) Get ¶

func (NullableSyncDirectorySyncGroupsToTeamsRequestToSyncInner) IsSet ¶

func (NullableSyncDirectorySyncGroupsToTeamsRequestToSyncInner) MarshalJSON ¶

func (*NullableSyncDirectorySyncGroupsToTeamsRequestToSyncInner) Set ¶

func (*NullableSyncDirectorySyncGroupsToTeamsRequestToSyncInner) UnmarshalJSON ¶

func (*NullableSyncDirectorySyncGroupsToTeamsRequestToSyncInner) Unset ¶

type NullableTeam ¶

type NullableTeam struct {
	// contains filtered or unexported fields
}

func NewNullableTeam ¶

func NewNullableTeam(val *Team) *NullableTeam

func (NullableTeam) Get ¶

func (v NullableTeam) Get() *Team

func (NullableTeam) IsSet ¶

func (v NullableTeam) IsSet() bool

func (NullableTeam) MarshalJSON ¶

func (v NullableTeam) MarshalJSON() ([]byte, error)

func (*NullableTeam) Set ¶

func (v *NullableTeam) Set(val *Team)

func (*NullableTeam) UnmarshalJSON ¶

func (v *NullableTeam) UnmarshalJSON(src []byte) error

func (*NullableTeam) Unset ¶

func (v *NullableTeam) Unset()

type NullableTeamMember ¶

type NullableTeamMember struct {
	// contains filtered or unexported fields
}

func NewNullableTeamMember ¶

func NewNullableTeamMember(val *TeamMember) *NullableTeamMember

func (NullableTeamMember) Get ¶

func (v NullableTeamMember) Get() *TeamMember

func (NullableTeamMember) IsSet ¶

func (v NullableTeamMember) IsSet() bool

func (NullableTeamMember) MarshalJSON ¶

func (v NullableTeamMember) MarshalJSON() ([]byte, error)

func (*NullableTeamMember) Set ¶

func (v *NullableTeamMember) Set(val *TeamMember)

func (*NullableTeamMember) UnmarshalJSON ¶

func (v *NullableTeamMember) UnmarshalJSON(src []byte) error

func (*NullableTeamMember) Unset ¶

func (v *NullableTeamMember) Unset()

type NullableTeamMemberRole ¶

type NullableTeamMemberRole struct {
	// contains filtered or unexported fields
}

func NewNullableTeamMemberRole ¶

func NewNullableTeamMemberRole(val *TeamMemberRole) *NullableTeamMemberRole

func (NullableTeamMemberRole) Get ¶

func (NullableTeamMemberRole) IsSet ¶

func (v NullableTeamMemberRole) IsSet() bool

func (NullableTeamMemberRole) MarshalJSON ¶

func (v NullableTeamMemberRole) MarshalJSON() ([]byte, error)

func (*NullableTeamMemberRole) Set ¶

func (*NullableTeamMemberRole) UnmarshalJSON ¶

func (v *NullableTeamMemberRole) UnmarshalJSON(src []byte) error

func (*NullableTeamMemberRole) Unset ¶

func (v *NullableTeamMemberRole) Unset()

type NullableTime ¶

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime ¶

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get ¶

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet ¶

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON ¶

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set ¶

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON ¶

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset ¶

func (v *NullableTime) Unset()

type NullableTransferOrganization200Response ¶

type NullableTransferOrganization200Response struct {
	// contains filtered or unexported fields
}

func (NullableTransferOrganization200Response) Get ¶

func (NullableTransferOrganization200Response) IsSet ¶

func (NullableTransferOrganization200Response) MarshalJSON ¶

func (v NullableTransferOrganization200Response) MarshalJSON() ([]byte, error)

func (*NullableTransferOrganization200Response) Set ¶

func (*NullableTransferOrganization200Response) UnmarshalJSON ¶

func (v *NullableTransferOrganization200Response) UnmarshalJSON(src []byte) error

func (*NullableTransferOrganization200Response) Unset ¶

type NullableTransferOrganizationRequest ¶

type NullableTransferOrganizationRequest struct {
	// contains filtered or unexported fields
}

func (NullableTransferOrganizationRequest) Get ¶

func (NullableTransferOrganizationRequest) IsSet ¶

func (NullableTransferOrganizationRequest) MarshalJSON ¶

func (v NullableTransferOrganizationRequest) MarshalJSON() ([]byte, error)

func (*NullableTransferOrganizationRequest) Set ¶

func (*NullableTransferOrganizationRequest) UnmarshalJSON ¶

func (v *NullableTransferOrganizationRequest) UnmarshalJSON(src []byte) error

func (*NullableTransferOrganizationRequest) Unset ¶

type NullableTransferOrganizationRequestDefaultOrgRole ¶

type NullableTransferOrganizationRequestDefaultOrgRole struct {
	// contains filtered or unexported fields
}

func (NullableTransferOrganizationRequestDefaultOrgRole) Get ¶

func (NullableTransferOrganizationRequestDefaultOrgRole) IsSet ¶

func (NullableTransferOrganizationRequestDefaultOrgRole) MarshalJSON ¶

func (*NullableTransferOrganizationRequestDefaultOrgRole) Set ¶

func (*NullableTransferOrganizationRequestDefaultOrgRole) UnmarshalJSON ¶

func (*NullableTransferOrganizationRequestDefaultOrgRole) Unset ¶

type NullableTriggerContentIndexingContext ¶

type NullableTriggerContentIndexingContext struct {
	// contains filtered or unexported fields
}

func (NullableTriggerContentIndexingContext) Get ¶

func (NullableTriggerContentIndexingContext) IsSet ¶

func (NullableTriggerContentIndexingContext) MarshalJSON ¶

func (v NullableTriggerContentIndexingContext) MarshalJSON() ([]byte, error)

func (*NullableTriggerContentIndexingContext) Set ¶

func (*NullableTriggerContentIndexingContext) UnmarshalJSON ¶

func (v *NullableTriggerContentIndexingContext) UnmarshalJSON(src []byte) error

func (*NullableTriggerContentIndexingContext) Unset ¶

type NullableUIRenderEvent ¶

type NullableUIRenderEvent struct {
	// contains filtered or unexported fields
}

func NewNullableUIRenderEvent ¶

func NewNullableUIRenderEvent(val *UIRenderEvent) *NullableUIRenderEvent

func (NullableUIRenderEvent) Get ¶

func (NullableUIRenderEvent) IsSet ¶

func (v NullableUIRenderEvent) IsSet() bool

func (NullableUIRenderEvent) MarshalJSON ¶

func (v NullableUIRenderEvent) MarshalJSON() ([]byte, error)

func (*NullableUIRenderEvent) Set ¶

func (v *NullableUIRenderEvent) Set(val *UIRenderEvent)

func (*NullableUIRenderEvent) UnmarshalJSON ¶

func (v *NullableUIRenderEvent) UnmarshalJSON(src []byte) error

func (*NullableUIRenderEvent) Unset ¶

func (v *NullableUIRenderEvent) Unset()

type NullableUIRenderEventAllOf ¶

type NullableUIRenderEventAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableUIRenderEventAllOf ¶

func NewNullableUIRenderEventAllOf(val *UIRenderEventAllOf) *NullableUIRenderEventAllOf

func (NullableUIRenderEventAllOf) Get ¶

func (NullableUIRenderEventAllOf) IsSet ¶

func (v NullableUIRenderEventAllOf) IsSet() bool

func (NullableUIRenderEventAllOf) MarshalJSON ¶

func (v NullableUIRenderEventAllOf) MarshalJSON() ([]byte, error)

func (*NullableUIRenderEventAllOf) Set ¶

func (*NullableUIRenderEventAllOf) UnmarshalJSON ¶

func (v *NullableUIRenderEventAllOf) UnmarshalJSON(src []byte) error

func (*NullableUIRenderEventAllOf) Unset ¶

func (v *NullableUIRenderEventAllOf) Unset()

type NullableUnsplashImage ¶

type NullableUnsplashImage struct {
	// contains filtered or unexported fields
}

func NewNullableUnsplashImage ¶

func NewNullableUnsplashImage(val *UnsplashImage) *NullableUnsplashImage

func (NullableUnsplashImage) Get ¶

func (NullableUnsplashImage) IsSet ¶

func (v NullableUnsplashImage) IsSet() bool

func (NullableUnsplashImage) MarshalJSON ¶

func (v NullableUnsplashImage) MarshalJSON() ([]byte, error)

func (*NullableUnsplashImage) Set ¶

func (v *NullableUnsplashImage) Set(val *UnsplashImage)

func (*NullableUnsplashImage) UnmarshalJSON ¶

func (v *NullableUnsplashImage) UnmarshalJSON(src []byte) error

func (*NullableUnsplashImage) Unset ¶

func (v *NullableUnsplashImage) Unset()

type NullableUnsplashImageAuthor ¶

type NullableUnsplashImageAuthor struct {
	// contains filtered or unexported fields
}

func (NullableUnsplashImageAuthor) Get ¶

func (NullableUnsplashImageAuthor) IsSet ¶

func (NullableUnsplashImageAuthor) MarshalJSON ¶

func (v NullableUnsplashImageAuthor) MarshalJSON() ([]byte, error)

func (*NullableUnsplashImageAuthor) Set ¶

func (*NullableUnsplashImageAuthor) UnmarshalJSON ¶

func (v *NullableUnsplashImageAuthor) UnmarshalJSON(src []byte) error

func (*NullableUnsplashImageAuthor) Unset ¶

func (v *NullableUnsplashImageAuthor) Unset()

type NullableUnsplashImageUrls ¶

type NullableUnsplashImageUrls struct {
	// contains filtered or unexported fields
}

func NewNullableUnsplashImageUrls ¶

func NewNullableUnsplashImageUrls(val *UnsplashImageUrls) *NullableUnsplashImageUrls

func (NullableUnsplashImageUrls) Get ¶

func (NullableUnsplashImageUrls) IsSet ¶

func (v NullableUnsplashImageUrls) IsSet() bool

func (NullableUnsplashImageUrls) MarshalJSON ¶

func (v NullableUnsplashImageUrls) MarshalJSON() ([]byte, error)

func (*NullableUnsplashImageUrls) Set ¶

func (*NullableUnsplashImageUrls) UnmarshalJSON ¶

func (v *NullableUnsplashImageUrls) UnmarshalJSON(src []byte) error

func (*NullableUnsplashImageUrls) Unset ¶

func (v *NullableUnsplashImageUrls) Unset()

type NullableUpdateChangeRequest200Response ¶

type NullableUpdateChangeRequest200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateChangeRequest200Response) Get ¶

func (NullableUpdateChangeRequest200Response) IsSet ¶

func (NullableUpdateChangeRequest200Response) MarshalJSON ¶

func (v NullableUpdateChangeRequest200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateChangeRequest200Response) Set ¶

func (*NullableUpdateChangeRequest200Response) UnmarshalJSON ¶

func (v *NullableUpdateChangeRequest200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateChangeRequest200Response) Unset ¶

type NullableUpdateCollectionByIdRequest ¶

type NullableUpdateCollectionByIdRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateCollectionByIdRequest) Get ¶

func (NullableUpdateCollectionByIdRequest) IsSet ¶

func (NullableUpdateCollectionByIdRequest) MarshalJSON ¶

func (v NullableUpdateCollectionByIdRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateCollectionByIdRequest) Set ¶

func (*NullableUpdateCollectionByIdRequest) UnmarshalJSON ¶

func (v *NullableUpdateCollectionByIdRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateCollectionByIdRequest) Unset ¶

type NullableUpdateCommentReplySchema ¶

type NullableUpdateCommentReplySchema struct {
	// contains filtered or unexported fields
}

func (NullableUpdateCommentReplySchema) Get ¶

func (NullableUpdateCommentReplySchema) IsSet ¶

func (NullableUpdateCommentReplySchema) MarshalJSON ¶

func (v NullableUpdateCommentReplySchema) MarshalJSON() ([]byte, error)

func (*NullableUpdateCommentReplySchema) Set ¶

func (*NullableUpdateCommentReplySchema) UnmarshalJSON ¶

func (v *NullableUpdateCommentReplySchema) UnmarshalJSON(src []byte) error

func (*NullableUpdateCommentReplySchema) Unset ¶

type NullableUpdateCommentSchema ¶

type NullableUpdateCommentSchema struct {
	// contains filtered or unexported fields
}

func (NullableUpdateCommentSchema) Get ¶

func (NullableUpdateCommentSchema) IsSet ¶

func (NullableUpdateCommentSchema) MarshalJSON ¶

func (v NullableUpdateCommentSchema) MarshalJSON() ([]byte, error)

func (*NullableUpdateCommentSchema) Set ¶

func (*NullableUpdateCommentSchema) UnmarshalJSON ¶

func (v *NullableUpdateCommentSchema) UnmarshalJSON(src []byte) error

func (*NullableUpdateCommentSchema) Unset ¶

func (v *NullableUpdateCommentSchema) Unset()

type NullableUpdateCustomFieldValues ¶

type NullableUpdateCustomFieldValues struct {
	// contains filtered or unexported fields
}

func (NullableUpdateCustomFieldValues) Get ¶

func (NullableUpdateCustomFieldValues) IsSet ¶

func (NullableUpdateCustomFieldValues) MarshalJSON ¶

func (v NullableUpdateCustomFieldValues) MarshalJSON() ([]byte, error)

func (*NullableUpdateCustomFieldValues) Set ¶

func (*NullableUpdateCustomFieldValues) UnmarshalJSON ¶

func (v *NullableUpdateCustomFieldValues) UnmarshalJSON(src []byte) error

func (*NullableUpdateCustomFieldValues) Unset ¶

type NullableUpdateCustomFieldValuesValuesValue ¶

type NullableUpdateCustomFieldValuesValuesValue struct {
	// contains filtered or unexported fields
}

func (NullableUpdateCustomFieldValuesValuesValue) Get ¶

func (NullableUpdateCustomFieldValuesValuesValue) IsSet ¶

func (NullableUpdateCustomFieldValuesValuesValue) MarshalJSON ¶

func (*NullableUpdateCustomFieldValuesValuesValue) Set ¶

func (*NullableUpdateCustomFieldValuesValuesValue) UnmarshalJSON ¶

func (v *NullableUpdateCustomFieldValuesValuesValue) UnmarshalJSON(src []byte) error

func (*NullableUpdateCustomFieldValuesValuesValue) Unset ¶

type NullableUpdateEnvironment ¶

type NullableUpdateEnvironment struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateEnvironment ¶

func NewNullableUpdateEnvironment(val *UpdateEnvironment) *NullableUpdateEnvironment

func (NullableUpdateEnvironment) Get ¶

func (NullableUpdateEnvironment) IsSet ¶

func (v NullableUpdateEnvironment) IsSet() bool

func (NullableUpdateEnvironment) MarshalJSON ¶

func (v NullableUpdateEnvironment) MarshalJSON() ([]byte, error)

func (*NullableUpdateEnvironment) Set ¶

func (*NullableUpdateEnvironment) UnmarshalJSON ¶

func (v *NullableUpdateEnvironment) UnmarshalJSON(src []byte) error

func (*NullableUpdateEnvironment) Unset ¶

func (v *NullableUpdateEnvironment) Unset()

type NullableUpdateIntegrationDevSpaceRequest ¶

type NullableUpdateIntegrationDevSpaceRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateIntegrationDevSpaceRequest) Get ¶

func (NullableUpdateIntegrationDevSpaceRequest) IsSet ¶

func (NullableUpdateIntegrationDevSpaceRequest) MarshalJSON ¶

func (*NullableUpdateIntegrationDevSpaceRequest) Set ¶

func (*NullableUpdateIntegrationDevSpaceRequest) UnmarshalJSON ¶

func (v *NullableUpdateIntegrationDevSpaceRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateIntegrationDevSpaceRequest) Unset ¶

type NullableUpdateMemberInOrganizationByIdRequest ¶

type NullableUpdateMemberInOrganizationByIdRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateMemberInOrganizationByIdRequest) Get ¶

func (NullableUpdateMemberInOrganizationByIdRequest) IsSet ¶

func (NullableUpdateMemberInOrganizationByIdRequest) MarshalJSON ¶

func (*NullableUpdateMemberInOrganizationByIdRequest) Set ¶

func (*NullableUpdateMemberInOrganizationByIdRequest) UnmarshalJSON ¶

func (*NullableUpdateMemberInOrganizationByIdRequest) Unset ¶

type NullableUpdateMembersInOrganizationTeamRequest ¶

type NullableUpdateMembersInOrganizationTeamRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateMembersInOrganizationTeamRequest) Get ¶

func (NullableUpdateMembersInOrganizationTeamRequest) IsSet ¶

func (NullableUpdateMembersInOrganizationTeamRequest) MarshalJSON ¶

func (*NullableUpdateMembersInOrganizationTeamRequest) Set ¶

func (*NullableUpdateMembersInOrganizationTeamRequest) UnmarshalJSON ¶

func (*NullableUpdateMembersInOrganizationTeamRequest) Unset ¶

type NullableUpdateOrganizationCustomFieldRequest ¶

type NullableUpdateOrganizationCustomFieldRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateOrganizationCustomFieldRequest) Get ¶

func (NullableUpdateOrganizationCustomFieldRequest) IsSet ¶

func (NullableUpdateOrganizationCustomFieldRequest) MarshalJSON ¶

func (*NullableUpdateOrganizationCustomFieldRequest) Set ¶

func (*NullableUpdateOrganizationCustomFieldRequest) UnmarshalJSON ¶

func (*NullableUpdateOrganizationCustomFieldRequest) Unset ¶

type NullableUpdateSpaceByIdRequest ¶

type NullableUpdateSpaceByIdRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSpaceByIdRequest) Get ¶

func (NullableUpdateSpaceByIdRequest) IsSet ¶

func (NullableUpdateSpaceByIdRequest) MarshalJSON ¶

func (v NullableUpdateSpaceByIdRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateSpaceByIdRequest) Set ¶

func (*NullableUpdateSpaceByIdRequest) UnmarshalJSON ¶

func (v *NullableUpdateSpaceByIdRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateSpaceByIdRequest) Unset ¶

func (v *NullableUpdateSpaceByIdRequest) Unset()

type NullableUpdateTeamInOrganizationByIdRequest ¶

type NullableUpdateTeamInOrganizationByIdRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateTeamInOrganizationByIdRequest) Get ¶

func (NullableUpdateTeamInOrganizationByIdRequest) IsSet ¶

func (NullableUpdateTeamInOrganizationByIdRequest) MarshalJSON ¶

func (*NullableUpdateTeamInOrganizationByIdRequest) Set ¶

func (*NullableUpdateTeamInOrganizationByIdRequest) UnmarshalJSON ¶

func (v *NullableUpdateTeamInOrganizationByIdRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateTeamInOrganizationByIdRequest) Unset ¶

type NullableUpsertEntity ¶ added in v0.2.0

type NullableUpsertEntity struct {
	// contains filtered or unexported fields
}

func NewNullableUpsertEntity ¶ added in v0.2.0

func NewNullableUpsertEntity(val *UpsertEntity) *NullableUpsertEntity

func (NullableUpsertEntity) Get ¶ added in v0.2.0

func (NullableUpsertEntity) IsSet ¶ added in v0.2.0

func (v NullableUpsertEntity) IsSet() bool

func (NullableUpsertEntity) MarshalJSON ¶ added in v0.2.0

func (v NullableUpsertEntity) MarshalJSON() ([]byte, error)

func (*NullableUpsertEntity) Set ¶ added in v0.2.0

func (v *NullableUpsertEntity) Set(val *UpsertEntity)

func (*NullableUpsertEntity) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableUpsertEntity) UnmarshalJSON(src []byte) error

func (*NullableUpsertEntity) Unset ¶ added in v0.2.0

func (v *NullableUpsertEntity) Unset()

type NullableUpsertEntityPropertiesValue ¶ added in v0.2.0

type NullableUpsertEntityPropertiesValue struct {
	// contains filtered or unexported fields
}

func NewNullableUpsertEntityPropertiesValue ¶ added in v0.2.0

func NewNullableUpsertEntityPropertiesValue(val *UpsertEntityPropertiesValue) *NullableUpsertEntityPropertiesValue

func (NullableUpsertEntityPropertiesValue) Get ¶ added in v0.2.0

func (NullableUpsertEntityPropertiesValue) IsSet ¶ added in v0.2.0

func (NullableUpsertEntityPropertiesValue) MarshalJSON ¶ added in v0.2.0

func (v NullableUpsertEntityPropertiesValue) MarshalJSON() ([]byte, error)

func (*NullableUpsertEntityPropertiesValue) Set ¶ added in v0.2.0

func (*NullableUpsertEntityPropertiesValue) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableUpsertEntityPropertiesValue) UnmarshalJSON(src []byte) error

func (*NullableUpsertEntityPropertiesValue) Unset ¶ added in v0.2.0

type NullableUpsertEntityPropertiesValueOneOf ¶ added in v0.2.0

type NullableUpsertEntityPropertiesValueOneOf struct {
	// contains filtered or unexported fields
}

func NewNullableUpsertEntityPropertiesValueOneOf ¶ added in v0.2.0

func NewNullableUpsertEntityPropertiesValueOneOf(val *UpsertEntityPropertiesValueOneOf) *NullableUpsertEntityPropertiesValueOneOf

func (NullableUpsertEntityPropertiesValueOneOf) Get ¶ added in v0.2.0

func (NullableUpsertEntityPropertiesValueOneOf) IsSet ¶ added in v0.2.0

func (NullableUpsertEntityPropertiesValueOneOf) MarshalJSON ¶ added in v0.2.0

func (*NullableUpsertEntityPropertiesValueOneOf) Set ¶ added in v0.2.0

func (*NullableUpsertEntityPropertiesValueOneOf) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableUpsertEntityPropertiesValueOneOf) UnmarshalJSON(src []byte) error

func (*NullableUpsertEntityPropertiesValueOneOf) Unset ¶ added in v0.2.0

type NullableUpsertSchemaEntitiesRequest ¶ added in v0.2.0

type NullableUpsertSchemaEntitiesRequest struct {
	// contains filtered or unexported fields
}

func NewNullableUpsertSchemaEntitiesRequest ¶ added in v0.2.0

func NewNullableUpsertSchemaEntitiesRequest(val *UpsertSchemaEntitiesRequest) *NullableUpsertSchemaEntitiesRequest

func (NullableUpsertSchemaEntitiesRequest) Get ¶ added in v0.2.0

func (NullableUpsertSchemaEntitiesRequest) IsSet ¶ added in v0.2.0

func (NullableUpsertSchemaEntitiesRequest) MarshalJSON ¶ added in v0.2.0

func (v NullableUpsertSchemaEntitiesRequest) MarshalJSON() ([]byte, error)

func (*NullableUpsertSchemaEntitiesRequest) Set ¶ added in v0.2.0

func (*NullableUpsertSchemaEntitiesRequest) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableUpsertSchemaEntitiesRequest) UnmarshalJSON(src []byte) error

func (*NullableUpsertSchemaEntitiesRequest) Unset ¶ added in v0.2.0

type NullableUpsertSchemaEntitiesRequestDelete ¶ added in v0.2.0

type NullableUpsertSchemaEntitiesRequestDelete struct {
	// contains filtered or unexported fields
}

func NewNullableUpsertSchemaEntitiesRequestDelete ¶ added in v0.2.0

func NewNullableUpsertSchemaEntitiesRequestDelete(val *UpsertSchemaEntitiesRequestDelete) *NullableUpsertSchemaEntitiesRequestDelete

func (NullableUpsertSchemaEntitiesRequestDelete) Get ¶ added in v0.2.0

func (NullableUpsertSchemaEntitiesRequestDelete) IsSet ¶ added in v0.2.0

func (NullableUpsertSchemaEntitiesRequestDelete) MarshalJSON ¶ added in v0.2.0

func (*NullableUpsertSchemaEntitiesRequestDelete) Set ¶ added in v0.2.0

func (*NullableUpsertSchemaEntitiesRequestDelete) UnmarshalJSON ¶ added in v0.2.0

func (v *NullableUpsertSchemaEntitiesRequestDelete) UnmarshalJSON(src []byte) error

func (*NullableUpsertSchemaEntitiesRequestDelete) Unset ¶ added in v0.2.0

type NullableUser ¶

type NullableUser struct {
	// contains filtered or unexported fields
}

func NewNullableUser ¶

func NewNullableUser(val *User) *NullableUser

func (NullableUser) Get ¶

func (v NullableUser) Get() *User

func (NullableUser) IsSet ¶

func (v NullableUser) IsSet() bool

func (NullableUser) MarshalJSON ¶

func (v NullableUser) MarshalJSON() ([]byte, error)

func (*NullableUser) Set ¶

func (v *NullableUser) Set(val *User)

func (*NullableUser) UnmarshalJSON ¶

func (v *NullableUser) UnmarshalJSON(src []byte) error

func (*NullableUser) Unset ¶

func (v *NullableUser) Unset()

type NullableUserAPIToken ¶

type NullableUserAPIToken struct {
	// contains filtered or unexported fields
}

func NewNullableUserAPIToken ¶

func NewNullableUserAPIToken(val *UserAPIToken) *NullableUserAPIToken

func (NullableUserAPIToken) Get ¶

func (NullableUserAPIToken) IsSet ¶

func (v NullableUserAPIToken) IsSet() bool

func (NullableUserAPIToken) MarshalJSON ¶

func (v NullableUserAPIToken) MarshalJSON() ([]byte, error)

func (*NullableUserAPIToken) Set ¶

func (v *NullableUserAPIToken) Set(val *UserAPIToken)

func (*NullableUserAPIToken) UnmarshalJSON ¶

func (v *NullableUserAPIToken) UnmarshalJSON(src []byte) error

func (*NullableUserAPIToken) Unset ¶

func (v *NullableUserAPIToken) Unset()

type NullableUserAPITokenExtended ¶

type NullableUserAPITokenExtended struct {
	// contains filtered or unexported fields
}

func (NullableUserAPITokenExtended) Get ¶

func (NullableUserAPITokenExtended) IsSet ¶

func (NullableUserAPITokenExtended) MarshalJSON ¶

func (v NullableUserAPITokenExtended) MarshalJSON() ([]byte, error)

func (*NullableUserAPITokenExtended) Set ¶

func (*NullableUserAPITokenExtended) UnmarshalJSON ¶

func (v *NullableUserAPITokenExtended) UnmarshalJSON(src []byte) error

func (*NullableUserAPITokenExtended) Unset ¶

func (v *NullableUserAPITokenExtended) Unset()

type NullableUserAPITokenExtendedAllOf ¶

type NullableUserAPITokenExtendedAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUserAPITokenExtendedAllOf) Get ¶

func (NullableUserAPITokenExtendedAllOf) IsSet ¶

func (NullableUserAPITokenExtendedAllOf) MarshalJSON ¶

func (v NullableUserAPITokenExtendedAllOf) MarshalJSON() ([]byte, error)

func (*NullableUserAPITokenExtendedAllOf) Set ¶

func (*NullableUserAPITokenExtendedAllOf) UnmarshalJSON ¶

func (v *NullableUserAPITokenExtendedAllOf) UnmarshalJSON(src []byte) error

func (*NullableUserAPITokenExtendedAllOf) Unset ¶

type NullableUserAPITokensChannel ¶

type NullableUserAPITokensChannel struct {
	// contains filtered or unexported fields
}

func (NullableUserAPITokensChannel) Get ¶

func (NullableUserAPITokensChannel) IsSet ¶

func (NullableUserAPITokensChannel) MarshalJSON ¶

func (v NullableUserAPITokensChannel) MarshalJSON() ([]byte, error)

func (*NullableUserAPITokensChannel) Set ¶

func (*NullableUserAPITokensChannel) UnmarshalJSON ¶

func (v *NullableUserAPITokensChannel) UnmarshalJSON(src []byte) error

func (*NullableUserAPITokensChannel) Unset ¶

func (v *NullableUserAPITokensChannel) Unset()

type NullableUserBackOfficeInfo ¶

type NullableUserBackOfficeInfo struct {
	// contains filtered or unexported fields
}

func NewNullableUserBackOfficeInfo ¶

func NewNullableUserBackOfficeInfo(val *UserBackOfficeInfo) *NullableUserBackOfficeInfo

func (NullableUserBackOfficeInfo) Get ¶

func (NullableUserBackOfficeInfo) IsSet ¶

func (v NullableUserBackOfficeInfo) IsSet() bool

func (NullableUserBackOfficeInfo) MarshalJSON ¶

func (v NullableUserBackOfficeInfo) MarshalJSON() ([]byte, error)

func (*NullableUserBackOfficeInfo) Set ¶

func (*NullableUserBackOfficeInfo) UnmarshalJSON ¶

func (v *NullableUserBackOfficeInfo) UnmarshalJSON(src []byte) error

func (*NullableUserBackOfficeInfo) Unset ¶

func (v *NullableUserBackOfficeInfo) Unset()

type NullableUserContentPermission ¶

type NullableUserContentPermission struct {
	// contains filtered or unexported fields
}

func (NullableUserContentPermission) Get ¶

func (NullableUserContentPermission) IsSet ¶

func (NullableUserContentPermission) MarshalJSON ¶

func (v NullableUserContentPermission) MarshalJSON() ([]byte, error)

func (*NullableUserContentPermission) Set ¶

func (*NullableUserContentPermission) UnmarshalJSON ¶

func (v *NullableUserContentPermission) UnmarshalJSON(src []byte) error

func (*NullableUserContentPermission) Unset ¶

func (v *NullableUserContentPermission) Unset()

type NullableUserContributor ¶

type NullableUserContributor struct {
	// contains filtered or unexported fields
}

func NewNullableUserContributor ¶

func NewNullableUserContributor(val *UserContributor) *NullableUserContributor

func (NullableUserContributor) Get ¶

func (NullableUserContributor) IsSet ¶

func (v NullableUserContributor) IsSet() bool

func (NullableUserContributor) MarshalJSON ¶

func (v NullableUserContributor) MarshalJSON() ([]byte, error)

func (*NullableUserContributor) Set ¶

func (*NullableUserContributor) UnmarshalJSON ¶

func (v *NullableUserContributor) UnmarshalJSON(src []byte) error

func (*NullableUserContributor) Unset ¶

func (v *NullableUserContributor) Unset()

type NullableUserImpersonation ¶

type NullableUserImpersonation struct {
	// contains filtered or unexported fields
}

func NewNullableUserImpersonation ¶

func NewNullableUserImpersonation(val *UserImpersonation) *NullableUserImpersonation

func (NullableUserImpersonation) Get ¶

func (NullableUserImpersonation) IsSet ¶

func (v NullableUserImpersonation) IsSet() bool

func (NullableUserImpersonation) MarshalJSON ¶

func (v NullableUserImpersonation) MarshalJSON() ([]byte, error)

func (*NullableUserImpersonation) Set ¶

func (*NullableUserImpersonation) UnmarshalJSON ¶

func (v *NullableUserImpersonation) UnmarshalJSON(src []byte) error

func (*NullableUserImpersonation) Unset ¶

func (v *NullableUserImpersonation) Unset()

type NullableUserImpersonationAllOf ¶

type NullableUserImpersonationAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUserImpersonationAllOf) Get ¶

func (NullableUserImpersonationAllOf) IsSet ¶

func (NullableUserImpersonationAllOf) MarshalJSON ¶

func (v NullableUserImpersonationAllOf) MarshalJSON() ([]byte, error)

func (*NullableUserImpersonationAllOf) Set ¶

func (*NullableUserImpersonationAllOf) UnmarshalJSON ¶

func (v *NullableUserImpersonationAllOf) UnmarshalJSON(src []byte) error

func (*NullableUserImpersonationAllOf) Unset ¶

func (v *NullableUserImpersonationAllOf) Unset()

type NullableUserImpersonationInfo ¶

type NullableUserImpersonationInfo struct {
	// contains filtered or unexported fields
}

func (NullableUserImpersonationInfo) Get ¶

func (NullableUserImpersonationInfo) IsSet ¶

func (NullableUserImpersonationInfo) MarshalJSON ¶

func (v NullableUserImpersonationInfo) MarshalJSON() ([]byte, error)

func (*NullableUserImpersonationInfo) Set ¶

func (*NullableUserImpersonationInfo) UnmarshalJSON ¶

func (v *NullableUserImpersonationInfo) UnmarshalJSON(src []byte) error

func (*NullableUserImpersonationInfo) Unset ¶

func (v *NullableUserImpersonationInfo) Unset()

type NullableUserRiskEvaluation ¶

type NullableUserRiskEvaluation struct {
	// contains filtered or unexported fields
}

func NewNullableUserRiskEvaluation ¶

func NewNullableUserRiskEvaluation(val *UserRiskEvaluation) *NullableUserRiskEvaluation

func (NullableUserRiskEvaluation) Get ¶

func (NullableUserRiskEvaluation) IsSet ¶

func (v NullableUserRiskEvaluation) IsSet() bool

func (NullableUserRiskEvaluation) MarshalJSON ¶

func (v NullableUserRiskEvaluation) MarshalJSON() ([]byte, error)

func (*NullableUserRiskEvaluation) Set ¶

func (*NullableUserRiskEvaluation) UnmarshalJSON ¶

func (v *NullableUserRiskEvaluation) UnmarshalJSON(src []byte) error

func (*NullableUserRiskEvaluation) Unset ¶

func (v *NullableUserRiskEvaluation) Unset()

type NullableUserTarget ¶

type NullableUserTarget struct {
	// contains filtered or unexported fields
}

func NewNullableUserTarget ¶

func NewNullableUserTarget(val *UserTarget) *NullableUserTarget

func (NullableUserTarget) Get ¶

func (v NullableUserTarget) Get() *UserTarget

func (NullableUserTarget) IsSet ¶

func (v NullableUserTarget) IsSet() bool

func (NullableUserTarget) MarshalJSON ¶

func (v NullableUserTarget) MarshalJSON() ([]byte, error)

func (*NullableUserTarget) Set ¶

func (v *NullableUserTarget) Set(val *UserTarget)

func (*NullableUserTarget) UnmarshalJSON ¶

func (v *NullableUserTarget) UnmarshalJSON(src []byte) error

func (*NullableUserTarget) Unset ¶

func (v *NullableUserTarget) Unset()

type Organization ¶

type Organization struct {
	// Type of Object, always equals to \"organization\"
	Object string `json:"object"`
	// Unique identifier for the organization
	Id string `json:"id"`
	// Name of the organization
	Title         string                     `json:"title"`
	EmailDomains  []string                   `json:"emailDomains"`
	Type          OrganizationType           `json:"type"`
	UseCase       *OrganizationUseCase       `json:"useCase,omitempty"`
	CommunityType *OrganizationCommunityType `json:"communityType,omitempty"`
	Urls          OrganizationUrls           `json:"urls"`
}

Organization struct for Organization

func NewOrganization ¶

func NewOrganization(object string, id string, title string, emailDomains []string, type_ OrganizationType, urls OrganizationUrls) *Organization

NewOrganization instantiates a new Organization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationWithDefaults ¶

func NewOrganizationWithDefaults() *Organization

NewOrganizationWithDefaults instantiates a new Organization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Organization) GetCommunityType ¶

func (o *Organization) GetCommunityType() OrganizationCommunityType

GetCommunityType returns the CommunityType field value if set, zero value otherwise.

func (*Organization) GetCommunityTypeOk ¶

func (o *Organization) GetCommunityTypeOk() (*OrganizationCommunityType, bool)

GetCommunityTypeOk returns a tuple with the CommunityType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) GetEmailDomains ¶

func (o *Organization) GetEmailDomains() []string

GetEmailDomains returns the EmailDomains field value

func (*Organization) GetEmailDomainsOk ¶

func (o *Organization) GetEmailDomainsOk() ([]string, bool)

GetEmailDomainsOk returns a tuple with the EmailDomains field value and a boolean to check if the value has been set.

func (*Organization) GetId ¶

func (o *Organization) GetId() string

GetId returns the Id field value

func (*Organization) GetIdOk ¶

func (o *Organization) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Organization) GetObject ¶

func (o *Organization) GetObject() string

GetObject returns the Object field value

func (*Organization) GetObjectOk ¶

func (o *Organization) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*Organization) GetTitle ¶

func (o *Organization) GetTitle() string

GetTitle returns the Title field value

func (*Organization) GetTitleOk ¶

func (o *Organization) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*Organization) GetType ¶

func (o *Organization) GetType() OrganizationType

GetType returns the Type field value

func (*Organization) GetTypeOk ¶

func (o *Organization) GetTypeOk() (*OrganizationType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*Organization) GetUrls ¶

func (o *Organization) GetUrls() OrganizationUrls

GetUrls returns the Urls field value

func (*Organization) GetUrlsOk ¶

func (o *Organization) GetUrlsOk() (*OrganizationUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*Organization) GetUseCase ¶

func (o *Organization) GetUseCase() OrganizationUseCase

GetUseCase returns the UseCase field value if set, zero value otherwise.

func (*Organization) GetUseCaseOk ¶

func (o *Organization) GetUseCaseOk() (*OrganizationUseCase, bool)

GetUseCaseOk returns a tuple with the UseCase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Organization) HasCommunityType ¶

func (o *Organization) HasCommunityType() bool

HasCommunityType returns a boolean if a field has been set.

func (*Organization) HasUseCase ¶

func (o *Organization) HasUseCase() bool

HasUseCase returns a boolean if a field has been set.

func (Organization) MarshalJSON ¶

func (o Organization) MarshalJSON() ([]byte, error)

func (*Organization) SetCommunityType ¶

func (o *Organization) SetCommunityType(v OrganizationCommunityType)

SetCommunityType gets a reference to the given OrganizationCommunityType and assigns it to the CommunityType field.

func (*Organization) SetEmailDomains ¶

func (o *Organization) SetEmailDomains(v []string)

SetEmailDomains sets field value

func (*Organization) SetId ¶

func (o *Organization) SetId(v string)

SetId sets field value

func (*Organization) SetObject ¶

func (o *Organization) SetObject(v string)

SetObject sets field value

func (*Organization) SetTitle ¶

func (o *Organization) SetTitle(v string)

SetTitle sets field value

func (*Organization) SetType ¶

func (o *Organization) SetType(v OrganizationType)

SetType sets field value

func (*Organization) SetUrls ¶

func (o *Organization) SetUrls(v OrganizationUrls)

SetUrls sets field value

func (*Organization) SetUseCase ¶

func (o *Organization) SetUseCase(v OrganizationUseCase)

SetUseCase gets a reference to the given OrganizationUseCase and assigns it to the UseCase field.

func (Organization) ToMap ¶

func (o Organization) ToMap() (map[string]interface{}, error)

type OrganizationCommunityType ¶

type OrganizationCommunityType string

OrganizationCommunityType the model 'OrganizationCommunityType'

const (
	ORGANIZATIONCOMMUNITYTYPE_NON_PROFIT  OrganizationCommunityType = "nonProfit"
	ORGANIZATIONCOMMUNITYTYPE_OPEN_SOURCE OrganizationCommunityType = "openSource"
	ORGANIZATIONCOMMUNITYTYPE_EDUCATION   OrganizationCommunityType = "education"
)

List of OrganizationCommunityType

func NewOrganizationCommunityTypeFromValue ¶

func NewOrganizationCommunityTypeFromValue(v string) (*OrganizationCommunityType, error)

NewOrganizationCommunityTypeFromValue returns a pointer to a valid OrganizationCommunityType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (OrganizationCommunityType) IsValid ¶

func (v OrganizationCommunityType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (OrganizationCommunityType) Ptr ¶

Ptr returns reference to OrganizationCommunityType value

func (*OrganizationCommunityType) UnmarshalJSON ¶

func (v *OrganizationCommunityType) UnmarshalJSON(src []byte) error

type OrganizationCustomFieldsChannel ¶

type OrganizationCustomFieldsChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
}

OrganizationCustomFieldsChannel struct for OrganizationCustomFieldsChannel

func NewOrganizationCustomFieldsChannel ¶

func NewOrganizationCustomFieldsChannel(channel string, organization string) *OrganizationCustomFieldsChannel

NewOrganizationCustomFieldsChannel instantiates a new OrganizationCustomFieldsChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationCustomFieldsChannelWithDefaults ¶

func NewOrganizationCustomFieldsChannelWithDefaults() *OrganizationCustomFieldsChannel

NewOrganizationCustomFieldsChannelWithDefaults instantiates a new OrganizationCustomFieldsChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationCustomFieldsChannel) GetChannel ¶

func (o *OrganizationCustomFieldsChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationCustomFieldsChannel) GetChannelOk ¶

func (o *OrganizationCustomFieldsChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationCustomFieldsChannel) GetOrganization ¶

func (o *OrganizationCustomFieldsChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationCustomFieldsChannel) GetOrganizationOk ¶

func (o *OrganizationCustomFieldsChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (OrganizationCustomFieldsChannel) MarshalJSON ¶

func (o OrganizationCustomFieldsChannel) MarshalJSON() ([]byte, error)

func (*OrganizationCustomFieldsChannel) SetChannel ¶

func (o *OrganizationCustomFieldsChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationCustomFieldsChannel) SetOrganization ¶

func (o *OrganizationCustomFieldsChannel) SetOrganization(v string)

SetOrganization sets field value

func (OrganizationCustomFieldsChannel) ToMap ¶

func (o OrganizationCustomFieldsChannel) ToMap() (map[string]interface{}, error)

type OrganizationDirectorySyncGroup ¶

type OrganizationDirectorySyncGroup struct {
	// The unique identifier of this group in WorkOS. Not the unique ID from GitBook.
	Id string `json:"id"`
	// The identity provider's unique ID for this group, should be used to generate the team's unique ID when syncing the groups.
	IdpId string `json:"idp_id"`
	// The unique ID of the directory this group is owned by in WorkOS. Is not a unique ID from our database.
	DirectoryId string `json:"directory_id"`
	// The name of the group from the identity provider, it should always be set according to the WorkOS documentation.
	Name string `json:"name"`
	// The unique ID of the GitBook team already synced to this group, if applicable.
	TeamKey *string `json:"teamKey,omitempty"`
}

OrganizationDirectorySyncGroup struct for OrganizationDirectorySyncGroup

func NewOrganizationDirectorySyncGroup ¶

func NewOrganizationDirectorySyncGroup(id string, idpId string, directoryId string, name string) *OrganizationDirectorySyncGroup

NewOrganizationDirectorySyncGroup instantiates a new OrganizationDirectorySyncGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationDirectorySyncGroupWithDefaults ¶

func NewOrganizationDirectorySyncGroupWithDefaults() *OrganizationDirectorySyncGroup

NewOrganizationDirectorySyncGroupWithDefaults instantiates a new OrganizationDirectorySyncGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationDirectorySyncGroup) GetDirectoryId ¶

func (o *OrganizationDirectorySyncGroup) GetDirectoryId() string

GetDirectoryId returns the DirectoryId field value

func (*OrganizationDirectorySyncGroup) GetDirectoryIdOk ¶

func (o *OrganizationDirectorySyncGroup) GetDirectoryIdOk() (*string, bool)

GetDirectoryIdOk returns a tuple with the DirectoryId field value and a boolean to check if the value has been set.

func (*OrganizationDirectorySyncGroup) GetId ¶

GetId returns the Id field value

func (*OrganizationDirectorySyncGroup) GetIdOk ¶

func (o *OrganizationDirectorySyncGroup) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*OrganizationDirectorySyncGroup) GetIdpId ¶

func (o *OrganizationDirectorySyncGroup) GetIdpId() string

GetIdpId returns the IdpId field value

func (*OrganizationDirectorySyncGroup) GetIdpIdOk ¶

func (o *OrganizationDirectorySyncGroup) GetIdpIdOk() (*string, bool)

GetIdpIdOk returns a tuple with the IdpId field value and a boolean to check if the value has been set.

func (*OrganizationDirectorySyncGroup) GetName ¶

GetName returns the Name field value

func (*OrganizationDirectorySyncGroup) GetNameOk ¶

func (o *OrganizationDirectorySyncGroup) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*OrganizationDirectorySyncGroup) GetTeamKey ¶

func (o *OrganizationDirectorySyncGroup) GetTeamKey() string

GetTeamKey returns the TeamKey field value if set, zero value otherwise.

func (*OrganizationDirectorySyncGroup) GetTeamKeyOk ¶

func (o *OrganizationDirectorySyncGroup) GetTeamKeyOk() (*string, bool)

GetTeamKeyOk returns a tuple with the TeamKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrganizationDirectorySyncGroup) HasTeamKey ¶

func (o *OrganizationDirectorySyncGroup) HasTeamKey() bool

HasTeamKey returns a boolean if a field has been set.

func (OrganizationDirectorySyncGroup) MarshalJSON ¶

func (o OrganizationDirectorySyncGroup) MarshalJSON() ([]byte, error)

func (*OrganizationDirectorySyncGroup) SetDirectoryId ¶

func (o *OrganizationDirectorySyncGroup) SetDirectoryId(v string)

SetDirectoryId sets field value

func (*OrganizationDirectorySyncGroup) SetId ¶

SetId sets field value

func (*OrganizationDirectorySyncGroup) SetIdpId ¶

func (o *OrganizationDirectorySyncGroup) SetIdpId(v string)

SetIdpId sets field value

func (*OrganizationDirectorySyncGroup) SetName ¶

func (o *OrganizationDirectorySyncGroup) SetName(v string)

SetName sets field value

func (*OrganizationDirectorySyncGroup) SetTeamKey ¶

func (o *OrganizationDirectorySyncGroup) SetTeamKey(v string)

SetTeamKey gets a reference to the given string and assigns it to the TeamKey field.

func (OrganizationDirectorySyncGroup) ToMap ¶

func (o OrganizationDirectorySyncGroup) ToMap() (map[string]interface{}, error)

type OrganizationDirectorySyncGroupTeamStatus ¶

type OrganizationDirectorySyncGroupTeamStatus struct {
	OrganizationDirectorySyncGroupTeamStatusAnyOf  *OrganizationDirectorySyncGroupTeamStatusAnyOf
	OrganizationDirectorySyncGroupTeamStatusAnyOf1 *OrganizationDirectorySyncGroupTeamStatusAnyOf1
}

OrganizationDirectorySyncGroupTeamStatus struct for OrganizationDirectorySyncGroupTeamStatus

func (*OrganizationDirectorySyncGroupTeamStatus) MarshalJSON ¶

func (src *OrganizationDirectorySyncGroupTeamStatus) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*OrganizationDirectorySyncGroupTeamStatus) UnmarshalJSON ¶

func (dst *OrganizationDirectorySyncGroupTeamStatus) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type OrganizationDirectorySyncGroupTeamStatusAnyOf ¶

type OrganizationDirectorySyncGroupTeamStatusAnyOf struct {
	Success bool   `json:"success"`
	GroupId string `json:"group_id"`
	TeamId  string `json:"team_id"`
}

OrganizationDirectorySyncGroupTeamStatusAnyOf struct for OrganizationDirectorySyncGroupTeamStatusAnyOf

func NewOrganizationDirectorySyncGroupTeamStatusAnyOf ¶

func NewOrganizationDirectorySyncGroupTeamStatusAnyOf(success bool, groupId string, teamId string) *OrganizationDirectorySyncGroupTeamStatusAnyOf

NewOrganizationDirectorySyncGroupTeamStatusAnyOf instantiates a new OrganizationDirectorySyncGroupTeamStatusAnyOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationDirectorySyncGroupTeamStatusAnyOfWithDefaults ¶

func NewOrganizationDirectorySyncGroupTeamStatusAnyOfWithDefaults() *OrganizationDirectorySyncGroupTeamStatusAnyOf

NewOrganizationDirectorySyncGroupTeamStatusAnyOfWithDefaults instantiates a new OrganizationDirectorySyncGroupTeamStatusAnyOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf) GetGroupId ¶

GetGroupId returns the GroupId field value

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf) GetGroupIdOk ¶

GetGroupIdOk returns a tuple with the GroupId field value and a boolean to check if the value has been set.

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf) GetSuccess ¶

GetSuccess returns the Success field value

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf) GetTeamId ¶

GetTeamId returns the TeamId field value

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf) GetTeamIdOk ¶

GetTeamIdOk returns a tuple with the TeamId field value and a boolean to check if the value has been set.

func (OrganizationDirectorySyncGroupTeamStatusAnyOf) MarshalJSON ¶

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf) SetGroupId ¶

SetGroupId sets field value

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf) SetSuccess ¶

SetSuccess sets field value

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf) SetTeamId ¶

SetTeamId sets field value

func (OrganizationDirectorySyncGroupTeamStatusAnyOf) ToMap ¶

func (o OrganizationDirectorySyncGroupTeamStatusAnyOf) ToMap() (map[string]interface{}, error)

type OrganizationDirectorySyncGroupTeamStatusAnyOf1 ¶

type OrganizationDirectorySyncGroupTeamStatusAnyOf1 struct {
	Success bool   `json:"success"`
	Error   string `json:"error"`
}

OrganizationDirectorySyncGroupTeamStatusAnyOf1 struct for OrganizationDirectorySyncGroupTeamStatusAnyOf1

func NewOrganizationDirectorySyncGroupTeamStatusAnyOf1 ¶

func NewOrganizationDirectorySyncGroupTeamStatusAnyOf1(success bool, error_ string) *OrganizationDirectorySyncGroupTeamStatusAnyOf1

NewOrganizationDirectorySyncGroupTeamStatusAnyOf1 instantiates a new OrganizationDirectorySyncGroupTeamStatusAnyOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationDirectorySyncGroupTeamStatusAnyOf1WithDefaults ¶

func NewOrganizationDirectorySyncGroupTeamStatusAnyOf1WithDefaults() *OrganizationDirectorySyncGroupTeamStatusAnyOf1

NewOrganizationDirectorySyncGroupTeamStatusAnyOf1WithDefaults instantiates a new OrganizationDirectorySyncGroupTeamStatusAnyOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf1) GetError ¶

GetError returns the Error field value

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf1) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf1) GetSuccess ¶

GetSuccess returns the Success field value

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf1) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.

func (OrganizationDirectorySyncGroupTeamStatusAnyOf1) MarshalJSON ¶

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf1) SetError ¶

SetError sets field value

func (*OrganizationDirectorySyncGroupTeamStatusAnyOf1) SetSuccess ¶

SetSuccess sets field value

func (OrganizationDirectorySyncGroupTeamStatusAnyOf1) ToMap ¶

func (o OrganizationDirectorySyncGroupTeamStatusAnyOf1) ToMap() (map[string]interface{}, error)

type OrganizationEntitiesChannel ¶

type OrganizationEntitiesChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
	EntityType   string `json:"entityType"`
}

OrganizationEntitiesChannel Subscription channel for entities in an organization.

func NewOrganizationEntitiesChannel ¶

func NewOrganizationEntitiesChannel(channel string, organization string, entityType string) *OrganizationEntitiesChannel

NewOrganizationEntitiesChannel instantiates a new OrganizationEntitiesChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationEntitiesChannelWithDefaults ¶

func NewOrganizationEntitiesChannelWithDefaults() *OrganizationEntitiesChannel

NewOrganizationEntitiesChannelWithDefaults instantiates a new OrganizationEntitiesChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationEntitiesChannel) GetChannel ¶

func (o *OrganizationEntitiesChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationEntitiesChannel) GetChannelOk ¶

func (o *OrganizationEntitiesChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationEntitiesChannel) GetEntityType ¶ added in v0.2.0

func (o *OrganizationEntitiesChannel) GetEntityType() string

GetEntityType returns the EntityType field value

func (*OrganizationEntitiesChannel) GetEntityTypeOk ¶ added in v0.2.0

func (o *OrganizationEntitiesChannel) GetEntityTypeOk() (*string, bool)

GetEntityTypeOk returns a tuple with the EntityType field value and a boolean to check if the value has been set.

func (*OrganizationEntitiesChannel) GetOrganization ¶

func (o *OrganizationEntitiesChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationEntitiesChannel) GetOrganizationOk ¶

func (o *OrganizationEntitiesChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (OrganizationEntitiesChannel) MarshalJSON ¶

func (o OrganizationEntitiesChannel) MarshalJSON() ([]byte, error)

func (*OrganizationEntitiesChannel) SetChannel ¶

func (o *OrganizationEntitiesChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationEntitiesChannel) SetEntityType ¶ added in v0.2.0

func (o *OrganizationEntitiesChannel) SetEntityType(v string)

SetEntityType sets field value

func (*OrganizationEntitiesChannel) SetOrganization ¶

func (o *OrganizationEntitiesChannel) SetOrganization(v string)

SetOrganization sets field value

func (OrganizationEntitiesChannel) ToMap ¶

func (o OrganizationEntitiesChannel) ToMap() (map[string]interface{}, error)

type OrganizationEnvironmentsChannel ¶

type OrganizationEnvironmentsChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
}

OrganizationEnvironmentsChannel struct for OrganizationEnvironmentsChannel

func NewOrganizationEnvironmentsChannel ¶

func NewOrganizationEnvironmentsChannel(channel string, organization string) *OrganizationEnvironmentsChannel

NewOrganizationEnvironmentsChannel instantiates a new OrganizationEnvironmentsChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationEnvironmentsChannelWithDefaults ¶

func NewOrganizationEnvironmentsChannelWithDefaults() *OrganizationEnvironmentsChannel

NewOrganizationEnvironmentsChannelWithDefaults instantiates a new OrganizationEnvironmentsChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationEnvironmentsChannel) GetChannel ¶

func (o *OrganizationEnvironmentsChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationEnvironmentsChannel) GetChannelOk ¶

func (o *OrganizationEnvironmentsChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationEnvironmentsChannel) GetOrganization ¶

func (o *OrganizationEnvironmentsChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationEnvironmentsChannel) GetOrganizationOk ¶

func (o *OrganizationEnvironmentsChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (OrganizationEnvironmentsChannel) MarshalJSON ¶

func (o OrganizationEnvironmentsChannel) MarshalJSON() ([]byte, error)

func (*OrganizationEnvironmentsChannel) SetChannel ¶

func (o *OrganizationEnvironmentsChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationEnvironmentsChannel) SetOrganization ¶

func (o *OrganizationEnvironmentsChannel) SetOrganization(v string)

SetOrganization sets field value

func (OrganizationEnvironmentsChannel) ToMap ¶

func (o OrganizationEnvironmentsChannel) ToMap() (map[string]interface{}, error)

type OrganizationMember ¶

type OrganizationMember struct {
	// Type of Object, always equals to \"member\"
	Object string `json:"object"`
	// Unique identifier for the user.
	Id   string            `json:"id"`
	Role MemberRoleOrGuest `json:"role"`
	User User              `json:"user"`
	// Whatever the membership of this user is disabled and prevent them from accessing content.
	Disabled   bool    `json:"disabled"`
	JoinedAt   string  `json:"joinedAt"`
	LastSeenAt *string `json:"lastSeenAt,omitempty"`
	// Whether the user can login with SSO.
	Sso    bool    `json:"sso"`
	Spaces float32 `json:"spaces"`
	Teams  float32 `json:"teams"`
}

OrganizationMember struct for OrganizationMember

func NewOrganizationMember ¶

func NewOrganizationMember(object string, id string, role MemberRoleOrGuest, user User, disabled bool, joinedAt string, sso bool, spaces float32, teams float32) *OrganizationMember

NewOrganizationMember instantiates a new OrganizationMember object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationMemberWithDefaults ¶

func NewOrganizationMemberWithDefaults() *OrganizationMember

NewOrganizationMemberWithDefaults instantiates a new OrganizationMember object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationMember) GetDisabled ¶

func (o *OrganizationMember) GetDisabled() bool

GetDisabled returns the Disabled field value

func (*OrganizationMember) GetDisabledOk ¶

func (o *OrganizationMember) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value and a boolean to check if the value has been set.

func (*OrganizationMember) GetId ¶

func (o *OrganizationMember) GetId() string

GetId returns the Id field value

func (*OrganizationMember) GetIdOk ¶

func (o *OrganizationMember) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*OrganizationMember) GetJoinedAt ¶

func (o *OrganizationMember) GetJoinedAt() string

GetJoinedAt returns the JoinedAt field value

func (*OrganizationMember) GetJoinedAtOk ¶

func (o *OrganizationMember) GetJoinedAtOk() (*string, bool)

GetJoinedAtOk returns a tuple with the JoinedAt field value and a boolean to check if the value has been set.

func (*OrganizationMember) GetLastSeenAt ¶

func (o *OrganizationMember) GetLastSeenAt() string

GetLastSeenAt returns the LastSeenAt field value if set, zero value otherwise.

func (*OrganizationMember) GetLastSeenAtOk ¶

func (o *OrganizationMember) GetLastSeenAtOk() (*string, bool)

GetLastSeenAtOk returns a tuple with the LastSeenAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrganizationMember) GetObject ¶

func (o *OrganizationMember) GetObject() string

GetObject returns the Object field value

func (*OrganizationMember) GetObjectOk ¶

func (o *OrganizationMember) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*OrganizationMember) GetRole ¶

GetRole returns the Role field value

func (*OrganizationMember) GetRoleOk ¶

func (o *OrganizationMember) GetRoleOk() (*MemberRoleOrGuest, bool)

GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.

func (*OrganizationMember) GetSpaces ¶

func (o *OrganizationMember) GetSpaces() float32

GetSpaces returns the Spaces field value

func (*OrganizationMember) GetSpacesOk ¶

func (o *OrganizationMember) GetSpacesOk() (*float32, bool)

GetSpacesOk returns a tuple with the Spaces field value and a boolean to check if the value has been set.

func (*OrganizationMember) GetSso ¶

func (o *OrganizationMember) GetSso() bool

GetSso returns the Sso field value

func (*OrganizationMember) GetSsoOk ¶

func (o *OrganizationMember) GetSsoOk() (*bool, bool)

GetSsoOk returns a tuple with the Sso field value and a boolean to check if the value has been set.

func (*OrganizationMember) GetTeams ¶

func (o *OrganizationMember) GetTeams() float32

GetTeams returns the Teams field value

func (*OrganizationMember) GetTeamsOk ¶

func (o *OrganizationMember) GetTeamsOk() (*float32, bool)

GetTeamsOk returns a tuple with the Teams field value and a boolean to check if the value has been set.

func (*OrganizationMember) GetUser ¶

func (o *OrganizationMember) GetUser() User

GetUser returns the User field value

func (*OrganizationMember) GetUserOk ¶

func (o *OrganizationMember) GetUserOk() (*User, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (*OrganizationMember) HasLastSeenAt ¶

func (o *OrganizationMember) HasLastSeenAt() bool

HasLastSeenAt returns a boolean if a field has been set.

func (OrganizationMember) MarshalJSON ¶

func (o OrganizationMember) MarshalJSON() ([]byte, error)

func (*OrganizationMember) SetDisabled ¶

func (o *OrganizationMember) SetDisabled(v bool)

SetDisabled sets field value

func (*OrganizationMember) SetId ¶

func (o *OrganizationMember) SetId(v string)

SetId sets field value

func (*OrganizationMember) SetJoinedAt ¶

func (o *OrganizationMember) SetJoinedAt(v string)

SetJoinedAt sets field value

func (*OrganizationMember) SetLastSeenAt ¶

func (o *OrganizationMember) SetLastSeenAt(v string)

SetLastSeenAt gets a reference to the given string and assigns it to the LastSeenAt field.

func (*OrganizationMember) SetObject ¶

func (o *OrganizationMember) SetObject(v string)

SetObject sets field value

func (*OrganizationMember) SetRole ¶

func (o *OrganizationMember) SetRole(v MemberRoleOrGuest)

SetRole sets field value

func (*OrganizationMember) SetSpaces ¶

func (o *OrganizationMember) SetSpaces(v float32)

SetSpaces sets field value

func (*OrganizationMember) SetSso ¶

func (o *OrganizationMember) SetSso(v bool)

SetSso sets field value

func (*OrganizationMember) SetTeams ¶

func (o *OrganizationMember) SetTeams(v float32)

SetTeams sets field value

func (*OrganizationMember) SetUser ¶

func (o *OrganizationMember) SetUser(v User)

SetUser sets field value

func (OrganizationMember) ToMap ¶

func (o OrganizationMember) ToMap() (map[string]interface{}, error)

type OrganizationMemberChannel ¶

type OrganizationMemberChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
	User         string `json:"user"`
}

OrganizationMemberChannel struct for OrganizationMemberChannel

func NewOrganizationMemberChannel ¶

func NewOrganizationMemberChannel(channel string, organization string, user string) *OrganizationMemberChannel

NewOrganizationMemberChannel instantiates a new OrganizationMemberChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationMemberChannelWithDefaults ¶

func NewOrganizationMemberChannelWithDefaults() *OrganizationMemberChannel

NewOrganizationMemberChannelWithDefaults instantiates a new OrganizationMemberChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationMemberChannel) GetChannel ¶

func (o *OrganizationMemberChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationMemberChannel) GetChannelOk ¶

func (o *OrganizationMemberChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationMemberChannel) GetOrganization ¶

func (o *OrganizationMemberChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationMemberChannel) GetOrganizationOk ¶

func (o *OrganizationMemberChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (*OrganizationMemberChannel) GetUser ¶

func (o *OrganizationMemberChannel) GetUser() string

GetUser returns the User field value

func (*OrganizationMemberChannel) GetUserOk ¶

func (o *OrganizationMemberChannel) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (OrganizationMemberChannel) MarshalJSON ¶

func (o OrganizationMemberChannel) MarshalJSON() ([]byte, error)

func (*OrganizationMemberChannel) SetChannel ¶

func (o *OrganizationMemberChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationMemberChannel) SetOrganization ¶

func (o *OrganizationMemberChannel) SetOrganization(v string)

SetOrganization sets field value

func (*OrganizationMemberChannel) SetUser ¶

func (o *OrganizationMemberChannel) SetUser(v string)

SetUser sets field value

func (OrganizationMemberChannel) ToMap ¶

func (o OrganizationMemberChannel) ToMap() (map[string]interface{}, error)

type OrganizationMembersChannel ¶

type OrganizationMembersChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
}

OrganizationMembersChannel struct for OrganizationMembersChannel

func NewOrganizationMembersChannel ¶

func NewOrganizationMembersChannel(channel string, organization string) *OrganizationMembersChannel

NewOrganizationMembersChannel instantiates a new OrganizationMembersChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationMembersChannelWithDefaults ¶

func NewOrganizationMembersChannelWithDefaults() *OrganizationMembersChannel

NewOrganizationMembersChannelWithDefaults instantiates a new OrganizationMembersChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationMembersChannel) GetChannel ¶

func (o *OrganizationMembersChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationMembersChannel) GetChannelOk ¶

func (o *OrganizationMembersChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationMembersChannel) GetOrganization ¶

func (o *OrganizationMembersChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationMembersChannel) GetOrganizationOk ¶

func (o *OrganizationMembersChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (OrganizationMembersChannel) MarshalJSON ¶

func (o OrganizationMembersChannel) MarshalJSON() ([]byte, error)

func (*OrganizationMembersChannel) SetChannel ¶

func (o *OrganizationMembersChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationMembersChannel) SetOrganization ¶

func (o *OrganizationMembersChannel) SetOrganization(v string)

SetOrganization sets field value

func (OrganizationMembersChannel) ToMap ¶

func (o OrganizationMembersChannel) ToMap() (map[string]interface{}, error)

type OrganizationRecordingsChannel ¶ added in v0.2.0

type OrganizationRecordingsChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
}

OrganizationRecordingsChannel struct for OrganizationRecordingsChannel

func NewOrganizationRecordingsChannel ¶ added in v0.2.0

func NewOrganizationRecordingsChannel(channel string, organization string) *OrganizationRecordingsChannel

NewOrganizationRecordingsChannel instantiates a new OrganizationRecordingsChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationRecordingsChannelWithDefaults ¶ added in v0.2.0

func NewOrganizationRecordingsChannelWithDefaults() *OrganizationRecordingsChannel

NewOrganizationRecordingsChannelWithDefaults instantiates a new OrganizationRecordingsChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationRecordingsChannel) GetChannel ¶ added in v0.2.0

func (o *OrganizationRecordingsChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationRecordingsChannel) GetChannelOk ¶ added in v0.2.0

func (o *OrganizationRecordingsChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationRecordingsChannel) GetOrganization ¶ added in v0.2.0

func (o *OrganizationRecordingsChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationRecordingsChannel) GetOrganizationOk ¶ added in v0.2.0

func (o *OrganizationRecordingsChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (OrganizationRecordingsChannel) MarshalJSON ¶ added in v0.2.0

func (o OrganizationRecordingsChannel) MarshalJSON() ([]byte, error)

func (*OrganizationRecordingsChannel) SetChannel ¶ added in v0.2.0

func (o *OrganizationRecordingsChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationRecordingsChannel) SetOrganization ¶ added in v0.2.0

func (o *OrganizationRecordingsChannel) SetOrganization(v string)

SetOrganization sets field value

func (OrganizationRecordingsChannel) ToMap ¶ added in v0.2.0

func (o OrganizationRecordingsChannel) ToMap() (map[string]interface{}, error)

type OrganizationSchemasChannel ¶ added in v0.2.0

type OrganizationSchemasChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
}

OrganizationSchemasChannel Subscription channel for all entity schemas in an organization.

func NewOrganizationSchemasChannel ¶ added in v0.2.0

func NewOrganizationSchemasChannel(channel string, organization string) *OrganizationSchemasChannel

NewOrganizationSchemasChannel instantiates a new OrganizationSchemasChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationSchemasChannelWithDefaults ¶ added in v0.2.0

func NewOrganizationSchemasChannelWithDefaults() *OrganizationSchemasChannel

NewOrganizationSchemasChannelWithDefaults instantiates a new OrganizationSchemasChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationSchemasChannel) GetChannel ¶ added in v0.2.0

func (o *OrganizationSchemasChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationSchemasChannel) GetChannelOk ¶ added in v0.2.0

func (o *OrganizationSchemasChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationSchemasChannel) GetOrganization ¶ added in v0.2.0

func (o *OrganizationSchemasChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationSchemasChannel) GetOrganizationOk ¶ added in v0.2.0

func (o *OrganizationSchemasChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (OrganizationSchemasChannel) MarshalJSON ¶ added in v0.2.0

func (o OrganizationSchemasChannel) MarshalJSON() ([]byte, error)

func (*OrganizationSchemasChannel) SetChannel ¶ added in v0.2.0

func (o *OrganizationSchemasChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationSchemasChannel) SetOrganization ¶ added in v0.2.0

func (o *OrganizationSchemasChannel) SetOrganization(v string)

SetOrganization sets field value

func (OrganizationSchemasChannel) ToMap ¶ added in v0.2.0

func (o OrganizationSchemasChannel) ToMap() (map[string]interface{}, error)

type OrganizationSpaceRelationsChannel ¶

type OrganizationSpaceRelationsChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
}

OrganizationSpaceRelationsChannel Subscription channel for changes in relations between spaces in an organization.

func NewOrganizationSpaceRelationsChannel ¶

func NewOrganizationSpaceRelationsChannel(channel string, organization string) *OrganizationSpaceRelationsChannel

NewOrganizationSpaceRelationsChannel instantiates a new OrganizationSpaceRelationsChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationSpaceRelationsChannelWithDefaults ¶

func NewOrganizationSpaceRelationsChannelWithDefaults() *OrganizationSpaceRelationsChannel

NewOrganizationSpaceRelationsChannelWithDefaults instantiates a new OrganizationSpaceRelationsChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationSpaceRelationsChannel) GetChannel ¶

func (o *OrganizationSpaceRelationsChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationSpaceRelationsChannel) GetChannelOk ¶

func (o *OrganizationSpaceRelationsChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationSpaceRelationsChannel) GetOrganization ¶

func (o *OrganizationSpaceRelationsChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationSpaceRelationsChannel) GetOrganizationOk ¶

func (o *OrganizationSpaceRelationsChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (OrganizationSpaceRelationsChannel) MarshalJSON ¶

func (o OrganizationSpaceRelationsChannel) MarshalJSON() ([]byte, error)

func (*OrganizationSpaceRelationsChannel) SetChannel ¶

func (o *OrganizationSpaceRelationsChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationSpaceRelationsChannel) SetOrganization ¶

func (o *OrganizationSpaceRelationsChannel) SetOrganization(v string)

SetOrganization sets field value

func (OrganizationSpaceRelationsChannel) ToMap ¶

func (o OrganizationSpaceRelationsChannel) ToMap() (map[string]interface{}, error)

type OrganizationSpacesChannel ¶

type OrganizationSpacesChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
}

OrganizationSpacesChannel Subscription channel for changes in spaces in an organization.

func NewOrganizationSpacesChannel ¶

func NewOrganizationSpacesChannel(channel string, organization string) *OrganizationSpacesChannel

NewOrganizationSpacesChannel instantiates a new OrganizationSpacesChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationSpacesChannelWithDefaults ¶

func NewOrganizationSpacesChannelWithDefaults() *OrganizationSpacesChannel

NewOrganizationSpacesChannelWithDefaults instantiates a new OrganizationSpacesChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationSpacesChannel) GetChannel ¶

func (o *OrganizationSpacesChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationSpacesChannel) GetChannelOk ¶

func (o *OrganizationSpacesChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationSpacesChannel) GetOrganization ¶

func (o *OrganizationSpacesChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationSpacesChannel) GetOrganizationOk ¶

func (o *OrganizationSpacesChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (OrganizationSpacesChannel) MarshalJSON ¶

func (o OrganizationSpacesChannel) MarshalJSON() ([]byte, error)

func (*OrganizationSpacesChannel) SetChannel ¶

func (o *OrganizationSpacesChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationSpacesChannel) SetOrganization ¶

func (o *OrganizationSpacesChannel) SetOrganization(v string)

SetOrganization sets field value

func (OrganizationSpacesChannel) ToMap ¶

func (o OrganizationSpacesChannel) ToMap() (map[string]interface{}, error)

type OrganizationTarget ¶

type OrganizationTarget struct {
	Organization string `json:"organization"`
}

OrganizationTarget struct for OrganizationTarget

func NewOrganizationTarget ¶

func NewOrganizationTarget(organization string) *OrganizationTarget

NewOrganizationTarget instantiates a new OrganizationTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationTargetWithDefaults ¶

func NewOrganizationTargetWithDefaults() *OrganizationTarget

NewOrganizationTargetWithDefaults instantiates a new OrganizationTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationTarget) GetOrganization ¶

func (o *OrganizationTarget) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationTarget) GetOrganizationOk ¶

func (o *OrganizationTarget) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (OrganizationTarget) MarshalJSON ¶

func (o OrganizationTarget) MarshalJSON() ([]byte, error)

func (*OrganizationTarget) SetOrganization ¶

func (o *OrganizationTarget) SetOrganization(v string)

SetOrganization sets field value

func (OrganizationTarget) ToMap ¶

func (o OrganizationTarget) ToMap() (map[string]interface{}, error)

type OrganizationTeam ¶

type OrganizationTeam struct {
	// Type of Object, always equals to \"team\"
	Object string `json:"object"`
	// Unique identifier for the team.
	Id string `json:"id"`
	// Title of the team.
	Title string `json:"title"`
	// Count of members in this team.
	Members int32 `json:"members"`
	// Count of spaces this team has access to.
	Spaces    float32 `json:"spaces"`
	CreatedAt string  `json:"createdAt"`
}

OrganizationTeam struct for OrganizationTeam

func NewOrganizationTeam ¶

func NewOrganizationTeam(object string, id string, title string, members int32, spaces float32, createdAt string) *OrganizationTeam

NewOrganizationTeam instantiates a new OrganizationTeam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationTeamWithDefaults ¶

func NewOrganizationTeamWithDefaults() *OrganizationTeam

NewOrganizationTeamWithDefaults instantiates a new OrganizationTeam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationTeam) GetCreatedAt ¶

func (o *OrganizationTeam) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*OrganizationTeam) GetCreatedAtOk ¶

func (o *OrganizationTeam) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*OrganizationTeam) GetId ¶

func (o *OrganizationTeam) GetId() string

GetId returns the Id field value

func (*OrganizationTeam) GetIdOk ¶

func (o *OrganizationTeam) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*OrganizationTeam) GetMembers ¶

func (o *OrganizationTeam) GetMembers() int32

GetMembers returns the Members field value

func (*OrganizationTeam) GetMembersOk ¶

func (o *OrganizationTeam) GetMembersOk() (*int32, bool)

GetMembersOk returns a tuple with the Members field value and a boolean to check if the value has been set.

func (*OrganizationTeam) GetObject ¶

func (o *OrganizationTeam) GetObject() string

GetObject returns the Object field value

func (*OrganizationTeam) GetObjectOk ¶

func (o *OrganizationTeam) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*OrganizationTeam) GetSpaces ¶ added in v0.2.0

func (o *OrganizationTeam) GetSpaces() float32

GetSpaces returns the Spaces field value

func (*OrganizationTeam) GetSpacesOk ¶ added in v0.2.0

func (o *OrganizationTeam) GetSpacesOk() (*float32, bool)

GetSpacesOk returns a tuple with the Spaces field value and a boolean to check if the value has been set.

func (*OrganizationTeam) GetTitle ¶

func (o *OrganizationTeam) GetTitle() string

GetTitle returns the Title field value

func (*OrganizationTeam) GetTitleOk ¶

func (o *OrganizationTeam) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (OrganizationTeam) MarshalJSON ¶

func (o OrganizationTeam) MarshalJSON() ([]byte, error)

func (*OrganizationTeam) SetCreatedAt ¶

func (o *OrganizationTeam) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*OrganizationTeam) SetId ¶

func (o *OrganizationTeam) SetId(v string)

SetId sets field value

func (*OrganizationTeam) SetMembers ¶

func (o *OrganizationTeam) SetMembers(v int32)

SetMembers sets field value

func (*OrganizationTeam) SetObject ¶

func (o *OrganizationTeam) SetObject(v string)

SetObject sets field value

func (*OrganizationTeam) SetSpaces ¶ added in v0.2.0

func (o *OrganizationTeam) SetSpaces(v float32)

SetSpaces sets field value

func (*OrganizationTeam) SetTitle ¶

func (o *OrganizationTeam) SetTitle(v string)

SetTitle sets field value

func (OrganizationTeam) ToMap ¶

func (o OrganizationTeam) ToMap() (map[string]interface{}, error)

type OrganizationTeamChannel ¶

type OrganizationTeamChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
	Team         string `json:"team"`
}

OrganizationTeamChannel struct for OrganizationTeamChannel

func NewOrganizationTeamChannel ¶

func NewOrganizationTeamChannel(channel string, organization string, team string) *OrganizationTeamChannel

NewOrganizationTeamChannel instantiates a new OrganizationTeamChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationTeamChannelWithDefaults ¶

func NewOrganizationTeamChannelWithDefaults() *OrganizationTeamChannel

NewOrganizationTeamChannelWithDefaults instantiates a new OrganizationTeamChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationTeamChannel) GetChannel ¶

func (o *OrganizationTeamChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationTeamChannel) GetChannelOk ¶

func (o *OrganizationTeamChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationTeamChannel) GetOrganization ¶

func (o *OrganizationTeamChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationTeamChannel) GetOrganizationOk ¶

func (o *OrganizationTeamChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (*OrganizationTeamChannel) GetTeam ¶

func (o *OrganizationTeamChannel) GetTeam() string

GetTeam returns the Team field value

func (*OrganizationTeamChannel) GetTeamOk ¶

func (o *OrganizationTeamChannel) GetTeamOk() (*string, bool)

GetTeamOk returns a tuple with the Team field value and a boolean to check if the value has been set.

func (OrganizationTeamChannel) MarshalJSON ¶

func (o OrganizationTeamChannel) MarshalJSON() ([]byte, error)

func (*OrganizationTeamChannel) SetChannel ¶

func (o *OrganizationTeamChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationTeamChannel) SetOrganization ¶

func (o *OrganizationTeamChannel) SetOrganization(v string)

SetOrganization sets field value

func (*OrganizationTeamChannel) SetTeam ¶

func (o *OrganizationTeamChannel) SetTeam(v string)

SetTeam sets field value

func (OrganizationTeamChannel) ToMap ¶

func (o OrganizationTeamChannel) ToMap() (map[string]interface{}, error)

type OrganizationTeamMemberChannel ¶

type OrganizationTeamMemberChannel struct {
	Channel      string  `json:"channel"`
	Organization string  `json:"organization"`
	Team         *string `json:"team,omitempty"`
	Member       string  `json:"member"`
}

OrganizationTeamMemberChannel struct for OrganizationTeamMemberChannel

func NewOrganizationTeamMemberChannel ¶

func NewOrganizationTeamMemberChannel(channel string, organization string, member string) *OrganizationTeamMemberChannel

NewOrganizationTeamMemberChannel instantiates a new OrganizationTeamMemberChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationTeamMemberChannelWithDefaults ¶

func NewOrganizationTeamMemberChannelWithDefaults() *OrganizationTeamMemberChannel

NewOrganizationTeamMemberChannelWithDefaults instantiates a new OrganizationTeamMemberChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationTeamMemberChannel) GetChannel ¶

func (o *OrganizationTeamMemberChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationTeamMemberChannel) GetChannelOk ¶

func (o *OrganizationTeamMemberChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationTeamMemberChannel) GetMember ¶

func (o *OrganizationTeamMemberChannel) GetMember() string

GetMember returns the Member field value

func (*OrganizationTeamMemberChannel) GetMemberOk ¶

func (o *OrganizationTeamMemberChannel) GetMemberOk() (*string, bool)

GetMemberOk returns a tuple with the Member field value and a boolean to check if the value has been set.

func (*OrganizationTeamMemberChannel) GetOrganization ¶

func (o *OrganizationTeamMemberChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationTeamMemberChannel) GetOrganizationOk ¶

func (o *OrganizationTeamMemberChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (*OrganizationTeamMemberChannel) GetTeam ¶

GetTeam returns the Team field value if set, zero value otherwise.

func (*OrganizationTeamMemberChannel) GetTeamOk ¶

func (o *OrganizationTeamMemberChannel) GetTeamOk() (*string, bool)

GetTeamOk returns a tuple with the Team field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrganizationTeamMemberChannel) HasTeam ¶

func (o *OrganizationTeamMemberChannel) HasTeam() bool

HasTeam returns a boolean if a field has been set.

func (OrganizationTeamMemberChannel) MarshalJSON ¶

func (o OrganizationTeamMemberChannel) MarshalJSON() ([]byte, error)

func (*OrganizationTeamMemberChannel) SetChannel ¶

func (o *OrganizationTeamMemberChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationTeamMemberChannel) SetMember ¶

func (o *OrganizationTeamMemberChannel) SetMember(v string)

SetMember sets field value

func (*OrganizationTeamMemberChannel) SetOrganization ¶

func (o *OrganizationTeamMemberChannel) SetOrganization(v string)

SetOrganization sets field value

func (*OrganizationTeamMemberChannel) SetTeam ¶

func (o *OrganizationTeamMemberChannel) SetTeam(v string)

SetTeam gets a reference to the given string and assigns it to the Team field.

func (OrganizationTeamMemberChannel) ToMap ¶

func (o OrganizationTeamMemberChannel) ToMap() (map[string]interface{}, error)

type OrganizationTeamMembersChannel ¶

type OrganizationTeamMembersChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
	Team         string `json:"team"`
}

OrganizationTeamMembersChannel struct for OrganizationTeamMembersChannel

func NewOrganizationTeamMembersChannel ¶

func NewOrganizationTeamMembersChannel(channel string, organization string, team string) *OrganizationTeamMembersChannel

NewOrganizationTeamMembersChannel instantiates a new OrganizationTeamMembersChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationTeamMembersChannelWithDefaults ¶

func NewOrganizationTeamMembersChannelWithDefaults() *OrganizationTeamMembersChannel

NewOrganizationTeamMembersChannelWithDefaults instantiates a new OrganizationTeamMembersChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationTeamMembersChannel) GetChannel ¶

func (o *OrganizationTeamMembersChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationTeamMembersChannel) GetChannelOk ¶

func (o *OrganizationTeamMembersChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationTeamMembersChannel) GetOrganization ¶

func (o *OrganizationTeamMembersChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationTeamMembersChannel) GetOrganizationOk ¶

func (o *OrganizationTeamMembersChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (*OrganizationTeamMembersChannel) GetTeam ¶

GetTeam returns the Team field value

func (*OrganizationTeamMembersChannel) GetTeamOk ¶

func (o *OrganizationTeamMembersChannel) GetTeamOk() (*string, bool)

GetTeamOk returns a tuple with the Team field value and a boolean to check if the value has been set.

func (OrganizationTeamMembersChannel) MarshalJSON ¶

func (o OrganizationTeamMembersChannel) MarshalJSON() ([]byte, error)

func (*OrganizationTeamMembersChannel) SetChannel ¶

func (o *OrganizationTeamMembersChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationTeamMembersChannel) SetOrganization ¶

func (o *OrganizationTeamMembersChannel) SetOrganization(v string)

SetOrganization sets field value

func (*OrganizationTeamMembersChannel) SetTeam ¶

func (o *OrganizationTeamMembersChannel) SetTeam(v string)

SetTeam sets field value

func (OrganizationTeamMembersChannel) ToMap ¶

func (o OrganizationTeamMembersChannel) ToMap() (map[string]interface{}, error)

type OrganizationTeamsChannel ¶

type OrganizationTeamsChannel struct {
	Channel      string `json:"channel"`
	Organization string `json:"organization"`
}

OrganizationTeamsChannel struct for OrganizationTeamsChannel

func NewOrganizationTeamsChannel ¶

func NewOrganizationTeamsChannel(channel string, organization string) *OrganizationTeamsChannel

NewOrganizationTeamsChannel instantiates a new OrganizationTeamsChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationTeamsChannelWithDefaults ¶

func NewOrganizationTeamsChannelWithDefaults() *OrganizationTeamsChannel

NewOrganizationTeamsChannelWithDefaults instantiates a new OrganizationTeamsChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationTeamsChannel) GetChannel ¶

func (o *OrganizationTeamsChannel) GetChannel() string

GetChannel returns the Channel field value

func (*OrganizationTeamsChannel) GetChannelOk ¶

func (o *OrganizationTeamsChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*OrganizationTeamsChannel) GetOrganization ¶

func (o *OrganizationTeamsChannel) GetOrganization() string

GetOrganization returns the Organization field value

func (*OrganizationTeamsChannel) GetOrganizationOk ¶

func (o *OrganizationTeamsChannel) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value and a boolean to check if the value has been set.

func (OrganizationTeamsChannel) MarshalJSON ¶

func (o OrganizationTeamsChannel) MarshalJSON() ([]byte, error)

func (*OrganizationTeamsChannel) SetChannel ¶

func (o *OrganizationTeamsChannel) SetChannel(v string)

SetChannel sets field value

func (*OrganizationTeamsChannel) SetOrganization ¶

func (o *OrganizationTeamsChannel) SetOrganization(v string)

SetOrganization sets field value

func (OrganizationTeamsChannel) ToMap ¶

func (o OrganizationTeamsChannel) ToMap() (map[string]interface{}, error)

type OrganizationTransferResponse ¶

type OrganizationTransferResponse struct {
	// The unique id of the collection created in the target organization containing the content of the source organization.
	Collection string `json:"collection"`
	// The new hostname if the source organization needed to change hostname.
	NewSourceHostname *string `json:"newSourceHostname,omitempty"`
}

OrganizationTransferResponse struct for OrganizationTransferResponse

func NewOrganizationTransferResponse ¶

func NewOrganizationTransferResponse(collection string) *OrganizationTransferResponse

NewOrganizationTransferResponse instantiates a new OrganizationTransferResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationTransferResponseWithDefaults ¶

func NewOrganizationTransferResponseWithDefaults() *OrganizationTransferResponse

NewOrganizationTransferResponseWithDefaults instantiates a new OrganizationTransferResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationTransferResponse) GetCollection ¶

func (o *OrganizationTransferResponse) GetCollection() string

GetCollection returns the Collection field value

func (*OrganizationTransferResponse) GetCollectionOk ¶

func (o *OrganizationTransferResponse) GetCollectionOk() (*string, bool)

GetCollectionOk returns a tuple with the Collection field value and a boolean to check if the value has been set.

func (*OrganizationTransferResponse) GetNewSourceHostname ¶

func (o *OrganizationTransferResponse) GetNewSourceHostname() string

GetNewSourceHostname returns the NewSourceHostname field value if set, zero value otherwise.

func (*OrganizationTransferResponse) GetNewSourceHostnameOk ¶

func (o *OrganizationTransferResponse) GetNewSourceHostnameOk() (*string, bool)

GetNewSourceHostnameOk returns a tuple with the NewSourceHostname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrganizationTransferResponse) HasNewSourceHostname ¶

func (o *OrganizationTransferResponse) HasNewSourceHostname() bool

HasNewSourceHostname returns a boolean if a field has been set.

func (OrganizationTransferResponse) MarshalJSON ¶

func (o OrganizationTransferResponse) MarshalJSON() ([]byte, error)

func (*OrganizationTransferResponse) SetCollection ¶

func (o *OrganizationTransferResponse) SetCollection(v string)

SetCollection sets field value

func (*OrganizationTransferResponse) SetNewSourceHostname ¶

func (o *OrganizationTransferResponse) SetNewSourceHostname(v string)

SetNewSourceHostname gets a reference to the given string and assigns it to the NewSourceHostname field.

func (OrganizationTransferResponse) ToMap ¶

func (o OrganizationTransferResponse) ToMap() (map[string]interface{}, error)

type OrganizationType ¶

type OrganizationType string

OrganizationType the model 'OrganizationType'

const (
	ORGANIZATIONTYPE_BUSINESS  OrganizationType = "business"
	ORGANIZATIONTYPE_COMMUNITY OrganizationType = "community"
)

List of OrganizationType

func NewOrganizationTypeFromValue ¶

func NewOrganizationTypeFromValue(v string) (*OrganizationType, error)

NewOrganizationTypeFromValue returns a pointer to a valid OrganizationType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (OrganizationType) IsValid ¶

func (v OrganizationType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (OrganizationType) Ptr ¶

Ptr returns reference to OrganizationType value

func (*OrganizationType) UnmarshalJSON ¶

func (v *OrganizationType) UnmarshalJSON(src []byte) error

type OrganizationUrls ¶

type OrganizationUrls struct {
	// URL of the organization in the API
	Location string `json:"location"`
	// URL of the organization in the application
	App string `json:"app"`
}

OrganizationUrls URLs associated with the object

func NewOrganizationUrls ¶

func NewOrganizationUrls(location string, app string) *OrganizationUrls

NewOrganizationUrls instantiates a new OrganizationUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrganizationUrlsWithDefaults ¶

func NewOrganizationUrlsWithDefaults() *OrganizationUrls

NewOrganizationUrlsWithDefaults instantiates a new OrganizationUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrganizationUrls) GetApp ¶

func (o *OrganizationUrls) GetApp() string

GetApp returns the App field value

func (*OrganizationUrls) GetAppOk ¶

func (o *OrganizationUrls) GetAppOk() (*string, bool)

GetAppOk returns a tuple with the App field value and a boolean to check if the value has been set.

func (*OrganizationUrls) GetLocation ¶

func (o *OrganizationUrls) GetLocation() string

GetLocation returns the Location field value

func (*OrganizationUrls) GetLocationOk ¶

func (o *OrganizationUrls) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (OrganizationUrls) MarshalJSON ¶

func (o OrganizationUrls) MarshalJSON() ([]byte, error)

func (*OrganizationUrls) SetApp ¶

func (o *OrganizationUrls) SetApp(v string)

SetApp sets field value

func (*OrganizationUrls) SetLocation ¶

func (o *OrganizationUrls) SetLocation(v string)

SetLocation sets field value

func (OrganizationUrls) ToMap ¶

func (o OrganizationUrls) ToMap() (map[string]interface{}, error)

type OrganizationUseCase ¶

type OrganizationUseCase string

OrganizationUseCase the model 'OrganizationUseCase'

const (
	ORGANIZATIONUSECASE_PRODUCT_DOCS        OrganizationUseCase = "productDocs"
	ORGANIZATIONUSECASE_TEAM_KNOWLEDGE_BASE OrganizationUseCase = "teamKnowledgeBase"
	ORGANIZATIONUSECASE_DESIGN_SYSTEM       OrganizationUseCase = "designSystem"
	ORGANIZATIONUSECASE_OPEN_SOURCE_DOCS    OrganizationUseCase = "openSourceDocs"
	ORGANIZATIONUSECASE_NOTES               OrganizationUseCase = "notes"
	ORGANIZATIONUSECASE_OTHER               OrganizationUseCase = "other"
)

List of OrganizationUseCase

func NewOrganizationUseCaseFromValue ¶

func NewOrganizationUseCaseFromValue(v string) (*OrganizationUseCase, error)

NewOrganizationUseCaseFromValue returns a pointer to a valid OrganizationUseCase for the value passed as argument, or an error if the value passed is not allowed by the enum

func (OrganizationUseCase) IsValid ¶

func (v OrganizationUseCase) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (OrganizationUseCase) Ptr ¶

Ptr returns reference to OrganizationUseCase value

func (*OrganizationUseCase) UnmarshalJSON ¶

func (v *OrganizationUseCase) UnmarshalJSON(src []byte) error

type OrganizationsApiAddEventsToRecordingRequest ¶ added in v0.2.0

type OrganizationsApiAddEventsToRecordingRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiAddEventsToRecordingRequest) AddEventsToRecordingRequest ¶ added in v0.2.0

func (OrganizationsApiAddEventsToRecordingRequest) Execute ¶ added in v0.2.0

type OrganizationsApiAddMemberToOrganizationTeamByIdRequest ¶

type OrganizationsApiAddMemberToOrganizationTeamByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiAddMemberToOrganizationTeamByIdRequest) AddMemberToOrganizationTeamByIdRequest ¶

func (OrganizationsApiAddMemberToOrganizationTeamByIdRequest) Execute ¶

type OrganizationsApiCreateEnvironmentRequest ¶

type OrganizationsApiCreateEnvironmentRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiCreateEnvironmentRequest) CreateEnvironment ¶

func (OrganizationsApiCreateEnvironmentRequest) Execute ¶

type OrganizationsApiCreateOrganizationCustomFieldRequest ¶

type OrganizationsApiCreateOrganizationCustomFieldRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiCreateOrganizationCustomFieldRequest) CreateOrganizationCustomFieldRequest ¶

func (OrganizationsApiCreateOrganizationCustomFieldRequest) Execute ¶

type OrganizationsApiCreateOrganizationRequest ¶

type OrganizationsApiCreateOrganizationRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiCreateOrganizationRequest) Execute ¶

func (OrganizationsApiCreateOrganizationRequest) RequestCreateOrganization ¶

type OrganizationsApiCreateOrganizationTeamRequest ¶

type OrganizationsApiCreateOrganizationTeamRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiCreateOrganizationTeamRequest) CreateOrganizationTeamRequest ¶

func (OrganizationsApiCreateOrganizationTeamRequest) Execute ¶

type OrganizationsApiDeleteEntitySchemaRequest ¶ added in v0.2.0

type OrganizationsApiDeleteEntitySchemaRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiDeleteEntitySchemaRequest) Execute ¶ added in v0.2.0

type OrganizationsApiDeleteEnvironmentRequest ¶

type OrganizationsApiDeleteEnvironmentRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiDeleteEnvironmentRequest) Execute ¶

type OrganizationsApiDeleteMemberFromOrganizationTeamByIdRequest ¶

type OrganizationsApiDeleteMemberFromOrganizationTeamByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiDeleteMemberFromOrganizationTeamByIdRequest) Execute ¶

type OrganizationsApiDeleteOrganizationCustomFieldRequest ¶

type OrganizationsApiDeleteOrganizationCustomFieldRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiDeleteOrganizationCustomFieldRequest) Execute ¶

type OrganizationsApiGetEntityRequest ¶ added in v0.2.0

type OrganizationsApiGetEntityRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiGetEntityRequest) Execute ¶ added in v0.2.0

type OrganizationsApiGetEntitySchemaRequest ¶ added in v0.2.0

type OrganizationsApiGetEntitySchemaRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiGetEntitySchemaRequest) Execute ¶ added in v0.2.0

type OrganizationsApiGetEnvironmentByNameRequest ¶

type OrganizationsApiGetEnvironmentByNameRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiGetEnvironmentByNameRequest) Execute ¶

type OrganizationsApiGetMemberInOrganizationByIdRequest ¶

type OrganizationsApiGetMemberInOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiGetMemberInOrganizationByIdRequest) Execute ¶

type OrganizationsApiGetOrganizationBillingPortalRequest ¶

type OrganizationsApiGetOrganizationBillingPortalRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiGetOrganizationBillingPortalRequest) Execute ¶

type OrganizationsApiGetOrganizationByIdRequest ¶

type OrganizationsApiGetOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiGetOrganizationByIdRequest) Execute ¶

type OrganizationsApiGetOrganizationCustomFieldByNameRequest ¶

type OrganizationsApiGetOrganizationCustomFieldByNameRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiGetOrganizationCustomFieldByNameRequest) Execute ¶

type OrganizationsApiGetRecordingRequest ¶ added in v0.2.0

type OrganizationsApiGetRecordingRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiGetRecordingRequest) Execute ¶ added in v0.2.0

type OrganizationsApiGetTeamInOrganizationByIdRequest ¶

type OrganizationsApiGetTeamInOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiGetTeamInOrganizationByIdRequest) Execute ¶

type OrganizationsApiInviteUsersToOrganizationRequest ¶

type OrganizationsApiInviteUsersToOrganizationRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiInviteUsersToOrganizationRequest) Execute ¶

func (OrganizationsApiInviteUsersToOrganizationRequest) RequestInviteUsersToOrganization ¶

type OrganizationsApiJoinOrganizationWithInviteRequest ¶

type OrganizationsApiJoinOrganizationWithInviteRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiJoinOrganizationWithInviteRequest) Execute ¶

type OrganizationsApiListCollectionsInOrganizationByIdRequest ¶

type OrganizationsApiListCollectionsInOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListCollectionsInOrganizationByIdRequest) Execute ¶

func (OrganizationsApiListCollectionsInOrganizationByIdRequest) Limit ¶

The number of results per page

func (OrganizationsApiListCollectionsInOrganizationByIdRequest) Nested ¶

If true, all nested collections will be listed

func (OrganizationsApiListCollectionsInOrganizationByIdRequest) Page ¶

Identifier of the page results to fetch.

type OrganizationsApiListDirectorySyncGroupsRequest ¶

type OrganizationsApiListDirectorySyncGroupsRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListDirectorySyncGroupsRequest) Execute ¶

type OrganizationsApiListEntitySchemasRequest ¶ added in v0.2.0

type OrganizationsApiListEntitySchemasRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListEntitySchemasRequest) Execute ¶ added in v0.2.0

func (OrganizationsApiListEntitySchemasRequest) Limit ¶ added in v0.2.0

The number of results per page

func (OrganizationsApiListEntitySchemasRequest) Page ¶ added in v0.2.0

Identifier of the page results to fetch.

type OrganizationsApiListEnvironmentsRequest ¶

type OrganizationsApiListEnvironmentsRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListEnvironmentsRequest) Execute ¶

func (OrganizationsApiListEnvironmentsRequest) Limit ¶

The number of results per page

func (OrganizationsApiListEnvironmentsRequest) Page ¶

Identifier of the page results to fetch.

type OrganizationsApiListMembersInOrganizationByIdRequest ¶

type OrganizationsApiListMembersInOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListMembersInOrganizationByIdRequest) Execute ¶

func (OrganizationsApiListMembersInOrganizationByIdRequest) Limit ¶

The number of results per page

func (OrganizationsApiListMembersInOrganizationByIdRequest) Page ¶

Identifier of the page results to fetch.

func (OrganizationsApiListMembersInOrganizationByIdRequest) Role ¶

The Role to filter the member list by

func (OrganizationsApiListMembersInOrganizationByIdRequest) Search ¶

A query to filter the member list (displayName and email)

type OrganizationsApiListOrganizationCustomFieldsRequest ¶

type OrganizationsApiListOrganizationCustomFieldsRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListOrganizationCustomFieldsRequest) Execute ¶

func (OrganizationsApiListOrganizationCustomFieldsRequest) Limit ¶

The number of results per page

func (OrganizationsApiListOrganizationCustomFieldsRequest) Page ¶

Identifier of the page results to fetch.

type OrganizationsApiListOrganizationsForAuthenticatedUserRequest ¶

type OrganizationsApiListOrganizationsForAuthenticatedUserRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListOrganizationsForAuthenticatedUserRequest) Execute ¶

func (OrganizationsApiListOrganizationsForAuthenticatedUserRequest) Limit ¶

The number of results per page

func (OrganizationsApiListOrganizationsForAuthenticatedUserRequest) Page ¶

Identifier of the page results to fetch.

type OrganizationsApiListRecordingsRequest ¶ added in v0.2.0

type OrganizationsApiListRecordingsRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListRecordingsRequest) Execute ¶ added in v0.2.0

func (OrganizationsApiListRecordingsRequest) Limit ¶ added in v0.2.0

The number of results per page

func (OrganizationsApiListRecordingsRequest) Page ¶ added in v0.2.0

Identifier of the page results to fetch.

type OrganizationsApiListSchemaEntitiesRequest ¶ added in v0.2.0

type OrganizationsApiListSchemaEntitiesRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListSchemaEntitiesRequest) Execute ¶ added in v0.2.0

func (OrganizationsApiListSchemaEntitiesRequest) Limit ¶ added in v0.2.0

The number of results per page

func (OrganizationsApiListSchemaEntitiesRequest) Page ¶ added in v0.2.0

Identifier of the page results to fetch.

func (OrganizationsApiListSchemaEntitiesRequest) Query ¶ added in v0.2.0

Query to filter entities with, ex: a == 'something' && b >= 10

type OrganizationsApiListSpacesInOrganizationByIdRequest ¶

type OrganizationsApiListSpacesInOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListSpacesInOrganizationByIdRequest) Execute ¶

func (OrganizationsApiListSpacesInOrganizationByIdRequest) Limit ¶

The number of results per page

func (OrganizationsApiListSpacesInOrganizationByIdRequest) Page ¶

Identifier of the page results to fetch.

func (OrganizationsApiListSpacesInOrganizationByIdRequest) Visibility ¶

If defined, only content with this visibility will be returned.

type OrganizationsApiListSpacesWithGitSyncInOrganizationByIdRequest ¶

type OrganizationsApiListSpacesWithGitSyncInOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListSpacesWithGitSyncInOrganizationByIdRequest) Execute ¶

func (OrganizationsApiListSpacesWithGitSyncInOrganizationByIdRequest) Limit ¶

The number of results per page

func (OrganizationsApiListSpacesWithGitSyncInOrganizationByIdRequest) Page ¶

Identifier of the page results to fetch.

func (OrganizationsApiListSpacesWithGitSyncInOrganizationByIdRequest) Status ¶

If defined, only spaces with matching Git sync status are returned

type OrganizationsApiListTeamMembersInOrganizationByIdRequest ¶

type OrganizationsApiListTeamMembersInOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListTeamMembersInOrganizationByIdRequest) Execute ¶

func (OrganizationsApiListTeamMembersInOrganizationByIdRequest) Limit ¶

The number of results per page

func (OrganizationsApiListTeamMembersInOrganizationByIdRequest) Page ¶

Identifier of the page results to fetch.

type OrganizationsApiListTeamsInOrganizationByIdRequest ¶

type OrganizationsApiListTeamsInOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiListTeamsInOrganizationByIdRequest) Execute ¶

func (OrganizationsApiListTeamsInOrganizationByIdRequest) Limit ¶

The number of results per page

func (OrganizationsApiListTeamsInOrganizationByIdRequest) Page ¶

Identifier of the page results to fetch.

func (OrganizationsApiListTeamsInOrganizationByIdRequest) Title ¶

If provided, only teams whose name contains the given parameter will be returned. Case insensitive.

type OrganizationsApiRemoveMemberFromOrganizationByIdRequest ¶

type OrganizationsApiRemoveMemberFromOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiRemoveMemberFromOrganizationByIdRequest) Execute ¶

type OrganizationsApiRemoveTeamFromOrganizationByIdRequest ¶

type OrganizationsApiRemoveTeamFromOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiRemoveTeamFromOrganizationByIdRequest) Execute ¶

type OrganizationsApiRequestOrganizationUpgradeRequest ¶

type OrganizationsApiRequestOrganizationUpgradeRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiRequestOrganizationUpgradeRequest) Execute ¶

type OrganizationsApiSearchOrganizationContentRequest ¶

type OrganizationsApiSearchOrganizationContentRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiSearchOrganizationContentRequest) Execute ¶

func (OrganizationsApiSearchOrganizationContentRequest) Limit ¶

The number of results per page

func (OrganizationsApiSearchOrganizationContentRequest) Page ¶

Identifier of the page results to fetch.

func (OrganizationsApiSearchOrganizationContentRequest) Query ¶

type OrganizationsApiService ¶

type OrganizationsApiService service

OrganizationsApiService OrganizationsApi service

func (*OrganizationsApiService) AddEventsToRecording ¶ added in v0.2.0

func (a *OrganizationsApiService) AddEventsToRecording(ctx context.Context, organizationId string, recordingId string) OrganizationsApiAddEventsToRecordingRequest

AddEventsToRecording Add events to a running recording

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param recordingId The unique id of a recording
@return OrganizationsApiAddEventsToRecordingRequest

func (*OrganizationsApiService) AddEventsToRecordingExecute ¶ added in v0.2.0

Execute executes the request

func (*OrganizationsApiService) AddMemberToOrganizationTeamById ¶

func (a *OrganizationsApiService) AddMemberToOrganizationTeamById(ctx context.Context, organizationId string, teamId string, userId string) OrganizationsApiAddMemberToOrganizationTeamByIdRequest

AddMemberToOrganizationTeamById Add or update a team membership

Add or updates member in the specified organization team.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param teamId The unique ID of the Team
@param userId The unique ID of the User
@return OrganizationsApiAddMemberToOrganizationTeamByIdRequest

func (*OrganizationsApiService) AddMemberToOrganizationTeamByIdExecute ¶

Execute executes the request

func (*OrganizationsApiService) CreateEnvironment ¶

CreateEnvironment Create a new environment within an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiCreateEnvironmentRequest

func (*OrganizationsApiService) CreateEnvironmentExecute ¶

Execute executes the request

@return Environment

func (*OrganizationsApiService) CreateOrganization ¶

CreateOrganization Create an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OrganizationsApiCreateOrganizationRequest

func (*OrganizationsApiService) CreateOrganizationCustomField ¶

func (a *OrganizationsApiService) CreateOrganizationCustomField(ctx context.Context, organizationId string) OrganizationsApiCreateOrganizationCustomFieldRequest

CreateOrganizationCustomField Create a new custom field in an orgamization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiCreateOrganizationCustomFieldRequest

func (*OrganizationsApiService) CreateOrganizationCustomFieldExecute ¶

Execute executes the request

@return CustomField

func (*OrganizationsApiService) CreateOrganizationExecute ¶

Execute executes the request

@return Organization

func (*OrganizationsApiService) CreateOrganizationTeam ¶

func (a *OrganizationsApiService) CreateOrganizationTeam(ctx context.Context, organizationId string) OrganizationsApiCreateOrganizationTeamRequest

CreateOrganizationTeam Create organization team

Creates a team in the specified organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiCreateOrganizationTeamRequest

func (*OrganizationsApiService) CreateOrganizationTeamExecute ¶

Execute executes the request

@return OrganizationTeam

func (*OrganizationsApiService) DeleteEntitySchema ¶ added in v0.2.0

func (a *OrganizationsApiService) DeleteEntitySchema(ctx context.Context, organizationId string, entityType string) OrganizationsApiDeleteEntitySchemaRequest

DeleteEntitySchema Delete an entity schema.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param entityType Type of the entity
@return OrganizationsApiDeleteEntitySchemaRequest

func (*OrganizationsApiService) DeleteEntitySchemaExecute ¶ added in v0.2.0

Execute executes the request

func (*OrganizationsApiService) DeleteEnvironment ¶

func (a *OrganizationsApiService) DeleteEnvironment(ctx context.Context, organizationId string, environmentName string) OrganizationsApiDeleteEnvironmentRequest

DeleteEnvironment Delete an environment in an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param environmentName The unique name of the environment within the organization
@return OrganizationsApiDeleteEnvironmentRequest

func (*OrganizationsApiService) DeleteEnvironmentExecute ¶

Execute executes the request

func (*OrganizationsApiService) DeleteMemberFromOrganizationTeamById ¶

func (a *OrganizationsApiService) DeleteMemberFromOrganizationTeamById(ctx context.Context, organizationId string, teamId string, userId string) OrganizationsApiDeleteMemberFromOrganizationTeamByIdRequest

DeleteMemberFromOrganizationTeamById Delete members from a team

Deletes member from the specified organization team.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param teamId The unique ID of the Team
@param userId The unique ID of the User
@return OrganizationsApiDeleteMemberFromOrganizationTeamByIdRequest

func (*OrganizationsApiService) DeleteMemberFromOrganizationTeamByIdExecute ¶

func (a *OrganizationsApiService) DeleteMemberFromOrganizationTeamByIdExecute(r OrganizationsApiDeleteMemberFromOrganizationTeamByIdRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsApiService) DeleteOrganizationCustomField ¶

func (a *OrganizationsApiService) DeleteOrganizationCustomField(ctx context.Context, organizationId string, fieldName string) OrganizationsApiDeleteOrganizationCustomFieldRequest

DeleteOrganizationCustomField Delete a custom field in an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param fieldName The name of the custom field
@return OrganizationsApiDeleteOrganizationCustomFieldRequest

func (*OrganizationsApiService) DeleteOrganizationCustomFieldExecute ¶

Execute executes the request

func (*OrganizationsApiService) GetEntity ¶ added in v0.2.0

func (a *OrganizationsApiService) GetEntity(ctx context.Context, organizationId string, entityType string, entityId string) OrganizationsApiGetEntityRequest

GetEntity Get an entity using its ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param entityType Type of the entity
@param entityId ID of the entity in the space
@return OrganizationsApiGetEntityRequest

func (*OrganizationsApiService) GetEntityExecute ¶ added in v0.2.0

Execute executes the request

@return Entity

func (*OrganizationsApiService) GetEntitySchema ¶ added in v0.2.0

func (a *OrganizationsApiService) GetEntitySchema(ctx context.Context, organizationId string, entityType string) OrganizationsApiGetEntitySchemaRequest

GetEntitySchema Get an entity schema by its type.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param entityType Type of the entity
@return OrganizationsApiGetEntitySchemaRequest

func (*OrganizationsApiService) GetEntitySchemaExecute ¶ added in v0.2.0

Execute executes the request

@return EntitySchema

func (*OrganizationsApiService) GetEnvironmentByName ¶

func (a *OrganizationsApiService) GetEnvironmentByName(ctx context.Context, organizationId string, environmentName string) OrganizationsApiGetEnvironmentByNameRequest

GetEnvironmentByName Get an environment by its name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param environmentName The unique name of the environment within the organization
@return OrganizationsApiGetEnvironmentByNameRequest

func (*OrganizationsApiService) GetEnvironmentByNameExecute ¶

Execute executes the request

@return Environment

func (*OrganizationsApiService) GetMemberInOrganizationById ¶

func (a *OrganizationsApiService) GetMemberInOrganizationById(ctx context.Context, organizationId string, userId string) OrganizationsApiGetMemberInOrganizationByIdRequest

GetMemberInOrganizationById Get specified organization member

Gets a specific member in an organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param userId The unique ID of the User
@return OrganizationsApiGetMemberInOrganizationByIdRequest

func (*OrganizationsApiService) GetMemberInOrganizationByIdExecute ¶

Execute executes the request

@return OrganizationMember

func (*OrganizationsApiService) GetOrganizationBillingPortal ¶

func (a *OrganizationsApiService) GetOrganizationBillingPortal(ctx context.Context, organizationId string) OrganizationsApiGetOrganizationBillingPortalRequest

GetOrganizationBillingPortal Get the billing portal for an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiGetOrganizationBillingPortalRequest

func (*OrganizationsApiService) GetOrganizationBillingPortalExecute ¶

Execute executes the request

@return BillingPortal

func (*OrganizationsApiService) GetOrganizationById ¶

func (a *OrganizationsApiService) GetOrganizationById(ctx context.Context, organizationId string) OrganizationsApiGetOrganizationByIdRequest

GetOrganizationById Get an organization by its ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiGetOrganizationByIdRequest

func (*OrganizationsApiService) GetOrganizationByIdExecute ¶

Execute executes the request

@return Organization

func (*OrganizationsApiService) GetOrganizationCustomFieldByName ¶

func (a *OrganizationsApiService) GetOrganizationCustomFieldByName(ctx context.Context, organizationId string, fieldName string) OrganizationsApiGetOrganizationCustomFieldByNameRequest

GetOrganizationCustomFieldByName Get a custom field by its name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param fieldName The name of the custom field
@return OrganizationsApiGetOrganizationCustomFieldByNameRequest

func (*OrganizationsApiService) GetOrganizationCustomFieldByNameExecute ¶

Execute executes the request

@return CustomField

func (*OrganizationsApiService) GetRecording ¶ added in v0.2.0

func (a *OrganizationsApiService) GetRecording(ctx context.Context, organizationId string, recordingId string) OrganizationsApiGetRecordingRequest

GetRecording Get a recording by its ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param recordingId The unique id of a recording
@return OrganizationsApiGetRecordingRequest

func (*OrganizationsApiService) GetRecordingExecute ¶ added in v0.2.0

Execute executes the request

@return Recording

func (*OrganizationsApiService) GetTeamInOrganizationById ¶

func (a *OrganizationsApiService) GetTeamInOrganizationById(ctx context.Context, organizationId string, teamId string) OrganizationsApiGetTeamInOrganizationByIdRequest

GetTeamInOrganizationById Get specified organization team

Gets a specific team in an organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param teamId The unique ID of the Team
@return OrganizationsApiGetTeamInOrganizationByIdRequest

func (*OrganizationsApiService) GetTeamInOrganizationByIdExecute ¶

Execute executes the request

@return OrganizationTeam

func (*OrganizationsApiService) InviteUsersToOrganization ¶

func (a *OrganizationsApiService) InviteUsersToOrganization(ctx context.Context, organizationId string) OrganizationsApiInviteUsersToOrganizationRequest

InviteUsersToOrganization Invite users to a given organization based on a list of emails

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiInviteUsersToOrganizationRequest

func (*OrganizationsApiService) InviteUsersToOrganizationExecute ¶

Execute executes the request

@return InviteUsersToOrganization200Response

func (*OrganizationsApiService) JoinOrganizationWithInvite ¶

func (a *OrganizationsApiService) JoinOrganizationWithInvite(ctx context.Context, organizationId string, inviteId string) OrganizationsApiJoinOrganizationWithInviteRequest

JoinOrganizationWithInvite Use an invite to join an organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param inviteId The unique id of the invite
@return OrganizationsApiJoinOrganizationWithInviteRequest

func (*OrganizationsApiService) JoinOrganizationWithInviteExecute ¶

func (a *OrganizationsApiService) JoinOrganizationWithInviteExecute(r OrganizationsApiJoinOrganizationWithInviteRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*OrganizationsApiService) ListCollectionsInOrganizationById ¶

func (a *OrganizationsApiService) ListCollectionsInOrganizationById(ctx context.Context, organizationId string) OrganizationsApiListCollectionsInOrganizationByIdRequest

ListCollectionsInOrganizationById List organization collections

Lists collections for the specified organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiListCollectionsInOrganizationByIdRequest

func (*OrganizationsApiService) ListCollectionsInOrganizationByIdExecute ¶

Execute executes the request

@return ListCollectionsInOrganizationById200Response

func (*OrganizationsApiService) ListDirectorySyncGroups ¶

func (a *OrganizationsApiService) ListDirectorySyncGroups(ctx context.Context, organizationId string) OrganizationsApiListDirectorySyncGroupsRequest

ListDirectorySyncGroups Lists the groups exposed to the synced Directory on an organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiListDirectorySyncGroupsRequest

func (*OrganizationsApiService) ListDirectorySyncGroupsExecute ¶

Execute executes the request

@return ListDirectorySyncGroups200Response

func (*OrganizationsApiService) ListEntitySchemas ¶ added in v0.2.0

ListEntitySchemas List the entity schemas in an organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiListEntitySchemasRequest

func (*OrganizationsApiService) ListEntitySchemasExecute ¶ added in v0.2.0

Execute executes the request

@return ListEntitySchemas200Response

func (*OrganizationsApiService) ListEnvironments ¶

ListEnvironments Get the environments in an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiListEnvironmentsRequest

func (*OrganizationsApiService) ListEnvironmentsExecute ¶

Execute executes the request

@return ListEnvironments200Response

func (*OrganizationsApiService) ListMembersInOrganizationById ¶

func (a *OrganizationsApiService) ListMembersInOrganizationById(ctx context.Context, organizationId string) OrganizationsApiListMembersInOrganizationByIdRequest

ListMembersInOrganizationById List organization members

Lists members for the specified organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiListMembersInOrganizationByIdRequest

func (*OrganizationsApiService) ListMembersInOrganizationByIdExecute ¶

Execute executes the request

@return ListMembersInOrganizationById200Response

func (*OrganizationsApiService) ListOrganizationCustomFields ¶

func (a *OrganizationsApiService) ListOrganizationCustomFields(ctx context.Context, organizationId string) OrganizationsApiListOrganizationCustomFieldsRequest

ListOrganizationCustomFields Get the custom fields for spaces in an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiListOrganizationCustomFieldsRequest

func (*OrganizationsApiService) ListOrganizationCustomFieldsExecute ¶

Execute executes the request

@return ListOrganizationCustomFields200Response

func (*OrganizationsApiService) ListOrganizationsForAuthenticatedUser ¶

ListOrganizationsForAuthenticatedUser Get the list of organizations for the currently authenticated user

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OrganizationsApiListOrganizationsForAuthenticatedUserRequest

func (*OrganizationsApiService) ListOrganizationsForAuthenticatedUserExecute ¶

Execute executes the request

@return ListOrganizationsForAuthenticatedUser200Response

func (*OrganizationsApiService) ListRecordings ¶ added in v0.2.0

ListRecordings List recordings

List recordings in an organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiListRecordingsRequest

func (*OrganizationsApiService) ListRecordingsExecute ¶ added in v0.2.0

Execute executes the request

@return ListRecordings200Response

func (*OrganizationsApiService) ListSchemaEntities ¶ added in v0.2.0

func (a *OrganizationsApiService) ListSchemaEntities(ctx context.Context, organizationId string, entityType string) OrganizationsApiListSchemaEntitiesRequest

ListSchemaEntities List entities in an organization for a given type.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param entityType Type of the entity
@return OrganizationsApiListSchemaEntitiesRequest

func (*OrganizationsApiService) ListSchemaEntitiesExecute ¶ added in v0.2.0

Execute executes the request

@return ListSchemaEntities200Response

func (*OrganizationsApiService) ListSpacesInOrganizationById ¶

func (a *OrganizationsApiService) ListSpacesInOrganizationById(ctx context.Context, organizationId string) OrganizationsApiListSpacesInOrganizationByIdRequest

ListSpacesInOrganizationById List organization spaces

Lists spaces for the specified organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiListSpacesInOrganizationByIdRequest

func (*OrganizationsApiService) ListSpacesInOrganizationByIdExecute ¶

Execute executes the request

@return ListSpacesForAuthenticatedUser200Response

func (*OrganizationsApiService) ListSpacesWithGitSyncInOrganizationById ¶

func (a *OrganizationsApiService) ListSpacesWithGitSyncInOrganizationById(ctx context.Context, organizationId string) OrganizationsApiListSpacesWithGitSyncInOrganizationByIdRequest

ListSpacesWithGitSyncInOrganizationById List organization spaces including Git sync metadata

Lists spaces including Git sync metadata for the specified organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiListSpacesWithGitSyncInOrganizationByIdRequest

func (*OrganizationsApiService) ListSpacesWithGitSyncInOrganizationByIdExecute ¶

Execute executes the request

@return ListSpacesWithGitSyncInOrganizationById200Response

func (*OrganizationsApiService) ListTeamMembersInOrganizationById ¶

func (a *OrganizationsApiService) ListTeamMembersInOrganizationById(ctx context.Context, organizationId string, teamId string) OrganizationsApiListTeamMembersInOrganizationByIdRequest

ListTeamMembersInOrganizationById List team members

Lists members for the specified organization team.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param teamId The unique ID of the Team
@return OrganizationsApiListTeamMembersInOrganizationByIdRequest

func (*OrganizationsApiService) ListTeamMembersInOrganizationByIdExecute ¶

Execute executes the request

@return ListMembersInOrganizationById200Response

func (*OrganizationsApiService) ListTeamsInOrganizationById ¶

func (a *OrganizationsApiService) ListTeamsInOrganizationById(ctx context.Context, organizationId string) OrganizationsApiListTeamsInOrganizationByIdRequest

ListTeamsInOrganizationById List organization teams

Lists teams for the specified organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiListTeamsInOrganizationByIdRequest

func (*OrganizationsApiService) ListTeamsInOrganizationByIdExecute ¶

Execute executes the request

@return ListTeamsInOrganizationById200Response

func (*OrganizationsApiService) RemoveMemberFromOrganizationById ¶

func (a *OrganizationsApiService) RemoveMemberFromOrganizationById(ctx context.Context, organizationId string, userId string) OrganizationsApiRemoveMemberFromOrganizationByIdRequest

RemoveMemberFromOrganizationById Delete a member from an organization

Deletes a specific member from an organization ¶

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param userId The unique ID of the User
@return OrganizationsApiRemoveMemberFromOrganizationByIdRequest

func (*OrganizationsApiService) RemoveMemberFromOrganizationByIdExecute ¶

Execute executes the request

func (*OrganizationsApiService) RemoveTeamFromOrganizationById ¶

func (a *OrganizationsApiService) RemoveTeamFromOrganizationById(ctx context.Context, organizationId string, teamId string) OrganizationsApiRemoveTeamFromOrganizationByIdRequest

RemoveTeamFromOrganizationById Delete a team in an organization

Deletes a specific team in an organization ¶

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param teamId The unique ID of the Team
@return OrganizationsApiRemoveTeamFromOrganizationByIdRequest

func (*OrganizationsApiService) RemoveTeamFromOrganizationByIdExecute ¶

Execute executes the request

func (*OrganizationsApiService) RequestOrganizationUpgrade ¶

func (a *OrganizationsApiService) RequestOrganizationUpgrade(ctx context.Context, organizationId string) OrganizationsApiRequestOrganizationUpgradeRequest

RequestOrganizationUpgrade Send a request to ask the organization's admin to upgrade it.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiRequestOrganizationUpgradeRequest

func (*OrganizationsApiService) RequestOrganizationUpgradeExecute ¶

func (a *OrganizationsApiService) RequestOrganizationUpgradeExecute(r OrganizationsApiRequestOrganizationUpgradeRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*OrganizationsApiService) SearchOrganizationContent ¶

func (a *OrganizationsApiService) SearchOrganizationContent(ctx context.Context, organizationId string) OrganizationsApiSearchOrganizationContentRequest

SearchOrganizationContent Search content in an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiSearchOrganizationContentRequest

func (*OrganizationsApiService) SearchOrganizationContentExecute ¶

Execute executes the request

@return SearchContent200Response

func (*OrganizationsApiService) SetEntitySchema ¶ added in v0.2.0

func (a *OrganizationsApiService) SetEntitySchema(ctx context.Context, organizationId string, entityType string) OrganizationsApiSetEntitySchemaRequest

SetEntitySchema Create or update an entity schema.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param entityType Type of the entity
@return OrganizationsApiSetEntitySchemaRequest

func (*OrganizationsApiService) SetEntitySchemaExecute ¶ added in v0.2.0

Execute executes the request

func (*OrganizationsApiService) SetUserAsSSOMemberForOrganization ¶

func (a *OrganizationsApiService) SetUserAsSSOMemberForOrganization(ctx context.Context, organizationId string, userId string) OrganizationsApiSetUserAsSSOMemberForOrganizationRequest

SetUserAsSSOMemberForOrganization Set a user as an SSO member of an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param userId The unique ID of the User
@return OrganizationsApiSetUserAsSSOMemberForOrganizationRequest

func (*OrganizationsApiService) SetUserAsSSOMemberForOrganizationExecute ¶

Execute executes the request

@return OrganizationMember

func (*OrganizationsApiService) SetupDirectorySync ¶

func (a *OrganizationsApiService) SetupDirectorySync(ctx context.Context, organizationId string) OrganizationsApiSetupDirectorySyncRequest

SetupDirectorySync Set up Directory Sync in an organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiSetupDirectorySyncRequest

func (*OrganizationsApiService) SetupDirectorySyncExecute ¶

Execute executes the request

@return SetupDirectorySync200Response

func (*OrganizationsApiService) StartRecording ¶ added in v0.2.0

StartRecording Start a recording

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiStartRecordingRequest

func (*OrganizationsApiService) StartRecordingExecute ¶ added in v0.2.0

Execute executes the request

@return Recording

func (*OrganizationsApiService) StopRecording ¶ added in v0.2.0

func (a *OrganizationsApiService) StopRecording(ctx context.Context, organizationId string, recordingId string) OrganizationsApiStopRecordingRequest

StopRecording Stop a recording

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param recordingId The unique id of a recording
@return OrganizationsApiStopRecordingRequest

func (*OrganizationsApiService) StopRecordingExecute ¶ added in v0.2.0

Execute executes the request

@return StopRecording200Response

func (*OrganizationsApiService) SyncDirectorySyncGroupsToTeams ¶

func (a *OrganizationsApiService) SyncDirectorySyncGroupsToTeams(ctx context.Context, organizationId string) OrganizationsApiSyncDirectorySyncGroupsToTeamsRequest

SyncDirectorySyncGroupsToTeams Syncs a list of group/team unique identifiers pairs together.

Each pair will lead the team being synced to the group (unless it is already synced to another) and the members of the group will then be synced to the team. Each sync is independent, the endpoint will still succeed if some of the syncs fail. Check the response to know more about the success or failure of the entire sync.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiSyncDirectorySyncGroupsToTeamsRequest

func (*OrganizationsApiService) SyncDirectorySyncGroupsToTeamsExecute ¶

Execute executes the request

@return SyncDirectorySyncGroupsToTeams200Response

func (*OrganizationsApiService) TransferOrganization ¶

func (a *OrganizationsApiService) TransferOrganization(ctx context.Context, organizationId string) OrganizationsApiTransferOrganizationRequest

TransferOrganization Transfer one organization (source) into another organization (target).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiTransferOrganizationRequest

func (*OrganizationsApiService) TransferOrganizationExecute ¶

Execute executes the request

@return TransferOrganization200Response

func (*OrganizationsApiService) UpdateEnvironment ¶

func (a *OrganizationsApiService) UpdateEnvironment(ctx context.Context, organizationId string, environmentName string) OrganizationsApiUpdateEnvironmentRequest

UpdateEnvironment Update an existing environment within an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param environmentName The unique name of the environment within the organization
@return OrganizationsApiUpdateEnvironmentRequest

func (*OrganizationsApiService) UpdateEnvironmentExecute ¶

Execute executes the request

@return Environment

func (*OrganizationsApiService) UpdateMemberInOrganizationById ¶

func (a *OrganizationsApiService) UpdateMemberInOrganizationById(ctx context.Context, organizationId string, userId string) OrganizationsApiUpdateMemberInOrganizationByIdRequest

UpdateMemberInOrganizationById Update specified organization member

Updates a specific member in an organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param userId The unique ID of the User
@return OrganizationsApiUpdateMemberInOrganizationByIdRequest

func (*OrganizationsApiService) UpdateMemberInOrganizationByIdExecute ¶

Execute executes the request

@return OrganizationMember

func (*OrganizationsApiService) UpdateMembersInOrganizationTeam ¶

func (a *OrganizationsApiService) UpdateMembersInOrganizationTeam(ctx context.Context, organizationId string, teamId string) OrganizationsApiUpdateMembersInOrganizationTeamRequest

UpdateMembersInOrganizationTeam Updates members of an organization team

Updates members of an organization team, either adding or removing them. If a the same user is included as both an add and a remove, they will be removed from the team.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param teamId The unique ID of the Team
@return OrganizationsApiUpdateMembersInOrganizationTeamRequest

func (*OrganizationsApiService) UpdateMembersInOrganizationTeamExecute ¶

Execute executes the request

func (*OrganizationsApiService) UpdateOrganizationCustomField ¶

func (a *OrganizationsApiService) UpdateOrganizationCustomField(ctx context.Context, organizationId string, fieldName string) OrganizationsApiUpdateOrganizationCustomFieldRequest

UpdateOrganizationCustomField Update a custom field in an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param fieldName The name of the custom field
@return OrganizationsApiUpdateOrganizationCustomFieldRequest

func (*OrganizationsApiService) UpdateOrganizationCustomFieldExecute ¶

Execute executes the request

@return CustomField

func (*OrganizationsApiService) UpdateOrganizationMemberLastSeenAt ¶

func (a *OrganizationsApiService) UpdateOrganizationMemberLastSeenAt(ctx context.Context, organizationId string) OrganizationsApiUpdateOrganizationMemberLastSeenAtRequest

UpdateOrganizationMemberLastSeenAt Update organization member's \"last seen at\" timestamp.

Update organization member's "last seen at" timestamp.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiUpdateOrganizationMemberLastSeenAtRequest

func (*OrganizationsApiService) UpdateOrganizationMemberLastSeenAtExecute ¶

func (a *OrganizationsApiService) UpdateOrganizationMemberLastSeenAtExecute(r OrganizationsApiUpdateOrganizationMemberLastSeenAtRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsApiService) UpdateTeamInOrganizationById ¶

func (a *OrganizationsApiService) UpdateTeamInOrganizationById(ctx context.Context, organizationId string, teamId string) OrganizationsApiUpdateTeamInOrganizationByIdRequest

UpdateTeamInOrganizationById Update specified organization team

Updates a specific team in an organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param teamId The unique ID of the Team
@return OrganizationsApiUpdateTeamInOrganizationByIdRequest

func (*OrganizationsApiService) UpdateTeamInOrganizationByIdExecute ¶

Execute executes the request

@return OrganizationTeam

func (*OrganizationsApiService) UpgradeOrganizationPlan ¶

func (a *OrganizationsApiService) UpgradeOrganizationPlan(ctx context.Context, organizationId string) OrganizationsApiUpgradeOrganizationPlanRequest

UpgradeOrganizationPlan Upgrade an organization's billing plan

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return OrganizationsApiUpgradeOrganizationPlanRequest

func (*OrganizationsApiService) UpgradeOrganizationPlanExecute ¶

Execute executes the request

@return BillingUpgrade

func (*OrganizationsApiService) UpsertSchemaEntities ¶ added in v0.2.0

func (a *OrganizationsApiService) UpsertSchemaEntities(ctx context.Context, organizationId string, entityType string) OrganizationsApiUpsertSchemaEntitiesRequest

UpsertSchemaEntities Update/Create/Delete entities in a schema.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param entityType Type of the entity
@return OrganizationsApiUpsertSchemaEntitiesRequest

func (*OrganizationsApiService) UpsertSchemaEntitiesExecute ¶ added in v0.2.0

Execute executes the request

type OrganizationsApiSetEntitySchemaRequest ¶ added in v0.2.0

type OrganizationsApiSetEntitySchemaRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiSetEntitySchemaRequest) EntityRawSchema ¶ added in v0.2.0

func (OrganizationsApiSetEntitySchemaRequest) Execute ¶ added in v0.2.0

type OrganizationsApiSetUserAsSSOMemberForOrganizationRequest ¶

type OrganizationsApiSetUserAsSSOMemberForOrganizationRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiSetUserAsSSOMemberForOrganizationRequest) Execute ¶

type OrganizationsApiSetupDirectorySyncRequest ¶

type OrganizationsApiSetupDirectorySyncRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiSetupDirectorySyncRequest) Execute ¶

type OrganizationsApiStartRecordingRequest ¶ added in v0.2.0

type OrganizationsApiStartRecordingRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiStartRecordingRequest) Execute ¶ added in v0.2.0

func (OrganizationsApiStartRecordingRequest) StartRecordingRequest ¶ added in v0.2.0

type OrganizationsApiStopRecordingRequest ¶ added in v0.2.0

type OrganizationsApiStopRecordingRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiStopRecordingRequest) Execute ¶ added in v0.2.0

func (OrganizationsApiStopRecordingRequest) StopRecordingRequest ¶ added in v0.2.0

type OrganizationsApiSyncDirectorySyncGroupsToTeamsRequest ¶

type OrganizationsApiSyncDirectorySyncGroupsToTeamsRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiSyncDirectorySyncGroupsToTeamsRequest) Execute ¶

func (OrganizationsApiSyncDirectorySyncGroupsToTeamsRequest) SyncDirectorySyncGroupsToTeamsRequest ¶

type OrganizationsApiTransferOrganizationRequest ¶

type OrganizationsApiTransferOrganizationRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiTransferOrganizationRequest) Execute ¶

func (OrganizationsApiTransferOrganizationRequest) TransferOrganizationRequest ¶

type OrganizationsApiUpdateEnvironmentRequest ¶

type OrganizationsApiUpdateEnvironmentRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiUpdateEnvironmentRequest) Execute ¶

func (OrganizationsApiUpdateEnvironmentRequest) UpdateEnvironment ¶

type OrganizationsApiUpdateMemberInOrganizationByIdRequest ¶

type OrganizationsApiUpdateMemberInOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiUpdateMemberInOrganizationByIdRequest) Execute ¶

func (OrganizationsApiUpdateMemberInOrganizationByIdRequest) UpdateMemberInOrganizationByIdRequest ¶

type OrganizationsApiUpdateMembersInOrganizationTeamRequest ¶

type OrganizationsApiUpdateMembersInOrganizationTeamRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiUpdateMembersInOrganizationTeamRequest) Execute ¶

func (OrganizationsApiUpdateMembersInOrganizationTeamRequest) UpdateMembersInOrganizationTeamRequest ¶

type OrganizationsApiUpdateOrganizationCustomFieldRequest ¶

type OrganizationsApiUpdateOrganizationCustomFieldRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiUpdateOrganizationCustomFieldRequest) Execute ¶

func (OrganizationsApiUpdateOrganizationCustomFieldRequest) UpdateOrganizationCustomFieldRequest ¶

type OrganizationsApiUpdateOrganizationMemberLastSeenAtRequest ¶

type OrganizationsApiUpdateOrganizationMemberLastSeenAtRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiUpdateOrganizationMemberLastSeenAtRequest) Execute ¶

type OrganizationsApiUpdateTeamInOrganizationByIdRequest ¶

type OrganizationsApiUpdateTeamInOrganizationByIdRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiUpdateTeamInOrganizationByIdRequest) Execute ¶

func (OrganizationsApiUpdateTeamInOrganizationByIdRequest) UpdateTeamInOrganizationByIdRequest ¶

type OrganizationsApiUpgradeOrganizationPlanRequest ¶

type OrganizationsApiUpgradeOrganizationPlanRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiUpgradeOrganizationPlanRequest) Execute ¶

func (OrganizationsApiUpgradeOrganizationPlanRequest) RequestUpgradeOrganizationBilling ¶

type OrganizationsApiUpsertSchemaEntitiesRequest ¶ added in v0.2.0

type OrganizationsApiUpsertSchemaEntitiesRequest struct {
	ApiService *OrganizationsApiService
	// contains filtered or unexported fields
}

func (OrganizationsApiUpsertSchemaEntitiesRequest) Execute ¶ added in v0.2.0

func (OrganizationsApiUpsertSchemaEntitiesRequest) UpsertSchemaEntitiesRequest ¶ added in v0.2.0

type PermissionsApiListPermissionsAggregateInCollectionRequest ¶

type PermissionsApiListPermissionsAggregateInCollectionRequest struct {
	ApiService *PermissionsApiService
	// contains filtered or unexported fields
}

func (PermissionsApiListPermissionsAggregateInCollectionRequest) Execute ¶

func (PermissionsApiListPermissionsAggregateInCollectionRequest) Limit ¶

The number of results per page

func (PermissionsApiListPermissionsAggregateInCollectionRequest) Page ¶

Identifier of the page results to fetch.

func (PermissionsApiListPermissionsAggregateInCollectionRequest) Role ¶

If defined, only members with this role will be returned.

type PermissionsApiListPermissionsAggregateInSpaceRequest ¶

type PermissionsApiListPermissionsAggregateInSpaceRequest struct {
	ApiService *PermissionsApiService
	// contains filtered or unexported fields
}

func (PermissionsApiListPermissionsAggregateInSpaceRequest) Execute ¶

func (PermissionsApiListPermissionsAggregateInSpaceRequest) Limit ¶

The number of results per page

func (PermissionsApiListPermissionsAggregateInSpaceRequest) Page ¶

Identifier of the page results to fetch.

func (PermissionsApiListPermissionsAggregateInSpaceRequest) Role ¶

If defined, only members with this role will be returned.

type PermissionsApiListSpacesForOrganizationMemberRequest ¶

type PermissionsApiListSpacesForOrganizationMemberRequest struct {
	ApiService *PermissionsApiService
	// contains filtered or unexported fields
}

func (PermissionsApiListSpacesForOrganizationMemberRequest) Execute ¶

func (PermissionsApiListSpacesForOrganizationMemberRequest) Limit ¶

The number of results per page

func (PermissionsApiListSpacesForOrganizationMemberRequest) Page ¶

Identifier of the page results to fetch.

type PermissionsApiService ¶

type PermissionsApiService service

PermissionsApiService PermissionsApi service

func (*PermissionsApiService) ListPermissionsAggregateInCollection ¶

func (a *PermissionsApiService) ListPermissionsAggregateInCollection(ctx context.Context, collectionId string) PermissionsApiListPermissionsAggregateInCollectionRequest

ListPermissionsAggregateInCollection List permissions for all users in a collection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param collectionId The unique id of the collection
@return PermissionsApiListPermissionsAggregateInCollectionRequest

func (*PermissionsApiService) ListPermissionsAggregateInCollectionExecute ¶

Execute executes the request

@return ListPermissionsAggregateInSpace200Response

func (*PermissionsApiService) ListPermissionsAggregateInSpace ¶

func (a *PermissionsApiService) ListPermissionsAggregateInSpace(ctx context.Context, spaceId string) PermissionsApiListPermissionsAggregateInSpaceRequest

ListPermissionsAggregateInSpace List permissions for all users in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return PermissionsApiListPermissionsAggregateInSpaceRequest

func (*PermissionsApiService) ListPermissionsAggregateInSpaceExecute ¶

Execute executes the request

@return ListPermissionsAggregateInSpace200Response

func (*PermissionsApiService) ListSpacesForOrganizationMember ¶

func (a *PermissionsApiService) ListSpacesForOrganizationMember(ctx context.Context, organizationId string, userId string) PermissionsApiListSpacesForOrganizationMemberRequest

ListSpacesForOrganizationMember List permissions accross all spaces for a member of an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param userId The unique ID of the User
@return PermissionsApiListSpacesForOrganizationMemberRequest

func (*PermissionsApiService) ListSpacesForOrganizationMemberExecute ¶

Execute executes the request

@return ListSpacesForOrganizationMember200Response

type PostCommentReplySchema ¶

type PostCommentReplySchema struct {
	Body Document `json:"body"`
}

PostCommentReplySchema struct for PostCommentReplySchema

func NewPostCommentReplySchema ¶

func NewPostCommentReplySchema(body Document) *PostCommentReplySchema

NewPostCommentReplySchema instantiates a new PostCommentReplySchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPostCommentReplySchemaWithDefaults ¶

func NewPostCommentReplySchemaWithDefaults() *PostCommentReplySchema

NewPostCommentReplySchemaWithDefaults instantiates a new PostCommentReplySchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PostCommentReplySchema) GetBody ¶

func (o *PostCommentReplySchema) GetBody() Document

GetBody returns the Body field value

func (*PostCommentReplySchema) GetBodyOk ¶

func (o *PostCommentReplySchema) GetBodyOk() (*Document, bool)

GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.

func (PostCommentReplySchema) MarshalJSON ¶

func (o PostCommentReplySchema) MarshalJSON() ([]byte, error)

func (*PostCommentReplySchema) SetBody ¶

func (o *PostCommentReplySchema) SetBody(v Document)

SetBody sets field value

func (PostCommentReplySchema) ToMap ¶

func (o PostCommentReplySchema) ToMap() (map[string]interface{}, error)

type PostCommentSchema ¶

type PostCommentSchema struct {
	// The node to which the comment is posted, if any.
	Node *string `json:"node,omitempty"`
	// The page to which the comment is posted, if any.
	Page *string  `json:"page,omitempty"`
	Body Document `json:"body"`
}

PostCommentSchema struct for PostCommentSchema

func NewPostCommentSchema ¶

func NewPostCommentSchema(body Document) *PostCommentSchema

NewPostCommentSchema instantiates a new PostCommentSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPostCommentSchemaWithDefaults ¶

func NewPostCommentSchemaWithDefaults() *PostCommentSchema

NewPostCommentSchemaWithDefaults instantiates a new PostCommentSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PostCommentSchema) GetBody ¶

func (o *PostCommentSchema) GetBody() Document

GetBody returns the Body field value

func (*PostCommentSchema) GetBodyOk ¶

func (o *PostCommentSchema) GetBodyOk() (*Document, bool)

GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.

func (*PostCommentSchema) GetNode ¶

func (o *PostCommentSchema) GetNode() string

GetNode returns the Node field value if set, zero value otherwise.

func (*PostCommentSchema) GetNodeOk ¶

func (o *PostCommentSchema) GetNodeOk() (*string, bool)

GetNodeOk returns a tuple with the Node field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostCommentSchema) GetPage ¶

func (o *PostCommentSchema) GetPage() string

GetPage returns the Page field value if set, zero value otherwise.

func (*PostCommentSchema) GetPageOk ¶

func (o *PostCommentSchema) GetPageOk() (*string, bool)

GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PostCommentSchema) HasNode ¶

func (o *PostCommentSchema) HasNode() bool

HasNode returns a boolean if a field has been set.

func (*PostCommentSchema) HasPage ¶

func (o *PostCommentSchema) HasPage() bool

HasPage returns a boolean if a field has been set.

func (PostCommentSchema) MarshalJSON ¶

func (o PostCommentSchema) MarshalJSON() ([]byte, error)

func (*PostCommentSchema) SetBody ¶

func (o *PostCommentSchema) SetBody(v Document)

SetBody sets field value

func (*PostCommentSchema) SetNode ¶

func (o *PostCommentSchema) SetNode(v string)

SetNode gets a reference to the given string and assigns it to the Node field.

func (*PostCommentSchema) SetPage ¶

func (o *PostCommentSchema) SetPage(v string)

SetPage gets a reference to the given string and assigns it to the Page field.

func (PostCommentSchema) ToMap ¶

func (o PostCommentSchema) ToMap() (map[string]interface{}, error)

type PurgeCDNCacheContextType ¶

type PurgeCDNCacheContextType string

PurgeCDNCacheContextType The type of purge, e.g by tags or hosts

const (
	PURGECDNCACHECONTEXTTYPE_TAGS  PurgeCDNCacheContextType = "tags"
	PURGECDNCACHECONTEXTTYPE_HOSTS PurgeCDNCacheContextType = "hosts"
)

List of PurgeCDNCacheContextType

func NewPurgeCDNCacheContextTypeFromValue ¶

func NewPurgeCDNCacheContextTypeFromValue(v string) (*PurgeCDNCacheContextType, error)

NewPurgeCDNCacheContextTypeFromValue returns a pointer to a valid PurgeCDNCacheContextType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PurgeCDNCacheContextType) IsValid ¶

func (v PurgeCDNCacheContextType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PurgeCDNCacheContextType) Ptr ¶

Ptr returns reference to PurgeCDNCacheContextType value

func (*PurgeCDNCacheContextType) UnmarshalJSON ¶

func (v *PurgeCDNCacheContextType) UnmarshalJSON(src []byte) error

type Recording ¶ added in v0.2.0

type Recording struct {
	// Type of Object, always equals to \"recording\"
	Object string `json:"object"`
	// Unique identifier for the recording
	Id string `json:"id"`
	// Optional title describing the recording
	Title   string           `json:"title"`
	Context RecordingContext `json:"context"`
	// ID in the original source of the recording.
	ExternalId *string `json:"externalId,omitempty"`
	// URL of the source from which the recording originated
	ExternalURL  *string                      `json:"externalURL,omitempty"`
	CreatedAt    time.Time                    `json:"createdAt"`
	StoppedAt    *time.Time                   `json:"stoppedAt,omitempty"`
	Events       RecordingEvents              `json:"events"`
	Contributors []RecordingContributorsInner `json:"contributors"`
	Output       *RecordingOutput             `json:"output,omitempty"`
	Urls         RecordingUrls                `json:"urls"`
}

Recording struct for Recording

func NewRecording ¶ added in v0.2.0

func NewRecording(object string, id string, title string, context RecordingContext, createdAt time.Time, events RecordingEvents, contributors []RecordingContributorsInner, urls RecordingUrls) *Recording

NewRecording instantiates a new Recording object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingWithDefaults ¶ added in v0.2.0

func NewRecordingWithDefaults() *Recording

NewRecordingWithDefaults instantiates a new Recording object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Recording) GetContext ¶ added in v0.2.0

func (o *Recording) GetContext() RecordingContext

GetContext returns the Context field value

func (*Recording) GetContextOk ¶ added in v0.2.0

func (o *Recording) GetContextOk() (*RecordingContext, bool)

GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.

func (*Recording) GetContributors ¶ added in v0.2.0

func (o *Recording) GetContributors() []RecordingContributorsInner

GetContributors returns the Contributors field value

func (*Recording) GetContributorsOk ¶ added in v0.2.0

func (o *Recording) GetContributorsOk() ([]RecordingContributorsInner, bool)

GetContributorsOk returns a tuple with the Contributors field value and a boolean to check if the value has been set.

func (*Recording) GetCreatedAt ¶ added in v0.2.0

func (o *Recording) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value

func (*Recording) GetCreatedAtOk ¶ added in v0.2.0

func (o *Recording) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*Recording) GetEvents ¶ added in v0.2.0

func (o *Recording) GetEvents() RecordingEvents

GetEvents returns the Events field value

func (*Recording) GetEventsOk ¶ added in v0.2.0

func (o *Recording) GetEventsOk() (*RecordingEvents, bool)

GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.

func (*Recording) GetExternalId ¶ added in v0.2.0

func (o *Recording) GetExternalId() string

GetExternalId returns the ExternalId field value if set, zero value otherwise.

func (*Recording) GetExternalIdOk ¶ added in v0.2.0

func (o *Recording) GetExternalIdOk() (*string, bool)

GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Recording) GetExternalURL ¶ added in v0.2.0

func (o *Recording) GetExternalURL() string

GetExternalURL returns the ExternalURL field value if set, zero value otherwise.

func (*Recording) GetExternalURLOk ¶ added in v0.2.0

func (o *Recording) GetExternalURLOk() (*string, bool)

GetExternalURLOk returns a tuple with the ExternalURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Recording) GetId ¶ added in v0.2.0

func (o *Recording) GetId() string

GetId returns the Id field value

func (*Recording) GetIdOk ¶ added in v0.2.0

func (o *Recording) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Recording) GetObject ¶ added in v0.2.0

func (o *Recording) GetObject() string

GetObject returns the Object field value

func (*Recording) GetObjectOk ¶ added in v0.2.0

func (o *Recording) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*Recording) GetOutput ¶ added in v0.2.0

func (o *Recording) GetOutput() RecordingOutput

GetOutput returns the Output field value if set, zero value otherwise.

func (*Recording) GetOutputOk ¶ added in v0.2.0

func (o *Recording) GetOutputOk() (*RecordingOutput, bool)

GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Recording) GetStoppedAt ¶ added in v0.2.0

func (o *Recording) GetStoppedAt() time.Time

GetStoppedAt returns the StoppedAt field value if set, zero value otherwise.

func (*Recording) GetStoppedAtOk ¶ added in v0.2.0

func (o *Recording) GetStoppedAtOk() (*time.Time, bool)

GetStoppedAtOk returns a tuple with the StoppedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Recording) GetTitle ¶ added in v0.2.0

func (o *Recording) GetTitle() string

GetTitle returns the Title field value

func (*Recording) GetTitleOk ¶ added in v0.2.0

func (o *Recording) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*Recording) GetUrls ¶ added in v0.2.0

func (o *Recording) GetUrls() RecordingUrls

GetUrls returns the Urls field value

func (*Recording) GetUrlsOk ¶ added in v0.2.0

func (o *Recording) GetUrlsOk() (*RecordingUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*Recording) HasExternalId ¶ added in v0.2.0

func (o *Recording) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

func (*Recording) HasExternalURL ¶ added in v0.2.0

func (o *Recording) HasExternalURL() bool

HasExternalURL returns a boolean if a field has been set.

func (*Recording) HasOutput ¶ added in v0.2.0

func (o *Recording) HasOutput() bool

HasOutput returns a boolean if a field has been set.

func (*Recording) HasStoppedAt ¶ added in v0.2.0

func (o *Recording) HasStoppedAt() bool

HasStoppedAt returns a boolean if a field has been set.

func (Recording) MarshalJSON ¶ added in v0.2.0

func (o Recording) MarshalJSON() ([]byte, error)

func (*Recording) SetContext ¶ added in v0.2.0

func (o *Recording) SetContext(v RecordingContext)

SetContext sets field value

func (*Recording) SetContributors ¶ added in v0.2.0

func (o *Recording) SetContributors(v []RecordingContributorsInner)

SetContributors sets field value

func (*Recording) SetCreatedAt ¶ added in v0.2.0

func (o *Recording) SetCreatedAt(v time.Time)

SetCreatedAt sets field value

func (*Recording) SetEvents ¶ added in v0.2.0

func (o *Recording) SetEvents(v RecordingEvents)

SetEvents sets field value

func (*Recording) SetExternalId ¶ added in v0.2.0

func (o *Recording) SetExternalId(v string)

SetExternalId gets a reference to the given string and assigns it to the ExternalId field.

func (*Recording) SetExternalURL ¶ added in v0.2.0

func (o *Recording) SetExternalURL(v string)

SetExternalURL gets a reference to the given string and assigns it to the ExternalURL field.

func (*Recording) SetId ¶ added in v0.2.0

func (o *Recording) SetId(v string)

SetId sets field value

func (*Recording) SetObject ¶ added in v0.2.0

func (o *Recording) SetObject(v string)

SetObject sets field value

func (*Recording) SetOutput ¶ added in v0.2.0

func (o *Recording) SetOutput(v RecordingOutput)

SetOutput gets a reference to the given RecordingOutput and assigns it to the Output field.

func (*Recording) SetStoppedAt ¶ added in v0.2.0

func (o *Recording) SetStoppedAt(v time.Time)

SetStoppedAt gets a reference to the given time.Time and assigns it to the StoppedAt field.

func (*Recording) SetTitle ¶ added in v0.2.0

func (o *Recording) SetTitle(v string)

SetTitle sets field value

func (*Recording) SetUrls ¶ added in v0.2.0

func (o *Recording) SetUrls(v RecordingUrls)

SetUrls sets field value

func (Recording) ToMap ¶ added in v0.2.0

func (o Recording) ToMap() (map[string]interface{}, error)

type RecordingContext ¶ added in v0.2.0

type RecordingContext struct {
	String *string
}

RecordingContext - struct for RecordingContext

func StringAsRecordingContext ¶ added in v0.2.0

func StringAsRecordingContext(v *string) RecordingContext

stringAsRecordingContext is a convenience function that returns string wrapped in RecordingContext

func (*RecordingContext) GetActualInstance ¶ added in v0.2.0

func (obj *RecordingContext) GetActualInstance() interface{}

Get the actual instance

func (RecordingContext) MarshalJSON ¶ added in v0.2.0

func (src RecordingContext) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RecordingContext) UnmarshalJSON ¶ added in v0.2.0

func (dst *RecordingContext) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RecordingContributorsInner ¶ added in v0.2.0

type RecordingContributorsInner struct {
	Integration *Integration
	User        *User
}

RecordingContributorsInner - struct for RecordingContributorsInner

func IntegrationAsRecordingContributorsInner ¶ added in v0.2.0

func IntegrationAsRecordingContributorsInner(v *Integration) RecordingContributorsInner

IntegrationAsRecordingContributorsInner is a convenience function that returns Integration wrapped in RecordingContributorsInner

func UserAsRecordingContributorsInner ¶ added in v0.2.0

func UserAsRecordingContributorsInner(v *User) RecordingContributorsInner

UserAsRecordingContributorsInner is a convenience function that returns User wrapped in RecordingContributorsInner

func (*RecordingContributorsInner) GetActualInstance ¶ added in v0.2.0

func (obj *RecordingContributorsInner) GetActualInstance() interface{}

Get the actual instance

func (RecordingContributorsInner) MarshalJSON ¶ added in v0.2.0

func (src RecordingContributorsInner) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RecordingContributorsInner) UnmarshalJSON ¶ added in v0.2.0

func (dst *RecordingContributorsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RecordingEvent ¶ added in v0.2.0

type RecordingEvent struct {
	RecordingFileAddedEvent       *RecordingFileAddedEvent
	RecordingFileChangedEvent     *RecordingFileChangedEvent
	RecordingFileRemovedEvent     *RecordingFileRemovedEvent
	RecordingSpeechEvent          *RecordingSpeechEvent
	RecordingTerminalCommandEvent *RecordingTerminalCommandEvent
	RecordingThreadMessageEvent   *RecordingThreadMessageEvent
}

RecordingEvent - struct for RecordingEvent

func RecordingFileAddedEventAsRecordingEvent ¶ added in v0.2.0

func RecordingFileAddedEventAsRecordingEvent(v *RecordingFileAddedEvent) RecordingEvent

RecordingFileAddedEventAsRecordingEvent is a convenience function that returns RecordingFileAddedEvent wrapped in RecordingEvent

func RecordingFileChangedEventAsRecordingEvent ¶ added in v0.2.0

func RecordingFileChangedEventAsRecordingEvent(v *RecordingFileChangedEvent) RecordingEvent

RecordingFileChangedEventAsRecordingEvent is a convenience function that returns RecordingFileChangedEvent wrapped in RecordingEvent

func RecordingFileRemovedEventAsRecordingEvent ¶ added in v0.2.0

func RecordingFileRemovedEventAsRecordingEvent(v *RecordingFileRemovedEvent) RecordingEvent

RecordingFileRemovedEventAsRecordingEvent is a convenience function that returns RecordingFileRemovedEvent wrapped in RecordingEvent

func RecordingSpeechEventAsRecordingEvent ¶ added in v0.2.0

func RecordingSpeechEventAsRecordingEvent(v *RecordingSpeechEvent) RecordingEvent

RecordingSpeechEventAsRecordingEvent is a convenience function that returns RecordingSpeechEvent wrapped in RecordingEvent

func RecordingTerminalCommandEventAsRecordingEvent ¶ added in v0.2.0

func RecordingTerminalCommandEventAsRecordingEvent(v *RecordingTerminalCommandEvent) RecordingEvent

RecordingTerminalCommandEventAsRecordingEvent is a convenience function that returns RecordingTerminalCommandEvent wrapped in RecordingEvent

func RecordingThreadMessageEventAsRecordingEvent ¶ added in v0.2.0

func RecordingThreadMessageEventAsRecordingEvent(v *RecordingThreadMessageEvent) RecordingEvent

RecordingThreadMessageEventAsRecordingEvent is a convenience function that returns RecordingThreadMessageEvent wrapped in RecordingEvent

func (*RecordingEvent) GetActualInstance ¶ added in v0.2.0

func (obj *RecordingEvent) GetActualInstance() interface{}

Get the actual instance

func (RecordingEvent) MarshalJSON ¶ added in v0.2.0

func (src RecordingEvent) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RecordingEvent) UnmarshalJSON ¶ added in v0.2.0

func (dst *RecordingEvent) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RecordingEvents ¶ added in v0.2.0

type RecordingEvents struct {
	TerminalCommand *int32 `json:"terminal.command,omitempty"`
	Speech          *int32 `json:"speech,omitempty"`
	ThreadMessage   *int32 `json:"thread.message,omitempty"`
}

RecordingEvents Count of events recorded.

func NewRecordingEvents ¶ added in v0.2.0

func NewRecordingEvents() *RecordingEvents

NewRecordingEvents instantiates a new RecordingEvents object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingEventsWithDefaults ¶ added in v0.2.0

func NewRecordingEventsWithDefaults() *RecordingEvents

NewRecordingEventsWithDefaults instantiates a new RecordingEvents object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingEvents) GetSpeech ¶ added in v0.2.0

func (o *RecordingEvents) GetSpeech() int32

GetSpeech returns the Speech field value if set, zero value otherwise.

func (*RecordingEvents) GetSpeechOk ¶ added in v0.2.0

func (o *RecordingEvents) GetSpeechOk() (*int32, bool)

GetSpeechOk returns a tuple with the Speech field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingEvents) GetTerminalCommand ¶ added in v0.2.0

func (o *RecordingEvents) GetTerminalCommand() int32

GetTerminalCommand returns the TerminalCommand field value if set, zero value otherwise.

func (*RecordingEvents) GetTerminalCommandOk ¶ added in v0.2.0

func (o *RecordingEvents) GetTerminalCommandOk() (*int32, bool)

GetTerminalCommandOk returns a tuple with the TerminalCommand field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingEvents) GetThreadMessage ¶ added in v0.2.0

func (o *RecordingEvents) GetThreadMessage() int32

GetThreadMessage returns the ThreadMessage field value if set, zero value otherwise.

func (*RecordingEvents) GetThreadMessageOk ¶ added in v0.2.0

func (o *RecordingEvents) GetThreadMessageOk() (*int32, bool)

GetThreadMessageOk returns a tuple with the ThreadMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingEvents) HasSpeech ¶ added in v0.2.0

func (o *RecordingEvents) HasSpeech() bool

HasSpeech returns a boolean if a field has been set.

func (*RecordingEvents) HasTerminalCommand ¶ added in v0.2.0

func (o *RecordingEvents) HasTerminalCommand() bool

HasTerminalCommand returns a boolean if a field has been set.

func (*RecordingEvents) HasThreadMessage ¶ added in v0.2.0

func (o *RecordingEvents) HasThreadMessage() bool

HasThreadMessage returns a boolean if a field has been set.

func (RecordingEvents) MarshalJSON ¶ added in v0.2.0

func (o RecordingEvents) MarshalJSON() ([]byte, error)

func (*RecordingEvents) SetSpeech ¶ added in v0.2.0

func (o *RecordingEvents) SetSpeech(v int32)

SetSpeech gets a reference to the given int32 and assigns it to the Speech field.

func (*RecordingEvents) SetTerminalCommand ¶ added in v0.2.0

func (o *RecordingEvents) SetTerminalCommand(v int32)

SetTerminalCommand gets a reference to the given int32 and assigns it to the TerminalCommand field.

func (*RecordingEvents) SetThreadMessage ¶ added in v0.2.0

func (o *RecordingEvents) SetThreadMessage(v int32)

SetThreadMessage gets a reference to the given int32 and assigns it to the ThreadMessage field.

func (RecordingEvents) ToMap ¶ added in v0.2.0

func (o RecordingEvents) ToMap() (map[string]interface{}, error)

type RecordingFileAddedEvent ¶ added in v0.2.0

type RecordingFileAddedEvent struct {
	Type string `json:"type"`
	// When the event happened
	Timestamp time.Time `json:"timestamp"`
	// Optionally, provide the source of the event. GitBook may use this to improve the generated content.
	Source       *string                  `json:"source,omitempty"`
	Actor        *BaseRecordingEventActor `json:"actor,omitempty"`
	Filename     string                   `json:"filename"`
	FileSnapshot string                   `json:"fileSnapshot"`
}

RecordingFileAddedEvent struct for RecordingFileAddedEvent

func NewRecordingFileAddedEvent ¶ added in v0.2.0

func NewRecordingFileAddedEvent(type_ string, timestamp time.Time, filename string, fileSnapshot string) *RecordingFileAddedEvent

NewRecordingFileAddedEvent instantiates a new RecordingFileAddedEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingFileAddedEventWithDefaults ¶ added in v0.2.0

func NewRecordingFileAddedEventWithDefaults() *RecordingFileAddedEvent

NewRecordingFileAddedEventWithDefaults instantiates a new RecordingFileAddedEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingFileAddedEvent) GetActor ¶ added in v0.2.0

GetActor returns the Actor field value if set, zero value otherwise.

func (*RecordingFileAddedEvent) GetActorOk ¶ added in v0.2.0

GetActorOk returns a tuple with the Actor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingFileAddedEvent) GetFileSnapshot ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) GetFileSnapshot() string

GetFileSnapshot returns the FileSnapshot field value

func (*RecordingFileAddedEvent) GetFileSnapshotOk ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) GetFileSnapshotOk() (*string, bool)

GetFileSnapshotOk returns a tuple with the FileSnapshot field value and a boolean to check if the value has been set.

func (*RecordingFileAddedEvent) GetFilename ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) GetFilename() string

GetFilename returns the Filename field value

func (*RecordingFileAddedEvent) GetFilenameOk ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*RecordingFileAddedEvent) GetSource ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*RecordingFileAddedEvent) GetSourceOk ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingFileAddedEvent) GetTimestamp ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value

func (*RecordingFileAddedEvent) GetTimestampOk ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (*RecordingFileAddedEvent) GetType ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) GetType() string

GetType returns the Type field value

func (*RecordingFileAddedEvent) GetTypeOk ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RecordingFileAddedEvent) HasActor ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) HasActor() bool

HasActor returns a boolean if a field has been set.

func (*RecordingFileAddedEvent) HasSource ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) HasSource() bool

HasSource returns a boolean if a field has been set.

func (RecordingFileAddedEvent) MarshalJSON ¶ added in v0.2.0

func (o RecordingFileAddedEvent) MarshalJSON() ([]byte, error)

func (*RecordingFileAddedEvent) SetActor ¶ added in v0.2.0

SetActor gets a reference to the given BaseRecordingEventActor and assigns it to the Actor field.

func (*RecordingFileAddedEvent) SetFileSnapshot ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) SetFileSnapshot(v string)

SetFileSnapshot sets field value

func (*RecordingFileAddedEvent) SetFilename ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) SetFilename(v string)

SetFilename sets field value

func (*RecordingFileAddedEvent) SetSource ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*RecordingFileAddedEvent) SetTimestamp ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) SetTimestamp(v time.Time)

SetTimestamp sets field value

func (*RecordingFileAddedEvent) SetType ¶ added in v0.2.0

func (o *RecordingFileAddedEvent) SetType(v string)

SetType sets field value

func (RecordingFileAddedEvent) ToMap ¶ added in v0.2.0

func (o RecordingFileAddedEvent) ToMap() (map[string]interface{}, error)

type RecordingFileAddedEventAllOf ¶ added in v0.2.0

type RecordingFileAddedEventAllOf struct {
	Type         string `json:"type"`
	Filename     string `json:"filename"`
	FileSnapshot string `json:"fileSnapshot"`
}

RecordingFileAddedEventAllOf struct for RecordingFileAddedEventAllOf

func NewRecordingFileAddedEventAllOf ¶ added in v0.2.0

func NewRecordingFileAddedEventAllOf(type_ string, filename string, fileSnapshot string) *RecordingFileAddedEventAllOf

NewRecordingFileAddedEventAllOf instantiates a new RecordingFileAddedEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingFileAddedEventAllOfWithDefaults ¶ added in v0.2.0

func NewRecordingFileAddedEventAllOfWithDefaults() *RecordingFileAddedEventAllOf

NewRecordingFileAddedEventAllOfWithDefaults instantiates a new RecordingFileAddedEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingFileAddedEventAllOf) GetFileSnapshot ¶ added in v0.2.0

func (o *RecordingFileAddedEventAllOf) GetFileSnapshot() string

GetFileSnapshot returns the FileSnapshot field value

func (*RecordingFileAddedEventAllOf) GetFileSnapshotOk ¶ added in v0.2.0

func (o *RecordingFileAddedEventAllOf) GetFileSnapshotOk() (*string, bool)

GetFileSnapshotOk returns a tuple with the FileSnapshot field value and a boolean to check if the value has been set.

func (*RecordingFileAddedEventAllOf) GetFilename ¶ added in v0.2.0

func (o *RecordingFileAddedEventAllOf) GetFilename() string

GetFilename returns the Filename field value

func (*RecordingFileAddedEventAllOf) GetFilenameOk ¶ added in v0.2.0

func (o *RecordingFileAddedEventAllOf) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*RecordingFileAddedEventAllOf) GetType ¶ added in v0.2.0

func (o *RecordingFileAddedEventAllOf) GetType() string

GetType returns the Type field value

func (*RecordingFileAddedEventAllOf) GetTypeOk ¶ added in v0.2.0

func (o *RecordingFileAddedEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RecordingFileAddedEventAllOf) MarshalJSON ¶ added in v0.2.0

func (o RecordingFileAddedEventAllOf) MarshalJSON() ([]byte, error)

func (*RecordingFileAddedEventAllOf) SetFileSnapshot ¶ added in v0.2.0

func (o *RecordingFileAddedEventAllOf) SetFileSnapshot(v string)

SetFileSnapshot sets field value

func (*RecordingFileAddedEventAllOf) SetFilename ¶ added in v0.2.0

func (o *RecordingFileAddedEventAllOf) SetFilename(v string)

SetFilename sets field value

func (*RecordingFileAddedEventAllOf) SetType ¶ added in v0.2.0

func (o *RecordingFileAddedEventAllOf) SetType(v string)

SetType sets field value

func (RecordingFileAddedEventAllOf) ToMap ¶ added in v0.2.0

func (o RecordingFileAddedEventAllOf) ToMap() (map[string]interface{}, error)

type RecordingFileChangedEvent ¶ added in v0.2.0

type RecordingFileChangedEvent struct {
	Type string `json:"type"`
	// When the event happened
	Timestamp time.Time `json:"timestamp"`
	// Optionally, provide the source of the event. GitBook may use this to improve the generated content.
	Source   *string                  `json:"source,omitempty"`
	Actor    *BaseRecordingEventActor `json:"actor,omitempty"`
	Filename string                   `json:"filename"`
	FileDiff string                   `json:"fileDiff"`
}

RecordingFileChangedEvent struct for RecordingFileChangedEvent

func NewRecordingFileChangedEvent ¶ added in v0.2.0

func NewRecordingFileChangedEvent(type_ string, timestamp time.Time, filename string, fileDiff string) *RecordingFileChangedEvent

NewRecordingFileChangedEvent instantiates a new RecordingFileChangedEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingFileChangedEventWithDefaults ¶ added in v0.2.0

func NewRecordingFileChangedEventWithDefaults() *RecordingFileChangedEvent

NewRecordingFileChangedEventWithDefaults instantiates a new RecordingFileChangedEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingFileChangedEvent) GetActor ¶ added in v0.2.0

GetActor returns the Actor field value if set, zero value otherwise.

func (*RecordingFileChangedEvent) GetActorOk ¶ added in v0.2.0

GetActorOk returns a tuple with the Actor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingFileChangedEvent) GetFileDiff ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) GetFileDiff() string

GetFileDiff returns the FileDiff field value

func (*RecordingFileChangedEvent) GetFileDiffOk ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) GetFileDiffOk() (*string, bool)

GetFileDiffOk returns a tuple with the FileDiff field value and a boolean to check if the value has been set.

func (*RecordingFileChangedEvent) GetFilename ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) GetFilename() string

GetFilename returns the Filename field value

func (*RecordingFileChangedEvent) GetFilenameOk ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*RecordingFileChangedEvent) GetSource ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*RecordingFileChangedEvent) GetSourceOk ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingFileChangedEvent) GetTimestamp ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value

func (*RecordingFileChangedEvent) GetTimestampOk ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (*RecordingFileChangedEvent) GetType ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) GetType() string

GetType returns the Type field value

func (*RecordingFileChangedEvent) GetTypeOk ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RecordingFileChangedEvent) HasActor ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) HasActor() bool

HasActor returns a boolean if a field has been set.

func (*RecordingFileChangedEvent) HasSource ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) HasSource() bool

HasSource returns a boolean if a field has been set.

func (RecordingFileChangedEvent) MarshalJSON ¶ added in v0.2.0

func (o RecordingFileChangedEvent) MarshalJSON() ([]byte, error)

func (*RecordingFileChangedEvent) SetActor ¶ added in v0.2.0

SetActor gets a reference to the given BaseRecordingEventActor and assigns it to the Actor field.

func (*RecordingFileChangedEvent) SetFileDiff ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) SetFileDiff(v string)

SetFileDiff sets field value

func (*RecordingFileChangedEvent) SetFilename ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) SetFilename(v string)

SetFilename sets field value

func (*RecordingFileChangedEvent) SetSource ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*RecordingFileChangedEvent) SetTimestamp ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) SetTimestamp(v time.Time)

SetTimestamp sets field value

func (*RecordingFileChangedEvent) SetType ¶ added in v0.2.0

func (o *RecordingFileChangedEvent) SetType(v string)

SetType sets field value

func (RecordingFileChangedEvent) ToMap ¶ added in v0.2.0

func (o RecordingFileChangedEvent) ToMap() (map[string]interface{}, error)

type RecordingFileChangedEventAllOf ¶ added in v0.2.0

type RecordingFileChangedEventAllOf struct {
	Type     string `json:"type"`
	Filename string `json:"filename"`
	FileDiff string `json:"fileDiff"`
}

RecordingFileChangedEventAllOf struct for RecordingFileChangedEventAllOf

func NewRecordingFileChangedEventAllOf ¶ added in v0.2.0

func NewRecordingFileChangedEventAllOf(type_ string, filename string, fileDiff string) *RecordingFileChangedEventAllOf

NewRecordingFileChangedEventAllOf instantiates a new RecordingFileChangedEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingFileChangedEventAllOfWithDefaults ¶ added in v0.2.0

func NewRecordingFileChangedEventAllOfWithDefaults() *RecordingFileChangedEventAllOf

NewRecordingFileChangedEventAllOfWithDefaults instantiates a new RecordingFileChangedEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingFileChangedEventAllOf) GetFileDiff ¶ added in v0.2.0

func (o *RecordingFileChangedEventAllOf) GetFileDiff() string

GetFileDiff returns the FileDiff field value

func (*RecordingFileChangedEventAllOf) GetFileDiffOk ¶ added in v0.2.0

func (o *RecordingFileChangedEventAllOf) GetFileDiffOk() (*string, bool)

GetFileDiffOk returns a tuple with the FileDiff field value and a boolean to check if the value has been set.

func (*RecordingFileChangedEventAllOf) GetFilename ¶ added in v0.2.0

func (o *RecordingFileChangedEventAllOf) GetFilename() string

GetFilename returns the Filename field value

func (*RecordingFileChangedEventAllOf) GetFilenameOk ¶ added in v0.2.0

func (o *RecordingFileChangedEventAllOf) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*RecordingFileChangedEventAllOf) GetType ¶ added in v0.2.0

GetType returns the Type field value

func (*RecordingFileChangedEventAllOf) GetTypeOk ¶ added in v0.2.0

func (o *RecordingFileChangedEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RecordingFileChangedEventAllOf) MarshalJSON ¶ added in v0.2.0

func (o RecordingFileChangedEventAllOf) MarshalJSON() ([]byte, error)

func (*RecordingFileChangedEventAllOf) SetFileDiff ¶ added in v0.2.0

func (o *RecordingFileChangedEventAllOf) SetFileDiff(v string)

SetFileDiff sets field value

func (*RecordingFileChangedEventAllOf) SetFilename ¶ added in v0.2.0

func (o *RecordingFileChangedEventAllOf) SetFilename(v string)

SetFilename sets field value

func (*RecordingFileChangedEventAllOf) SetType ¶ added in v0.2.0

func (o *RecordingFileChangedEventAllOf) SetType(v string)

SetType sets field value

func (RecordingFileChangedEventAllOf) ToMap ¶ added in v0.2.0

func (o RecordingFileChangedEventAllOf) ToMap() (map[string]interface{}, error)

type RecordingFileRemovedEvent ¶ added in v0.2.0

type RecordingFileRemovedEvent struct {
	Type string `json:"type"`
	// When the event happened
	Timestamp time.Time `json:"timestamp"`
	// Optionally, provide the source of the event. GitBook may use this to improve the generated content.
	Source       *string                  `json:"source,omitempty"`
	Actor        *BaseRecordingEventActor `json:"actor,omitempty"`
	Filename     string                   `json:"filename"`
	FileSnapshot string                   `json:"fileSnapshot"`
}

RecordingFileRemovedEvent struct for RecordingFileRemovedEvent

func NewRecordingFileRemovedEvent ¶ added in v0.2.0

func NewRecordingFileRemovedEvent(type_ string, timestamp time.Time, filename string, fileSnapshot string) *RecordingFileRemovedEvent

NewRecordingFileRemovedEvent instantiates a new RecordingFileRemovedEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingFileRemovedEventWithDefaults ¶ added in v0.2.0

func NewRecordingFileRemovedEventWithDefaults() *RecordingFileRemovedEvent

NewRecordingFileRemovedEventWithDefaults instantiates a new RecordingFileRemovedEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingFileRemovedEvent) GetActor ¶ added in v0.2.0

GetActor returns the Actor field value if set, zero value otherwise.

func (*RecordingFileRemovedEvent) GetActorOk ¶ added in v0.2.0

GetActorOk returns a tuple with the Actor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingFileRemovedEvent) GetFileSnapshot ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) GetFileSnapshot() string

GetFileSnapshot returns the FileSnapshot field value

func (*RecordingFileRemovedEvent) GetFileSnapshotOk ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) GetFileSnapshotOk() (*string, bool)

GetFileSnapshotOk returns a tuple with the FileSnapshot field value and a boolean to check if the value has been set.

func (*RecordingFileRemovedEvent) GetFilename ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) GetFilename() string

GetFilename returns the Filename field value

func (*RecordingFileRemovedEvent) GetFilenameOk ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*RecordingFileRemovedEvent) GetSource ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*RecordingFileRemovedEvent) GetSourceOk ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingFileRemovedEvent) GetTimestamp ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value

func (*RecordingFileRemovedEvent) GetTimestampOk ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (*RecordingFileRemovedEvent) GetType ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) GetType() string

GetType returns the Type field value

func (*RecordingFileRemovedEvent) GetTypeOk ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RecordingFileRemovedEvent) HasActor ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) HasActor() bool

HasActor returns a boolean if a field has been set.

func (*RecordingFileRemovedEvent) HasSource ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) HasSource() bool

HasSource returns a boolean if a field has been set.

func (RecordingFileRemovedEvent) MarshalJSON ¶ added in v0.2.0

func (o RecordingFileRemovedEvent) MarshalJSON() ([]byte, error)

func (*RecordingFileRemovedEvent) SetActor ¶ added in v0.2.0

SetActor gets a reference to the given BaseRecordingEventActor and assigns it to the Actor field.

func (*RecordingFileRemovedEvent) SetFileSnapshot ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) SetFileSnapshot(v string)

SetFileSnapshot sets field value

func (*RecordingFileRemovedEvent) SetFilename ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) SetFilename(v string)

SetFilename sets field value

func (*RecordingFileRemovedEvent) SetSource ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*RecordingFileRemovedEvent) SetTimestamp ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) SetTimestamp(v time.Time)

SetTimestamp sets field value

func (*RecordingFileRemovedEvent) SetType ¶ added in v0.2.0

func (o *RecordingFileRemovedEvent) SetType(v string)

SetType sets field value

func (RecordingFileRemovedEvent) ToMap ¶ added in v0.2.0

func (o RecordingFileRemovedEvent) ToMap() (map[string]interface{}, error)

type RecordingFileRemovedEventAllOf ¶ added in v0.2.0

type RecordingFileRemovedEventAllOf struct {
	Type         string `json:"type"`
	Filename     string `json:"filename"`
	FileSnapshot string `json:"fileSnapshot"`
}

RecordingFileRemovedEventAllOf struct for RecordingFileRemovedEventAllOf

func NewRecordingFileRemovedEventAllOf ¶ added in v0.2.0

func NewRecordingFileRemovedEventAllOf(type_ string, filename string, fileSnapshot string) *RecordingFileRemovedEventAllOf

NewRecordingFileRemovedEventAllOf instantiates a new RecordingFileRemovedEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingFileRemovedEventAllOfWithDefaults ¶ added in v0.2.0

func NewRecordingFileRemovedEventAllOfWithDefaults() *RecordingFileRemovedEventAllOf

NewRecordingFileRemovedEventAllOfWithDefaults instantiates a new RecordingFileRemovedEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingFileRemovedEventAllOf) GetFileSnapshot ¶ added in v0.2.0

func (o *RecordingFileRemovedEventAllOf) GetFileSnapshot() string

GetFileSnapshot returns the FileSnapshot field value

func (*RecordingFileRemovedEventAllOf) GetFileSnapshotOk ¶ added in v0.2.0

func (o *RecordingFileRemovedEventAllOf) GetFileSnapshotOk() (*string, bool)

GetFileSnapshotOk returns a tuple with the FileSnapshot field value and a boolean to check if the value has been set.

func (*RecordingFileRemovedEventAllOf) GetFilename ¶ added in v0.2.0

func (o *RecordingFileRemovedEventAllOf) GetFilename() string

GetFilename returns the Filename field value

func (*RecordingFileRemovedEventAllOf) GetFilenameOk ¶ added in v0.2.0

func (o *RecordingFileRemovedEventAllOf) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value and a boolean to check if the value has been set.

func (*RecordingFileRemovedEventAllOf) GetType ¶ added in v0.2.0

GetType returns the Type field value

func (*RecordingFileRemovedEventAllOf) GetTypeOk ¶ added in v0.2.0

func (o *RecordingFileRemovedEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RecordingFileRemovedEventAllOf) MarshalJSON ¶ added in v0.2.0

func (o RecordingFileRemovedEventAllOf) MarshalJSON() ([]byte, error)

func (*RecordingFileRemovedEventAllOf) SetFileSnapshot ¶ added in v0.2.0

func (o *RecordingFileRemovedEventAllOf) SetFileSnapshot(v string)

SetFileSnapshot sets field value

func (*RecordingFileRemovedEventAllOf) SetFilename ¶ added in v0.2.0

func (o *RecordingFileRemovedEventAllOf) SetFilename(v string)

SetFilename sets field value

func (*RecordingFileRemovedEventAllOf) SetType ¶ added in v0.2.0

func (o *RecordingFileRemovedEventAllOf) SetType(v string)

SetType sets field value

func (RecordingFileRemovedEventAllOf) ToMap ¶ added in v0.2.0

func (o RecordingFileRemovedEventAllOf) ToMap() (map[string]interface{}, error)

type RecordingOutput ¶ added in v0.2.0

type RecordingOutput struct {
	// URL of the generated page
	Url   string               `json:"url"`
	Space Space                `json:"space"`
	Page  RevisionPageDocument `json:"page"`
}

RecordingOutput struct for RecordingOutput

func NewRecordingOutput ¶ added in v0.2.0

func NewRecordingOutput(url string, space Space, page RevisionPageDocument) *RecordingOutput

NewRecordingOutput instantiates a new RecordingOutput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingOutputWithDefaults ¶ added in v0.2.0

func NewRecordingOutputWithDefaults() *RecordingOutput

NewRecordingOutputWithDefaults instantiates a new RecordingOutput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingOutput) GetPage ¶ added in v0.2.0

GetPage returns the Page field value

func (*RecordingOutput) GetPageOk ¶ added in v0.2.0

func (o *RecordingOutput) GetPageOk() (*RevisionPageDocument, bool)

GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.

func (*RecordingOutput) GetSpace ¶ added in v0.2.0

func (o *RecordingOutput) GetSpace() Space

GetSpace returns the Space field value

func (*RecordingOutput) GetSpaceOk ¶ added in v0.2.0

func (o *RecordingOutput) GetSpaceOk() (*Space, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (*RecordingOutput) GetUrl ¶ added in v0.2.0

func (o *RecordingOutput) GetUrl() string

GetUrl returns the Url field value

func (*RecordingOutput) GetUrlOk ¶ added in v0.2.0

func (o *RecordingOutput) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (RecordingOutput) MarshalJSON ¶ added in v0.2.0

func (o RecordingOutput) MarshalJSON() ([]byte, error)

func (*RecordingOutput) SetPage ¶ added in v0.2.0

func (o *RecordingOutput) SetPage(v RevisionPageDocument)

SetPage sets field value

func (*RecordingOutput) SetSpace ¶ added in v0.2.0

func (o *RecordingOutput) SetSpace(v Space)

SetSpace sets field value

func (*RecordingOutput) SetUrl ¶ added in v0.2.0

func (o *RecordingOutput) SetUrl(v string)

SetUrl sets field value

func (RecordingOutput) ToMap ¶ added in v0.2.0

func (o RecordingOutput) ToMap() (map[string]interface{}, error)

type RecordingSpeechEvent ¶ added in v0.2.0

type RecordingSpeechEvent struct {
	Type string `json:"type"`
	// When the event happened
	Timestamp time.Time `json:"timestamp"`
	// Optionally, provide the source of the event. GitBook may use this to improve the generated content.
	Source *string                  `json:"source,omitempty"`
	Actor  *BaseRecordingEventActor `json:"actor,omitempty"`
	// WAV audio file, encoded as base64
	Audio string `json:"audio"`
	// Transcript of the speech
	Transcript string `json:"transcript"`
}

RecordingSpeechEvent struct for RecordingSpeechEvent

func NewRecordingSpeechEvent ¶ added in v0.2.0

func NewRecordingSpeechEvent(type_ string, timestamp time.Time, audio string, transcript string) *RecordingSpeechEvent

NewRecordingSpeechEvent instantiates a new RecordingSpeechEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingSpeechEventWithDefaults ¶ added in v0.2.0

func NewRecordingSpeechEventWithDefaults() *RecordingSpeechEvent

NewRecordingSpeechEventWithDefaults instantiates a new RecordingSpeechEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingSpeechEvent) GetActor ¶ added in v0.2.0

GetActor returns the Actor field value if set, zero value otherwise.

func (*RecordingSpeechEvent) GetActorOk ¶ added in v0.2.0

GetActorOk returns a tuple with the Actor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingSpeechEvent) GetAudio ¶ added in v0.2.0

func (o *RecordingSpeechEvent) GetAudio() string

GetAudio returns the Audio field value

func (*RecordingSpeechEvent) GetAudioOk ¶ added in v0.2.0

func (o *RecordingSpeechEvent) GetAudioOk() (*string, bool)

GetAudioOk returns a tuple with the Audio field value and a boolean to check if the value has been set.

func (*RecordingSpeechEvent) GetSource ¶ added in v0.2.0

func (o *RecordingSpeechEvent) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*RecordingSpeechEvent) GetSourceOk ¶ added in v0.2.0

func (o *RecordingSpeechEvent) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingSpeechEvent) GetTimestamp ¶ added in v0.2.0

func (o *RecordingSpeechEvent) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value

func (*RecordingSpeechEvent) GetTimestampOk ¶ added in v0.2.0

func (o *RecordingSpeechEvent) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (*RecordingSpeechEvent) GetTranscript ¶ added in v0.2.0

func (o *RecordingSpeechEvent) GetTranscript() string

GetTranscript returns the Transcript field value

func (*RecordingSpeechEvent) GetTranscriptOk ¶ added in v0.2.0

func (o *RecordingSpeechEvent) GetTranscriptOk() (*string, bool)

GetTranscriptOk returns a tuple with the Transcript field value and a boolean to check if the value has been set.

func (*RecordingSpeechEvent) GetType ¶ added in v0.2.0

func (o *RecordingSpeechEvent) GetType() string

GetType returns the Type field value

func (*RecordingSpeechEvent) GetTypeOk ¶ added in v0.2.0

func (o *RecordingSpeechEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RecordingSpeechEvent) HasActor ¶ added in v0.2.0

func (o *RecordingSpeechEvent) HasActor() bool

HasActor returns a boolean if a field has been set.

func (*RecordingSpeechEvent) HasSource ¶ added in v0.2.0

func (o *RecordingSpeechEvent) HasSource() bool

HasSource returns a boolean if a field has been set.

func (RecordingSpeechEvent) MarshalJSON ¶ added in v0.2.0

func (o RecordingSpeechEvent) MarshalJSON() ([]byte, error)

func (*RecordingSpeechEvent) SetActor ¶ added in v0.2.0

SetActor gets a reference to the given BaseRecordingEventActor and assigns it to the Actor field.

func (*RecordingSpeechEvent) SetAudio ¶ added in v0.2.0

func (o *RecordingSpeechEvent) SetAudio(v string)

SetAudio sets field value

func (*RecordingSpeechEvent) SetSource ¶ added in v0.2.0

func (o *RecordingSpeechEvent) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*RecordingSpeechEvent) SetTimestamp ¶ added in v0.2.0

func (o *RecordingSpeechEvent) SetTimestamp(v time.Time)

SetTimestamp sets field value

func (*RecordingSpeechEvent) SetTranscript ¶ added in v0.2.0

func (o *RecordingSpeechEvent) SetTranscript(v string)

SetTranscript sets field value

func (*RecordingSpeechEvent) SetType ¶ added in v0.2.0

func (o *RecordingSpeechEvent) SetType(v string)

SetType sets field value

func (RecordingSpeechEvent) ToMap ¶ added in v0.2.0

func (o RecordingSpeechEvent) ToMap() (map[string]interface{}, error)

type RecordingSpeechEventAllOf ¶ added in v0.2.0

type RecordingSpeechEventAllOf struct {
	Type string `json:"type"`
}

RecordingSpeechEventAllOf struct for RecordingSpeechEventAllOf

func NewRecordingSpeechEventAllOf ¶ added in v0.2.0

func NewRecordingSpeechEventAllOf(type_ string) *RecordingSpeechEventAllOf

NewRecordingSpeechEventAllOf instantiates a new RecordingSpeechEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingSpeechEventAllOfWithDefaults ¶ added in v0.2.0

func NewRecordingSpeechEventAllOfWithDefaults() *RecordingSpeechEventAllOf

NewRecordingSpeechEventAllOfWithDefaults instantiates a new RecordingSpeechEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingSpeechEventAllOf) GetType ¶ added in v0.2.0

func (o *RecordingSpeechEventAllOf) GetType() string

GetType returns the Type field value

func (*RecordingSpeechEventAllOf) GetTypeOk ¶ added in v0.2.0

func (o *RecordingSpeechEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RecordingSpeechEventAllOf) MarshalJSON ¶ added in v0.2.0

func (o RecordingSpeechEventAllOf) MarshalJSON() ([]byte, error)

func (*RecordingSpeechEventAllOf) SetType ¶ added in v0.2.0

func (o *RecordingSpeechEventAllOf) SetType(v string)

SetType sets field value

func (RecordingSpeechEventAllOf) ToMap ¶ added in v0.2.0

func (o RecordingSpeechEventAllOf) ToMap() (map[string]interface{}, error)

type RecordingTerminalCommandEvent ¶ added in v0.2.0

type RecordingTerminalCommandEvent struct {
	Type string `json:"type"`
	// When the event happened
	Timestamp time.Time `json:"timestamp"`
	// Optionally, provide the source of the event. GitBook may use this to improve the generated content.
	Source  *string                  `json:"source,omitempty"`
	Actor   *BaseRecordingEventActor `json:"actor,omitempty"`
	Command string                   `json:"command"`
	Stdout  string                   `json:"stdout"`
}

RecordingTerminalCommandEvent struct for RecordingTerminalCommandEvent

func NewRecordingTerminalCommandEvent ¶ added in v0.2.0

func NewRecordingTerminalCommandEvent(type_ string, timestamp time.Time, command string, stdout string) *RecordingTerminalCommandEvent

NewRecordingTerminalCommandEvent instantiates a new RecordingTerminalCommandEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingTerminalCommandEventWithDefaults ¶ added in v0.2.0

func NewRecordingTerminalCommandEventWithDefaults() *RecordingTerminalCommandEvent

NewRecordingTerminalCommandEventWithDefaults instantiates a new RecordingTerminalCommandEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingTerminalCommandEvent) GetActor ¶ added in v0.2.0

GetActor returns the Actor field value if set, zero value otherwise.

func (*RecordingTerminalCommandEvent) GetActorOk ¶ added in v0.2.0

GetActorOk returns a tuple with the Actor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingTerminalCommandEvent) GetCommand ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) GetCommand() string

GetCommand returns the Command field value

func (*RecordingTerminalCommandEvent) GetCommandOk ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) GetCommandOk() (*string, bool)

GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.

func (*RecordingTerminalCommandEvent) GetSource ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*RecordingTerminalCommandEvent) GetSourceOk ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingTerminalCommandEvent) GetStdout ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) GetStdout() string

GetStdout returns the Stdout field value

func (*RecordingTerminalCommandEvent) GetStdoutOk ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) GetStdoutOk() (*string, bool)

GetStdoutOk returns a tuple with the Stdout field value and a boolean to check if the value has been set.

func (*RecordingTerminalCommandEvent) GetTimestamp ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value

func (*RecordingTerminalCommandEvent) GetTimestampOk ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (*RecordingTerminalCommandEvent) GetType ¶ added in v0.2.0

GetType returns the Type field value

func (*RecordingTerminalCommandEvent) GetTypeOk ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RecordingTerminalCommandEvent) HasActor ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) HasActor() bool

HasActor returns a boolean if a field has been set.

func (*RecordingTerminalCommandEvent) HasSource ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) HasSource() bool

HasSource returns a boolean if a field has been set.

func (RecordingTerminalCommandEvent) MarshalJSON ¶ added in v0.2.0

func (o RecordingTerminalCommandEvent) MarshalJSON() ([]byte, error)

func (*RecordingTerminalCommandEvent) SetActor ¶ added in v0.2.0

SetActor gets a reference to the given BaseRecordingEventActor and assigns it to the Actor field.

func (*RecordingTerminalCommandEvent) SetCommand ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) SetCommand(v string)

SetCommand sets field value

func (*RecordingTerminalCommandEvent) SetSource ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*RecordingTerminalCommandEvent) SetStdout ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) SetStdout(v string)

SetStdout sets field value

func (*RecordingTerminalCommandEvent) SetTimestamp ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) SetTimestamp(v time.Time)

SetTimestamp sets field value

func (*RecordingTerminalCommandEvent) SetType ¶ added in v0.2.0

func (o *RecordingTerminalCommandEvent) SetType(v string)

SetType sets field value

func (RecordingTerminalCommandEvent) ToMap ¶ added in v0.2.0

func (o RecordingTerminalCommandEvent) ToMap() (map[string]interface{}, error)

type RecordingTerminalCommandEventAllOf ¶ added in v0.2.0

type RecordingTerminalCommandEventAllOf struct {
	Type    string `json:"type"`
	Command string `json:"command"`
	Stdout  string `json:"stdout"`
}

RecordingTerminalCommandEventAllOf struct for RecordingTerminalCommandEventAllOf

func NewRecordingTerminalCommandEventAllOf ¶ added in v0.2.0

func NewRecordingTerminalCommandEventAllOf(type_ string, command string, stdout string) *RecordingTerminalCommandEventAllOf

NewRecordingTerminalCommandEventAllOf instantiates a new RecordingTerminalCommandEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingTerminalCommandEventAllOfWithDefaults ¶ added in v0.2.0

func NewRecordingTerminalCommandEventAllOfWithDefaults() *RecordingTerminalCommandEventAllOf

NewRecordingTerminalCommandEventAllOfWithDefaults instantiates a new RecordingTerminalCommandEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingTerminalCommandEventAllOf) GetCommand ¶ added in v0.2.0

GetCommand returns the Command field value

func (*RecordingTerminalCommandEventAllOf) GetCommandOk ¶ added in v0.2.0

func (o *RecordingTerminalCommandEventAllOf) GetCommandOk() (*string, bool)

GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.

func (*RecordingTerminalCommandEventAllOf) GetStdout ¶ added in v0.2.0

GetStdout returns the Stdout field value

func (*RecordingTerminalCommandEventAllOf) GetStdoutOk ¶ added in v0.2.0

func (o *RecordingTerminalCommandEventAllOf) GetStdoutOk() (*string, bool)

GetStdoutOk returns a tuple with the Stdout field value and a boolean to check if the value has been set.

func (*RecordingTerminalCommandEventAllOf) GetType ¶ added in v0.2.0

GetType returns the Type field value

func (*RecordingTerminalCommandEventAllOf) GetTypeOk ¶ added in v0.2.0

func (o *RecordingTerminalCommandEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RecordingTerminalCommandEventAllOf) MarshalJSON ¶ added in v0.2.0

func (o RecordingTerminalCommandEventAllOf) MarshalJSON() ([]byte, error)

func (*RecordingTerminalCommandEventAllOf) SetCommand ¶ added in v0.2.0

func (o *RecordingTerminalCommandEventAllOf) SetCommand(v string)

SetCommand sets field value

func (*RecordingTerminalCommandEventAllOf) SetStdout ¶ added in v0.2.0

SetStdout sets field value

func (*RecordingTerminalCommandEventAllOf) SetType ¶ added in v0.2.0

SetType sets field value

func (RecordingTerminalCommandEventAllOf) ToMap ¶ added in v0.2.0

func (o RecordingTerminalCommandEventAllOf) ToMap() (map[string]interface{}, error)

type RecordingThreadMessageEvent ¶ added in v0.2.0

type RecordingThreadMessageEvent struct {
	Type string `json:"type"`
	// When the event happened
	Timestamp time.Time `json:"timestamp"`
	// Optionally, provide the source of the event. GitBook may use this to improve the generated content.
	Source  *string                  `json:"source,omitempty"`
	Actor   *BaseRecordingEventActor `json:"actor,omitempty"`
	IsFirst *bool                    `json:"isFirst,omitempty"`
	Text    string                   `json:"text"`
}

RecordingThreadMessageEvent struct for RecordingThreadMessageEvent

func NewRecordingThreadMessageEvent ¶ added in v0.2.0

func NewRecordingThreadMessageEvent(type_ string, timestamp time.Time, text string) *RecordingThreadMessageEvent

NewRecordingThreadMessageEvent instantiates a new RecordingThreadMessageEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingThreadMessageEventWithDefaults ¶ added in v0.2.0

func NewRecordingThreadMessageEventWithDefaults() *RecordingThreadMessageEvent

NewRecordingThreadMessageEventWithDefaults instantiates a new RecordingThreadMessageEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingThreadMessageEvent) GetActor ¶ added in v0.2.0

GetActor returns the Actor field value if set, zero value otherwise.

func (*RecordingThreadMessageEvent) GetActorOk ¶ added in v0.2.0

GetActorOk returns a tuple with the Actor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingThreadMessageEvent) GetIsFirst ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) GetIsFirst() bool

GetIsFirst returns the IsFirst field value if set, zero value otherwise.

func (*RecordingThreadMessageEvent) GetIsFirstOk ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) GetIsFirstOk() (*bool, bool)

GetIsFirstOk returns a tuple with the IsFirst field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingThreadMessageEvent) GetSource ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) GetSource() string

GetSource returns the Source field value if set, zero value otherwise.

func (*RecordingThreadMessageEvent) GetSourceOk ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingThreadMessageEvent) GetText ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) GetText() string

GetText returns the Text field value

func (*RecordingThreadMessageEvent) GetTextOk ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field value and a boolean to check if the value has been set.

func (*RecordingThreadMessageEvent) GetTimestamp ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value

func (*RecordingThreadMessageEvent) GetTimestampOk ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.

func (*RecordingThreadMessageEvent) GetType ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) GetType() string

GetType returns the Type field value

func (*RecordingThreadMessageEvent) GetTypeOk ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RecordingThreadMessageEvent) HasActor ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) HasActor() bool

HasActor returns a boolean if a field has been set.

func (*RecordingThreadMessageEvent) HasIsFirst ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) HasIsFirst() bool

HasIsFirst returns a boolean if a field has been set.

func (*RecordingThreadMessageEvent) HasSource ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) HasSource() bool

HasSource returns a boolean if a field has been set.

func (RecordingThreadMessageEvent) MarshalJSON ¶ added in v0.2.0

func (o RecordingThreadMessageEvent) MarshalJSON() ([]byte, error)

func (*RecordingThreadMessageEvent) SetActor ¶ added in v0.2.0

SetActor gets a reference to the given BaseRecordingEventActor and assigns it to the Actor field.

func (*RecordingThreadMessageEvent) SetIsFirst ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) SetIsFirst(v bool)

SetIsFirst gets a reference to the given bool and assigns it to the IsFirst field.

func (*RecordingThreadMessageEvent) SetSource ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) SetSource(v string)

SetSource gets a reference to the given string and assigns it to the Source field.

func (*RecordingThreadMessageEvent) SetText ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) SetText(v string)

SetText sets field value

func (*RecordingThreadMessageEvent) SetTimestamp ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) SetTimestamp(v time.Time)

SetTimestamp sets field value

func (*RecordingThreadMessageEvent) SetType ¶ added in v0.2.0

func (o *RecordingThreadMessageEvent) SetType(v string)

SetType sets field value

func (RecordingThreadMessageEvent) ToMap ¶ added in v0.2.0

func (o RecordingThreadMessageEvent) ToMap() (map[string]interface{}, error)

type RecordingThreadMessageEventAllOf ¶ added in v0.2.0

type RecordingThreadMessageEventAllOf struct {
	Type    string `json:"type"`
	IsFirst *bool  `json:"isFirst,omitempty"`
	Text    string `json:"text"`
}

RecordingThreadMessageEventAllOf struct for RecordingThreadMessageEventAllOf

func NewRecordingThreadMessageEventAllOf ¶ added in v0.2.0

func NewRecordingThreadMessageEventAllOf(type_ string, text string) *RecordingThreadMessageEventAllOf

NewRecordingThreadMessageEventAllOf instantiates a new RecordingThreadMessageEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingThreadMessageEventAllOfWithDefaults ¶ added in v0.2.0

func NewRecordingThreadMessageEventAllOfWithDefaults() *RecordingThreadMessageEventAllOf

NewRecordingThreadMessageEventAllOfWithDefaults instantiates a new RecordingThreadMessageEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingThreadMessageEventAllOf) GetIsFirst ¶ added in v0.2.0

func (o *RecordingThreadMessageEventAllOf) GetIsFirst() bool

GetIsFirst returns the IsFirst field value if set, zero value otherwise.

func (*RecordingThreadMessageEventAllOf) GetIsFirstOk ¶ added in v0.2.0

func (o *RecordingThreadMessageEventAllOf) GetIsFirstOk() (*bool, bool)

GetIsFirstOk returns a tuple with the IsFirst field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RecordingThreadMessageEventAllOf) GetText ¶ added in v0.2.0

GetText returns the Text field value

func (*RecordingThreadMessageEventAllOf) GetTextOk ¶ added in v0.2.0

func (o *RecordingThreadMessageEventAllOf) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field value and a boolean to check if the value has been set.

func (*RecordingThreadMessageEventAllOf) GetType ¶ added in v0.2.0

GetType returns the Type field value

func (*RecordingThreadMessageEventAllOf) GetTypeOk ¶ added in v0.2.0

func (o *RecordingThreadMessageEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RecordingThreadMessageEventAllOf) HasIsFirst ¶ added in v0.2.0

func (o *RecordingThreadMessageEventAllOf) HasIsFirst() bool

HasIsFirst returns a boolean if a field has been set.

func (RecordingThreadMessageEventAllOf) MarshalJSON ¶ added in v0.2.0

func (o RecordingThreadMessageEventAllOf) MarshalJSON() ([]byte, error)

func (*RecordingThreadMessageEventAllOf) SetIsFirst ¶ added in v0.2.0

func (o *RecordingThreadMessageEventAllOf) SetIsFirst(v bool)

SetIsFirst gets a reference to the given bool and assigns it to the IsFirst field.

func (*RecordingThreadMessageEventAllOf) SetText ¶ added in v0.2.0

SetText sets field value

func (*RecordingThreadMessageEventAllOf) SetType ¶ added in v0.2.0

SetType sets field value

func (RecordingThreadMessageEventAllOf) ToMap ¶ added in v0.2.0

func (o RecordingThreadMessageEventAllOf) ToMap() (map[string]interface{}, error)

type RecordingUrls ¶ added in v0.2.0

type RecordingUrls struct {
	// URL of the recording in the API
	Location string `json:"location"`
}

RecordingUrls URLs associated with the object

func NewRecordingUrls ¶ added in v0.2.0

func NewRecordingUrls(location string) *RecordingUrls

NewRecordingUrls instantiates a new RecordingUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRecordingUrlsWithDefaults ¶ added in v0.2.0

func NewRecordingUrlsWithDefaults() *RecordingUrls

NewRecordingUrlsWithDefaults instantiates a new RecordingUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RecordingUrls) GetLocation ¶ added in v0.2.0

func (o *RecordingUrls) GetLocation() string

GetLocation returns the Location field value

func (*RecordingUrls) GetLocationOk ¶ added in v0.2.0

func (o *RecordingUrls) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (RecordingUrls) MarshalJSON ¶ added in v0.2.0

func (o RecordingUrls) MarshalJSON() ([]byte, error)

func (*RecordingUrls) SetLocation ¶ added in v0.2.0

func (o *RecordingUrls) SetLocation(v string)

SetLocation sets field value

func (RecordingUrls) ToMap ¶ added in v0.2.0

func (o RecordingUrls) ToMap() (map[string]interface{}, error)

type RequestBlockUserContext ¶

type RequestBlockUserContext struct {
	Block bool `json:"block"`
}

RequestBlockUserContext The context to send when blocking/unblocking a user

func NewRequestBlockUserContext ¶

func NewRequestBlockUserContext(block bool) *RequestBlockUserContext

NewRequestBlockUserContext instantiates a new RequestBlockUserContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestBlockUserContextWithDefaults ¶

func NewRequestBlockUserContextWithDefaults() *RequestBlockUserContext

NewRequestBlockUserContextWithDefaults instantiates a new RequestBlockUserContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestBlockUserContext) GetBlock ¶

func (o *RequestBlockUserContext) GetBlock() bool

GetBlock returns the Block field value

func (*RequestBlockUserContext) GetBlockOk ¶

func (o *RequestBlockUserContext) GetBlockOk() (*bool, bool)

GetBlockOk returns a tuple with the Block field value and a boolean to check if the value has been set.

func (RequestBlockUserContext) MarshalJSON ¶

func (o RequestBlockUserContext) MarshalJSON() ([]byte, error)

func (*RequestBlockUserContext) SetBlock ¶

func (o *RequestBlockUserContext) SetBlock(v bool)

SetBlock sets field value

func (RequestBlockUserContext) ToMap ¶

func (o RequestBlockUserContext) ToMap() (map[string]interface{}, error)

type RequestCreateChangeRequest ¶

type RequestCreateChangeRequest struct {
	// Subject of the change-request
	Subject *string `json:"subject,omitempty"`
}

RequestCreateChangeRequest struct for RequestCreateChangeRequest

func NewRequestCreateChangeRequest ¶

func NewRequestCreateChangeRequest() *RequestCreateChangeRequest

NewRequestCreateChangeRequest instantiates a new RequestCreateChangeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestCreateChangeRequestWithDefaults ¶

func NewRequestCreateChangeRequestWithDefaults() *RequestCreateChangeRequest

NewRequestCreateChangeRequestWithDefaults instantiates a new RequestCreateChangeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestCreateChangeRequest) GetSubject ¶

func (o *RequestCreateChangeRequest) GetSubject() string

GetSubject returns the Subject field value if set, zero value otherwise.

func (*RequestCreateChangeRequest) GetSubjectOk ¶

func (o *RequestCreateChangeRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreateChangeRequest) HasSubject ¶

func (o *RequestCreateChangeRequest) HasSubject() bool

HasSubject returns a boolean if a field has been set.

func (RequestCreateChangeRequest) MarshalJSON ¶

func (o RequestCreateChangeRequest) MarshalJSON() ([]byte, error)

func (*RequestCreateChangeRequest) SetSubject ¶

func (o *RequestCreateChangeRequest) SetSubject(v string)

SetSubject gets a reference to the given string and assigns it to the Subject field.

func (RequestCreateChangeRequest) ToMap ¶

func (o RequestCreateChangeRequest) ToMap() (map[string]interface{}, error)

type RequestCreateOrganization ¶

type RequestCreateOrganization struct {
	// Name of the organization
	Title        string               `json:"title"`
	EmailDomains []string             `json:"emailDomains,omitempty"`
	Type         *OrganizationType    `json:"type,omitempty"`
	UseCase      *OrganizationUseCase `json:"useCase,omitempty"`
}

RequestCreateOrganization struct for RequestCreateOrganization

func NewRequestCreateOrganization ¶

func NewRequestCreateOrganization(title string) *RequestCreateOrganization

NewRequestCreateOrganization instantiates a new RequestCreateOrganization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestCreateOrganizationWithDefaults ¶

func NewRequestCreateOrganizationWithDefaults() *RequestCreateOrganization

NewRequestCreateOrganizationWithDefaults instantiates a new RequestCreateOrganization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestCreateOrganization) GetEmailDomains ¶

func (o *RequestCreateOrganization) GetEmailDomains() []string

GetEmailDomains returns the EmailDomains field value if set, zero value otherwise.

func (*RequestCreateOrganization) GetEmailDomainsOk ¶

func (o *RequestCreateOrganization) GetEmailDomainsOk() ([]string, bool)

GetEmailDomainsOk returns a tuple with the EmailDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreateOrganization) GetTitle ¶

func (o *RequestCreateOrganization) GetTitle() string

GetTitle returns the Title field value

func (*RequestCreateOrganization) GetTitleOk ¶

func (o *RequestCreateOrganization) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*RequestCreateOrganization) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestCreateOrganization) GetTypeOk ¶

func (o *RequestCreateOrganization) GetTypeOk() (*OrganizationType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreateOrganization) GetUseCase ¶

GetUseCase returns the UseCase field value if set, zero value otherwise.

func (*RequestCreateOrganization) GetUseCaseOk ¶

func (o *RequestCreateOrganization) GetUseCaseOk() (*OrganizationUseCase, bool)

GetUseCaseOk returns a tuple with the UseCase field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreateOrganization) HasEmailDomains ¶

func (o *RequestCreateOrganization) HasEmailDomains() bool

HasEmailDomains returns a boolean if a field has been set.

func (*RequestCreateOrganization) HasType ¶

func (o *RequestCreateOrganization) HasType() bool

HasType returns a boolean if a field has been set.

func (*RequestCreateOrganization) HasUseCase ¶

func (o *RequestCreateOrganization) HasUseCase() bool

HasUseCase returns a boolean if a field has been set.

func (RequestCreateOrganization) MarshalJSON ¶

func (o RequestCreateOrganization) MarshalJSON() ([]byte, error)

func (*RequestCreateOrganization) SetEmailDomains ¶

func (o *RequestCreateOrganization) SetEmailDomains(v []string)

SetEmailDomains gets a reference to the given []string and assigns it to the EmailDomains field.

func (*RequestCreateOrganization) SetTitle ¶

func (o *RequestCreateOrganization) SetTitle(v string)

SetTitle sets field value

func (*RequestCreateOrganization) SetType ¶

SetType gets a reference to the given OrganizationType and assigns it to the Type field.

func (*RequestCreateOrganization) SetUseCase ¶

SetUseCase gets a reference to the given OrganizationUseCase and assigns it to the UseCase field.

func (RequestCreateOrganization) ToMap ¶

func (o RequestCreateOrganization) ToMap() (map[string]interface{}, error)

type RequestCreateSpace ¶

type RequestCreateSpace struct {
	Title *string `json:"title,omitempty"`
	// Unicode codepoint or character of the emoji
	Emoji *string `json:"emoji,omitempty"`
	// Private spaces are no longer supported by GitBook.
	// Deprecated
	Private *bool      `json:"private,omitempty"`
	Type    *SpaceType `json:"type,omitempty"`
	// ID of a parent collection
	Parent *string `json:"parent,omitempty"`
}

RequestCreateSpace struct for RequestCreateSpace

func NewRequestCreateSpace ¶

func NewRequestCreateSpace() *RequestCreateSpace

NewRequestCreateSpace instantiates a new RequestCreateSpace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestCreateSpaceWithDefaults ¶

func NewRequestCreateSpaceWithDefaults() *RequestCreateSpace

NewRequestCreateSpaceWithDefaults instantiates a new RequestCreateSpace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestCreateSpace) GetEmoji ¶

func (o *RequestCreateSpace) GetEmoji() string

GetEmoji returns the Emoji field value if set, zero value otherwise.

func (*RequestCreateSpace) GetEmojiOk ¶

func (o *RequestCreateSpace) GetEmojiOk() (*string, bool)

GetEmojiOk returns a tuple with the Emoji field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreateSpace) GetParent ¶

func (o *RequestCreateSpace) GetParent() string

GetParent returns the Parent field value if set, zero value otherwise.

func (*RequestCreateSpace) GetParentOk ¶

func (o *RequestCreateSpace) GetParentOk() (*string, bool)

GetParentOk returns a tuple with the Parent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreateSpace) GetPrivate ¶

func (o *RequestCreateSpace) GetPrivate() bool

GetPrivate returns the Private field value if set, zero value otherwise. Deprecated

func (*RequestCreateSpace) GetPrivateOk ¶

func (o *RequestCreateSpace) GetPrivateOk() (*bool, bool)

GetPrivateOk returns a tuple with the Private field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*RequestCreateSpace) GetTitle ¶

func (o *RequestCreateSpace) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*RequestCreateSpace) GetTitleOk ¶

func (o *RequestCreateSpace) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreateSpace) GetType ¶

func (o *RequestCreateSpace) GetType() SpaceType

GetType returns the Type field value if set, zero value otherwise.

func (*RequestCreateSpace) GetTypeOk ¶

func (o *RequestCreateSpace) GetTypeOk() (*SpaceType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreateSpace) HasEmoji ¶

func (o *RequestCreateSpace) HasEmoji() bool

HasEmoji returns a boolean if a field has been set.

func (*RequestCreateSpace) HasParent ¶

func (o *RequestCreateSpace) HasParent() bool

HasParent returns a boolean if a field has been set.

func (*RequestCreateSpace) HasPrivate ¶

func (o *RequestCreateSpace) HasPrivate() bool

HasPrivate returns a boolean if a field has been set.

func (*RequestCreateSpace) HasTitle ¶

func (o *RequestCreateSpace) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*RequestCreateSpace) HasType ¶

func (o *RequestCreateSpace) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestCreateSpace) MarshalJSON ¶

func (o RequestCreateSpace) MarshalJSON() ([]byte, error)

func (*RequestCreateSpace) SetEmoji ¶

func (o *RequestCreateSpace) SetEmoji(v string)

SetEmoji gets a reference to the given string and assigns it to the Emoji field.

func (*RequestCreateSpace) SetParent ¶

func (o *RequestCreateSpace) SetParent(v string)

SetParent gets a reference to the given string and assigns it to the Parent field.

func (*RequestCreateSpace) SetPrivate ¶

func (o *RequestCreateSpace) SetPrivate(v bool)

SetPrivate gets a reference to the given bool and assigns it to the Private field. Deprecated

func (*RequestCreateSpace) SetTitle ¶

func (o *RequestCreateSpace) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*RequestCreateSpace) SetType ¶

func (o *RequestCreateSpace) SetType(v SpaceType)

SetType gets a reference to the given SpaceType and assigns it to the Type field.

func (RequestCreateSpace) ToMap ¶

func (o RequestCreateSpace) ToMap() (map[string]interface{}, error)

type RequestExportToGitRepository ¶

type RequestExportToGitRepository struct {
	// URL of the Git repository to export to. It can contain basic auth credentials.
	Url string `json:"url"`
	// Git ref to push the commit to in the format \"refs/heads/main\"
	Ref string `json:"ref"`
	// Message for the commit generated by the export
	CommitMessage string `json:"commitMessage"`
	// Unique identifier to use to cache the Git repository across multiple operations.
	RepoCacheID *string `json:"repoCacheID,omitempty"`
	// URL to use as a prefix for external file references.
	RepoTreeURL *string `json:"repoTreeURL,omitempty"`
	// URL to use as a prefix for the commit URL.
	RepoCommitURL *string `json:"repoCommitURL,omitempty"`
	// Path to a root directory for the project in the repository.
	RepoProjectDirectory *string                    `json:"repoProjectDirectory,omitempty"`
	Force                *bool                      `json:"force,omitempty"`
	GitInfo              *RequestUpdateSpaceGitInfo `json:"gitInfo,omitempty"`
}

RequestExportToGitRepository struct for RequestExportToGitRepository

func NewRequestExportToGitRepository ¶

func NewRequestExportToGitRepository(url string, ref string, commitMessage string) *RequestExportToGitRepository

NewRequestExportToGitRepository instantiates a new RequestExportToGitRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestExportToGitRepositoryWithDefaults ¶

func NewRequestExportToGitRepositoryWithDefaults() *RequestExportToGitRepository

NewRequestExportToGitRepositoryWithDefaults instantiates a new RequestExportToGitRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestExportToGitRepository) GetCommitMessage ¶

func (o *RequestExportToGitRepository) GetCommitMessage() string

GetCommitMessage returns the CommitMessage field value

func (*RequestExportToGitRepository) GetCommitMessageOk ¶

func (o *RequestExportToGitRepository) GetCommitMessageOk() (*string, bool)

GetCommitMessageOk returns a tuple with the CommitMessage field value and a boolean to check if the value has been set.

func (*RequestExportToGitRepository) GetForce ¶

func (o *RequestExportToGitRepository) GetForce() bool

GetForce returns the Force field value if set, zero value otherwise.

func (*RequestExportToGitRepository) GetForceOk ¶

func (o *RequestExportToGitRepository) GetForceOk() (*bool, bool)

GetForceOk returns a tuple with the Force field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestExportToGitRepository) GetGitInfo ¶

GetGitInfo returns the GitInfo field value if set, zero value otherwise.

func (*RequestExportToGitRepository) GetGitInfoOk ¶

GetGitInfoOk returns a tuple with the GitInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestExportToGitRepository) GetRef ¶

GetRef returns the Ref field value

func (*RequestExportToGitRepository) GetRefOk ¶

func (o *RequestExportToGitRepository) GetRefOk() (*string, bool)

GetRefOk returns a tuple with the Ref field value and a boolean to check if the value has been set.

func (*RequestExportToGitRepository) GetRepoCacheID ¶

func (o *RequestExportToGitRepository) GetRepoCacheID() string

GetRepoCacheID returns the RepoCacheID field value if set, zero value otherwise.

func (*RequestExportToGitRepository) GetRepoCacheIDOk ¶

func (o *RequestExportToGitRepository) GetRepoCacheIDOk() (*string, bool)

GetRepoCacheIDOk returns a tuple with the RepoCacheID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestExportToGitRepository) GetRepoCommitURL ¶

func (o *RequestExportToGitRepository) GetRepoCommitURL() string

GetRepoCommitURL returns the RepoCommitURL field value if set, zero value otherwise.

func (*RequestExportToGitRepository) GetRepoCommitURLOk ¶

func (o *RequestExportToGitRepository) GetRepoCommitURLOk() (*string, bool)

GetRepoCommitURLOk returns a tuple with the RepoCommitURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestExportToGitRepository) GetRepoProjectDirectory ¶

func (o *RequestExportToGitRepository) GetRepoProjectDirectory() string

GetRepoProjectDirectory returns the RepoProjectDirectory field value if set, zero value otherwise.

func (*RequestExportToGitRepository) GetRepoProjectDirectoryOk ¶

func (o *RequestExportToGitRepository) GetRepoProjectDirectoryOk() (*string, bool)

GetRepoProjectDirectoryOk returns a tuple with the RepoProjectDirectory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestExportToGitRepository) GetRepoTreeURL ¶

func (o *RequestExportToGitRepository) GetRepoTreeURL() string

GetRepoTreeURL returns the RepoTreeURL field value if set, zero value otherwise.

func (*RequestExportToGitRepository) GetRepoTreeURLOk ¶

func (o *RequestExportToGitRepository) GetRepoTreeURLOk() (*string, bool)

GetRepoTreeURLOk returns a tuple with the RepoTreeURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestExportToGitRepository) GetUrl ¶

GetUrl returns the Url field value

func (*RequestExportToGitRepository) GetUrlOk ¶

func (o *RequestExportToGitRepository) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*RequestExportToGitRepository) HasForce ¶

func (o *RequestExportToGitRepository) HasForce() bool

HasForce returns a boolean if a field has been set.

func (*RequestExportToGitRepository) HasGitInfo ¶

func (o *RequestExportToGitRepository) HasGitInfo() bool

HasGitInfo returns a boolean if a field has been set.

func (*RequestExportToGitRepository) HasRepoCacheID ¶

func (o *RequestExportToGitRepository) HasRepoCacheID() bool

HasRepoCacheID returns a boolean if a field has been set.

func (*RequestExportToGitRepository) HasRepoCommitURL ¶

func (o *RequestExportToGitRepository) HasRepoCommitURL() bool

HasRepoCommitURL returns a boolean if a field has been set.

func (*RequestExportToGitRepository) HasRepoProjectDirectory ¶

func (o *RequestExportToGitRepository) HasRepoProjectDirectory() bool

HasRepoProjectDirectory returns a boolean if a field has been set.

func (*RequestExportToGitRepository) HasRepoTreeURL ¶

func (o *RequestExportToGitRepository) HasRepoTreeURL() bool

HasRepoTreeURL returns a boolean if a field has been set.

func (RequestExportToGitRepository) MarshalJSON ¶

func (o RequestExportToGitRepository) MarshalJSON() ([]byte, error)

func (*RequestExportToGitRepository) SetCommitMessage ¶

func (o *RequestExportToGitRepository) SetCommitMessage(v string)

SetCommitMessage sets field value

func (*RequestExportToGitRepository) SetForce ¶

func (o *RequestExportToGitRepository) SetForce(v bool)

SetForce gets a reference to the given bool and assigns it to the Force field.

func (*RequestExportToGitRepository) SetGitInfo ¶

SetGitInfo gets a reference to the given RequestUpdateSpaceGitInfo and assigns it to the GitInfo field.

func (*RequestExportToGitRepository) SetRef ¶

func (o *RequestExportToGitRepository) SetRef(v string)

SetRef sets field value

func (*RequestExportToGitRepository) SetRepoCacheID ¶

func (o *RequestExportToGitRepository) SetRepoCacheID(v string)

SetRepoCacheID gets a reference to the given string and assigns it to the RepoCacheID field.

func (*RequestExportToGitRepository) SetRepoCommitURL ¶

func (o *RequestExportToGitRepository) SetRepoCommitURL(v string)

SetRepoCommitURL gets a reference to the given string and assigns it to the RepoCommitURL field.

func (*RequestExportToGitRepository) SetRepoProjectDirectory ¶

func (o *RequestExportToGitRepository) SetRepoProjectDirectory(v string)

SetRepoProjectDirectory gets a reference to the given string and assigns it to the RepoProjectDirectory field.

func (*RequestExportToGitRepository) SetRepoTreeURL ¶

func (o *RequestExportToGitRepository) SetRepoTreeURL(v string)

SetRepoTreeURL gets a reference to the given string and assigns it to the RepoTreeURL field.

func (*RequestExportToGitRepository) SetUrl ¶

func (o *RequestExportToGitRepository) SetUrl(v string)

SetUrl sets field value

func (RequestExportToGitRepository) ToMap ¶

func (o RequestExportToGitRepository) ToMap() (map[string]interface{}, error)

type RequestImportContent ¶

type RequestImportContent struct {
	// URL of the content to import.
	Url    string              `json:"url"`
	Source ImportContentSource `json:"source"`
}

RequestImportContent struct for RequestImportContent

func NewRequestImportContent ¶

func NewRequestImportContent(url string, source ImportContentSource) *RequestImportContent

NewRequestImportContent instantiates a new RequestImportContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestImportContentWithDefaults ¶

func NewRequestImportContentWithDefaults() *RequestImportContent

NewRequestImportContentWithDefaults instantiates a new RequestImportContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestImportContent) GetSource ¶

GetSource returns the Source field value

func (*RequestImportContent) GetSourceOk ¶

func (o *RequestImportContent) GetSourceOk() (*ImportContentSource, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*RequestImportContent) GetUrl ¶

func (o *RequestImportContent) GetUrl() string

GetUrl returns the Url field value

func (*RequestImportContent) GetUrlOk ¶

func (o *RequestImportContent) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (RequestImportContent) MarshalJSON ¶

func (o RequestImportContent) MarshalJSON() ([]byte, error)

func (*RequestImportContent) SetSource ¶

func (o *RequestImportContent) SetSource(v ImportContentSource)

SetSource sets field value

func (*RequestImportContent) SetUrl ¶

func (o *RequestImportContent) SetUrl(v string)

SetUrl sets field value

func (RequestImportContent) ToMap ¶

func (o RequestImportContent) ToMap() (map[string]interface{}, error)

type RequestImportGitRepository ¶

type RequestImportGitRepository struct {
	// URL of the Git repository to import. It can contain basic auth credentials.
	Url string `json:"url"`
	// Git ref to import in the format \"refs/heads/main\"
	Ref string `json:"ref"`
	// Unique identifier to use to cache the Git repository across multiple operations.
	RepoCacheID *string `json:"repoCacheID,omitempty"`
	// URL to use as a prefix for external file references.
	RepoTreeURL *string `json:"repoTreeURL,omitempty"`
	// URL to use as a prefix for the commit URL.
	RepoCommitURL *string `json:"repoCommitURL,omitempty"`
	// Path to a root directory for the project in the repository.
	RepoProjectDirectory *string `json:"repoProjectDirectory,omitempty"`
	Force                *bool   `json:"force,omitempty"`
	// If true, the import will generate a revision without updating the space primary content.
	Standalone *bool                      `json:"standalone,omitempty"`
	GitInfo    *RequestUpdateSpaceGitInfo `json:"gitInfo,omitempty"`
}

RequestImportGitRepository struct for RequestImportGitRepository

func NewRequestImportGitRepository ¶

func NewRequestImportGitRepository(url string, ref string) *RequestImportGitRepository

NewRequestImportGitRepository instantiates a new RequestImportGitRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestImportGitRepositoryWithDefaults ¶

func NewRequestImportGitRepositoryWithDefaults() *RequestImportGitRepository

NewRequestImportGitRepositoryWithDefaults instantiates a new RequestImportGitRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestImportGitRepository) GetForce ¶

func (o *RequestImportGitRepository) GetForce() bool

GetForce returns the Force field value if set, zero value otherwise.

func (*RequestImportGitRepository) GetForceOk ¶

func (o *RequestImportGitRepository) GetForceOk() (*bool, bool)

GetForceOk returns a tuple with the Force field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestImportGitRepository) GetGitInfo ¶

GetGitInfo returns the GitInfo field value if set, zero value otherwise.

func (*RequestImportGitRepository) GetGitInfoOk ¶

GetGitInfoOk returns a tuple with the GitInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestImportGitRepository) GetRef ¶

func (o *RequestImportGitRepository) GetRef() string

GetRef returns the Ref field value

func (*RequestImportGitRepository) GetRefOk ¶

func (o *RequestImportGitRepository) GetRefOk() (*string, bool)

GetRefOk returns a tuple with the Ref field value and a boolean to check if the value has been set.

func (*RequestImportGitRepository) GetRepoCacheID ¶

func (o *RequestImportGitRepository) GetRepoCacheID() string

GetRepoCacheID returns the RepoCacheID field value if set, zero value otherwise.

func (*RequestImportGitRepository) GetRepoCacheIDOk ¶

func (o *RequestImportGitRepository) GetRepoCacheIDOk() (*string, bool)

GetRepoCacheIDOk returns a tuple with the RepoCacheID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestImportGitRepository) GetRepoCommitURL ¶

func (o *RequestImportGitRepository) GetRepoCommitURL() string

GetRepoCommitURL returns the RepoCommitURL field value if set, zero value otherwise.

func (*RequestImportGitRepository) GetRepoCommitURLOk ¶

func (o *RequestImportGitRepository) GetRepoCommitURLOk() (*string, bool)

GetRepoCommitURLOk returns a tuple with the RepoCommitURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestImportGitRepository) GetRepoProjectDirectory ¶

func (o *RequestImportGitRepository) GetRepoProjectDirectory() string

GetRepoProjectDirectory returns the RepoProjectDirectory field value if set, zero value otherwise.

func (*RequestImportGitRepository) GetRepoProjectDirectoryOk ¶

func (o *RequestImportGitRepository) GetRepoProjectDirectoryOk() (*string, bool)

GetRepoProjectDirectoryOk returns a tuple with the RepoProjectDirectory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestImportGitRepository) GetRepoTreeURL ¶

func (o *RequestImportGitRepository) GetRepoTreeURL() string

GetRepoTreeURL returns the RepoTreeURL field value if set, zero value otherwise.

func (*RequestImportGitRepository) GetRepoTreeURLOk ¶

func (o *RequestImportGitRepository) GetRepoTreeURLOk() (*string, bool)

GetRepoTreeURLOk returns a tuple with the RepoTreeURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestImportGitRepository) GetStandalone ¶

func (o *RequestImportGitRepository) GetStandalone() bool

GetStandalone returns the Standalone field value if set, zero value otherwise.

func (*RequestImportGitRepository) GetStandaloneOk ¶

func (o *RequestImportGitRepository) GetStandaloneOk() (*bool, bool)

GetStandaloneOk returns a tuple with the Standalone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestImportGitRepository) GetUrl ¶

func (o *RequestImportGitRepository) GetUrl() string

GetUrl returns the Url field value

func (*RequestImportGitRepository) GetUrlOk ¶

func (o *RequestImportGitRepository) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*RequestImportGitRepository) HasForce ¶

func (o *RequestImportGitRepository) HasForce() bool

HasForce returns a boolean if a field has been set.

func (*RequestImportGitRepository) HasGitInfo ¶

func (o *RequestImportGitRepository) HasGitInfo() bool

HasGitInfo returns a boolean if a field has been set.

func (*RequestImportGitRepository) HasRepoCacheID ¶

func (o *RequestImportGitRepository) HasRepoCacheID() bool

HasRepoCacheID returns a boolean if a field has been set.

func (*RequestImportGitRepository) HasRepoCommitURL ¶

func (o *RequestImportGitRepository) HasRepoCommitURL() bool

HasRepoCommitURL returns a boolean if a field has been set.

func (*RequestImportGitRepository) HasRepoProjectDirectory ¶

func (o *RequestImportGitRepository) HasRepoProjectDirectory() bool

HasRepoProjectDirectory returns a boolean if a field has been set.

func (*RequestImportGitRepository) HasRepoTreeURL ¶

func (o *RequestImportGitRepository) HasRepoTreeURL() bool

HasRepoTreeURL returns a boolean if a field has been set.

func (*RequestImportGitRepository) HasStandalone ¶

func (o *RequestImportGitRepository) HasStandalone() bool

HasStandalone returns a boolean if a field has been set.

func (RequestImportGitRepository) MarshalJSON ¶

func (o RequestImportGitRepository) MarshalJSON() ([]byte, error)

func (*RequestImportGitRepository) SetForce ¶

func (o *RequestImportGitRepository) SetForce(v bool)

SetForce gets a reference to the given bool and assigns it to the Force field.

func (*RequestImportGitRepository) SetGitInfo ¶

SetGitInfo gets a reference to the given RequestUpdateSpaceGitInfo and assigns it to the GitInfo field.

func (*RequestImportGitRepository) SetRef ¶

func (o *RequestImportGitRepository) SetRef(v string)

SetRef sets field value

func (*RequestImportGitRepository) SetRepoCacheID ¶

func (o *RequestImportGitRepository) SetRepoCacheID(v string)

SetRepoCacheID gets a reference to the given string and assigns it to the RepoCacheID field.

func (*RequestImportGitRepository) SetRepoCommitURL ¶

func (o *RequestImportGitRepository) SetRepoCommitURL(v string)

SetRepoCommitURL gets a reference to the given string and assigns it to the RepoCommitURL field.

func (*RequestImportGitRepository) SetRepoProjectDirectory ¶

func (o *RequestImportGitRepository) SetRepoProjectDirectory(v string)

SetRepoProjectDirectory gets a reference to the given string and assigns it to the RepoProjectDirectory field.

func (*RequestImportGitRepository) SetRepoTreeURL ¶

func (o *RequestImportGitRepository) SetRepoTreeURL(v string)

SetRepoTreeURL gets a reference to the given string and assigns it to the RepoTreeURL field.

func (*RequestImportGitRepository) SetStandalone ¶

func (o *RequestImportGitRepository) SetStandalone(v bool)

SetStandalone gets a reference to the given bool and assigns it to the Standalone field.

func (*RequestImportGitRepository) SetUrl ¶

func (o *RequestImportGitRepository) SetUrl(v string)

SetUrl sets field value

func (RequestImportGitRepository) ToMap ¶

func (o RequestImportGitRepository) ToMap() (map[string]interface{}, error)

type RequestInviteUsersToOrganization ¶

type RequestInviteUsersToOrganization struct {
	Emails []RequestInviteUsersToOrganizationEmailsInner `json:"emails"`
	Role   *MemberRoleOrGuest                            `json:"role,omitempty"`
	// If true, invites the user as an SSO user of the organization. Defaults to false.
	Sso *bool `json:"sso,omitempty"`
}

RequestInviteUsersToOrganization struct for RequestInviteUsersToOrganization

func NewRequestInviteUsersToOrganization ¶

func NewRequestInviteUsersToOrganization(emails []RequestInviteUsersToOrganizationEmailsInner) *RequestInviteUsersToOrganization

NewRequestInviteUsersToOrganization instantiates a new RequestInviteUsersToOrganization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestInviteUsersToOrganizationWithDefaults ¶

func NewRequestInviteUsersToOrganizationWithDefaults() *RequestInviteUsersToOrganization

NewRequestInviteUsersToOrganizationWithDefaults instantiates a new RequestInviteUsersToOrganization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestInviteUsersToOrganization) GetEmails ¶

GetEmails returns the Emails field value

func (*RequestInviteUsersToOrganization) GetEmailsOk ¶

GetEmailsOk returns a tuple with the Emails field value and a boolean to check if the value has been set.

func (*RequestInviteUsersToOrganization) GetRole ¶

GetRole returns the Role field value if set, zero value otherwise.

func (*RequestInviteUsersToOrganization) GetRoleOk ¶

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestInviteUsersToOrganization) GetSso ¶

GetSso returns the Sso field value if set, zero value otherwise.

func (*RequestInviteUsersToOrganization) GetSsoOk ¶

func (o *RequestInviteUsersToOrganization) GetSsoOk() (*bool, bool)

GetSsoOk returns a tuple with the Sso field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestInviteUsersToOrganization) HasRole ¶

HasRole returns a boolean if a field has been set.

func (*RequestInviteUsersToOrganization) HasSso ¶

HasSso returns a boolean if a field has been set.

func (RequestInviteUsersToOrganization) MarshalJSON ¶

func (o RequestInviteUsersToOrganization) MarshalJSON() ([]byte, error)

func (*RequestInviteUsersToOrganization) SetEmails ¶

SetEmails sets field value

func (*RequestInviteUsersToOrganization) SetRole ¶

SetRole gets a reference to the given MemberRoleOrGuest and assigns it to the Role field.

func (*RequestInviteUsersToOrganization) SetSso ¶

SetSso gets a reference to the given bool and assigns it to the Sso field.

func (RequestInviteUsersToOrganization) ToMap ¶

func (o RequestInviteUsersToOrganization) ToMap() (map[string]interface{}, error)

type RequestInviteUsersToOrganizationEmailsInner ¶

type RequestInviteUsersToOrganizationEmailsInner struct {
	RequestInviteUsersToOrganizationEmailsInnerOneOf *RequestInviteUsersToOrganizationEmailsInnerOneOf
	String                                           *string
}

RequestInviteUsersToOrganizationEmailsInner - struct for RequestInviteUsersToOrganizationEmailsInner

func RequestInviteUsersToOrganizationEmailsInnerOneOfAsRequestInviteUsersToOrganizationEmailsInner ¶

func RequestInviteUsersToOrganizationEmailsInnerOneOfAsRequestInviteUsersToOrganizationEmailsInner(v *RequestInviteUsersToOrganizationEmailsInnerOneOf) RequestInviteUsersToOrganizationEmailsInner

RequestInviteUsersToOrganizationEmailsInnerOneOfAsRequestInviteUsersToOrganizationEmailsInner is a convenience function that returns RequestInviteUsersToOrganizationEmailsInnerOneOf wrapped in RequestInviteUsersToOrganizationEmailsInner

func StringAsRequestInviteUsersToOrganizationEmailsInner ¶

func StringAsRequestInviteUsersToOrganizationEmailsInner(v *string) RequestInviteUsersToOrganizationEmailsInner

stringAsRequestInviteUsersToOrganizationEmailsInner is a convenience function that returns string wrapped in RequestInviteUsersToOrganizationEmailsInner

func (*RequestInviteUsersToOrganizationEmailsInner) GetActualInstance ¶

func (obj *RequestInviteUsersToOrganizationEmailsInner) GetActualInstance() interface{}

Get the actual instance

func (RequestInviteUsersToOrganizationEmailsInner) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*RequestInviteUsersToOrganizationEmailsInner) UnmarshalJSON ¶

func (dst *RequestInviteUsersToOrganizationEmailsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RequestInviteUsersToOrganizationEmailsInnerOneOf ¶

type RequestInviteUsersToOrganizationEmailsInnerOneOf struct {
	// The email address of the user to invite as a member
	Email string            `json:"email"`
	Role  MemberRoleOrGuest `json:"role"`
}

RequestInviteUsersToOrganizationEmailsInnerOneOf struct for RequestInviteUsersToOrganizationEmailsInnerOneOf

func NewRequestInviteUsersToOrganizationEmailsInnerOneOf ¶

func NewRequestInviteUsersToOrganizationEmailsInnerOneOf(email string, role MemberRoleOrGuest) *RequestInviteUsersToOrganizationEmailsInnerOneOf

NewRequestInviteUsersToOrganizationEmailsInnerOneOf instantiates a new RequestInviteUsersToOrganizationEmailsInnerOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestInviteUsersToOrganizationEmailsInnerOneOfWithDefaults ¶

func NewRequestInviteUsersToOrganizationEmailsInnerOneOfWithDefaults() *RequestInviteUsersToOrganizationEmailsInnerOneOf

NewRequestInviteUsersToOrganizationEmailsInnerOneOfWithDefaults instantiates a new RequestInviteUsersToOrganizationEmailsInnerOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestInviteUsersToOrganizationEmailsInnerOneOf) GetEmail ¶

GetEmail returns the Email field value

func (*RequestInviteUsersToOrganizationEmailsInnerOneOf) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*RequestInviteUsersToOrganizationEmailsInnerOneOf) GetRole ¶

GetRole returns the Role field value

func (*RequestInviteUsersToOrganizationEmailsInnerOneOf) GetRoleOk ¶

GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.

func (RequestInviteUsersToOrganizationEmailsInnerOneOf) MarshalJSON ¶

func (*RequestInviteUsersToOrganizationEmailsInnerOneOf) SetEmail ¶

SetEmail sets field value

func (*RequestInviteUsersToOrganizationEmailsInnerOneOf) SetRole ¶

SetRole sets field value

func (RequestInviteUsersToOrganizationEmailsInnerOneOf) ToMap ¶

func (o RequestInviteUsersToOrganizationEmailsInnerOneOf) ToMap() (map[string]interface{}, error)

type RequestPublishIntegration ¶

type RequestPublishIntegration struct {
	// Base64 content of the icon
	Icon *string `json:"icon,omitempty"`
	// Title of the integration
	Title string `json:"title"`
	// Description of the integration
	Description string `json:"description"`
	// Long form markdown summary of the integration
	Summary       *string                `json:"summary,omitempty"`
	PreviewImages []string               `json:"previewImages,omitempty"`
	Visibility    *IntegrationVisibility `json:"visibility,omitempty"`
	// Permissions that should be granted to the integration
	Scopes []IntegrationScope `json:"scopes"`
	// Categories for which the integration is listed in the marketplace
	Categories []IntegrationCategory `json:"categories,omitempty"`
	// Custom blocks defined by this integration.
	Blocks []IntegrationBlock `json:"blocks,omitempty"`
	// External urls configured by the developer of the integration
	ExternalLinks  []IntegrationExternalLinksInner `json:"externalLinks,omitempty"`
	Configurations *IntegrationConfigurations      `json:"configurations,omitempty"`
	// Content of the script to use
	Script string `json:"script"`
	// The ID or subdomain of the organization under which the integration should be published
	Organization *string `json:"organization,omitempty"`
	// Secrets stored on the integration and passed at runtime.
	Secrets               *map[string]string                `json:"secrets,omitempty"`
	ContentSecurityPolicy *IntegrationContentSecurityPolicy `json:"contentSecurityPolicy,omitempty"`
	Entities              []EntityRawSchema                 `json:"entities,omitempty"`
}

RequestPublishIntegration struct for RequestPublishIntegration

func NewRequestPublishIntegration ¶

func NewRequestPublishIntegration(title string, description string, scopes []IntegrationScope, script string) *RequestPublishIntegration

NewRequestPublishIntegration instantiates a new RequestPublishIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestPublishIntegrationWithDefaults ¶

func NewRequestPublishIntegrationWithDefaults() *RequestPublishIntegration

NewRequestPublishIntegrationWithDefaults instantiates a new RequestPublishIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestPublishIntegration) GetBlocks ¶

GetBlocks returns the Blocks field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetBlocksOk ¶

func (o *RequestPublishIntegration) GetBlocksOk() ([]IntegrationBlock, bool)

GetBlocksOk returns a tuple with the Blocks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetCategories ¶

func (o *RequestPublishIntegration) GetCategories() []IntegrationCategory

GetCategories returns the Categories field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetCategoriesOk ¶

func (o *RequestPublishIntegration) GetCategoriesOk() ([]IntegrationCategory, bool)

GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetConfigurations ¶

GetConfigurations returns the Configurations field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetConfigurationsOk ¶

func (o *RequestPublishIntegration) GetConfigurationsOk() (*IntegrationConfigurations, bool)

GetConfigurationsOk returns a tuple with the Configurations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetContentSecurityPolicy ¶

func (o *RequestPublishIntegration) GetContentSecurityPolicy() IntegrationContentSecurityPolicy

GetContentSecurityPolicy returns the ContentSecurityPolicy field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetContentSecurityPolicyOk ¶

func (o *RequestPublishIntegration) GetContentSecurityPolicyOk() (*IntegrationContentSecurityPolicy, bool)

GetContentSecurityPolicyOk returns a tuple with the ContentSecurityPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetDescription ¶

func (o *RequestPublishIntegration) GetDescription() string

GetDescription returns the Description field value

func (*RequestPublishIntegration) GetDescriptionOk ¶

func (o *RequestPublishIntegration) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetEntities ¶ added in v0.2.0

func (o *RequestPublishIntegration) GetEntities() []EntityRawSchema

GetEntities returns the Entities field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetEntitiesOk ¶ added in v0.2.0

func (o *RequestPublishIntegration) GetEntitiesOk() ([]EntityRawSchema, bool)

GetEntitiesOk returns a tuple with the Entities field value if set, nil otherwise and a boolean to check if the value has been set.

GetExternalLinks returns the ExternalLinks field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetExternalLinksOk ¶

func (o *RequestPublishIntegration) GetExternalLinksOk() ([]IntegrationExternalLinksInner, bool)

GetExternalLinksOk returns a tuple with the ExternalLinks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetIcon ¶

func (o *RequestPublishIntegration) GetIcon() string

GetIcon returns the Icon field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetIconOk ¶

func (o *RequestPublishIntegration) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetOrganization ¶

func (o *RequestPublishIntegration) GetOrganization() string

GetOrganization returns the Organization field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetOrganizationOk ¶

func (o *RequestPublishIntegration) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetPreviewImages ¶

func (o *RequestPublishIntegration) GetPreviewImages() []string

GetPreviewImages returns the PreviewImages field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetPreviewImagesOk ¶

func (o *RequestPublishIntegration) GetPreviewImagesOk() ([]string, bool)

GetPreviewImagesOk returns a tuple with the PreviewImages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetScopes ¶

GetScopes returns the Scopes field value

func (*RequestPublishIntegration) GetScopesOk ¶

func (o *RequestPublishIntegration) GetScopesOk() ([]IntegrationScope, bool)

GetScopesOk returns a tuple with the Scopes field value and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetScript ¶

func (o *RequestPublishIntegration) GetScript() string

GetScript returns the Script field value

func (*RequestPublishIntegration) GetScriptOk ¶

func (o *RequestPublishIntegration) GetScriptOk() (*string, bool)

GetScriptOk returns a tuple with the Script field value and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetSecrets ¶

func (o *RequestPublishIntegration) GetSecrets() map[string]string

GetSecrets returns the Secrets field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetSecretsOk ¶

func (o *RequestPublishIntegration) GetSecretsOk() (*map[string]string, bool)

GetSecretsOk returns a tuple with the Secrets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetSummary ¶

func (o *RequestPublishIntegration) GetSummary() string

GetSummary returns the Summary field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetSummaryOk ¶

func (o *RequestPublishIntegration) GetSummaryOk() (*string, bool)

GetSummaryOk returns a tuple with the Summary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetTitle ¶

func (o *RequestPublishIntegration) GetTitle() string

GetTitle returns the Title field value

func (*RequestPublishIntegration) GetTitleOk ¶

func (o *RequestPublishIntegration) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*RequestPublishIntegration) GetVisibility ¶

GetVisibility returns the Visibility field value if set, zero value otherwise.

func (*RequestPublishIntegration) GetVisibilityOk ¶

func (o *RequestPublishIntegration) GetVisibilityOk() (*IntegrationVisibility, bool)

GetVisibilityOk returns a tuple with the Visibility field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPublishIntegration) HasBlocks ¶

func (o *RequestPublishIntegration) HasBlocks() bool

HasBlocks returns a boolean if a field has been set.

func (*RequestPublishIntegration) HasCategories ¶

func (o *RequestPublishIntegration) HasCategories() bool

HasCategories returns a boolean if a field has been set.

func (*RequestPublishIntegration) HasConfigurations ¶

func (o *RequestPublishIntegration) HasConfigurations() bool

HasConfigurations returns a boolean if a field has been set.

func (*RequestPublishIntegration) HasContentSecurityPolicy ¶

func (o *RequestPublishIntegration) HasContentSecurityPolicy() bool

HasContentSecurityPolicy returns a boolean if a field has been set.

func (*RequestPublishIntegration) HasEntities ¶ added in v0.2.0

func (o *RequestPublishIntegration) HasEntities() bool

HasEntities returns a boolean if a field has been set.

func (o *RequestPublishIntegration) HasExternalLinks() bool

HasExternalLinks returns a boolean if a field has been set.

func (*RequestPublishIntegration) HasIcon ¶

func (o *RequestPublishIntegration) HasIcon() bool

HasIcon returns a boolean if a field has been set.

func (*RequestPublishIntegration) HasOrganization ¶

func (o *RequestPublishIntegration) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

func (*RequestPublishIntegration) HasPreviewImages ¶

func (o *RequestPublishIntegration) HasPreviewImages() bool

HasPreviewImages returns a boolean if a field has been set.

func (*RequestPublishIntegration) HasSecrets ¶

func (o *RequestPublishIntegration) HasSecrets() bool

HasSecrets returns a boolean if a field has been set.

func (*RequestPublishIntegration) HasSummary ¶

func (o *RequestPublishIntegration) HasSummary() bool

HasSummary returns a boolean if a field has been set.

func (*RequestPublishIntegration) HasVisibility ¶

func (o *RequestPublishIntegration) HasVisibility() bool

HasVisibility returns a boolean if a field has been set.

func (RequestPublishIntegration) MarshalJSON ¶

func (o RequestPublishIntegration) MarshalJSON() ([]byte, error)

func (*RequestPublishIntegration) SetBlocks ¶

func (o *RequestPublishIntegration) SetBlocks(v []IntegrationBlock)

SetBlocks gets a reference to the given []IntegrationBlock and assigns it to the Blocks field.

func (*RequestPublishIntegration) SetCategories ¶

func (o *RequestPublishIntegration) SetCategories(v []IntegrationCategory)

SetCategories gets a reference to the given []IntegrationCategory and assigns it to the Categories field.

func (*RequestPublishIntegration) SetConfigurations ¶

func (o *RequestPublishIntegration) SetConfigurations(v IntegrationConfigurations)

SetConfigurations gets a reference to the given IntegrationConfigurations and assigns it to the Configurations field.

func (*RequestPublishIntegration) SetContentSecurityPolicy ¶

func (o *RequestPublishIntegration) SetContentSecurityPolicy(v IntegrationContentSecurityPolicy)

SetContentSecurityPolicy gets a reference to the given IntegrationContentSecurityPolicy and assigns it to the ContentSecurityPolicy field.

func (*RequestPublishIntegration) SetDescription ¶

func (o *RequestPublishIntegration) SetDescription(v string)

SetDescription sets field value

func (*RequestPublishIntegration) SetEntities ¶ added in v0.2.0

func (o *RequestPublishIntegration) SetEntities(v []EntityRawSchema)

SetEntities gets a reference to the given []EntityRawSchema and assigns it to the Entities field.

SetExternalLinks gets a reference to the given []IntegrationExternalLinksInner and assigns it to the ExternalLinks field.

func (*RequestPublishIntegration) SetIcon ¶

func (o *RequestPublishIntegration) SetIcon(v string)

SetIcon gets a reference to the given string and assigns it to the Icon field.

func (*RequestPublishIntegration) SetOrganization ¶

func (o *RequestPublishIntegration) SetOrganization(v string)

SetOrganization gets a reference to the given string and assigns it to the Organization field.

func (*RequestPublishIntegration) SetPreviewImages ¶

func (o *RequestPublishIntegration) SetPreviewImages(v []string)

SetPreviewImages gets a reference to the given []string and assigns it to the PreviewImages field.

func (*RequestPublishIntegration) SetScopes ¶

func (o *RequestPublishIntegration) SetScopes(v []IntegrationScope)

SetScopes sets field value

func (*RequestPublishIntegration) SetScript ¶

func (o *RequestPublishIntegration) SetScript(v string)

SetScript sets field value

func (*RequestPublishIntegration) SetSecrets ¶

func (o *RequestPublishIntegration) SetSecrets(v map[string]string)

SetSecrets gets a reference to the given map[string]string and assigns it to the Secrets field.

func (*RequestPublishIntegration) SetSummary ¶

func (o *RequestPublishIntegration) SetSummary(v string)

SetSummary gets a reference to the given string and assigns it to the Summary field.

func (*RequestPublishIntegration) SetTitle ¶

func (o *RequestPublishIntegration) SetTitle(v string)

SetTitle sets field value

func (*RequestPublishIntegration) SetVisibility ¶

SetVisibility gets a reference to the given IntegrationVisibility and assigns it to the Visibility field.

func (RequestPublishIntegration) ToMap ¶

func (o RequestPublishIntegration) ToMap() (map[string]interface{}, error)

type RequestPurgeCDNCacheContext ¶

type RequestPurgeCDNCacheContext struct {
	Type PurgeCDNCacheContextType `json:"type"`
	// The list of tags or hosts to purge
	Values []string `json:"values"`
}

RequestPurgeCDNCacheContext The context to send when purging the CDN Cache

func NewRequestPurgeCDNCacheContext ¶

func NewRequestPurgeCDNCacheContext(type_ PurgeCDNCacheContextType, values []string) *RequestPurgeCDNCacheContext

NewRequestPurgeCDNCacheContext instantiates a new RequestPurgeCDNCacheContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestPurgeCDNCacheContextWithDefaults ¶

func NewRequestPurgeCDNCacheContextWithDefaults() *RequestPurgeCDNCacheContext

NewRequestPurgeCDNCacheContextWithDefaults instantiates a new RequestPurgeCDNCacheContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestPurgeCDNCacheContext) GetType ¶

GetType returns the Type field value

func (*RequestPurgeCDNCacheContext) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RequestPurgeCDNCacheContext) GetValues ¶

func (o *RequestPurgeCDNCacheContext) GetValues() []string

GetValues returns the Values field value

func (*RequestPurgeCDNCacheContext) GetValuesOk ¶

func (o *RequestPurgeCDNCacheContext) GetValuesOk() ([]string, bool)

GetValuesOk returns a tuple with the Values field value and a boolean to check if the value has been set.

func (RequestPurgeCDNCacheContext) MarshalJSON ¶

func (o RequestPurgeCDNCacheContext) MarshalJSON() ([]byte, error)

func (*RequestPurgeCDNCacheContext) SetType ¶

SetType sets field value

func (*RequestPurgeCDNCacheContext) SetValues ¶

func (o *RequestPurgeCDNCacheContext) SetValues(v []string)

SetValues sets field value

func (RequestPurgeCDNCacheContext) ToMap ¶

func (o RequestPurgeCDNCacheContext) ToMap() (map[string]interface{}, error)

type RequestRenderIntegrationUI ¶

type RequestRenderIntegrationUI struct {
	// ID of the component to render in the integration.
	ComponentId string `json:"componentId"`
	// Current properties of the UI.
	Props map[string]interface{} `json:"props"`
	// Current local state of the UI.
	State   map[string]interface{} `json:"state,omitempty"`
	Context ContentKitContext      `json:"context"`
	Action  *ContentKitAction      `json:"action,omitempty"`
}

RequestRenderIntegrationUI struct for RequestRenderIntegrationUI

func NewRequestRenderIntegrationUI ¶

func NewRequestRenderIntegrationUI(componentId string, props map[string]interface{}, context ContentKitContext) *RequestRenderIntegrationUI

NewRequestRenderIntegrationUI instantiates a new RequestRenderIntegrationUI object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestRenderIntegrationUIWithDefaults ¶

func NewRequestRenderIntegrationUIWithDefaults() *RequestRenderIntegrationUI

NewRequestRenderIntegrationUIWithDefaults instantiates a new RequestRenderIntegrationUI object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestRenderIntegrationUI) GetAction ¶

GetAction returns the Action field value if set, zero value otherwise.

func (*RequestRenderIntegrationUI) GetActionOk ¶

func (o *RequestRenderIntegrationUI) GetActionOk() (*ContentKitAction, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestRenderIntegrationUI) GetComponentId ¶

func (o *RequestRenderIntegrationUI) GetComponentId() string

GetComponentId returns the ComponentId field value

func (*RequestRenderIntegrationUI) GetComponentIdOk ¶

func (o *RequestRenderIntegrationUI) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value and a boolean to check if the value has been set.

func (*RequestRenderIntegrationUI) GetContext ¶

GetContext returns the Context field value

func (*RequestRenderIntegrationUI) GetContextOk ¶

func (o *RequestRenderIntegrationUI) GetContextOk() (*ContentKitContext, bool)

GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.

func (*RequestRenderIntegrationUI) GetProps ¶

func (o *RequestRenderIntegrationUI) GetProps() map[string]interface{}

GetProps returns the Props field value

func (*RequestRenderIntegrationUI) GetPropsOk ¶

func (o *RequestRenderIntegrationUI) GetPropsOk() (map[string]interface{}, bool)

GetPropsOk returns a tuple with the Props field value and a boolean to check if the value has been set.

func (*RequestRenderIntegrationUI) GetState ¶

func (o *RequestRenderIntegrationUI) GetState() map[string]interface{}

GetState returns the State field value if set, zero value otherwise.

func (*RequestRenderIntegrationUI) GetStateOk ¶

func (o *RequestRenderIntegrationUI) GetStateOk() (map[string]interface{}, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestRenderIntegrationUI) HasAction ¶

func (o *RequestRenderIntegrationUI) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*RequestRenderIntegrationUI) HasState ¶

func (o *RequestRenderIntegrationUI) HasState() bool

HasState returns a boolean if a field has been set.

func (RequestRenderIntegrationUI) MarshalJSON ¶

func (o RequestRenderIntegrationUI) MarshalJSON() ([]byte, error)

func (*RequestRenderIntegrationUI) SetAction ¶

SetAction gets a reference to the given ContentKitAction and assigns it to the Action field.

func (*RequestRenderIntegrationUI) SetComponentId ¶

func (o *RequestRenderIntegrationUI) SetComponentId(v string)

SetComponentId sets field value

func (*RequestRenderIntegrationUI) SetContext ¶

SetContext sets field value

func (*RequestRenderIntegrationUI) SetProps ¶

func (o *RequestRenderIntegrationUI) SetProps(v map[string]interface{})

SetProps sets field value

func (*RequestRenderIntegrationUI) SetState ¶

func (o *RequestRenderIntegrationUI) SetState(v map[string]interface{})

SetState gets a reference to the given map[string]interface{} and assigns it to the State field.

func (RequestRenderIntegrationUI) ToMap ¶

func (o RequestRenderIntegrationUI) ToMap() (map[string]interface{}, error)

type RequestReviewersForChangeRequest200Response ¶

type RequestReviewersForChangeRequest200Response struct {
	// The user requests that were sent.
	Users []ChangeRequestRequestedReviewer `json:"users,omitempty"`
}

RequestReviewersForChangeRequest200Response struct for RequestReviewersForChangeRequest200Response

func NewRequestReviewersForChangeRequest200Response ¶

func NewRequestReviewersForChangeRequest200Response() *RequestReviewersForChangeRequest200Response

NewRequestReviewersForChangeRequest200Response instantiates a new RequestReviewersForChangeRequest200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestReviewersForChangeRequest200ResponseWithDefaults ¶

func NewRequestReviewersForChangeRequest200ResponseWithDefaults() *RequestReviewersForChangeRequest200Response

NewRequestReviewersForChangeRequest200ResponseWithDefaults instantiates a new RequestReviewersForChangeRequest200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestReviewersForChangeRequest200Response) GetUsers ¶

GetUsers returns the Users field value if set, zero value otherwise.

func (*RequestReviewersForChangeRequest200Response) GetUsersOk ¶

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestReviewersForChangeRequest200Response) HasUsers ¶

HasUsers returns a boolean if a field has been set.

func (RequestReviewersForChangeRequest200Response) MarshalJSON ¶

func (*RequestReviewersForChangeRequest200Response) SetUsers ¶

SetUsers gets a reference to the given []ChangeRequestRequestedReviewer and assigns it to the Users field.

func (RequestReviewersForChangeRequest200Response) ToMap ¶

func (o RequestReviewersForChangeRequest200Response) ToMap() (map[string]interface{}, error)

type RequestReviewersForChangeRequestRequest ¶

type RequestReviewersForChangeRequestRequest struct {
	// An array of user ids that will be requested.
	Users []string `json:"users"`
	// Optionally, update the subject of the change request when requesting reviewers.
	Subject *string `json:"subject,omitempty"`
}

RequestReviewersForChangeRequestRequest struct for RequestReviewersForChangeRequestRequest

func NewRequestReviewersForChangeRequestRequest ¶

func NewRequestReviewersForChangeRequestRequest(users []string) *RequestReviewersForChangeRequestRequest

NewRequestReviewersForChangeRequestRequest instantiates a new RequestReviewersForChangeRequestRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestReviewersForChangeRequestRequestWithDefaults ¶

func NewRequestReviewersForChangeRequestRequestWithDefaults() *RequestReviewersForChangeRequestRequest

NewRequestReviewersForChangeRequestRequestWithDefaults instantiates a new RequestReviewersForChangeRequestRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestReviewersForChangeRequestRequest) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise.

func (*RequestReviewersForChangeRequestRequest) GetSubjectOk ¶

func (o *RequestReviewersForChangeRequestRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestReviewersForChangeRequestRequest) GetUsers ¶

GetUsers returns the Users field value

func (*RequestReviewersForChangeRequestRequest) GetUsersOk ¶

GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.

func (*RequestReviewersForChangeRequestRequest) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (RequestReviewersForChangeRequestRequest) MarshalJSON ¶

func (o RequestReviewersForChangeRequestRequest) MarshalJSON() ([]byte, error)

func (*RequestReviewersForChangeRequestRequest) SetSubject ¶

SetSubject gets a reference to the given string and assigns it to the Subject field.

func (*RequestReviewersForChangeRequestRequest) SetUsers ¶

SetUsers sets field value

func (RequestReviewersForChangeRequestRequest) ToMap ¶

func (o RequestReviewersForChangeRequestRequest) ToMap() (map[string]interface{}, error)

type RequestSpaceTrackPageView ¶

type RequestSpaceTrackPageView struct {
	// Unique identifier of the page.
	PageId  string                           `json:"pageId"`
	Visitor RequestSpaceTrackPageViewVisitor `json:"visitor"`
	// The GitBook content's URL visited (including URL params).
	Url string `json:"url"`
	// The URL of referrer that linked to the page.
	Referrer string `json:"referrer"`
}

RequestSpaceTrackPageView struct for RequestSpaceTrackPageView

func NewRequestSpaceTrackPageView ¶

func NewRequestSpaceTrackPageView(pageId string, visitor RequestSpaceTrackPageViewVisitor, url string, referrer string) *RequestSpaceTrackPageView

NewRequestSpaceTrackPageView instantiates a new RequestSpaceTrackPageView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestSpaceTrackPageViewWithDefaults ¶

func NewRequestSpaceTrackPageViewWithDefaults() *RequestSpaceTrackPageView

NewRequestSpaceTrackPageViewWithDefaults instantiates a new RequestSpaceTrackPageView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestSpaceTrackPageView) GetPageId ¶

func (o *RequestSpaceTrackPageView) GetPageId() string

GetPageId returns the PageId field value

func (*RequestSpaceTrackPageView) GetPageIdOk ¶

func (o *RequestSpaceTrackPageView) GetPageIdOk() (*string, bool)

GetPageIdOk returns a tuple with the PageId field value and a boolean to check if the value has been set.

func (*RequestSpaceTrackPageView) GetReferrer ¶

func (o *RequestSpaceTrackPageView) GetReferrer() string

GetReferrer returns the Referrer field value

func (*RequestSpaceTrackPageView) GetReferrerOk ¶

func (o *RequestSpaceTrackPageView) GetReferrerOk() (*string, bool)

GetReferrerOk returns a tuple with the Referrer field value and a boolean to check if the value has been set.

func (*RequestSpaceTrackPageView) GetUrl ¶

func (o *RequestSpaceTrackPageView) GetUrl() string

GetUrl returns the Url field value

func (*RequestSpaceTrackPageView) GetUrlOk ¶

func (o *RequestSpaceTrackPageView) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*RequestSpaceTrackPageView) GetVisitor ¶

GetVisitor returns the Visitor field value

func (*RequestSpaceTrackPageView) GetVisitorOk ¶

GetVisitorOk returns a tuple with the Visitor field value and a boolean to check if the value has been set.

func (RequestSpaceTrackPageView) MarshalJSON ¶

func (o RequestSpaceTrackPageView) MarshalJSON() ([]byte, error)

func (*RequestSpaceTrackPageView) SetPageId ¶

func (o *RequestSpaceTrackPageView) SetPageId(v string)

SetPageId sets field value

func (*RequestSpaceTrackPageView) SetReferrer ¶

func (o *RequestSpaceTrackPageView) SetReferrer(v string)

SetReferrer sets field value

func (*RequestSpaceTrackPageView) SetUrl ¶

func (o *RequestSpaceTrackPageView) SetUrl(v string)

SetUrl sets field value

func (*RequestSpaceTrackPageView) SetVisitor ¶

SetVisitor sets field value

func (RequestSpaceTrackPageView) ToMap ¶

func (o RequestSpaceTrackPageView) ToMap() (map[string]interface{}, error)

type RequestSpaceTrackPageViewVisitor ¶

type RequestSpaceTrackPageViewVisitor struct {
	// GitBook's unique identifier of the visitor.
	AnonymousId string `json:"anonymousId"`
	// The visitors cookies.
	Cookies map[string]string `json:"cookies"`
	// User-agent of the visitor.
	UserAgent string `json:"userAgent"`
}

RequestSpaceTrackPageViewVisitor Analytics info on the GitBook's content visitor.

func NewRequestSpaceTrackPageViewVisitor ¶

func NewRequestSpaceTrackPageViewVisitor(anonymousId string, cookies map[string]string, userAgent string) *RequestSpaceTrackPageViewVisitor

NewRequestSpaceTrackPageViewVisitor instantiates a new RequestSpaceTrackPageViewVisitor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestSpaceTrackPageViewVisitorWithDefaults ¶

func NewRequestSpaceTrackPageViewVisitorWithDefaults() *RequestSpaceTrackPageViewVisitor

NewRequestSpaceTrackPageViewVisitorWithDefaults instantiates a new RequestSpaceTrackPageViewVisitor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestSpaceTrackPageViewVisitor) GetAnonymousId ¶

func (o *RequestSpaceTrackPageViewVisitor) GetAnonymousId() string

GetAnonymousId returns the AnonymousId field value

func (*RequestSpaceTrackPageViewVisitor) GetAnonymousIdOk ¶

func (o *RequestSpaceTrackPageViewVisitor) GetAnonymousIdOk() (*string, bool)

GetAnonymousIdOk returns a tuple with the AnonymousId field value and a boolean to check if the value has been set.

func (*RequestSpaceTrackPageViewVisitor) GetCookies ¶

func (o *RequestSpaceTrackPageViewVisitor) GetCookies() map[string]string

GetCookies returns the Cookies field value

func (*RequestSpaceTrackPageViewVisitor) GetCookiesOk ¶

func (o *RequestSpaceTrackPageViewVisitor) GetCookiesOk() (*map[string]string, bool)

GetCookiesOk returns a tuple with the Cookies field value and a boolean to check if the value has been set.

func (*RequestSpaceTrackPageViewVisitor) GetUserAgent ¶

func (o *RequestSpaceTrackPageViewVisitor) GetUserAgent() string

GetUserAgent returns the UserAgent field value

func (*RequestSpaceTrackPageViewVisitor) GetUserAgentOk ¶

func (o *RequestSpaceTrackPageViewVisitor) GetUserAgentOk() (*string, bool)

GetUserAgentOk returns a tuple with the UserAgent field value and a boolean to check if the value has been set.

func (RequestSpaceTrackPageViewVisitor) MarshalJSON ¶

func (o RequestSpaceTrackPageViewVisitor) MarshalJSON() ([]byte, error)

func (*RequestSpaceTrackPageViewVisitor) SetAnonymousId ¶

func (o *RequestSpaceTrackPageViewVisitor) SetAnonymousId(v string)

SetAnonymousId sets field value

func (*RequestSpaceTrackPageViewVisitor) SetCookies ¶

func (o *RequestSpaceTrackPageViewVisitor) SetCookies(v map[string]string)

SetCookies sets field value

func (*RequestSpaceTrackPageViewVisitor) SetUserAgent ¶

func (o *RequestSpaceTrackPageViewVisitor) SetUserAgent(v string)

SetUserAgent sets field value

func (RequestSpaceTrackPageViewVisitor) ToMap ¶

func (o RequestSpaceTrackPageViewVisitor) ToMap() (map[string]interface{}, error)

type RequestUpdateContentPublishingAuth ¶

type RequestUpdateContentPublishingAuth struct {
	// A fallback URL that will be used if authentication fails.
	FallbackURL *string `json:"fallbackURL,omitempty"`
}

RequestUpdateContentPublishingAuth struct for RequestUpdateContentPublishingAuth

func NewRequestUpdateContentPublishingAuth ¶

func NewRequestUpdateContentPublishingAuth() *RequestUpdateContentPublishingAuth

NewRequestUpdateContentPublishingAuth instantiates a new RequestUpdateContentPublishingAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestUpdateContentPublishingAuthWithDefaults ¶

func NewRequestUpdateContentPublishingAuthWithDefaults() *RequestUpdateContentPublishingAuth

NewRequestUpdateContentPublishingAuthWithDefaults instantiates a new RequestUpdateContentPublishingAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestUpdateContentPublishingAuth) GetFallbackURL ¶

func (o *RequestUpdateContentPublishingAuth) GetFallbackURL() string

GetFallbackURL returns the FallbackURL field value if set, zero value otherwise.

func (*RequestUpdateContentPublishingAuth) GetFallbackURLOk ¶

func (o *RequestUpdateContentPublishingAuth) GetFallbackURLOk() (*string, bool)

GetFallbackURLOk returns a tuple with the FallbackURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestUpdateContentPublishingAuth) HasFallbackURL ¶

func (o *RequestUpdateContentPublishingAuth) HasFallbackURL() bool

HasFallbackURL returns a boolean if a field has been set.

func (RequestUpdateContentPublishingAuth) MarshalJSON ¶

func (o RequestUpdateContentPublishingAuth) MarshalJSON() ([]byte, error)

func (*RequestUpdateContentPublishingAuth) SetFallbackURL ¶

func (o *RequestUpdateContentPublishingAuth) SetFallbackURL(v string)

SetFallbackURL gets a reference to the given string and assigns it to the FallbackURL field.

func (RequestUpdateContentPublishingAuth) ToMap ¶

func (o RequestUpdateContentPublishingAuth) ToMap() (map[string]interface{}, error)

type RequestUpdateIntegrationInstallation ¶

type RequestUpdateIntegrationInstallation struct {
	// External IDs assigned by the integration.
	ExternalIds []string `json:"externalIds,omitempty"`
	// Configuration of the integration at the account level
	Configuration  map[string]interface{}                 `json:"configuration,omitempty"`
	SpaceSelection *IntegrationInstallationSpaceSelection `json:"space_selection,omitempty"`
}

RequestUpdateIntegrationInstallation struct for RequestUpdateIntegrationInstallation

func NewRequestUpdateIntegrationInstallation ¶

func NewRequestUpdateIntegrationInstallation() *RequestUpdateIntegrationInstallation

NewRequestUpdateIntegrationInstallation instantiates a new RequestUpdateIntegrationInstallation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestUpdateIntegrationInstallationWithDefaults ¶

func NewRequestUpdateIntegrationInstallationWithDefaults() *RequestUpdateIntegrationInstallation

NewRequestUpdateIntegrationInstallationWithDefaults instantiates a new RequestUpdateIntegrationInstallation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestUpdateIntegrationInstallation) GetConfiguration ¶

func (o *RequestUpdateIntegrationInstallation) GetConfiguration() map[string]interface{}

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*RequestUpdateIntegrationInstallation) GetConfigurationOk ¶

func (o *RequestUpdateIntegrationInstallation) GetConfigurationOk() (map[string]interface{}, bool)

GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestUpdateIntegrationInstallation) GetExternalIds ¶

func (o *RequestUpdateIntegrationInstallation) GetExternalIds() []string

GetExternalIds returns the ExternalIds field value if set, zero value otherwise.

func (*RequestUpdateIntegrationInstallation) GetExternalIdsOk ¶

func (o *RequestUpdateIntegrationInstallation) GetExternalIdsOk() ([]string, bool)

GetExternalIdsOk returns a tuple with the ExternalIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestUpdateIntegrationInstallation) GetSpaceSelection ¶

GetSpaceSelection returns the SpaceSelection field value if set, zero value otherwise.

func (*RequestUpdateIntegrationInstallation) GetSpaceSelectionOk ¶

GetSpaceSelectionOk returns a tuple with the SpaceSelection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestUpdateIntegrationInstallation) HasConfiguration ¶

func (o *RequestUpdateIntegrationInstallation) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (*RequestUpdateIntegrationInstallation) HasExternalIds ¶

func (o *RequestUpdateIntegrationInstallation) HasExternalIds() bool

HasExternalIds returns a boolean if a field has been set.

func (*RequestUpdateIntegrationInstallation) HasSpaceSelection ¶

func (o *RequestUpdateIntegrationInstallation) HasSpaceSelection() bool

HasSpaceSelection returns a boolean if a field has been set.

func (RequestUpdateIntegrationInstallation) MarshalJSON ¶

func (o RequestUpdateIntegrationInstallation) MarshalJSON() ([]byte, error)

func (*RequestUpdateIntegrationInstallation) SetConfiguration ¶

func (o *RequestUpdateIntegrationInstallation) SetConfiguration(v map[string]interface{})

SetConfiguration gets a reference to the given map[string]interface{} and assigns it to the Configuration field.

func (*RequestUpdateIntegrationInstallation) SetExternalIds ¶

func (o *RequestUpdateIntegrationInstallation) SetExternalIds(v []string)

SetExternalIds gets a reference to the given []string and assigns it to the ExternalIds field.

func (*RequestUpdateIntegrationInstallation) SetSpaceSelection ¶

SetSpaceSelection gets a reference to the given IntegrationInstallationSpaceSelection and assigns it to the SpaceSelection field.

func (RequestUpdateIntegrationInstallation) ToMap ¶

func (o RequestUpdateIntegrationInstallation) ToMap() (map[string]interface{}, error)

type RequestUpdateSpaceGitInfo ¶

type RequestUpdateSpaceGitInfo struct {
	// The git provider
	Provider *string `json:"provider,omitempty"`
	// The repository's tree URL
	Url *string `json:"url,omitempty"`
}

RequestUpdateSpaceGitInfo Update metadata about the Git provider on the space

func NewRequestUpdateSpaceGitInfo ¶

func NewRequestUpdateSpaceGitInfo() *RequestUpdateSpaceGitInfo

NewRequestUpdateSpaceGitInfo instantiates a new RequestUpdateSpaceGitInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestUpdateSpaceGitInfoWithDefaults ¶

func NewRequestUpdateSpaceGitInfoWithDefaults() *RequestUpdateSpaceGitInfo

NewRequestUpdateSpaceGitInfoWithDefaults instantiates a new RequestUpdateSpaceGitInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestUpdateSpaceGitInfo) GetProvider ¶

func (o *RequestUpdateSpaceGitInfo) GetProvider() string

GetProvider returns the Provider field value if set, zero value otherwise.

func (*RequestUpdateSpaceGitInfo) GetProviderOk ¶

func (o *RequestUpdateSpaceGitInfo) GetProviderOk() (*string, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestUpdateSpaceGitInfo) GetUrl ¶

func (o *RequestUpdateSpaceGitInfo) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*RequestUpdateSpaceGitInfo) GetUrlOk ¶

func (o *RequestUpdateSpaceGitInfo) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestUpdateSpaceGitInfo) HasProvider ¶

func (o *RequestUpdateSpaceGitInfo) HasProvider() bool

HasProvider returns a boolean if a field has been set.

func (*RequestUpdateSpaceGitInfo) HasUrl ¶

func (o *RequestUpdateSpaceGitInfo) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (RequestUpdateSpaceGitInfo) MarshalJSON ¶

func (o RequestUpdateSpaceGitInfo) MarshalJSON() ([]byte, error)

func (*RequestUpdateSpaceGitInfo) SetProvider ¶

func (o *RequestUpdateSpaceGitInfo) SetProvider(v string)

SetProvider gets a reference to the given string and assigns it to the Provider field.

func (*RequestUpdateSpaceGitInfo) SetUrl ¶

func (o *RequestUpdateSpaceGitInfo) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (RequestUpdateSpaceGitInfo) ToMap ¶

func (o RequestUpdateSpaceGitInfo) ToMap() (map[string]interface{}, error)

type RequestUpgradeOrganizationBilling ¶

type RequestUpgradeOrganizationBilling struct {
	Product  BillingProduct  `json:"product"`
	Interval BillingInterval `json:"interval"`
	// Reason that triggered the billing upgrade
	Reason *string `json:"reason,omitempty"`
	// Mode to use for the upgrade (default value is `commit`): - `auto`: user is redirect to checkout if possible, other a preview of the auto-upgrade is returned. - `commit`: a checkout session is returned or an auto-upgrade is done - `preview`: a preview invoice is always returned
	Mode *string `json:"mode,omitempty"`
}

RequestUpgradeOrganizationBilling struct for RequestUpgradeOrganizationBilling

func NewRequestUpgradeOrganizationBilling ¶

func NewRequestUpgradeOrganizationBilling(product BillingProduct, interval BillingInterval) *RequestUpgradeOrganizationBilling

NewRequestUpgradeOrganizationBilling instantiates a new RequestUpgradeOrganizationBilling object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestUpgradeOrganizationBillingWithDefaults ¶

func NewRequestUpgradeOrganizationBillingWithDefaults() *RequestUpgradeOrganizationBilling

NewRequestUpgradeOrganizationBillingWithDefaults instantiates a new RequestUpgradeOrganizationBilling object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestUpgradeOrganizationBilling) GetInterval ¶

GetInterval returns the Interval field value

func (*RequestUpgradeOrganizationBilling) GetIntervalOk ¶

GetIntervalOk returns a tuple with the Interval field value and a boolean to check if the value has been set.

func (*RequestUpgradeOrganizationBilling) GetMode ¶

GetMode returns the Mode field value if set, zero value otherwise.

func (*RequestUpgradeOrganizationBilling) GetModeOk ¶

func (o *RequestUpgradeOrganizationBilling) GetModeOk() (*string, bool)

GetModeOk returns a tuple with the Mode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestUpgradeOrganizationBilling) GetProduct ¶

GetProduct returns the Product field value

func (*RequestUpgradeOrganizationBilling) GetProductOk ¶

GetProductOk returns a tuple with the Product field value and a boolean to check if the value has been set.

func (*RequestUpgradeOrganizationBilling) GetReason ¶

GetReason returns the Reason field value if set, zero value otherwise.

func (*RequestUpgradeOrganizationBilling) GetReasonOk ¶

func (o *RequestUpgradeOrganizationBilling) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestUpgradeOrganizationBilling) HasMode ¶

HasMode returns a boolean if a field has been set.

func (*RequestUpgradeOrganizationBilling) HasReason ¶

func (o *RequestUpgradeOrganizationBilling) HasReason() bool

HasReason returns a boolean if a field has been set.

func (RequestUpgradeOrganizationBilling) MarshalJSON ¶

func (o RequestUpgradeOrganizationBilling) MarshalJSON() ([]byte, error)

func (*RequestUpgradeOrganizationBilling) SetInterval ¶

SetInterval sets field value

func (*RequestUpgradeOrganizationBilling) SetMode ¶

SetMode gets a reference to the given string and assigns it to the Mode field.

func (*RequestUpgradeOrganizationBilling) SetProduct ¶

SetProduct sets field value

func (*RequestUpgradeOrganizationBilling) SetReason ¶

func (o *RequestUpgradeOrganizationBilling) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (RequestUpgradeOrganizationBilling) ToMap ¶

func (o RequestUpgradeOrganizationBilling) ToMap() (map[string]interface{}, error)

type Revision ¶

type Revision struct {
	RevisionTypeEdits    *RevisionTypeEdits
	RevisionTypeMerge    *RevisionTypeMerge
	RevisionTypeRollback *RevisionTypeRollback
	RevisionTypeUpdate   *RevisionTypeUpdate
}

Revision - struct for Revision

func RevisionTypeEditsAsRevision ¶ added in v0.2.0

func RevisionTypeEditsAsRevision(v *RevisionTypeEdits) Revision

RevisionTypeEditsAsRevision is a convenience function that returns RevisionTypeEdits wrapped in Revision

func RevisionTypeMergeAsRevision ¶ added in v0.2.0

func RevisionTypeMergeAsRevision(v *RevisionTypeMerge) Revision

RevisionTypeMergeAsRevision is a convenience function that returns RevisionTypeMerge wrapped in Revision

func RevisionTypeRollbackAsRevision ¶ added in v0.2.0

func RevisionTypeRollbackAsRevision(v *RevisionTypeRollback) Revision

RevisionTypeRollbackAsRevision is a convenience function that returns RevisionTypeRollback wrapped in Revision

func RevisionTypeUpdateAsRevision ¶ added in v0.2.0

func RevisionTypeUpdateAsRevision(v *RevisionTypeUpdate) Revision

RevisionTypeUpdateAsRevision is a convenience function that returns RevisionTypeUpdate wrapped in Revision

func (*Revision) GetActualInstance ¶ added in v0.2.0

func (obj *Revision) GetActualInstance() interface{}

Get the actual instance

func (Revision) MarshalJSON ¶

func (src Revision) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Revision) UnmarshalJSON ¶ added in v0.2.0

func (dst *Revision) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RevisionBase ¶ added in v0.2.0

type RevisionBase struct {
	// Type of Object, always equals to \"revision\"
	Object string `json:"object"`
	// Unique identifier for the revision
	Id string `json:"id"`
	// IDs of the parent revisions
	Parents []string         `json:"parents"`
	Pages   []RevisionPage   `json:"pages"`
	Files   []RevisionFile   `json:"files"`
	Git     *RevisionBaseGit `json:"git,omitempty"`
	Urls    RevisionBaseUrls `json:"urls"`
}

RevisionBase struct for RevisionBase

func NewRevisionBase ¶ added in v0.2.0

func NewRevisionBase(object string, id string, parents []string, pages []RevisionPage, files []RevisionFile, urls RevisionBaseUrls) *RevisionBase

NewRevisionBase instantiates a new RevisionBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionBaseWithDefaults ¶ added in v0.2.0

func NewRevisionBaseWithDefaults() *RevisionBase

NewRevisionBaseWithDefaults instantiates a new RevisionBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionBase) GetFiles ¶ added in v0.2.0

func (o *RevisionBase) GetFiles() []RevisionFile

GetFiles returns the Files field value

func (*RevisionBase) GetFilesOk ¶ added in v0.2.0

func (o *RevisionBase) GetFilesOk() ([]RevisionFile, bool)

GetFilesOk returns a tuple with the Files field value and a boolean to check if the value has been set.

func (*RevisionBase) GetGit ¶ added in v0.2.0

func (o *RevisionBase) GetGit() RevisionBaseGit

GetGit returns the Git field value if set, zero value otherwise.

func (*RevisionBase) GetGitOk ¶ added in v0.2.0

func (o *RevisionBase) GetGitOk() (*RevisionBaseGit, bool)

GetGitOk returns a tuple with the Git field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionBase) GetId ¶ added in v0.2.0

func (o *RevisionBase) GetId() string

GetId returns the Id field value

func (*RevisionBase) GetIdOk ¶ added in v0.2.0

func (o *RevisionBase) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RevisionBase) GetObject ¶ added in v0.2.0

func (o *RevisionBase) GetObject() string

GetObject returns the Object field value

func (*RevisionBase) GetObjectOk ¶ added in v0.2.0

func (o *RevisionBase) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*RevisionBase) GetPages ¶ added in v0.2.0

func (o *RevisionBase) GetPages() []RevisionPage

GetPages returns the Pages field value

func (*RevisionBase) GetPagesOk ¶ added in v0.2.0

func (o *RevisionBase) GetPagesOk() ([]RevisionPage, bool)

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (*RevisionBase) GetParents ¶ added in v0.2.0

func (o *RevisionBase) GetParents() []string

GetParents returns the Parents field value

func (*RevisionBase) GetParentsOk ¶ added in v0.2.0

func (o *RevisionBase) GetParentsOk() ([]string, bool)

GetParentsOk returns a tuple with the Parents field value and a boolean to check if the value has been set.

func (*RevisionBase) GetUrls ¶ added in v0.2.0

func (o *RevisionBase) GetUrls() RevisionBaseUrls

GetUrls returns the Urls field value

func (*RevisionBase) GetUrlsOk ¶ added in v0.2.0

func (o *RevisionBase) GetUrlsOk() (*RevisionBaseUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*RevisionBase) HasGit ¶ added in v0.2.0

func (o *RevisionBase) HasGit() bool

HasGit returns a boolean if a field has been set.

func (RevisionBase) MarshalJSON ¶ added in v0.2.0

func (o RevisionBase) MarshalJSON() ([]byte, error)

func (*RevisionBase) SetFiles ¶ added in v0.2.0

func (o *RevisionBase) SetFiles(v []RevisionFile)

SetFiles sets field value

func (*RevisionBase) SetGit ¶ added in v0.2.0

func (o *RevisionBase) SetGit(v RevisionBaseGit)

SetGit gets a reference to the given RevisionBaseGit and assigns it to the Git field.

func (*RevisionBase) SetId ¶ added in v0.2.0

func (o *RevisionBase) SetId(v string)

SetId sets field value

func (*RevisionBase) SetObject ¶ added in v0.2.0

func (o *RevisionBase) SetObject(v string)

SetObject sets field value

func (*RevisionBase) SetPages ¶ added in v0.2.0

func (o *RevisionBase) SetPages(v []RevisionPage)

SetPages sets field value

func (*RevisionBase) SetParents ¶ added in v0.2.0

func (o *RevisionBase) SetParents(v []string)

SetParents sets field value

func (*RevisionBase) SetUrls ¶ added in v0.2.0

func (o *RevisionBase) SetUrls(v RevisionBaseUrls)

SetUrls sets field value

func (RevisionBase) ToMap ¶ added in v0.2.0

func (o RevisionBase) ToMap() (map[string]interface{}, error)

type RevisionBaseGit ¶ added in v0.2.0

type RevisionBaseGit struct {
	// SHA of the Git commit.
	Oid string `json:"oid"`
	// Git commit message.
	Message string `json:"message"`
	// Whether not this commit was created by GitBook, while exporting the revision.
	CreatedByGitBook bool `json:"createdByGitBook"`
	// URL of the Git commit.
	Url *string `json:"url,omitempty"`
}

RevisionBaseGit Metadata about a potential associated git commit.

func NewRevisionBaseGit ¶ added in v0.2.0

func NewRevisionBaseGit(oid string, message string, createdByGitBook bool) *RevisionBaseGit

NewRevisionBaseGit instantiates a new RevisionBaseGit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionBaseGitWithDefaults ¶ added in v0.2.0

func NewRevisionBaseGitWithDefaults() *RevisionBaseGit

NewRevisionBaseGitWithDefaults instantiates a new RevisionBaseGit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionBaseGit) GetCreatedByGitBook ¶ added in v0.2.0

func (o *RevisionBaseGit) GetCreatedByGitBook() bool

GetCreatedByGitBook returns the CreatedByGitBook field value

func (*RevisionBaseGit) GetCreatedByGitBookOk ¶ added in v0.2.0

func (o *RevisionBaseGit) GetCreatedByGitBookOk() (*bool, bool)

GetCreatedByGitBookOk returns a tuple with the CreatedByGitBook field value and a boolean to check if the value has been set.

func (*RevisionBaseGit) GetMessage ¶ added in v0.2.0

func (o *RevisionBaseGit) GetMessage() string

GetMessage returns the Message field value

func (*RevisionBaseGit) GetMessageOk ¶ added in v0.2.0

func (o *RevisionBaseGit) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*RevisionBaseGit) GetOid ¶ added in v0.2.0

func (o *RevisionBaseGit) GetOid() string

GetOid returns the Oid field value

func (*RevisionBaseGit) GetOidOk ¶ added in v0.2.0

func (o *RevisionBaseGit) GetOidOk() (*string, bool)

GetOidOk returns a tuple with the Oid field value and a boolean to check if the value has been set.

func (*RevisionBaseGit) GetUrl ¶ added in v0.2.0

func (o *RevisionBaseGit) GetUrl() string

GetUrl returns the Url field value if set, zero value otherwise.

func (*RevisionBaseGit) GetUrlOk ¶ added in v0.2.0

func (o *RevisionBaseGit) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionBaseGit) HasUrl ¶ added in v0.2.0

func (o *RevisionBaseGit) HasUrl() bool

HasUrl returns a boolean if a field has been set.

func (RevisionBaseGit) MarshalJSON ¶ added in v0.2.0

func (o RevisionBaseGit) MarshalJSON() ([]byte, error)

func (*RevisionBaseGit) SetCreatedByGitBook ¶ added in v0.2.0

func (o *RevisionBaseGit) SetCreatedByGitBook(v bool)

SetCreatedByGitBook sets field value

func (*RevisionBaseGit) SetMessage ¶ added in v0.2.0

func (o *RevisionBaseGit) SetMessage(v string)

SetMessage sets field value

func (*RevisionBaseGit) SetOid ¶ added in v0.2.0

func (o *RevisionBaseGit) SetOid(v string)

SetOid sets field value

func (*RevisionBaseGit) SetUrl ¶ added in v0.2.0

func (o *RevisionBaseGit) SetUrl(v string)

SetUrl gets a reference to the given string and assigns it to the Url field.

func (RevisionBaseGit) ToMap ¶ added in v0.2.0

func (o RevisionBaseGit) ToMap() (map[string]interface{}, error)

type RevisionBaseUrls ¶ added in v0.2.0

type RevisionBaseUrls struct {
	// URL in the application for the revision
	App string `json:"app"`
	// URL of the published version of the revision. Only defined when the space visibility is not \"private.\"
	Published *string `json:"published,omitempty"`
	// URL of the public version of the revision. Only defined when the space visibility is \"public\".
	Public *string `json:"public,omitempty"`
}

RevisionBaseUrls struct for RevisionBaseUrls

func NewRevisionBaseUrls ¶ added in v0.2.0

func NewRevisionBaseUrls(app string) *RevisionBaseUrls

NewRevisionBaseUrls instantiates a new RevisionBaseUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionBaseUrlsWithDefaults ¶ added in v0.2.0

func NewRevisionBaseUrlsWithDefaults() *RevisionBaseUrls

NewRevisionBaseUrlsWithDefaults instantiates a new RevisionBaseUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionBaseUrls) GetApp ¶ added in v0.2.0

func (o *RevisionBaseUrls) GetApp() string

GetApp returns the App field value

func (*RevisionBaseUrls) GetAppOk ¶ added in v0.2.0

func (o *RevisionBaseUrls) GetAppOk() (*string, bool)

GetAppOk returns a tuple with the App field value and a boolean to check if the value has been set.

func (*RevisionBaseUrls) GetPublic ¶ added in v0.2.0

func (o *RevisionBaseUrls) GetPublic() string

GetPublic returns the Public field value if set, zero value otherwise.

func (*RevisionBaseUrls) GetPublicOk ¶ added in v0.2.0

func (o *RevisionBaseUrls) GetPublicOk() (*string, bool)

GetPublicOk returns a tuple with the Public field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionBaseUrls) GetPublished ¶ added in v0.2.0

func (o *RevisionBaseUrls) GetPublished() string

GetPublished returns the Published field value if set, zero value otherwise.

func (*RevisionBaseUrls) GetPublishedOk ¶ added in v0.2.0

func (o *RevisionBaseUrls) GetPublishedOk() (*string, bool)

GetPublishedOk returns a tuple with the Published field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionBaseUrls) HasPublic ¶ added in v0.2.0

func (o *RevisionBaseUrls) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (*RevisionBaseUrls) HasPublished ¶ added in v0.2.0

func (o *RevisionBaseUrls) HasPublished() bool

HasPublished returns a boolean if a field has been set.

func (RevisionBaseUrls) MarshalJSON ¶ added in v0.2.0

func (o RevisionBaseUrls) MarshalJSON() ([]byte, error)

func (*RevisionBaseUrls) SetApp ¶ added in v0.2.0

func (o *RevisionBaseUrls) SetApp(v string)

SetApp sets field value

func (*RevisionBaseUrls) SetPublic ¶ added in v0.2.0

func (o *RevisionBaseUrls) SetPublic(v string)

SetPublic gets a reference to the given string and assigns it to the Public field.

func (*RevisionBaseUrls) SetPublished ¶ added in v0.2.0

func (o *RevisionBaseUrls) SetPublished(v string)

SetPublished gets a reference to the given string and assigns it to the Published field.

func (RevisionBaseUrls) ToMap ¶ added in v0.2.0

func (o RevisionBaseUrls) ToMap() (map[string]interface{}, error)

type RevisionFile ¶

type RevisionFile struct {
	Id          string `json:"id"`
	Name        string `json:"name"`
	ContentType string `json:"contentType"`
	DownloadURL string `json:"downloadURL"`
}

RevisionFile struct for RevisionFile

func NewRevisionFile ¶

func NewRevisionFile(id string, name string, contentType string, downloadURL string) *RevisionFile

NewRevisionFile instantiates a new RevisionFile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionFileWithDefaults ¶

func NewRevisionFileWithDefaults() *RevisionFile

NewRevisionFileWithDefaults instantiates a new RevisionFile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionFile) GetContentType ¶

func (o *RevisionFile) GetContentType() string

GetContentType returns the ContentType field value

func (*RevisionFile) GetContentTypeOk ¶

func (o *RevisionFile) GetContentTypeOk() (*string, bool)

GetContentTypeOk returns a tuple with the ContentType field value and a boolean to check if the value has been set.

func (*RevisionFile) GetDownloadURL ¶

func (o *RevisionFile) GetDownloadURL() string

GetDownloadURL returns the DownloadURL field value

func (*RevisionFile) GetDownloadURLOk ¶

func (o *RevisionFile) GetDownloadURLOk() (*string, bool)

GetDownloadURLOk returns a tuple with the DownloadURL field value and a boolean to check if the value has been set.

func (*RevisionFile) GetId ¶

func (o *RevisionFile) GetId() string

GetId returns the Id field value

func (*RevisionFile) GetIdOk ¶

func (o *RevisionFile) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RevisionFile) GetName ¶

func (o *RevisionFile) GetName() string

GetName returns the Name field value

func (*RevisionFile) GetNameOk ¶

func (o *RevisionFile) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (RevisionFile) MarshalJSON ¶

func (o RevisionFile) MarshalJSON() ([]byte, error)

func (*RevisionFile) SetContentType ¶

func (o *RevisionFile) SetContentType(v string)

SetContentType sets field value

func (*RevisionFile) SetDownloadURL ¶

func (o *RevisionFile) SetDownloadURL(v string)

SetDownloadURL sets field value

func (*RevisionFile) SetId ¶

func (o *RevisionFile) SetId(v string)

SetId sets field value

func (*RevisionFile) SetName ¶

func (o *RevisionFile) SetName(v string)

SetName sets field value

func (RevisionFile) ToMap ¶

func (o RevisionFile) ToMap() (map[string]interface{}, error)

type RevisionPage ¶

type RevisionPage struct {
	RevisionPageDocument *RevisionPageDocument
	RevisionPageGroup    *RevisionPageGroup
	RevisionPageLink     *RevisionPageLink
}

RevisionPage - struct for RevisionPage

func RevisionPageDocumentAsRevisionPage ¶

func RevisionPageDocumentAsRevisionPage(v *RevisionPageDocument) RevisionPage

RevisionPageDocumentAsRevisionPage is a convenience function that returns RevisionPageDocument wrapped in RevisionPage

func RevisionPageGroupAsRevisionPage ¶

func RevisionPageGroupAsRevisionPage(v *RevisionPageGroup) RevisionPage

RevisionPageGroupAsRevisionPage is a convenience function that returns RevisionPageGroup wrapped in RevisionPage

func RevisionPageLinkAsRevisionPage ¶

func RevisionPageLinkAsRevisionPage(v *RevisionPageLink) RevisionPage

RevisionPageLinkAsRevisionPage is a convenience function that returns RevisionPageLink wrapped in RevisionPage

func (*RevisionPage) GetActualInstance ¶

func (obj *RevisionPage) GetActualInstance() interface{}

Get the actual instance

func (RevisionPage) MarshalJSON ¶

func (src RevisionPage) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RevisionPage) UnmarshalJSON ¶

func (dst *RevisionPage) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RevisionPageBase ¶

type RevisionPageBase struct {
	// Unique identifier for the page in the revision
	Id string `json:"id"`
	// Title of the page
	Title string `json:"title"`
}

RevisionPageBase struct for RevisionPageBase

func NewRevisionPageBase ¶

func NewRevisionPageBase(id string, title string) *RevisionPageBase

NewRevisionPageBase instantiates a new RevisionPageBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionPageBaseWithDefaults ¶

func NewRevisionPageBaseWithDefaults() *RevisionPageBase

NewRevisionPageBaseWithDefaults instantiates a new RevisionPageBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionPageBase) GetId ¶

func (o *RevisionPageBase) GetId() string

GetId returns the Id field value

func (*RevisionPageBase) GetIdOk ¶

func (o *RevisionPageBase) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RevisionPageBase) GetTitle ¶

func (o *RevisionPageBase) GetTitle() string

GetTitle returns the Title field value

func (*RevisionPageBase) GetTitleOk ¶

func (o *RevisionPageBase) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (RevisionPageBase) MarshalJSON ¶

func (o RevisionPageBase) MarshalJSON() ([]byte, error)

func (*RevisionPageBase) SetId ¶

func (o *RevisionPageBase) SetId(v string)

SetId sets field value

func (*RevisionPageBase) SetTitle ¶

func (o *RevisionPageBase) SetTitle(v string)

SetTitle sets field value

func (RevisionPageBase) ToMap ¶

func (o RevisionPageBase) ToMap() (map[string]interface{}, error)

type RevisionPageDocument ¶

type RevisionPageDocument struct {
	// Unique identifier for the page in the revision
	Id string `json:"id"`
	// Title of the page
	Title string `json:"title"`
	// Content of the document formatted as markdown
	Markdown string               `json:"markdown"`
	Document JSONDocumentDocument `json:"document"`
	// Deprecated
	Kind string `json:"kind"`
	Type string `json:"type"`
	// Page's slug in its direct parent
	Slug string `json:"slug"`
	// Complete path to access the page in the revision.
	Path        string                                `json:"path"`
	Description *string                               `json:"description,omitempty"`
	Pages       []RevisionPageDocumentAllOfPagesInner `json:"pages"`
}

RevisionPageDocument struct for RevisionPageDocument

func NewRevisionPageDocument ¶

func NewRevisionPageDocument(id string, title string, markdown string, document JSONDocumentDocument, kind string, type_ string, slug string, path string, pages []RevisionPageDocumentAllOfPagesInner) *RevisionPageDocument

NewRevisionPageDocument instantiates a new RevisionPageDocument object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionPageDocumentWithDefaults ¶

func NewRevisionPageDocumentWithDefaults() *RevisionPageDocument

NewRevisionPageDocumentWithDefaults instantiates a new RevisionPageDocument object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionPageDocument) GetDescription ¶

func (o *RevisionPageDocument) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*RevisionPageDocument) GetDescriptionOk ¶

func (o *RevisionPageDocument) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionPageDocument) GetDocument ¶

func (o *RevisionPageDocument) GetDocument() JSONDocumentDocument

GetDocument returns the Document field value

func (*RevisionPageDocument) GetDocumentOk ¶

func (o *RevisionPageDocument) GetDocumentOk() (*JSONDocumentDocument, bool)

GetDocumentOk returns a tuple with the Document field value and a boolean to check if the value has been set.

func (*RevisionPageDocument) GetId ¶

func (o *RevisionPageDocument) GetId() string

GetId returns the Id field value

func (*RevisionPageDocument) GetIdOk ¶

func (o *RevisionPageDocument) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RevisionPageDocument) GetKind ¶

func (o *RevisionPageDocument) GetKind() string

GetKind returns the Kind field value Deprecated

func (*RevisionPageDocument) GetKindOk ¶

func (o *RevisionPageDocument) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set. Deprecated

func (*RevisionPageDocument) GetMarkdown ¶

func (o *RevisionPageDocument) GetMarkdown() string

GetMarkdown returns the Markdown field value

func (*RevisionPageDocument) GetMarkdownOk ¶

func (o *RevisionPageDocument) GetMarkdownOk() (*string, bool)

GetMarkdownOk returns a tuple with the Markdown field value and a boolean to check if the value has been set.

func (*RevisionPageDocument) GetPages ¶

GetPages returns the Pages field value

func (*RevisionPageDocument) GetPagesOk ¶

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (*RevisionPageDocument) GetPath ¶

func (o *RevisionPageDocument) GetPath() string

GetPath returns the Path field value

func (*RevisionPageDocument) GetPathOk ¶

func (o *RevisionPageDocument) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*RevisionPageDocument) GetSlug ¶

func (o *RevisionPageDocument) GetSlug() string

GetSlug returns the Slug field value

func (*RevisionPageDocument) GetSlugOk ¶

func (o *RevisionPageDocument) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*RevisionPageDocument) GetTitle ¶

func (o *RevisionPageDocument) GetTitle() string

GetTitle returns the Title field value

func (*RevisionPageDocument) GetTitleOk ¶

func (o *RevisionPageDocument) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*RevisionPageDocument) GetType ¶

func (o *RevisionPageDocument) GetType() string

GetType returns the Type field value

func (*RevisionPageDocument) GetTypeOk ¶

func (o *RevisionPageDocument) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RevisionPageDocument) HasDescription ¶

func (o *RevisionPageDocument) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (RevisionPageDocument) MarshalJSON ¶

func (o RevisionPageDocument) MarshalJSON() ([]byte, error)

func (*RevisionPageDocument) SetDescription ¶

func (o *RevisionPageDocument) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*RevisionPageDocument) SetDocument ¶

func (o *RevisionPageDocument) SetDocument(v JSONDocumentDocument)

SetDocument sets field value

func (*RevisionPageDocument) SetId ¶

func (o *RevisionPageDocument) SetId(v string)

SetId sets field value

func (*RevisionPageDocument) SetKind ¶

func (o *RevisionPageDocument) SetKind(v string)

SetKind sets field value Deprecated

func (*RevisionPageDocument) SetMarkdown ¶

func (o *RevisionPageDocument) SetMarkdown(v string)

SetMarkdown sets field value

func (*RevisionPageDocument) SetPages ¶

SetPages sets field value

func (*RevisionPageDocument) SetPath ¶

func (o *RevisionPageDocument) SetPath(v string)

SetPath sets field value

func (*RevisionPageDocument) SetSlug ¶

func (o *RevisionPageDocument) SetSlug(v string)

SetSlug sets field value

func (*RevisionPageDocument) SetTitle ¶

func (o *RevisionPageDocument) SetTitle(v string)

SetTitle sets field value

func (*RevisionPageDocument) SetType ¶

func (o *RevisionPageDocument) SetType(v string)

SetType sets field value

func (RevisionPageDocument) ToMap ¶

func (o RevisionPageDocument) ToMap() (map[string]interface{}, error)

type RevisionPageDocumentAllOf ¶

type RevisionPageDocumentAllOf struct {
	// Deprecated
	Kind string `json:"kind"`
	Type string `json:"type"`
	// Page's slug in its direct parent
	Slug string `json:"slug"`
	// Complete path to access the page in the revision.
	Path        string                                `json:"path"`
	Description *string                               `json:"description,omitempty"`
	Pages       []RevisionPageDocumentAllOfPagesInner `json:"pages"`
}

RevisionPageDocumentAllOf struct for RevisionPageDocumentAllOf

func NewRevisionPageDocumentAllOf ¶

func NewRevisionPageDocumentAllOf(kind string, type_ string, slug string, path string, pages []RevisionPageDocumentAllOfPagesInner) *RevisionPageDocumentAllOf

NewRevisionPageDocumentAllOf instantiates a new RevisionPageDocumentAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionPageDocumentAllOfWithDefaults ¶

func NewRevisionPageDocumentAllOfWithDefaults() *RevisionPageDocumentAllOf

NewRevisionPageDocumentAllOfWithDefaults instantiates a new RevisionPageDocumentAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionPageDocumentAllOf) GetDescription ¶

func (o *RevisionPageDocumentAllOf) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*RevisionPageDocumentAllOf) GetDescriptionOk ¶

func (o *RevisionPageDocumentAllOf) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionPageDocumentAllOf) GetKind ¶

func (o *RevisionPageDocumentAllOf) GetKind() string

GetKind returns the Kind field value Deprecated

func (*RevisionPageDocumentAllOf) GetKindOk ¶

func (o *RevisionPageDocumentAllOf) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set. Deprecated

func (*RevisionPageDocumentAllOf) GetPages ¶

GetPages returns the Pages field value

func (*RevisionPageDocumentAllOf) GetPagesOk ¶

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (*RevisionPageDocumentAllOf) GetPath ¶

func (o *RevisionPageDocumentAllOf) GetPath() string

GetPath returns the Path field value

func (*RevisionPageDocumentAllOf) GetPathOk ¶

func (o *RevisionPageDocumentAllOf) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*RevisionPageDocumentAllOf) GetSlug ¶

func (o *RevisionPageDocumentAllOf) GetSlug() string

GetSlug returns the Slug field value

func (*RevisionPageDocumentAllOf) GetSlugOk ¶

func (o *RevisionPageDocumentAllOf) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*RevisionPageDocumentAllOf) GetType ¶

func (o *RevisionPageDocumentAllOf) GetType() string

GetType returns the Type field value

func (*RevisionPageDocumentAllOf) GetTypeOk ¶

func (o *RevisionPageDocumentAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RevisionPageDocumentAllOf) HasDescription ¶

func (o *RevisionPageDocumentAllOf) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (RevisionPageDocumentAllOf) MarshalJSON ¶

func (o RevisionPageDocumentAllOf) MarshalJSON() ([]byte, error)

func (*RevisionPageDocumentAllOf) SetDescription ¶

func (o *RevisionPageDocumentAllOf) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*RevisionPageDocumentAllOf) SetKind ¶

func (o *RevisionPageDocumentAllOf) SetKind(v string)

SetKind sets field value Deprecated

func (*RevisionPageDocumentAllOf) SetPages ¶

SetPages sets field value

func (*RevisionPageDocumentAllOf) SetPath ¶

func (o *RevisionPageDocumentAllOf) SetPath(v string)

SetPath sets field value

func (*RevisionPageDocumentAllOf) SetSlug ¶

func (o *RevisionPageDocumentAllOf) SetSlug(v string)

SetSlug sets field value

func (*RevisionPageDocumentAllOf) SetType ¶

func (o *RevisionPageDocumentAllOf) SetType(v string)

SetType sets field value

func (RevisionPageDocumentAllOf) ToMap ¶

func (o RevisionPageDocumentAllOf) ToMap() (map[string]interface{}, error)

type RevisionPageDocumentAllOfPagesInner ¶

type RevisionPageDocumentAllOfPagesInner struct {
	RevisionPageDocument *RevisionPageDocument
	RevisionPageLink     *RevisionPageLink
}

RevisionPageDocumentAllOfPagesInner - struct for RevisionPageDocumentAllOfPagesInner

func RevisionPageDocumentAsRevisionPageDocumentAllOfPagesInner ¶

func RevisionPageDocumentAsRevisionPageDocumentAllOfPagesInner(v *RevisionPageDocument) RevisionPageDocumentAllOfPagesInner

RevisionPageDocumentAsRevisionPageDocumentAllOfPagesInner is a convenience function that returns RevisionPageDocument wrapped in RevisionPageDocumentAllOfPagesInner

func RevisionPageLinkAsRevisionPageDocumentAllOfPagesInner ¶

func RevisionPageLinkAsRevisionPageDocumentAllOfPagesInner(v *RevisionPageLink) RevisionPageDocumentAllOfPagesInner

RevisionPageLinkAsRevisionPageDocumentAllOfPagesInner is a convenience function that returns RevisionPageLink wrapped in RevisionPageDocumentAllOfPagesInner

func (*RevisionPageDocumentAllOfPagesInner) GetActualInstance ¶

func (obj *RevisionPageDocumentAllOfPagesInner) GetActualInstance() interface{}

Get the actual instance

func (RevisionPageDocumentAllOfPagesInner) MarshalJSON ¶

func (src RevisionPageDocumentAllOfPagesInner) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RevisionPageDocumentAllOfPagesInner) UnmarshalJSON ¶

func (dst *RevisionPageDocumentAllOfPagesInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RevisionPageGroup ¶

type RevisionPageGroup struct {
	// Unique identifier for the page in the revision
	Id string `json:"id"`
	// Title of the page
	Title string `json:"title"`
	// Deprecated
	Kind string `json:"kind"`
	Type string `json:"type"`
	// Page's slug in its direct parent
	Slug string `json:"slug"`
	// Complete path to access the page in the revision.
	Path  string                                `json:"path"`
	Pages []RevisionPageDocumentAllOfPagesInner `json:"pages"`
}

RevisionPageGroup struct for RevisionPageGroup

func NewRevisionPageGroup ¶

func NewRevisionPageGroup(id string, title string, kind string, type_ string, slug string, path string, pages []RevisionPageDocumentAllOfPagesInner) *RevisionPageGroup

NewRevisionPageGroup instantiates a new RevisionPageGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionPageGroupWithDefaults ¶

func NewRevisionPageGroupWithDefaults() *RevisionPageGroup

NewRevisionPageGroupWithDefaults instantiates a new RevisionPageGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionPageGroup) GetId ¶

func (o *RevisionPageGroup) GetId() string

GetId returns the Id field value

func (*RevisionPageGroup) GetIdOk ¶

func (o *RevisionPageGroup) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RevisionPageGroup) GetKind ¶

func (o *RevisionPageGroup) GetKind() string

GetKind returns the Kind field value Deprecated

func (*RevisionPageGroup) GetKindOk ¶

func (o *RevisionPageGroup) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set. Deprecated

func (*RevisionPageGroup) GetPages ¶

GetPages returns the Pages field value

func (*RevisionPageGroup) GetPagesOk ¶

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (*RevisionPageGroup) GetPath ¶

func (o *RevisionPageGroup) GetPath() string

GetPath returns the Path field value

func (*RevisionPageGroup) GetPathOk ¶

func (o *RevisionPageGroup) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*RevisionPageGroup) GetSlug ¶

func (o *RevisionPageGroup) GetSlug() string

GetSlug returns the Slug field value

func (*RevisionPageGroup) GetSlugOk ¶

func (o *RevisionPageGroup) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*RevisionPageGroup) GetTitle ¶

func (o *RevisionPageGroup) GetTitle() string

GetTitle returns the Title field value

func (*RevisionPageGroup) GetTitleOk ¶

func (o *RevisionPageGroup) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*RevisionPageGroup) GetType ¶

func (o *RevisionPageGroup) GetType() string

GetType returns the Type field value

func (*RevisionPageGroup) GetTypeOk ¶

func (o *RevisionPageGroup) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RevisionPageGroup) MarshalJSON ¶

func (o RevisionPageGroup) MarshalJSON() ([]byte, error)

func (*RevisionPageGroup) SetId ¶

func (o *RevisionPageGroup) SetId(v string)

SetId sets field value

func (*RevisionPageGroup) SetKind ¶

func (o *RevisionPageGroup) SetKind(v string)

SetKind sets field value Deprecated

func (*RevisionPageGroup) SetPages ¶

SetPages sets field value

func (*RevisionPageGroup) SetPath ¶

func (o *RevisionPageGroup) SetPath(v string)

SetPath sets field value

func (*RevisionPageGroup) SetSlug ¶

func (o *RevisionPageGroup) SetSlug(v string)

SetSlug sets field value

func (*RevisionPageGroup) SetTitle ¶

func (o *RevisionPageGroup) SetTitle(v string)

SetTitle sets field value

func (*RevisionPageGroup) SetType ¶

func (o *RevisionPageGroup) SetType(v string)

SetType sets field value

func (RevisionPageGroup) ToMap ¶

func (o RevisionPageGroup) ToMap() (map[string]interface{}, error)

type RevisionPageGroupAllOf ¶

type RevisionPageGroupAllOf struct {
	// Deprecated
	Kind string `json:"kind"`
	Type string `json:"type"`
	// Page's slug in its direct parent
	Slug string `json:"slug"`
	// Complete path to access the page in the revision.
	Path  string                                `json:"path"`
	Pages []RevisionPageDocumentAllOfPagesInner `json:"pages"`
}

RevisionPageGroupAllOf struct for RevisionPageGroupAllOf

func NewRevisionPageGroupAllOf ¶

func NewRevisionPageGroupAllOf(kind string, type_ string, slug string, path string, pages []RevisionPageDocumentAllOfPagesInner) *RevisionPageGroupAllOf

NewRevisionPageGroupAllOf instantiates a new RevisionPageGroupAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionPageGroupAllOfWithDefaults ¶

func NewRevisionPageGroupAllOfWithDefaults() *RevisionPageGroupAllOf

NewRevisionPageGroupAllOfWithDefaults instantiates a new RevisionPageGroupAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionPageGroupAllOf) GetKind ¶

func (o *RevisionPageGroupAllOf) GetKind() string

GetKind returns the Kind field value Deprecated

func (*RevisionPageGroupAllOf) GetKindOk ¶

func (o *RevisionPageGroupAllOf) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set. Deprecated

func (*RevisionPageGroupAllOf) GetPages ¶

GetPages returns the Pages field value

func (*RevisionPageGroupAllOf) GetPagesOk ¶

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (*RevisionPageGroupAllOf) GetPath ¶

func (o *RevisionPageGroupAllOf) GetPath() string

GetPath returns the Path field value

func (*RevisionPageGroupAllOf) GetPathOk ¶

func (o *RevisionPageGroupAllOf) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*RevisionPageGroupAllOf) GetSlug ¶

func (o *RevisionPageGroupAllOf) GetSlug() string

GetSlug returns the Slug field value

func (*RevisionPageGroupAllOf) GetSlugOk ¶

func (o *RevisionPageGroupAllOf) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*RevisionPageGroupAllOf) GetType ¶

func (o *RevisionPageGroupAllOf) GetType() string

GetType returns the Type field value

func (*RevisionPageGroupAllOf) GetTypeOk ¶

func (o *RevisionPageGroupAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RevisionPageGroupAllOf) MarshalJSON ¶

func (o RevisionPageGroupAllOf) MarshalJSON() ([]byte, error)

func (*RevisionPageGroupAllOf) SetKind ¶

func (o *RevisionPageGroupAllOf) SetKind(v string)

SetKind sets field value Deprecated

func (*RevisionPageGroupAllOf) SetPages ¶

SetPages sets field value

func (*RevisionPageGroupAllOf) SetPath ¶

func (o *RevisionPageGroupAllOf) SetPath(v string)

SetPath sets field value

func (*RevisionPageGroupAllOf) SetSlug ¶

func (o *RevisionPageGroupAllOf) SetSlug(v string)

SetSlug sets field value

func (*RevisionPageGroupAllOf) SetType ¶

func (o *RevisionPageGroupAllOf) SetType(v string)

SetType sets field value

func (RevisionPageGroupAllOf) ToMap ¶

func (o RevisionPageGroupAllOf) ToMap() (map[string]interface{}, error)
type RevisionPageLink struct {
	// Unique identifier for the page in the revision
	Id string `json:"id"`
	// Title of the page
	Title string `json:"title"`
	// Deprecated
	Kind string  `json:"kind"`
	Type string  `json:"type"`
	Href *string `json:"href,omitempty"`
}

RevisionPageLink struct for RevisionPageLink

func NewRevisionPageLink(id string, title string, kind string, type_ string) *RevisionPageLink

NewRevisionPageLink instantiates a new RevisionPageLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionPageLinkWithDefaults ¶

func NewRevisionPageLinkWithDefaults() *RevisionPageLink

NewRevisionPageLinkWithDefaults instantiates a new RevisionPageLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionPageLink) GetHref ¶

func (o *RevisionPageLink) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*RevisionPageLink) GetHrefOk ¶

func (o *RevisionPageLink) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionPageLink) GetId ¶

func (o *RevisionPageLink) GetId() string

GetId returns the Id field value

func (*RevisionPageLink) GetIdOk ¶

func (o *RevisionPageLink) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RevisionPageLink) GetKind ¶

func (o *RevisionPageLink) GetKind() string

GetKind returns the Kind field value Deprecated

func (*RevisionPageLink) GetKindOk ¶

func (o *RevisionPageLink) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set. Deprecated

func (*RevisionPageLink) GetTitle ¶

func (o *RevisionPageLink) GetTitle() string

GetTitle returns the Title field value

func (*RevisionPageLink) GetTitleOk ¶

func (o *RevisionPageLink) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*RevisionPageLink) GetType ¶

func (o *RevisionPageLink) GetType() string

GetType returns the Type field value

func (*RevisionPageLink) GetTypeOk ¶

func (o *RevisionPageLink) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RevisionPageLink) HasHref ¶

func (o *RevisionPageLink) HasHref() bool

HasHref returns a boolean if a field has been set.

func (RevisionPageLink) MarshalJSON ¶

func (o RevisionPageLink) MarshalJSON() ([]byte, error)

func (*RevisionPageLink) SetHref ¶

func (o *RevisionPageLink) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*RevisionPageLink) SetId ¶

func (o *RevisionPageLink) SetId(v string)

SetId sets field value

func (*RevisionPageLink) SetKind ¶

func (o *RevisionPageLink) SetKind(v string)

SetKind sets field value Deprecated

func (*RevisionPageLink) SetTitle ¶

func (o *RevisionPageLink) SetTitle(v string)

SetTitle sets field value

func (*RevisionPageLink) SetType ¶

func (o *RevisionPageLink) SetType(v string)

SetType sets field value

func (RevisionPageLink) ToMap ¶

func (o RevisionPageLink) ToMap() (map[string]interface{}, error)

type RevisionPageLinkAllOf ¶

type RevisionPageLinkAllOf struct {
	// Deprecated
	Kind string  `json:"kind"`
	Type string  `json:"type"`
	Href *string `json:"href,omitempty"`
}

RevisionPageLinkAllOf struct for RevisionPageLinkAllOf

func NewRevisionPageLinkAllOf ¶

func NewRevisionPageLinkAllOf(kind string, type_ string) *RevisionPageLinkAllOf

NewRevisionPageLinkAllOf instantiates a new RevisionPageLinkAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionPageLinkAllOfWithDefaults ¶

func NewRevisionPageLinkAllOfWithDefaults() *RevisionPageLinkAllOf

NewRevisionPageLinkAllOfWithDefaults instantiates a new RevisionPageLinkAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionPageLinkAllOf) GetHref ¶

func (o *RevisionPageLinkAllOf) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*RevisionPageLinkAllOf) GetHrefOk ¶

func (o *RevisionPageLinkAllOf) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionPageLinkAllOf) GetKind ¶

func (o *RevisionPageLinkAllOf) GetKind() string

GetKind returns the Kind field value Deprecated

func (*RevisionPageLinkAllOf) GetKindOk ¶

func (o *RevisionPageLinkAllOf) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set. Deprecated

func (*RevisionPageLinkAllOf) GetType ¶

func (o *RevisionPageLinkAllOf) GetType() string

GetType returns the Type field value

func (*RevisionPageLinkAllOf) GetTypeOk ¶

func (o *RevisionPageLinkAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RevisionPageLinkAllOf) HasHref ¶

func (o *RevisionPageLinkAllOf) HasHref() bool

HasHref returns a boolean if a field has been set.

func (RevisionPageLinkAllOf) MarshalJSON ¶

func (o RevisionPageLinkAllOf) MarshalJSON() ([]byte, error)

func (*RevisionPageLinkAllOf) SetHref ¶

func (o *RevisionPageLinkAllOf) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*RevisionPageLinkAllOf) SetKind ¶

func (o *RevisionPageLinkAllOf) SetKind(v string)

SetKind sets field value Deprecated

func (*RevisionPageLinkAllOf) SetType ¶

func (o *RevisionPageLinkAllOf) SetType(v string)

SetType sets field value

func (RevisionPageLinkAllOf) ToMap ¶

func (o RevisionPageLinkAllOf) ToMap() (map[string]interface{}, error)

type RevisionTypeEdits ¶ added in v0.2.0

type RevisionTypeEdits struct {
	// Type of Object, always equals to \"revision\"
	Object string `json:"object"`
	// Unique identifier for the revision
	Id string `json:"id"`
	// IDs of the parent revisions
	Parents []string         `json:"parents"`
	Pages   []RevisionPage   `json:"pages"`
	Files   []RevisionFile   `json:"files"`
	Git     *RevisionBaseGit `json:"git,omitempty"`
	Urls    RevisionBaseUrls `json:"urls"`
	// Revision created by editing the content.
	Type string `json:"type"`
}

RevisionTypeEdits struct for RevisionTypeEdits

func NewRevisionTypeEdits ¶ added in v0.2.0

func NewRevisionTypeEdits(object string, id string, parents []string, pages []RevisionPage, files []RevisionFile, urls RevisionBaseUrls, type_ string) *RevisionTypeEdits

NewRevisionTypeEdits instantiates a new RevisionTypeEdits object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionTypeEditsWithDefaults ¶ added in v0.2.0

func NewRevisionTypeEditsWithDefaults() *RevisionTypeEdits

NewRevisionTypeEditsWithDefaults instantiates a new RevisionTypeEdits object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionTypeEdits) GetFiles ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetFiles() []RevisionFile

GetFiles returns the Files field value

func (*RevisionTypeEdits) GetFilesOk ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetFilesOk() ([]RevisionFile, bool)

GetFilesOk returns a tuple with the Files field value and a boolean to check if the value has been set.

func (*RevisionTypeEdits) GetGit ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetGit() RevisionBaseGit

GetGit returns the Git field value if set, zero value otherwise.

func (*RevisionTypeEdits) GetGitOk ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetGitOk() (*RevisionBaseGit, bool)

GetGitOk returns a tuple with the Git field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionTypeEdits) GetId ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetId() string

GetId returns the Id field value

func (*RevisionTypeEdits) GetIdOk ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RevisionTypeEdits) GetObject ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetObject() string

GetObject returns the Object field value

func (*RevisionTypeEdits) GetObjectOk ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*RevisionTypeEdits) GetPages ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetPages() []RevisionPage

GetPages returns the Pages field value

func (*RevisionTypeEdits) GetPagesOk ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetPagesOk() ([]RevisionPage, bool)

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (*RevisionTypeEdits) GetParents ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetParents() []string

GetParents returns the Parents field value

func (*RevisionTypeEdits) GetParentsOk ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetParentsOk() ([]string, bool)

GetParentsOk returns a tuple with the Parents field value and a boolean to check if the value has been set.

func (*RevisionTypeEdits) GetType ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetType() string

GetType returns the Type field value

func (*RevisionTypeEdits) GetTypeOk ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RevisionTypeEdits) GetUrls ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetUrls() RevisionBaseUrls

GetUrls returns the Urls field value

func (*RevisionTypeEdits) GetUrlsOk ¶ added in v0.2.0

func (o *RevisionTypeEdits) GetUrlsOk() (*RevisionBaseUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*RevisionTypeEdits) HasGit ¶ added in v0.2.0

func (o *RevisionTypeEdits) HasGit() bool

HasGit returns a boolean if a field has been set.

func (RevisionTypeEdits) MarshalJSON ¶ added in v0.2.0

func (o RevisionTypeEdits) MarshalJSON() ([]byte, error)

func (*RevisionTypeEdits) SetFiles ¶ added in v0.2.0

func (o *RevisionTypeEdits) SetFiles(v []RevisionFile)

SetFiles sets field value

func (*RevisionTypeEdits) SetGit ¶ added in v0.2.0

func (o *RevisionTypeEdits) SetGit(v RevisionBaseGit)

SetGit gets a reference to the given RevisionBaseGit and assigns it to the Git field.

func (*RevisionTypeEdits) SetId ¶ added in v0.2.0

func (o *RevisionTypeEdits) SetId(v string)

SetId sets field value

func (*RevisionTypeEdits) SetObject ¶ added in v0.2.0

func (o *RevisionTypeEdits) SetObject(v string)

SetObject sets field value

func (*RevisionTypeEdits) SetPages ¶ added in v0.2.0

func (o *RevisionTypeEdits) SetPages(v []RevisionPage)

SetPages sets field value

func (*RevisionTypeEdits) SetParents ¶ added in v0.2.0

func (o *RevisionTypeEdits) SetParents(v []string)

SetParents sets field value

func (*RevisionTypeEdits) SetType ¶ added in v0.2.0

func (o *RevisionTypeEdits) SetType(v string)

SetType sets field value

func (*RevisionTypeEdits) SetUrls ¶ added in v0.2.0

func (o *RevisionTypeEdits) SetUrls(v RevisionBaseUrls)

SetUrls sets field value

func (RevisionTypeEdits) ToMap ¶ added in v0.2.0

func (o RevisionTypeEdits) ToMap() (map[string]interface{}, error)

type RevisionTypeEditsAllOf ¶ added in v0.2.0

type RevisionTypeEditsAllOf struct {
	// Revision created by editing the content.
	Type string `json:"type"`
}

RevisionTypeEditsAllOf struct for RevisionTypeEditsAllOf

func NewRevisionTypeEditsAllOf ¶ added in v0.2.0

func NewRevisionTypeEditsAllOf(type_ string) *RevisionTypeEditsAllOf

NewRevisionTypeEditsAllOf instantiates a new RevisionTypeEditsAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionTypeEditsAllOfWithDefaults ¶ added in v0.2.0

func NewRevisionTypeEditsAllOfWithDefaults() *RevisionTypeEditsAllOf

NewRevisionTypeEditsAllOfWithDefaults instantiates a new RevisionTypeEditsAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionTypeEditsAllOf) GetType ¶ added in v0.2.0

func (o *RevisionTypeEditsAllOf) GetType() string

GetType returns the Type field value

func (*RevisionTypeEditsAllOf) GetTypeOk ¶ added in v0.2.0

func (o *RevisionTypeEditsAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RevisionTypeEditsAllOf) MarshalJSON ¶ added in v0.2.0

func (o RevisionTypeEditsAllOf) MarshalJSON() ([]byte, error)

func (*RevisionTypeEditsAllOf) SetType ¶ added in v0.2.0

func (o *RevisionTypeEditsAllOf) SetType(v string)

SetType sets field value

func (RevisionTypeEditsAllOf) ToMap ¶ added in v0.2.0

func (o RevisionTypeEditsAllOf) ToMap() (map[string]interface{}, error)

type RevisionTypeMerge ¶ added in v0.2.0

type RevisionTypeMerge struct {
	// Type of Object, always equals to \"revision\"
	Object string `json:"object"`
	// Unique identifier for the revision
	Id string `json:"id"`
	// IDs of the parent revisions
	Parents []string         `json:"parents"`
	Pages   []RevisionPage   `json:"pages"`
	Files   []RevisionFile   `json:"files"`
	Git     *RevisionBaseGit `json:"git,omitempty"`
	Urls    RevisionBaseUrls `json:"urls"`
	// Revision created when merging a change request with primary.
	Type       string        `json:"type"`
	MergedFrom ChangeRequest `json:"mergedFrom"`
}

RevisionTypeMerge struct for RevisionTypeMerge

func NewRevisionTypeMerge ¶ added in v0.2.0

func NewRevisionTypeMerge(object string, id string, parents []string, pages []RevisionPage, files []RevisionFile, urls RevisionBaseUrls, type_ string, mergedFrom ChangeRequest) *RevisionTypeMerge

NewRevisionTypeMerge instantiates a new RevisionTypeMerge object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionTypeMergeWithDefaults ¶ added in v0.2.0

func NewRevisionTypeMergeWithDefaults() *RevisionTypeMerge

NewRevisionTypeMergeWithDefaults instantiates a new RevisionTypeMerge object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionTypeMerge) GetFiles ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetFiles() []RevisionFile

GetFiles returns the Files field value

func (*RevisionTypeMerge) GetFilesOk ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetFilesOk() ([]RevisionFile, bool)

GetFilesOk returns a tuple with the Files field value and a boolean to check if the value has been set.

func (*RevisionTypeMerge) GetGit ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetGit() RevisionBaseGit

GetGit returns the Git field value if set, zero value otherwise.

func (*RevisionTypeMerge) GetGitOk ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetGitOk() (*RevisionBaseGit, bool)

GetGitOk returns a tuple with the Git field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionTypeMerge) GetId ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetId() string

GetId returns the Id field value

func (*RevisionTypeMerge) GetIdOk ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RevisionTypeMerge) GetMergedFrom ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetMergedFrom() ChangeRequest

GetMergedFrom returns the MergedFrom field value

func (*RevisionTypeMerge) GetMergedFromOk ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetMergedFromOk() (*ChangeRequest, bool)

GetMergedFromOk returns a tuple with the MergedFrom field value and a boolean to check if the value has been set.

func (*RevisionTypeMerge) GetObject ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetObject() string

GetObject returns the Object field value

func (*RevisionTypeMerge) GetObjectOk ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*RevisionTypeMerge) GetPages ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetPages() []RevisionPage

GetPages returns the Pages field value

func (*RevisionTypeMerge) GetPagesOk ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetPagesOk() ([]RevisionPage, bool)

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (*RevisionTypeMerge) GetParents ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetParents() []string

GetParents returns the Parents field value

func (*RevisionTypeMerge) GetParentsOk ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetParentsOk() ([]string, bool)

GetParentsOk returns a tuple with the Parents field value and a boolean to check if the value has been set.

func (*RevisionTypeMerge) GetType ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetType() string

GetType returns the Type field value

func (*RevisionTypeMerge) GetTypeOk ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RevisionTypeMerge) GetUrls ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetUrls() RevisionBaseUrls

GetUrls returns the Urls field value

func (*RevisionTypeMerge) GetUrlsOk ¶ added in v0.2.0

func (o *RevisionTypeMerge) GetUrlsOk() (*RevisionBaseUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*RevisionTypeMerge) HasGit ¶ added in v0.2.0

func (o *RevisionTypeMerge) HasGit() bool

HasGit returns a boolean if a field has been set.

func (RevisionTypeMerge) MarshalJSON ¶ added in v0.2.0

func (o RevisionTypeMerge) MarshalJSON() ([]byte, error)

func (*RevisionTypeMerge) SetFiles ¶ added in v0.2.0

func (o *RevisionTypeMerge) SetFiles(v []RevisionFile)

SetFiles sets field value

func (*RevisionTypeMerge) SetGit ¶ added in v0.2.0

func (o *RevisionTypeMerge) SetGit(v RevisionBaseGit)

SetGit gets a reference to the given RevisionBaseGit and assigns it to the Git field.

func (*RevisionTypeMerge) SetId ¶ added in v0.2.0

func (o *RevisionTypeMerge) SetId(v string)

SetId sets field value

func (*RevisionTypeMerge) SetMergedFrom ¶ added in v0.2.0

func (o *RevisionTypeMerge) SetMergedFrom(v ChangeRequest)

SetMergedFrom sets field value

func (*RevisionTypeMerge) SetObject ¶ added in v0.2.0

func (o *RevisionTypeMerge) SetObject(v string)

SetObject sets field value

func (*RevisionTypeMerge) SetPages ¶ added in v0.2.0

func (o *RevisionTypeMerge) SetPages(v []RevisionPage)

SetPages sets field value

func (*RevisionTypeMerge) SetParents ¶ added in v0.2.0

func (o *RevisionTypeMerge) SetParents(v []string)

SetParents sets field value

func (*RevisionTypeMerge) SetType ¶ added in v0.2.0

func (o *RevisionTypeMerge) SetType(v string)

SetType sets field value

func (*RevisionTypeMerge) SetUrls ¶ added in v0.2.0

func (o *RevisionTypeMerge) SetUrls(v RevisionBaseUrls)

SetUrls sets field value

func (RevisionTypeMerge) ToMap ¶ added in v0.2.0

func (o RevisionTypeMerge) ToMap() (map[string]interface{}, error)

type RevisionTypeMergeAllOf ¶ added in v0.2.0

type RevisionTypeMergeAllOf struct {
	// Revision created when merging a change request with primary.
	Type       string        `json:"type"`
	MergedFrom ChangeRequest `json:"mergedFrom"`
}

RevisionTypeMergeAllOf struct for RevisionTypeMergeAllOf

func NewRevisionTypeMergeAllOf ¶ added in v0.2.0

func NewRevisionTypeMergeAllOf(type_ string, mergedFrom ChangeRequest) *RevisionTypeMergeAllOf

NewRevisionTypeMergeAllOf instantiates a new RevisionTypeMergeAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionTypeMergeAllOfWithDefaults ¶ added in v0.2.0

func NewRevisionTypeMergeAllOfWithDefaults() *RevisionTypeMergeAllOf

NewRevisionTypeMergeAllOfWithDefaults instantiates a new RevisionTypeMergeAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionTypeMergeAllOf) GetMergedFrom ¶ added in v0.2.0

func (o *RevisionTypeMergeAllOf) GetMergedFrom() ChangeRequest

GetMergedFrom returns the MergedFrom field value

func (*RevisionTypeMergeAllOf) GetMergedFromOk ¶ added in v0.2.0

func (o *RevisionTypeMergeAllOf) GetMergedFromOk() (*ChangeRequest, bool)

GetMergedFromOk returns a tuple with the MergedFrom field value and a boolean to check if the value has been set.

func (*RevisionTypeMergeAllOf) GetType ¶ added in v0.2.0

func (o *RevisionTypeMergeAllOf) GetType() string

GetType returns the Type field value

func (*RevisionTypeMergeAllOf) GetTypeOk ¶ added in v0.2.0

func (o *RevisionTypeMergeAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RevisionTypeMergeAllOf) MarshalJSON ¶ added in v0.2.0

func (o RevisionTypeMergeAllOf) MarshalJSON() ([]byte, error)

func (*RevisionTypeMergeAllOf) SetMergedFrom ¶ added in v0.2.0

func (o *RevisionTypeMergeAllOf) SetMergedFrom(v ChangeRequest)

SetMergedFrom sets field value

func (*RevisionTypeMergeAllOf) SetType ¶ added in v0.2.0

func (o *RevisionTypeMergeAllOf) SetType(v string)

SetType sets field value

func (RevisionTypeMergeAllOf) ToMap ¶ added in v0.2.0

func (o RevisionTypeMergeAllOf) ToMap() (map[string]interface{}, error)

type RevisionTypeRollback ¶ added in v0.2.0

type RevisionTypeRollback struct {
	// Type of Object, always equals to \"revision\"
	Object string `json:"object"`
	// Unique identifier for the revision
	Id string `json:"id"`
	// IDs of the parent revisions
	Parents []string         `json:"parents"`
	Pages   []RevisionPage   `json:"pages"`
	Files   []RevisionFile   `json:"files"`
	Git     *RevisionBaseGit `json:"git,omitempty"`
	Urls    RevisionBaseUrls `json:"urls"`
	// Revision created as a rollback of a previous revision.
	Type string `json:"type"`
}

RevisionTypeRollback struct for RevisionTypeRollback

func NewRevisionTypeRollback ¶ added in v0.2.0

func NewRevisionTypeRollback(object string, id string, parents []string, pages []RevisionPage, files []RevisionFile, urls RevisionBaseUrls, type_ string) *RevisionTypeRollback

NewRevisionTypeRollback instantiates a new RevisionTypeRollback object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionTypeRollbackWithDefaults ¶ added in v0.2.0

func NewRevisionTypeRollbackWithDefaults() *RevisionTypeRollback

NewRevisionTypeRollbackWithDefaults instantiates a new RevisionTypeRollback object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionTypeRollback) GetFiles ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetFiles() []RevisionFile

GetFiles returns the Files field value

func (*RevisionTypeRollback) GetFilesOk ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetFilesOk() ([]RevisionFile, bool)

GetFilesOk returns a tuple with the Files field value and a boolean to check if the value has been set.

func (*RevisionTypeRollback) GetGit ¶ added in v0.2.0

GetGit returns the Git field value if set, zero value otherwise.

func (*RevisionTypeRollback) GetGitOk ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetGitOk() (*RevisionBaseGit, bool)

GetGitOk returns a tuple with the Git field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionTypeRollback) GetId ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetId() string

GetId returns the Id field value

func (*RevisionTypeRollback) GetIdOk ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RevisionTypeRollback) GetObject ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetObject() string

GetObject returns the Object field value

func (*RevisionTypeRollback) GetObjectOk ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*RevisionTypeRollback) GetPages ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetPages() []RevisionPage

GetPages returns the Pages field value

func (*RevisionTypeRollback) GetPagesOk ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetPagesOk() ([]RevisionPage, bool)

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (*RevisionTypeRollback) GetParents ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetParents() []string

GetParents returns the Parents field value

func (*RevisionTypeRollback) GetParentsOk ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetParentsOk() ([]string, bool)

GetParentsOk returns a tuple with the Parents field value and a boolean to check if the value has been set.

func (*RevisionTypeRollback) GetType ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetType() string

GetType returns the Type field value

func (*RevisionTypeRollback) GetTypeOk ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RevisionTypeRollback) GetUrls ¶ added in v0.2.0

GetUrls returns the Urls field value

func (*RevisionTypeRollback) GetUrlsOk ¶ added in v0.2.0

func (o *RevisionTypeRollback) GetUrlsOk() (*RevisionBaseUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*RevisionTypeRollback) HasGit ¶ added in v0.2.0

func (o *RevisionTypeRollback) HasGit() bool

HasGit returns a boolean if a field has been set.

func (RevisionTypeRollback) MarshalJSON ¶ added in v0.2.0

func (o RevisionTypeRollback) MarshalJSON() ([]byte, error)

func (*RevisionTypeRollback) SetFiles ¶ added in v0.2.0

func (o *RevisionTypeRollback) SetFiles(v []RevisionFile)

SetFiles sets field value

func (*RevisionTypeRollback) SetGit ¶ added in v0.2.0

SetGit gets a reference to the given RevisionBaseGit and assigns it to the Git field.

func (*RevisionTypeRollback) SetId ¶ added in v0.2.0

func (o *RevisionTypeRollback) SetId(v string)

SetId sets field value

func (*RevisionTypeRollback) SetObject ¶ added in v0.2.0

func (o *RevisionTypeRollback) SetObject(v string)

SetObject sets field value

func (*RevisionTypeRollback) SetPages ¶ added in v0.2.0

func (o *RevisionTypeRollback) SetPages(v []RevisionPage)

SetPages sets field value

func (*RevisionTypeRollback) SetParents ¶ added in v0.2.0

func (o *RevisionTypeRollback) SetParents(v []string)

SetParents sets field value

func (*RevisionTypeRollback) SetType ¶ added in v0.2.0

func (o *RevisionTypeRollback) SetType(v string)

SetType sets field value

func (*RevisionTypeRollback) SetUrls ¶ added in v0.2.0

func (o *RevisionTypeRollback) SetUrls(v RevisionBaseUrls)

SetUrls sets field value

func (RevisionTypeRollback) ToMap ¶ added in v0.2.0

func (o RevisionTypeRollback) ToMap() (map[string]interface{}, error)

type RevisionTypeRollbackAllOf ¶ added in v0.2.0

type RevisionTypeRollbackAllOf struct {
	// Revision created as a rollback of a previous revision.
	Type string `json:"type"`
}

RevisionTypeRollbackAllOf struct for RevisionTypeRollbackAllOf

func NewRevisionTypeRollbackAllOf ¶ added in v0.2.0

func NewRevisionTypeRollbackAllOf(type_ string) *RevisionTypeRollbackAllOf

NewRevisionTypeRollbackAllOf instantiates a new RevisionTypeRollbackAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionTypeRollbackAllOfWithDefaults ¶ added in v0.2.0

func NewRevisionTypeRollbackAllOfWithDefaults() *RevisionTypeRollbackAllOf

NewRevisionTypeRollbackAllOfWithDefaults instantiates a new RevisionTypeRollbackAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionTypeRollbackAllOf) GetType ¶ added in v0.2.0

func (o *RevisionTypeRollbackAllOf) GetType() string

GetType returns the Type field value

func (*RevisionTypeRollbackAllOf) GetTypeOk ¶ added in v0.2.0

func (o *RevisionTypeRollbackAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RevisionTypeRollbackAllOf) MarshalJSON ¶ added in v0.2.0

func (o RevisionTypeRollbackAllOf) MarshalJSON() ([]byte, error)

func (*RevisionTypeRollbackAllOf) SetType ¶ added in v0.2.0

func (o *RevisionTypeRollbackAllOf) SetType(v string)

SetType sets field value

func (RevisionTypeRollbackAllOf) ToMap ¶ added in v0.2.0

func (o RevisionTypeRollbackAllOf) ToMap() (map[string]interface{}, error)

type RevisionTypeUpdate ¶ added in v0.2.0

type RevisionTypeUpdate struct {
	// Type of Object, always equals to \"revision\"
	Object string `json:"object"`
	// Unique identifier for the revision
	Id string `json:"id"`
	// IDs of the parent revisions
	Parents []string         `json:"parents"`
	Pages   []RevisionPage   `json:"pages"`
	Files   []RevisionFile   `json:"files"`
	Git     *RevisionBaseGit `json:"git,omitempty"`
	Urls    RevisionBaseUrls `json:"urls"`
	// Revision created when updating a change request with changes from primary.
	Type string `json:"type"`
}

RevisionTypeUpdate struct for RevisionTypeUpdate

func NewRevisionTypeUpdate ¶ added in v0.2.0

func NewRevisionTypeUpdate(object string, id string, parents []string, pages []RevisionPage, files []RevisionFile, urls RevisionBaseUrls, type_ string) *RevisionTypeUpdate

NewRevisionTypeUpdate instantiates a new RevisionTypeUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionTypeUpdateWithDefaults ¶ added in v0.2.0

func NewRevisionTypeUpdateWithDefaults() *RevisionTypeUpdate

NewRevisionTypeUpdateWithDefaults instantiates a new RevisionTypeUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionTypeUpdate) GetFiles ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetFiles() []RevisionFile

GetFiles returns the Files field value

func (*RevisionTypeUpdate) GetFilesOk ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetFilesOk() ([]RevisionFile, bool)

GetFilesOk returns a tuple with the Files field value and a boolean to check if the value has been set.

func (*RevisionTypeUpdate) GetGit ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetGit() RevisionBaseGit

GetGit returns the Git field value if set, zero value otherwise.

func (*RevisionTypeUpdate) GetGitOk ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetGitOk() (*RevisionBaseGit, bool)

GetGitOk returns a tuple with the Git field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionTypeUpdate) GetId ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetId() string

GetId returns the Id field value

func (*RevisionTypeUpdate) GetIdOk ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RevisionTypeUpdate) GetObject ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetObject() string

GetObject returns the Object field value

func (*RevisionTypeUpdate) GetObjectOk ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*RevisionTypeUpdate) GetPages ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetPages() []RevisionPage

GetPages returns the Pages field value

func (*RevisionTypeUpdate) GetPagesOk ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetPagesOk() ([]RevisionPage, bool)

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (*RevisionTypeUpdate) GetParents ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetParents() []string

GetParents returns the Parents field value

func (*RevisionTypeUpdate) GetParentsOk ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetParentsOk() ([]string, bool)

GetParentsOk returns a tuple with the Parents field value and a boolean to check if the value has been set.

func (*RevisionTypeUpdate) GetType ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetType() string

GetType returns the Type field value

func (*RevisionTypeUpdate) GetTypeOk ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RevisionTypeUpdate) GetUrls ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetUrls() RevisionBaseUrls

GetUrls returns the Urls field value

func (*RevisionTypeUpdate) GetUrlsOk ¶ added in v0.2.0

func (o *RevisionTypeUpdate) GetUrlsOk() (*RevisionBaseUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*RevisionTypeUpdate) HasGit ¶ added in v0.2.0

func (o *RevisionTypeUpdate) HasGit() bool

HasGit returns a boolean if a field has been set.

func (RevisionTypeUpdate) MarshalJSON ¶ added in v0.2.0

func (o RevisionTypeUpdate) MarshalJSON() ([]byte, error)

func (*RevisionTypeUpdate) SetFiles ¶ added in v0.2.0

func (o *RevisionTypeUpdate) SetFiles(v []RevisionFile)

SetFiles sets field value

func (*RevisionTypeUpdate) SetGit ¶ added in v0.2.0

func (o *RevisionTypeUpdate) SetGit(v RevisionBaseGit)

SetGit gets a reference to the given RevisionBaseGit and assigns it to the Git field.

func (*RevisionTypeUpdate) SetId ¶ added in v0.2.0

func (o *RevisionTypeUpdate) SetId(v string)

SetId sets field value

func (*RevisionTypeUpdate) SetObject ¶ added in v0.2.0

func (o *RevisionTypeUpdate) SetObject(v string)

SetObject sets field value

func (*RevisionTypeUpdate) SetPages ¶ added in v0.2.0

func (o *RevisionTypeUpdate) SetPages(v []RevisionPage)

SetPages sets field value

func (*RevisionTypeUpdate) SetParents ¶ added in v0.2.0

func (o *RevisionTypeUpdate) SetParents(v []string)

SetParents sets field value

func (*RevisionTypeUpdate) SetType ¶ added in v0.2.0

func (o *RevisionTypeUpdate) SetType(v string)

SetType sets field value

func (*RevisionTypeUpdate) SetUrls ¶ added in v0.2.0

func (o *RevisionTypeUpdate) SetUrls(v RevisionBaseUrls)

SetUrls sets field value

func (RevisionTypeUpdate) ToMap ¶ added in v0.2.0

func (o RevisionTypeUpdate) ToMap() (map[string]interface{}, error)

type RevisionTypeUpdateAllOf ¶ added in v0.2.0

type RevisionTypeUpdateAllOf struct {
	// Revision created when updating a change request with changes from primary.
	Type string `json:"type"`
}

RevisionTypeUpdateAllOf struct for RevisionTypeUpdateAllOf

func NewRevisionTypeUpdateAllOf ¶ added in v0.2.0

func NewRevisionTypeUpdateAllOf(type_ string) *RevisionTypeUpdateAllOf

NewRevisionTypeUpdateAllOf instantiates a new RevisionTypeUpdateAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionTypeUpdateAllOfWithDefaults ¶ added in v0.2.0

func NewRevisionTypeUpdateAllOfWithDefaults() *RevisionTypeUpdateAllOf

NewRevisionTypeUpdateAllOfWithDefaults instantiates a new RevisionTypeUpdateAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionTypeUpdateAllOf) GetType ¶ added in v0.2.0

func (o *RevisionTypeUpdateAllOf) GetType() string

GetType returns the Type field value

func (*RevisionTypeUpdateAllOf) GetTypeOk ¶ added in v0.2.0

func (o *RevisionTypeUpdateAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RevisionTypeUpdateAllOf) MarshalJSON ¶ added in v0.2.0

func (o RevisionTypeUpdateAllOf) MarshalJSON() ([]byte, error)

func (*RevisionTypeUpdateAllOf) SetType ¶ added in v0.2.0

func (o *RevisionTypeUpdateAllOf) SetType(v string)

SetType sets field value

func (RevisionTypeUpdateAllOf) ToMap ¶ added in v0.2.0

func (o RevisionTypeUpdateAllOf) ToMap() (map[string]interface{}, error)

type SearchAIAnswer ¶

type SearchAIAnswer struct {
	Text              string                     `json:"text"`
	FollowupQuestions []string                   `json:"followupQuestions"`
	Pages             []SearchAIAnswerPagesInner `json:"pages"`
}

SearchAIAnswer Answer from AI for a question asked on a content.

func NewSearchAIAnswer ¶

func NewSearchAIAnswer(text string, followupQuestions []string, pages []SearchAIAnswerPagesInner) *SearchAIAnswer

NewSearchAIAnswer instantiates a new SearchAIAnswer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchAIAnswerWithDefaults ¶

func NewSearchAIAnswerWithDefaults() *SearchAIAnswer

NewSearchAIAnswerWithDefaults instantiates a new SearchAIAnswer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchAIAnswer) GetFollowupQuestions ¶

func (o *SearchAIAnswer) GetFollowupQuestions() []string

GetFollowupQuestions returns the FollowupQuestions field value

func (*SearchAIAnswer) GetFollowupQuestionsOk ¶

func (o *SearchAIAnswer) GetFollowupQuestionsOk() ([]string, bool)

GetFollowupQuestionsOk returns a tuple with the FollowupQuestions field value and a boolean to check if the value has been set.

func (*SearchAIAnswer) GetPages ¶

func (o *SearchAIAnswer) GetPages() []SearchAIAnswerPagesInner

GetPages returns the Pages field value

func (*SearchAIAnswer) GetPagesOk ¶

func (o *SearchAIAnswer) GetPagesOk() ([]SearchAIAnswerPagesInner, bool)

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (*SearchAIAnswer) GetText ¶

func (o *SearchAIAnswer) GetText() string

GetText returns the Text field value

func (*SearchAIAnswer) GetTextOk ¶

func (o *SearchAIAnswer) GetTextOk() (*string, bool)

GetTextOk returns a tuple with the Text field value and a boolean to check if the value has been set.

func (SearchAIAnswer) MarshalJSON ¶

func (o SearchAIAnswer) MarshalJSON() ([]byte, error)

func (*SearchAIAnswer) SetFollowupQuestions ¶

func (o *SearchAIAnswer) SetFollowupQuestions(v []string)

SetFollowupQuestions sets field value

func (*SearchAIAnswer) SetPages ¶

func (o *SearchAIAnswer) SetPages(v []SearchAIAnswerPagesInner)

SetPages sets field value

func (*SearchAIAnswer) SetText ¶

func (o *SearchAIAnswer) SetText(v string)

SetText sets field value

func (SearchAIAnswer) ToMap ¶

func (o SearchAIAnswer) ToMap() (map[string]interface{}, error)

type SearchAIAnswerPagesInner ¶

type SearchAIAnswerPagesInner struct {
	Page     string   `json:"page"`
	Revision string   `json:"revision"`
	Space    string   `json:"space"`
	Sections []string `json:"sections"`
}

SearchAIAnswerPagesInner struct for SearchAIAnswerPagesInner

func NewSearchAIAnswerPagesInner ¶

func NewSearchAIAnswerPagesInner(page string, revision string, space string, sections []string) *SearchAIAnswerPagesInner

NewSearchAIAnswerPagesInner instantiates a new SearchAIAnswerPagesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchAIAnswerPagesInnerWithDefaults ¶

func NewSearchAIAnswerPagesInnerWithDefaults() *SearchAIAnswerPagesInner

NewSearchAIAnswerPagesInnerWithDefaults instantiates a new SearchAIAnswerPagesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchAIAnswerPagesInner) GetPage ¶

func (o *SearchAIAnswerPagesInner) GetPage() string

GetPage returns the Page field value

func (*SearchAIAnswerPagesInner) GetPageOk ¶

func (o *SearchAIAnswerPagesInner) GetPageOk() (*string, bool)

GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.

func (*SearchAIAnswerPagesInner) GetRevision ¶

func (o *SearchAIAnswerPagesInner) GetRevision() string

GetRevision returns the Revision field value

func (*SearchAIAnswerPagesInner) GetRevisionOk ¶

func (o *SearchAIAnswerPagesInner) GetRevisionOk() (*string, bool)

GetRevisionOk returns a tuple with the Revision field value and a boolean to check if the value has been set.

func (*SearchAIAnswerPagesInner) GetSections ¶

func (o *SearchAIAnswerPagesInner) GetSections() []string

GetSections returns the Sections field value

func (*SearchAIAnswerPagesInner) GetSectionsOk ¶

func (o *SearchAIAnswerPagesInner) GetSectionsOk() ([]string, bool)

GetSectionsOk returns a tuple with the Sections field value and a boolean to check if the value has been set.

func (*SearchAIAnswerPagesInner) GetSpace ¶

func (o *SearchAIAnswerPagesInner) GetSpace() string

GetSpace returns the Space field value

func (*SearchAIAnswerPagesInner) GetSpaceOk ¶

func (o *SearchAIAnswerPagesInner) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (SearchAIAnswerPagesInner) MarshalJSON ¶

func (o SearchAIAnswerPagesInner) MarshalJSON() ([]byte, error)

func (*SearchAIAnswerPagesInner) SetPage ¶

func (o *SearchAIAnswerPagesInner) SetPage(v string)

SetPage sets field value

func (*SearchAIAnswerPagesInner) SetRevision ¶

func (o *SearchAIAnswerPagesInner) SetRevision(v string)

SetRevision sets field value

func (*SearchAIAnswerPagesInner) SetSections ¶

func (o *SearchAIAnswerPagesInner) SetSections(v []string)

SetSections sets field value

func (*SearchAIAnswerPagesInner) SetSpace ¶

func (o *SearchAIAnswerPagesInner) SetSpace(v string)

SetSpace sets field value

func (SearchAIAnswerPagesInner) ToMap ¶

func (o SearchAIAnswerPagesInner) ToMap() (map[string]interface{}, error)

type SearchAIQuery ¶

type SearchAIQuery struct {
	Query           string   `json:"query"`
	PreviousQueries []string `json:"previousQueries,omitempty"`
}

SearchAIQuery struct for SearchAIQuery

func NewSearchAIQuery ¶

func NewSearchAIQuery(query string) *SearchAIQuery

NewSearchAIQuery instantiates a new SearchAIQuery object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchAIQueryWithDefaults ¶

func NewSearchAIQueryWithDefaults() *SearchAIQuery

NewSearchAIQueryWithDefaults instantiates a new SearchAIQuery object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchAIQuery) GetPreviousQueries ¶

func (o *SearchAIQuery) GetPreviousQueries() []string

GetPreviousQueries returns the PreviousQueries field value if set, zero value otherwise.

func (*SearchAIQuery) GetPreviousQueriesOk ¶

func (o *SearchAIQuery) GetPreviousQueriesOk() ([]string, bool)

GetPreviousQueriesOk returns a tuple with the PreviousQueries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchAIQuery) GetQuery ¶

func (o *SearchAIQuery) GetQuery() string

GetQuery returns the Query field value

func (*SearchAIQuery) GetQueryOk ¶

func (o *SearchAIQuery) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.

func (*SearchAIQuery) HasPreviousQueries ¶

func (o *SearchAIQuery) HasPreviousQueries() bool

HasPreviousQueries returns a boolean if a field has been set.

func (SearchAIQuery) MarshalJSON ¶

func (o SearchAIQuery) MarshalJSON() ([]byte, error)

func (*SearchAIQuery) SetPreviousQueries ¶

func (o *SearchAIQuery) SetPreviousQueries(v []string)

SetPreviousQueries gets a reference to the given []string and assigns it to the PreviousQueries field.

func (*SearchAIQuery) SetQuery ¶

func (o *SearchAIQuery) SetQuery(v string)

SetQuery sets field value

func (SearchAIQuery) ToMap ¶

func (o SearchAIQuery) ToMap() (map[string]interface{}, error)

type SearchAIRecommendedQuestions ¶

type SearchAIRecommendedQuestions struct {
	Questions []string `json:"questions"`
}

SearchAIRecommendedQuestions Questions recommended by the AI for the given content.

func NewSearchAIRecommendedQuestions ¶

func NewSearchAIRecommendedQuestions(questions []string) *SearchAIRecommendedQuestions

NewSearchAIRecommendedQuestions instantiates a new SearchAIRecommendedQuestions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchAIRecommendedQuestionsWithDefaults ¶

func NewSearchAIRecommendedQuestionsWithDefaults() *SearchAIRecommendedQuestions

NewSearchAIRecommendedQuestionsWithDefaults instantiates a new SearchAIRecommendedQuestions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchAIRecommendedQuestions) GetQuestions ¶

func (o *SearchAIRecommendedQuestions) GetQuestions() []string

GetQuestions returns the Questions field value

func (*SearchAIRecommendedQuestions) GetQuestionsOk ¶

func (o *SearchAIRecommendedQuestions) GetQuestionsOk() ([]string, bool)

GetQuestionsOk returns a tuple with the Questions field value and a boolean to check if the value has been set.

func (SearchAIRecommendedQuestions) MarshalJSON ¶

func (o SearchAIRecommendedQuestions) MarshalJSON() ([]byte, error)

func (*SearchAIRecommendedQuestions) SetQuestions ¶

func (o *SearchAIRecommendedQuestions) SetQuestions(v []string)

SetQuestions sets field value

func (SearchAIRecommendedQuestions) ToMap ¶

func (o SearchAIRecommendedQuestions) ToMap() (map[string]interface{}, error)

type SearchApiSearchContentRequest ¶

type SearchApiSearchContentRequest struct {
	ApiService *SearchApiService
	// contains filtered or unexported fields
}

func (SearchApiSearchContentRequest) Execute ¶

func (SearchApiSearchContentRequest) Limit ¶

The number of results per page

func (SearchApiSearchContentRequest) Page ¶

Identifier of the page results to fetch.

func (SearchApiSearchContentRequest) Query ¶

type SearchApiService ¶

type SearchApiService service

SearchApiService SearchApi service

func (*SearchApiService) SearchContent ¶

SearchContent Search content across spaces that is accessible by the currently authenticated target

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SearchApiSearchContentRequest

func (*SearchApiService) SearchContentExecute ¶

Execute executes the request

@return SearchContent200Response

type SearchContent200Response ¶

type SearchContent200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32            `json:"count,omitempty"`
	Items []SearchSpaceResult `json:"items"`
}

SearchContent200Response struct for SearchContent200Response

func NewSearchContent200Response ¶

func NewSearchContent200Response(items []SearchSpaceResult) *SearchContent200Response

NewSearchContent200Response instantiates a new SearchContent200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchContent200ResponseWithDefaults ¶

func NewSearchContent200ResponseWithDefaults() *SearchContent200Response

NewSearchContent200ResponseWithDefaults instantiates a new SearchContent200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchContent200Response) GetCount ¶

func (o *SearchContent200Response) GetCount() float32

GetCount returns the Count field value if set, zero value otherwise.

func (*SearchContent200Response) GetCountOk ¶

func (o *SearchContent200Response) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchContent200Response) GetItems ¶

GetItems returns the Items field value

func (*SearchContent200Response) GetItemsOk ¶

func (o *SearchContent200Response) GetItemsOk() ([]SearchSpaceResult, bool)

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*SearchContent200Response) GetNext ¶

func (o *SearchContent200Response) GetNext() ListNext

GetNext returns the Next field value if set, zero value otherwise.

func (*SearchContent200Response) GetNextOk ¶

func (o *SearchContent200Response) GetNextOk() (*ListNext, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchContent200Response) HasCount ¶

func (o *SearchContent200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*SearchContent200Response) HasNext ¶

func (o *SearchContent200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (SearchContent200Response) MarshalJSON ¶

func (o SearchContent200Response) MarshalJSON() ([]byte, error)

func (*SearchContent200Response) SetCount ¶

func (o *SearchContent200Response) SetCount(v float32)

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*SearchContent200Response) SetItems ¶

SetItems sets field value

func (*SearchContent200Response) SetNext ¶

func (o *SearchContent200Response) SetNext(v ListNext)

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (SearchContent200Response) ToMap ¶

func (o SearchContent200Response) ToMap() (map[string]interface{}, error)

type SearchContent200ResponseAllOf ¶

type SearchContent200ResponseAllOf struct {
	Items []SearchSpaceResult `json:"items"`
}

SearchContent200ResponseAllOf struct for SearchContent200ResponseAllOf

func NewSearchContent200ResponseAllOf ¶

func NewSearchContent200ResponseAllOf(items []SearchSpaceResult) *SearchContent200ResponseAllOf

NewSearchContent200ResponseAllOf instantiates a new SearchContent200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchContent200ResponseAllOfWithDefaults ¶

func NewSearchContent200ResponseAllOfWithDefaults() *SearchContent200ResponseAllOf

NewSearchContent200ResponseAllOfWithDefaults instantiates a new SearchContent200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchContent200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*SearchContent200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (SearchContent200ResponseAllOf) MarshalJSON ¶

func (o SearchContent200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*SearchContent200ResponseAllOf) SetItems ¶

SetItems sets field value

func (SearchContent200ResponseAllOf) ToMap ¶

func (o SearchContent200ResponseAllOf) ToMap() (map[string]interface{}, error)

type SearchPageResult ¶

type SearchPageResult struct {
	Id       string                `json:"id"`
	Title    string                `json:"title"`
	Path     string                `json:"path"`
	Sections []SearchSectionResult `json:"sections,omitempty"`
	Urls     SearchPageResultUrls  `json:"urls"`
}

SearchPageResult Search result representing a page in a space.

func NewSearchPageResult ¶

func NewSearchPageResult(id string, title string, path string, urls SearchPageResultUrls) *SearchPageResult

NewSearchPageResult instantiates a new SearchPageResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchPageResultWithDefaults ¶

func NewSearchPageResultWithDefaults() *SearchPageResult

NewSearchPageResultWithDefaults instantiates a new SearchPageResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchPageResult) GetId ¶

func (o *SearchPageResult) GetId() string

GetId returns the Id field value

func (*SearchPageResult) GetIdOk ¶

func (o *SearchPageResult) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SearchPageResult) GetPath ¶

func (o *SearchPageResult) GetPath() string

GetPath returns the Path field value

func (*SearchPageResult) GetPathOk ¶

func (o *SearchPageResult) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*SearchPageResult) GetSections ¶

func (o *SearchPageResult) GetSections() []SearchSectionResult

GetSections returns the Sections field value if set, zero value otherwise.

func (*SearchPageResult) GetSectionsOk ¶

func (o *SearchPageResult) GetSectionsOk() ([]SearchSectionResult, bool)

GetSectionsOk returns a tuple with the Sections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchPageResult) GetTitle ¶

func (o *SearchPageResult) GetTitle() string

GetTitle returns the Title field value

func (*SearchPageResult) GetTitleOk ¶

func (o *SearchPageResult) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*SearchPageResult) GetUrls ¶

GetUrls returns the Urls field value

func (*SearchPageResult) GetUrlsOk ¶

func (o *SearchPageResult) GetUrlsOk() (*SearchPageResultUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*SearchPageResult) HasSections ¶

func (o *SearchPageResult) HasSections() bool

HasSections returns a boolean if a field has been set.

func (SearchPageResult) MarshalJSON ¶

func (o SearchPageResult) MarshalJSON() ([]byte, error)

func (*SearchPageResult) SetId ¶

func (o *SearchPageResult) SetId(v string)

SetId sets field value

func (*SearchPageResult) SetPath ¶

func (o *SearchPageResult) SetPath(v string)

SetPath sets field value

func (*SearchPageResult) SetSections ¶

func (o *SearchPageResult) SetSections(v []SearchSectionResult)

SetSections gets a reference to the given []SearchSectionResult and assigns it to the Sections field.

func (*SearchPageResult) SetTitle ¶

func (o *SearchPageResult) SetTitle(v string)

SetTitle sets field value

func (*SearchPageResult) SetUrls ¶

func (o *SearchPageResult) SetUrls(v SearchPageResultUrls)

SetUrls sets field value

func (SearchPageResult) ToMap ¶

func (o SearchPageResult) ToMap() (map[string]interface{}, error)

type SearchPageResultUrls ¶

type SearchPageResultUrls struct {
	// URL of the page in the application
	App string `json:"app"`
}

SearchPageResultUrls URLs associated with the object

func NewSearchPageResultUrls ¶

func NewSearchPageResultUrls(app string) *SearchPageResultUrls

NewSearchPageResultUrls instantiates a new SearchPageResultUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchPageResultUrlsWithDefaults ¶

func NewSearchPageResultUrlsWithDefaults() *SearchPageResultUrls

NewSearchPageResultUrlsWithDefaults instantiates a new SearchPageResultUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchPageResultUrls) GetApp ¶

func (o *SearchPageResultUrls) GetApp() string

GetApp returns the App field value

func (*SearchPageResultUrls) GetAppOk ¶

func (o *SearchPageResultUrls) GetAppOk() (*string, bool)

GetAppOk returns a tuple with the App field value and a boolean to check if the value has been set.

func (SearchPageResultUrls) MarshalJSON ¶

func (o SearchPageResultUrls) MarshalJSON() ([]byte, error)

func (*SearchPageResultUrls) SetApp ¶

func (o *SearchPageResultUrls) SetApp(v string)

SetApp sets field value

func (SearchPageResultUrls) ToMap ¶

func (o SearchPageResultUrls) ToMap() (map[string]interface{}, error)

type SearchSectionResult ¶

type SearchSectionResult struct {
	Id    string                  `json:"id"`
	Title string                  `json:"title"`
	Path  string                  `json:"path"`
	Body  string                  `json:"body"`
	Urls  SearchSectionResultUrls `json:"urls"`
}

SearchSectionResult Search result representing a section in a page.

func NewSearchSectionResult ¶

func NewSearchSectionResult(id string, title string, path string, body string, urls SearchSectionResultUrls) *SearchSectionResult

NewSearchSectionResult instantiates a new SearchSectionResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchSectionResultWithDefaults ¶

func NewSearchSectionResultWithDefaults() *SearchSectionResult

NewSearchSectionResultWithDefaults instantiates a new SearchSectionResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchSectionResult) GetBody ¶

func (o *SearchSectionResult) GetBody() string

GetBody returns the Body field value

func (*SearchSectionResult) GetBodyOk ¶

func (o *SearchSectionResult) GetBodyOk() (*string, bool)

GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.

func (*SearchSectionResult) GetId ¶

func (o *SearchSectionResult) GetId() string

GetId returns the Id field value

func (*SearchSectionResult) GetIdOk ¶

func (o *SearchSectionResult) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SearchSectionResult) GetPath ¶

func (o *SearchSectionResult) GetPath() string

GetPath returns the Path field value

func (*SearchSectionResult) GetPathOk ¶

func (o *SearchSectionResult) GetPathOk() (*string, bool)

GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.

func (*SearchSectionResult) GetTitle ¶

func (o *SearchSectionResult) GetTitle() string

GetTitle returns the Title field value

func (*SearchSectionResult) GetTitleOk ¶

func (o *SearchSectionResult) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*SearchSectionResult) GetUrls ¶

GetUrls returns the Urls field value

func (*SearchSectionResult) GetUrlsOk ¶

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (SearchSectionResult) MarshalJSON ¶

func (o SearchSectionResult) MarshalJSON() ([]byte, error)

func (*SearchSectionResult) SetBody ¶

func (o *SearchSectionResult) SetBody(v string)

SetBody sets field value

func (*SearchSectionResult) SetId ¶

func (o *SearchSectionResult) SetId(v string)

SetId sets field value

func (*SearchSectionResult) SetPath ¶

func (o *SearchSectionResult) SetPath(v string)

SetPath sets field value

func (*SearchSectionResult) SetTitle ¶

func (o *SearchSectionResult) SetTitle(v string)

SetTitle sets field value

func (*SearchSectionResult) SetUrls ¶

SetUrls sets field value

func (SearchSectionResult) ToMap ¶

func (o SearchSectionResult) ToMap() (map[string]interface{}, error)

type SearchSectionResultUrls ¶

type SearchSectionResultUrls struct {
	// URL of the section in the application
	App string `json:"app"`
}

SearchSectionResultUrls URLs associated with the object

func NewSearchSectionResultUrls ¶

func NewSearchSectionResultUrls(app string) *SearchSectionResultUrls

NewSearchSectionResultUrls instantiates a new SearchSectionResultUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchSectionResultUrlsWithDefaults ¶

func NewSearchSectionResultUrlsWithDefaults() *SearchSectionResultUrls

NewSearchSectionResultUrlsWithDefaults instantiates a new SearchSectionResultUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchSectionResultUrls) GetApp ¶

func (o *SearchSectionResultUrls) GetApp() string

GetApp returns the App field value

func (*SearchSectionResultUrls) GetAppOk ¶

func (o *SearchSectionResultUrls) GetAppOk() (*string, bool)

GetAppOk returns a tuple with the App field value and a boolean to check if the value has been set.

func (SearchSectionResultUrls) MarshalJSON ¶

func (o SearchSectionResultUrls) MarshalJSON() ([]byte, error)

func (*SearchSectionResultUrls) SetApp ¶

func (o *SearchSectionResultUrls) SetApp(v string)

SetApp sets field value

func (SearchSectionResultUrls) ToMap ¶

func (o SearchSectionResultUrls) ToMap() (map[string]interface{}, error)

type SearchSpaceContent200Response ¶

type SearchSpaceContent200Response struct {
	Next *ListNext `json:"next,omitempty"`
	// Total count of objects in the list
	Count *float32           `json:"count,omitempty"`
	Items []SearchPageResult `json:"items"`
}

SearchSpaceContent200Response struct for SearchSpaceContent200Response

func NewSearchSpaceContent200Response ¶

func NewSearchSpaceContent200Response(items []SearchPageResult) *SearchSpaceContent200Response

NewSearchSpaceContent200Response instantiates a new SearchSpaceContent200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchSpaceContent200ResponseWithDefaults ¶

func NewSearchSpaceContent200ResponseWithDefaults() *SearchSpaceContent200Response

NewSearchSpaceContent200ResponseWithDefaults instantiates a new SearchSpaceContent200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchSpaceContent200Response) GetCount ¶

func (o *SearchSpaceContent200Response) GetCount() float32

GetCount returns the Count field value if set, zero value otherwise.

func (*SearchSpaceContent200Response) GetCountOk ¶

func (o *SearchSpaceContent200Response) GetCountOk() (*float32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchSpaceContent200Response) GetItems ¶

GetItems returns the Items field value

func (*SearchSpaceContent200Response) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (*SearchSpaceContent200Response) GetNext ¶

GetNext returns the Next field value if set, zero value otherwise.

func (*SearchSpaceContent200Response) GetNextOk ¶

func (o *SearchSpaceContent200Response) GetNextOk() (*ListNext, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchSpaceContent200Response) HasCount ¶

func (o *SearchSpaceContent200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*SearchSpaceContent200Response) HasNext ¶

func (o *SearchSpaceContent200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (SearchSpaceContent200Response) MarshalJSON ¶

func (o SearchSpaceContent200Response) MarshalJSON() ([]byte, error)

func (*SearchSpaceContent200Response) SetCount ¶

func (o *SearchSpaceContent200Response) SetCount(v float32)

SetCount gets a reference to the given float32 and assigns it to the Count field.

func (*SearchSpaceContent200Response) SetItems ¶

SetItems sets field value

func (*SearchSpaceContent200Response) SetNext ¶

SetNext gets a reference to the given ListNext and assigns it to the Next field.

func (SearchSpaceContent200Response) ToMap ¶

func (o SearchSpaceContent200Response) ToMap() (map[string]interface{}, error)

type SearchSpaceContent200ResponseAllOf ¶

type SearchSpaceContent200ResponseAllOf struct {
	Items []SearchPageResult `json:"items"`
}

SearchSpaceContent200ResponseAllOf struct for SearchSpaceContent200ResponseAllOf

func NewSearchSpaceContent200ResponseAllOf ¶

func NewSearchSpaceContent200ResponseAllOf(items []SearchPageResult) *SearchSpaceContent200ResponseAllOf

NewSearchSpaceContent200ResponseAllOf instantiates a new SearchSpaceContent200ResponseAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchSpaceContent200ResponseAllOfWithDefaults ¶

func NewSearchSpaceContent200ResponseAllOfWithDefaults() *SearchSpaceContent200ResponseAllOf

NewSearchSpaceContent200ResponseAllOfWithDefaults instantiates a new SearchSpaceContent200ResponseAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchSpaceContent200ResponseAllOf) GetItems ¶

GetItems returns the Items field value

func (*SearchSpaceContent200ResponseAllOf) GetItemsOk ¶

GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.

func (SearchSpaceContent200ResponseAllOf) MarshalJSON ¶

func (o SearchSpaceContent200ResponseAllOf) MarshalJSON() ([]byte, error)

func (*SearchSpaceContent200ResponseAllOf) SetItems ¶

SetItems sets field value

func (SearchSpaceContent200ResponseAllOf) ToMap ¶

func (o SearchSpaceContent200ResponseAllOf) ToMap() (map[string]interface{}, error)

type SearchSpaceResult ¶

type SearchSpaceResult struct {
	Id    string             `json:"id"`
	Title string             `json:"title"`
	Pages []SearchPageResult `json:"pages"`
}

SearchSpaceResult Search result representing a space.

func NewSearchSpaceResult ¶

func NewSearchSpaceResult(id string, title string, pages []SearchPageResult) *SearchSpaceResult

NewSearchSpaceResult instantiates a new SearchSpaceResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchSpaceResultWithDefaults ¶

func NewSearchSpaceResultWithDefaults() *SearchSpaceResult

NewSearchSpaceResultWithDefaults instantiates a new SearchSpaceResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchSpaceResult) GetId ¶

func (o *SearchSpaceResult) GetId() string

GetId returns the Id field value

func (*SearchSpaceResult) GetIdOk ¶

func (o *SearchSpaceResult) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SearchSpaceResult) GetPages ¶

func (o *SearchSpaceResult) GetPages() []SearchPageResult

GetPages returns the Pages field value

func (*SearchSpaceResult) GetPagesOk ¶

func (o *SearchSpaceResult) GetPagesOk() ([]SearchPageResult, bool)

GetPagesOk returns a tuple with the Pages field value and a boolean to check if the value has been set.

func (*SearchSpaceResult) GetTitle ¶

func (o *SearchSpaceResult) GetTitle() string

GetTitle returns the Title field value

func (*SearchSpaceResult) GetTitleOk ¶

func (o *SearchSpaceResult) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (SearchSpaceResult) MarshalJSON ¶

func (o SearchSpaceResult) MarshalJSON() ([]byte, error)

func (*SearchSpaceResult) SetId ¶

func (o *SearchSpaceResult) SetId(v string)

SetId sets field value

func (*SearchSpaceResult) SetPages ¶

func (o *SearchSpaceResult) SetPages(v []SearchPageResult)

SetPages sets field value

func (*SearchSpaceResult) SetTitle ¶

func (o *SearchSpaceResult) SetTitle(v string)

SetTitle sets field value

func (SearchSpaceResult) ToMap ¶

func (o SearchSpaceResult) ToMap() (map[string]interface{}, error)

type ServerConfiguration ¶

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations ¶

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SetupDirectorySync200Response ¶

type SetupDirectorySync200Response struct {
	// The URL to navigate to to continue Directory Sync setup.
	SetupUrl string `json:"setupUrl"`
}

SetupDirectorySync200Response struct for SetupDirectorySync200Response

func NewSetupDirectorySync200Response ¶

func NewSetupDirectorySync200Response(setupUrl string) *SetupDirectorySync200Response

NewSetupDirectorySync200Response instantiates a new SetupDirectorySync200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSetupDirectorySync200ResponseWithDefaults ¶

func NewSetupDirectorySync200ResponseWithDefaults() *SetupDirectorySync200Response

NewSetupDirectorySync200ResponseWithDefaults instantiates a new SetupDirectorySync200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SetupDirectorySync200Response) GetSetupUrl ¶

func (o *SetupDirectorySync200Response) GetSetupUrl() string

GetSetupUrl returns the SetupUrl field value

func (*SetupDirectorySync200Response) GetSetupUrlOk ¶

func (o *SetupDirectorySync200Response) GetSetupUrlOk() (*string, bool)

GetSetupUrlOk returns a tuple with the SetupUrl field value and a boolean to check if the value has been set.

func (SetupDirectorySync200Response) MarshalJSON ¶

func (o SetupDirectorySync200Response) MarshalJSON() ([]byte, error)

func (*SetupDirectorySync200Response) SetSetupUrl ¶

func (o *SetupDirectorySync200Response) SetSetupUrl(v string)

SetSetupUrl sets field value

func (SetupDirectorySync200Response) ToMap ¶

func (o SetupDirectorySync200Response) ToMap() (map[string]interface{}, error)

type Space ¶

type Space struct {
	// Type of Object, always equals to \"space\"
	Object string `json:"object"`
	// Unique identifier for the space
	Id   string    `json:"id"`
	Type SpaceType `json:"type"`
	// Title of the space
	Title      string            `json:"title"`
	Visibility ContentVisibility `json:"visibility"`
	CreatedAt  string            `json:"createdAt"`
	UpdatedAt  string            `json:"updatedAt"`
	DeletedAt  *string           `json:"deletedAt,omitempty"`
	Urls       SpaceUrls         `json:"urls"`
	// ID of the organization owning this space
	Organization *string `json:"organization,omitempty"`
	// ID of the user owning this space
	// Deprecated
	User *string `json:"user,omitempty"`
	// If the space is part of the private content of a user, the property is equal to the ID of the user owning it
	// Deprecated
	Private *string `json:"private,omitempty"`
	// ID of the parent collection.
	Parent *string `json:"parent,omitempty"`
}

Space struct for Space

func NewSpace ¶

func NewSpace(object string, id string, type_ SpaceType, title string, visibility ContentVisibility, createdAt string, updatedAt string, urls SpaceUrls) *Space

NewSpace instantiates a new Space object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceWithDefaults ¶

func NewSpaceWithDefaults() *Space

NewSpaceWithDefaults instantiates a new Space object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Space) GetCreatedAt ¶

func (o *Space) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*Space) GetCreatedAtOk ¶

func (o *Space) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*Space) GetDeletedAt ¶ added in v0.2.0

func (o *Space) GetDeletedAt() string

GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.

func (*Space) GetDeletedAtOk ¶ added in v0.2.0

func (o *Space) GetDeletedAtOk() (*string, bool)

GetDeletedAtOk returns a tuple with the DeletedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Space) GetId ¶

func (o *Space) GetId() string

GetId returns the Id field value

func (*Space) GetIdOk ¶

func (o *Space) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Space) GetObject ¶

func (o *Space) GetObject() string

GetObject returns the Object field value

func (*Space) GetObjectOk ¶

func (o *Space) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*Space) GetOrganization ¶

func (o *Space) GetOrganization() string

GetOrganization returns the Organization field value if set, zero value otherwise.

func (*Space) GetOrganizationOk ¶

func (o *Space) GetOrganizationOk() (*string, bool)

GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Space) GetParent ¶

func (o *Space) GetParent() string

GetParent returns the Parent field value if set, zero value otherwise.

func (*Space) GetParentOk ¶

func (o *Space) GetParentOk() (*string, bool)

GetParentOk returns a tuple with the Parent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Space) GetPrivate ¶

func (o *Space) GetPrivate() string

GetPrivate returns the Private field value if set, zero value otherwise. Deprecated

func (*Space) GetPrivateOk ¶

func (o *Space) GetPrivateOk() (*string, bool)

GetPrivateOk returns a tuple with the Private field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Space) GetTitle ¶

func (o *Space) GetTitle() string

GetTitle returns the Title field value

func (*Space) GetTitleOk ¶

func (o *Space) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*Space) GetType ¶

func (o *Space) GetType() SpaceType

GetType returns the Type field value

func (*Space) GetTypeOk ¶

func (o *Space) GetTypeOk() (*SpaceType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*Space) GetUpdatedAt ¶

func (o *Space) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*Space) GetUpdatedAtOk ¶

func (o *Space) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*Space) GetUrls ¶

func (o *Space) GetUrls() SpaceUrls

GetUrls returns the Urls field value

func (*Space) GetUrlsOk ¶

func (o *Space) GetUrlsOk() (*SpaceUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (*Space) GetUser ¶

func (o *Space) GetUser() string

GetUser returns the User field value if set, zero value otherwise. Deprecated

func (*Space) GetUserOk ¶

func (o *Space) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*Space) GetVisibility ¶

func (o *Space) GetVisibility() ContentVisibility

GetVisibility returns the Visibility field value

func (*Space) GetVisibilityOk ¶

func (o *Space) GetVisibilityOk() (*ContentVisibility, bool)

GetVisibilityOk returns a tuple with the Visibility field value and a boolean to check if the value has been set.

func (*Space) HasDeletedAt ¶ added in v0.2.0

func (o *Space) HasDeletedAt() bool

HasDeletedAt returns a boolean if a field has been set.

func (*Space) HasOrganization ¶

func (o *Space) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

func (*Space) HasParent ¶

func (o *Space) HasParent() bool

HasParent returns a boolean if a field has been set.

func (*Space) HasPrivate ¶

func (o *Space) HasPrivate() bool

HasPrivate returns a boolean if a field has been set.

func (*Space) HasUser ¶

func (o *Space) HasUser() bool

HasUser returns a boolean if a field has been set.

func (Space) MarshalJSON ¶

func (o Space) MarshalJSON() ([]byte, error)

func (*Space) SetCreatedAt ¶

func (o *Space) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*Space) SetDeletedAt ¶ added in v0.2.0

func (o *Space) SetDeletedAt(v string)

SetDeletedAt gets a reference to the given string and assigns it to the DeletedAt field.

func (*Space) SetId ¶

func (o *Space) SetId(v string)

SetId sets field value

func (*Space) SetObject ¶

func (o *Space) SetObject(v string)

SetObject sets field value

func (*Space) SetOrganization ¶

func (o *Space) SetOrganization(v string)

SetOrganization gets a reference to the given string and assigns it to the Organization field.

func (*Space) SetParent ¶

func (o *Space) SetParent(v string)

SetParent gets a reference to the given string and assigns it to the Parent field.

func (*Space) SetPrivate ¶

func (o *Space) SetPrivate(v string)

SetPrivate gets a reference to the given string and assigns it to the Private field. Deprecated

func (*Space) SetTitle ¶

func (o *Space) SetTitle(v string)

SetTitle sets field value

func (*Space) SetType ¶

func (o *Space) SetType(v SpaceType)

SetType sets field value

func (*Space) SetUpdatedAt ¶

func (o *Space) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*Space) SetUrls ¶

func (o *Space) SetUrls(v SpaceUrls)

SetUrls sets field value

func (*Space) SetUser ¶

func (o *Space) SetUser(v string)

SetUser gets a reference to the given string and assigns it to the User field. Deprecated

func (*Space) SetVisibility ¶

func (o *Space) SetVisibility(v ContentVisibility)

SetVisibility sets field value

func (Space) ToMap ¶

func (o Space) ToMap() (map[string]interface{}, error)

type SpaceContentUpdatedEvent ¶

type SpaceContentUpdatedEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	Type    string `json:"type"`
	// ID of the integration installation
	InstallationId string `json:"installationId"`
	// ID of the space
	SpaceId string `json:"spaceId"`
	// Unique identifier of the new content revision
	RevisionId string `json:"revisionId"`
}

SpaceContentUpdatedEvent struct for SpaceContentUpdatedEvent

func NewSpaceContentUpdatedEvent ¶

func NewSpaceContentUpdatedEvent(eventId string, type_ string, installationId string, spaceId string, revisionId string) *SpaceContentUpdatedEvent

NewSpaceContentUpdatedEvent instantiates a new SpaceContentUpdatedEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceContentUpdatedEventWithDefaults ¶

func NewSpaceContentUpdatedEventWithDefaults() *SpaceContentUpdatedEvent

NewSpaceContentUpdatedEventWithDefaults instantiates a new SpaceContentUpdatedEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceContentUpdatedEvent) GetEventId ¶

func (o *SpaceContentUpdatedEvent) GetEventId() string

GetEventId returns the EventId field value

func (*SpaceContentUpdatedEvent) GetEventIdOk ¶

func (o *SpaceContentUpdatedEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*SpaceContentUpdatedEvent) GetInstallationId ¶

func (o *SpaceContentUpdatedEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*SpaceContentUpdatedEvent) GetInstallationIdOk ¶

func (o *SpaceContentUpdatedEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*SpaceContentUpdatedEvent) GetRevisionId ¶

func (o *SpaceContentUpdatedEvent) GetRevisionId() string

GetRevisionId returns the RevisionId field value

func (*SpaceContentUpdatedEvent) GetRevisionIdOk ¶

func (o *SpaceContentUpdatedEvent) GetRevisionIdOk() (*string, bool)

GetRevisionIdOk returns a tuple with the RevisionId field value and a boolean to check if the value has been set.

func (*SpaceContentUpdatedEvent) GetSpaceId ¶

func (o *SpaceContentUpdatedEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*SpaceContentUpdatedEvent) GetSpaceIdOk ¶

func (o *SpaceContentUpdatedEvent) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*SpaceContentUpdatedEvent) GetType ¶

func (o *SpaceContentUpdatedEvent) GetType() string

GetType returns the Type field value

func (*SpaceContentUpdatedEvent) GetTypeOk ¶

func (o *SpaceContentUpdatedEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (SpaceContentUpdatedEvent) MarshalJSON ¶

func (o SpaceContentUpdatedEvent) MarshalJSON() ([]byte, error)

func (*SpaceContentUpdatedEvent) SetEventId ¶

func (o *SpaceContentUpdatedEvent) SetEventId(v string)

SetEventId sets field value

func (*SpaceContentUpdatedEvent) SetInstallationId ¶

func (o *SpaceContentUpdatedEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*SpaceContentUpdatedEvent) SetRevisionId ¶

func (o *SpaceContentUpdatedEvent) SetRevisionId(v string)

SetRevisionId sets field value

func (*SpaceContentUpdatedEvent) SetSpaceId ¶

func (o *SpaceContentUpdatedEvent) SetSpaceId(v string)

SetSpaceId sets field value

func (*SpaceContentUpdatedEvent) SetType ¶

func (o *SpaceContentUpdatedEvent) SetType(v string)

SetType sets field value

func (SpaceContentUpdatedEvent) ToMap ¶

func (o SpaceContentUpdatedEvent) ToMap() (map[string]interface{}, error)

type SpaceContentUpdatedEventAllOf ¶

type SpaceContentUpdatedEventAllOf struct {
	Type string `json:"type"`
	// Unique identifier of the new content revision
	RevisionId string `json:"revisionId"`
}

SpaceContentUpdatedEventAllOf Event when the primary content of a space has been updated.

func NewSpaceContentUpdatedEventAllOf ¶

func NewSpaceContentUpdatedEventAllOf(type_ string, revisionId string) *SpaceContentUpdatedEventAllOf

NewSpaceContentUpdatedEventAllOf instantiates a new SpaceContentUpdatedEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceContentUpdatedEventAllOfWithDefaults ¶

func NewSpaceContentUpdatedEventAllOfWithDefaults() *SpaceContentUpdatedEventAllOf

NewSpaceContentUpdatedEventAllOfWithDefaults instantiates a new SpaceContentUpdatedEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceContentUpdatedEventAllOf) GetRevisionId ¶

func (o *SpaceContentUpdatedEventAllOf) GetRevisionId() string

GetRevisionId returns the RevisionId field value

func (*SpaceContentUpdatedEventAllOf) GetRevisionIdOk ¶

func (o *SpaceContentUpdatedEventAllOf) GetRevisionIdOk() (*string, bool)

GetRevisionIdOk returns a tuple with the RevisionId field value and a boolean to check if the value has been set.

func (*SpaceContentUpdatedEventAllOf) GetType ¶

GetType returns the Type field value

func (*SpaceContentUpdatedEventAllOf) GetTypeOk ¶

func (o *SpaceContentUpdatedEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (SpaceContentUpdatedEventAllOf) MarshalJSON ¶

func (o SpaceContentUpdatedEventAllOf) MarshalJSON() ([]byte, error)

func (*SpaceContentUpdatedEventAllOf) SetRevisionId ¶

func (o *SpaceContentUpdatedEventAllOf) SetRevisionId(v string)

SetRevisionId sets field value

func (*SpaceContentUpdatedEventAllOf) SetType ¶

func (o *SpaceContentUpdatedEventAllOf) SetType(v string)

SetType sets field value

func (SpaceContentUpdatedEventAllOf) ToMap ¶

func (o SpaceContentUpdatedEventAllOf) ToMap() (map[string]interface{}, error)

type SpaceCustomFieldsChannel ¶

type SpaceCustomFieldsChannel struct {
	Channel string `json:"channel"`
	Space   string `json:"space"`
}

SpaceCustomFieldsChannel struct for SpaceCustomFieldsChannel

func NewSpaceCustomFieldsChannel ¶

func NewSpaceCustomFieldsChannel(channel string, space string) *SpaceCustomFieldsChannel

NewSpaceCustomFieldsChannel instantiates a new SpaceCustomFieldsChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceCustomFieldsChannelWithDefaults ¶

func NewSpaceCustomFieldsChannelWithDefaults() *SpaceCustomFieldsChannel

NewSpaceCustomFieldsChannelWithDefaults instantiates a new SpaceCustomFieldsChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceCustomFieldsChannel) GetChannel ¶

func (o *SpaceCustomFieldsChannel) GetChannel() string

GetChannel returns the Channel field value

func (*SpaceCustomFieldsChannel) GetChannelOk ¶

func (o *SpaceCustomFieldsChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*SpaceCustomFieldsChannel) GetSpace ¶

func (o *SpaceCustomFieldsChannel) GetSpace() string

GetSpace returns the Space field value

func (*SpaceCustomFieldsChannel) GetSpaceOk ¶

func (o *SpaceCustomFieldsChannel) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (SpaceCustomFieldsChannel) MarshalJSON ¶

func (o SpaceCustomFieldsChannel) MarshalJSON() ([]byte, error)

func (*SpaceCustomFieldsChannel) SetChannel ¶

func (o *SpaceCustomFieldsChannel) SetChannel(v string)

SetChannel sets field value

func (*SpaceCustomFieldsChannel) SetSpace ¶

func (o *SpaceCustomFieldsChannel) SetSpace(v string)

SetSpace sets field value

func (SpaceCustomFieldsChannel) ToMap ¶

func (o SpaceCustomFieldsChannel) ToMap() (map[string]interface{}, error)

type SpaceEntitiesChannel ¶

type SpaceEntitiesChannel struct {
	Channel string `json:"channel"`
	Space   string `json:"space"`
}

SpaceEntitiesChannel struct for SpaceEntitiesChannel

func NewSpaceEntitiesChannel ¶

func NewSpaceEntitiesChannel(channel string, space string) *SpaceEntitiesChannel

NewSpaceEntitiesChannel instantiates a new SpaceEntitiesChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceEntitiesChannelWithDefaults ¶

func NewSpaceEntitiesChannelWithDefaults() *SpaceEntitiesChannel

NewSpaceEntitiesChannelWithDefaults instantiates a new SpaceEntitiesChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceEntitiesChannel) GetChannel ¶

func (o *SpaceEntitiesChannel) GetChannel() string

GetChannel returns the Channel field value

func (*SpaceEntitiesChannel) GetChannelOk ¶

func (o *SpaceEntitiesChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*SpaceEntitiesChannel) GetSpace ¶

func (o *SpaceEntitiesChannel) GetSpace() string

GetSpace returns the Space field value

func (*SpaceEntitiesChannel) GetSpaceOk ¶

func (o *SpaceEntitiesChannel) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (SpaceEntitiesChannel) MarshalJSON ¶

func (o SpaceEntitiesChannel) MarshalJSON() ([]byte, error)

func (*SpaceEntitiesChannel) SetChannel ¶

func (o *SpaceEntitiesChannel) SetChannel(v string)

SetChannel sets field value

func (*SpaceEntitiesChannel) SetSpace ¶

func (o *SpaceEntitiesChannel) SetSpace(v string)

SetSpace sets field value

func (SpaceEntitiesChannel) ToMap ¶

func (o SpaceEntitiesChannel) ToMap() (map[string]interface{}, error)

type SpaceEvent ¶

type SpaceEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	// Type of the event.
	Type string `json:"type"`
	// ID of the integration installation
	InstallationId string `json:"installationId"`
	// ID of the space
	SpaceId string `json:"spaceId"`
}

SpaceEvent struct for SpaceEvent

func NewSpaceEvent ¶

func NewSpaceEvent(eventId string, type_ string, installationId string, spaceId string) *SpaceEvent

NewSpaceEvent instantiates a new SpaceEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceEventWithDefaults ¶

func NewSpaceEventWithDefaults() *SpaceEvent

NewSpaceEventWithDefaults instantiates a new SpaceEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceEvent) GetEventId ¶

func (o *SpaceEvent) GetEventId() string

GetEventId returns the EventId field value

func (*SpaceEvent) GetEventIdOk ¶

func (o *SpaceEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*SpaceEvent) GetInstallationId ¶

func (o *SpaceEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*SpaceEvent) GetInstallationIdOk ¶

func (o *SpaceEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*SpaceEvent) GetSpaceId ¶

func (o *SpaceEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*SpaceEvent) GetSpaceIdOk ¶

func (o *SpaceEvent) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*SpaceEvent) GetType ¶

func (o *SpaceEvent) GetType() string

GetType returns the Type field value

func (*SpaceEvent) GetTypeOk ¶

func (o *SpaceEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (SpaceEvent) MarshalJSON ¶

func (o SpaceEvent) MarshalJSON() ([]byte, error)

func (*SpaceEvent) SetEventId ¶

func (o *SpaceEvent) SetEventId(v string)

SetEventId sets field value

func (*SpaceEvent) SetInstallationId ¶

func (o *SpaceEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*SpaceEvent) SetSpaceId ¶

func (o *SpaceEvent) SetSpaceId(v string)

SetSpaceId sets field value

func (*SpaceEvent) SetType ¶

func (o *SpaceEvent) SetType(v string)

SetType sets field value

func (SpaceEvent) ToMap ¶

func (o SpaceEvent) ToMap() (map[string]interface{}, error)

type SpaceEventAllOf ¶

type SpaceEventAllOf struct {
	// ID of the space
	SpaceId string `json:"spaceId"`
}

SpaceEventAllOf Common properties for all events related to a specific space.

func NewSpaceEventAllOf ¶

func NewSpaceEventAllOf(spaceId string) *SpaceEventAllOf

NewSpaceEventAllOf instantiates a new SpaceEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceEventAllOfWithDefaults ¶

func NewSpaceEventAllOfWithDefaults() *SpaceEventAllOf

NewSpaceEventAllOfWithDefaults instantiates a new SpaceEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceEventAllOf) GetSpaceId ¶

func (o *SpaceEventAllOf) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*SpaceEventAllOf) GetSpaceIdOk ¶

func (o *SpaceEventAllOf) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (SpaceEventAllOf) MarshalJSON ¶

func (o SpaceEventAllOf) MarshalJSON() ([]byte, error)

func (*SpaceEventAllOf) SetSpaceId ¶

func (o *SpaceEventAllOf) SetSpaceId(v string)

SetSpaceId sets field value

func (SpaceEventAllOf) ToMap ¶

func (o SpaceEventAllOf) ToMap() (map[string]interface{}, error)

type SpaceGitInfoChannel ¶

type SpaceGitInfoChannel struct {
	Channel string `json:"channel"`
	Space   string `json:"space"`
}

SpaceGitInfoChannel struct for SpaceGitInfoChannel

func NewSpaceGitInfoChannel ¶

func NewSpaceGitInfoChannel(channel string, space string) *SpaceGitInfoChannel

NewSpaceGitInfoChannel instantiates a new SpaceGitInfoChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceGitInfoChannelWithDefaults ¶

func NewSpaceGitInfoChannelWithDefaults() *SpaceGitInfoChannel

NewSpaceGitInfoChannelWithDefaults instantiates a new SpaceGitInfoChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceGitInfoChannel) GetChannel ¶

func (o *SpaceGitInfoChannel) GetChannel() string

GetChannel returns the Channel field value

func (*SpaceGitInfoChannel) GetChannelOk ¶

func (o *SpaceGitInfoChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*SpaceGitInfoChannel) GetSpace ¶

func (o *SpaceGitInfoChannel) GetSpace() string

GetSpace returns the Space field value

func (*SpaceGitInfoChannel) GetSpaceOk ¶

func (o *SpaceGitInfoChannel) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (SpaceGitInfoChannel) MarshalJSON ¶

func (o SpaceGitInfoChannel) MarshalJSON() ([]byte, error)

func (*SpaceGitInfoChannel) SetChannel ¶

func (o *SpaceGitInfoChannel) SetChannel(v string)

SetChannel sets field value

func (*SpaceGitInfoChannel) SetSpace ¶

func (o *SpaceGitInfoChannel) SetSpace(v string)

SetSpace sets field value

func (SpaceGitInfoChannel) ToMap ¶

func (o SpaceGitInfoChannel) ToMap() (map[string]interface{}, error)

type SpaceGitSyncCompletedEvent ¶

type SpaceGitSyncCompletedEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	Type    string `json:"type"`
	// ID of the integration installation
	InstallationId string `json:"installationId"`
	// ID of the space
	SpaceId string `json:"spaceId"`
	State   string `json:"state"`
	// Unique identifier of the new content revision
	RevisionId string `json:"revisionId"`
	// Unique identifier for the commit (sha)
	CommitId string `json:"commitId"`
}

SpaceGitSyncCompletedEvent struct for SpaceGitSyncCompletedEvent

func NewSpaceGitSyncCompletedEvent ¶

func NewSpaceGitSyncCompletedEvent(eventId string, type_ string, installationId string, spaceId string, state string, revisionId string, commitId string) *SpaceGitSyncCompletedEvent

NewSpaceGitSyncCompletedEvent instantiates a new SpaceGitSyncCompletedEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceGitSyncCompletedEventWithDefaults ¶

func NewSpaceGitSyncCompletedEventWithDefaults() *SpaceGitSyncCompletedEvent

NewSpaceGitSyncCompletedEventWithDefaults instantiates a new SpaceGitSyncCompletedEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceGitSyncCompletedEvent) GetCommitId ¶

func (o *SpaceGitSyncCompletedEvent) GetCommitId() string

GetCommitId returns the CommitId field value

func (*SpaceGitSyncCompletedEvent) GetCommitIdOk ¶

func (o *SpaceGitSyncCompletedEvent) GetCommitIdOk() (*string, bool)

GetCommitIdOk returns a tuple with the CommitId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncCompletedEvent) GetEventId ¶

func (o *SpaceGitSyncCompletedEvent) GetEventId() string

GetEventId returns the EventId field value

func (*SpaceGitSyncCompletedEvent) GetEventIdOk ¶

func (o *SpaceGitSyncCompletedEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncCompletedEvent) GetInstallationId ¶

func (o *SpaceGitSyncCompletedEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*SpaceGitSyncCompletedEvent) GetInstallationIdOk ¶

func (o *SpaceGitSyncCompletedEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncCompletedEvent) GetRevisionId ¶

func (o *SpaceGitSyncCompletedEvent) GetRevisionId() string

GetRevisionId returns the RevisionId field value

func (*SpaceGitSyncCompletedEvent) GetRevisionIdOk ¶

func (o *SpaceGitSyncCompletedEvent) GetRevisionIdOk() (*string, bool)

GetRevisionIdOk returns a tuple with the RevisionId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncCompletedEvent) GetSpaceId ¶

func (o *SpaceGitSyncCompletedEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*SpaceGitSyncCompletedEvent) GetSpaceIdOk ¶

func (o *SpaceGitSyncCompletedEvent) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncCompletedEvent) GetState ¶

func (o *SpaceGitSyncCompletedEvent) GetState() string

GetState returns the State field value

func (*SpaceGitSyncCompletedEvent) GetStateOk ¶

func (o *SpaceGitSyncCompletedEvent) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*SpaceGitSyncCompletedEvent) GetType ¶

func (o *SpaceGitSyncCompletedEvent) GetType() string

GetType returns the Type field value

func (*SpaceGitSyncCompletedEvent) GetTypeOk ¶

func (o *SpaceGitSyncCompletedEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (SpaceGitSyncCompletedEvent) MarshalJSON ¶

func (o SpaceGitSyncCompletedEvent) MarshalJSON() ([]byte, error)

func (*SpaceGitSyncCompletedEvent) SetCommitId ¶

func (o *SpaceGitSyncCompletedEvent) SetCommitId(v string)

SetCommitId sets field value

func (*SpaceGitSyncCompletedEvent) SetEventId ¶

func (o *SpaceGitSyncCompletedEvent) SetEventId(v string)

SetEventId sets field value

func (*SpaceGitSyncCompletedEvent) SetInstallationId ¶

func (o *SpaceGitSyncCompletedEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*SpaceGitSyncCompletedEvent) SetRevisionId ¶

func (o *SpaceGitSyncCompletedEvent) SetRevisionId(v string)

SetRevisionId sets field value

func (*SpaceGitSyncCompletedEvent) SetSpaceId ¶

func (o *SpaceGitSyncCompletedEvent) SetSpaceId(v string)

SetSpaceId sets field value

func (*SpaceGitSyncCompletedEvent) SetState ¶

func (o *SpaceGitSyncCompletedEvent) SetState(v string)

SetState sets field value

func (*SpaceGitSyncCompletedEvent) SetType ¶

func (o *SpaceGitSyncCompletedEvent) SetType(v string)

SetType sets field value

func (SpaceGitSyncCompletedEvent) ToMap ¶

func (o SpaceGitSyncCompletedEvent) ToMap() (map[string]interface{}, error)

type SpaceGitSyncCompletedEventAllOf ¶

type SpaceGitSyncCompletedEventAllOf struct {
	Type  string `json:"type"`
	State string `json:"state"`
	// Unique identifier of the new content revision
	RevisionId string `json:"revisionId"`
	// Unique identifier for the commit (sha)
	CommitId string `json:"commitId"`
}

SpaceGitSyncCompletedEventAllOf Event when a GitSync operation has been completed.

func NewSpaceGitSyncCompletedEventAllOf ¶

func NewSpaceGitSyncCompletedEventAllOf(type_ string, state string, revisionId string, commitId string) *SpaceGitSyncCompletedEventAllOf

NewSpaceGitSyncCompletedEventAllOf instantiates a new SpaceGitSyncCompletedEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceGitSyncCompletedEventAllOfWithDefaults ¶

func NewSpaceGitSyncCompletedEventAllOfWithDefaults() *SpaceGitSyncCompletedEventAllOf

NewSpaceGitSyncCompletedEventAllOfWithDefaults instantiates a new SpaceGitSyncCompletedEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceGitSyncCompletedEventAllOf) GetCommitId ¶

func (o *SpaceGitSyncCompletedEventAllOf) GetCommitId() string

GetCommitId returns the CommitId field value

func (*SpaceGitSyncCompletedEventAllOf) GetCommitIdOk ¶

func (o *SpaceGitSyncCompletedEventAllOf) GetCommitIdOk() (*string, bool)

GetCommitIdOk returns a tuple with the CommitId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncCompletedEventAllOf) GetRevisionId ¶

func (o *SpaceGitSyncCompletedEventAllOf) GetRevisionId() string

GetRevisionId returns the RevisionId field value

func (*SpaceGitSyncCompletedEventAllOf) GetRevisionIdOk ¶

func (o *SpaceGitSyncCompletedEventAllOf) GetRevisionIdOk() (*string, bool)

GetRevisionIdOk returns a tuple with the RevisionId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncCompletedEventAllOf) GetState ¶

GetState returns the State field value

func (*SpaceGitSyncCompletedEventAllOf) GetStateOk ¶

func (o *SpaceGitSyncCompletedEventAllOf) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*SpaceGitSyncCompletedEventAllOf) GetType ¶

GetType returns the Type field value

func (*SpaceGitSyncCompletedEventAllOf) GetTypeOk ¶

func (o *SpaceGitSyncCompletedEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (SpaceGitSyncCompletedEventAllOf) MarshalJSON ¶

func (o SpaceGitSyncCompletedEventAllOf) MarshalJSON() ([]byte, error)

func (*SpaceGitSyncCompletedEventAllOf) SetCommitId ¶

func (o *SpaceGitSyncCompletedEventAllOf) SetCommitId(v string)

SetCommitId sets field value

func (*SpaceGitSyncCompletedEventAllOf) SetRevisionId ¶

func (o *SpaceGitSyncCompletedEventAllOf) SetRevisionId(v string)

SetRevisionId sets field value

func (*SpaceGitSyncCompletedEventAllOf) SetState ¶

func (o *SpaceGitSyncCompletedEventAllOf) SetState(v string)

SetState sets field value

func (*SpaceGitSyncCompletedEventAllOf) SetType ¶

SetType sets field value

func (SpaceGitSyncCompletedEventAllOf) ToMap ¶

func (o SpaceGitSyncCompletedEventAllOf) ToMap() (map[string]interface{}, error)

type SpaceGitSyncStartedEvent ¶

type SpaceGitSyncStartedEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	Type    string `json:"type"`
	// ID of the integration installation
	InstallationId string `json:"installationId"`
	// ID of the space
	SpaceId string `json:"spaceId"`
	// Unique identifier of the new content revision
	RevisionId string `json:"revisionId"`
	// Unique identifier for the commit (sha)
	CommitId string `json:"commitId"`
}

SpaceGitSyncStartedEvent struct for SpaceGitSyncStartedEvent

func NewSpaceGitSyncStartedEvent ¶

func NewSpaceGitSyncStartedEvent(eventId string, type_ string, installationId string, spaceId string, revisionId string, commitId string) *SpaceGitSyncStartedEvent

NewSpaceGitSyncStartedEvent instantiates a new SpaceGitSyncStartedEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceGitSyncStartedEventWithDefaults ¶

func NewSpaceGitSyncStartedEventWithDefaults() *SpaceGitSyncStartedEvent

NewSpaceGitSyncStartedEventWithDefaults instantiates a new SpaceGitSyncStartedEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceGitSyncStartedEvent) GetCommitId ¶

func (o *SpaceGitSyncStartedEvent) GetCommitId() string

GetCommitId returns the CommitId field value

func (*SpaceGitSyncStartedEvent) GetCommitIdOk ¶

func (o *SpaceGitSyncStartedEvent) GetCommitIdOk() (*string, bool)

GetCommitIdOk returns a tuple with the CommitId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncStartedEvent) GetEventId ¶

func (o *SpaceGitSyncStartedEvent) GetEventId() string

GetEventId returns the EventId field value

func (*SpaceGitSyncStartedEvent) GetEventIdOk ¶

func (o *SpaceGitSyncStartedEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncStartedEvent) GetInstallationId ¶

func (o *SpaceGitSyncStartedEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*SpaceGitSyncStartedEvent) GetInstallationIdOk ¶

func (o *SpaceGitSyncStartedEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncStartedEvent) GetRevisionId ¶

func (o *SpaceGitSyncStartedEvent) GetRevisionId() string

GetRevisionId returns the RevisionId field value

func (*SpaceGitSyncStartedEvent) GetRevisionIdOk ¶

func (o *SpaceGitSyncStartedEvent) GetRevisionIdOk() (*string, bool)

GetRevisionIdOk returns a tuple with the RevisionId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncStartedEvent) GetSpaceId ¶

func (o *SpaceGitSyncStartedEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*SpaceGitSyncStartedEvent) GetSpaceIdOk ¶

func (o *SpaceGitSyncStartedEvent) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncStartedEvent) GetType ¶

func (o *SpaceGitSyncStartedEvent) GetType() string

GetType returns the Type field value

func (*SpaceGitSyncStartedEvent) GetTypeOk ¶

func (o *SpaceGitSyncStartedEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (SpaceGitSyncStartedEvent) MarshalJSON ¶

func (o SpaceGitSyncStartedEvent) MarshalJSON() ([]byte, error)

func (*SpaceGitSyncStartedEvent) SetCommitId ¶

func (o *SpaceGitSyncStartedEvent) SetCommitId(v string)

SetCommitId sets field value

func (*SpaceGitSyncStartedEvent) SetEventId ¶

func (o *SpaceGitSyncStartedEvent) SetEventId(v string)

SetEventId sets field value

func (*SpaceGitSyncStartedEvent) SetInstallationId ¶

func (o *SpaceGitSyncStartedEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*SpaceGitSyncStartedEvent) SetRevisionId ¶

func (o *SpaceGitSyncStartedEvent) SetRevisionId(v string)

SetRevisionId sets field value

func (*SpaceGitSyncStartedEvent) SetSpaceId ¶

func (o *SpaceGitSyncStartedEvent) SetSpaceId(v string)

SetSpaceId sets field value

func (*SpaceGitSyncStartedEvent) SetType ¶

func (o *SpaceGitSyncStartedEvent) SetType(v string)

SetType sets field value

func (SpaceGitSyncStartedEvent) ToMap ¶

func (o SpaceGitSyncStartedEvent) ToMap() (map[string]interface{}, error)

type SpaceGitSyncStartedEventAllOf ¶

type SpaceGitSyncStartedEventAllOf struct {
	Type string `json:"type"`
	// Unique identifier of the new content revision
	RevisionId string `json:"revisionId"`
	// Unique identifier for the commit (sha)
	CommitId string `json:"commitId"`
}

SpaceGitSyncStartedEventAllOf Event when a GitSync operation has been started.

func NewSpaceGitSyncStartedEventAllOf ¶

func NewSpaceGitSyncStartedEventAllOf(type_ string, revisionId string, commitId string) *SpaceGitSyncStartedEventAllOf

NewSpaceGitSyncStartedEventAllOf instantiates a new SpaceGitSyncStartedEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceGitSyncStartedEventAllOfWithDefaults ¶

func NewSpaceGitSyncStartedEventAllOfWithDefaults() *SpaceGitSyncStartedEventAllOf

NewSpaceGitSyncStartedEventAllOfWithDefaults instantiates a new SpaceGitSyncStartedEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceGitSyncStartedEventAllOf) GetCommitId ¶

func (o *SpaceGitSyncStartedEventAllOf) GetCommitId() string

GetCommitId returns the CommitId field value

func (*SpaceGitSyncStartedEventAllOf) GetCommitIdOk ¶

func (o *SpaceGitSyncStartedEventAllOf) GetCommitIdOk() (*string, bool)

GetCommitIdOk returns a tuple with the CommitId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncStartedEventAllOf) GetRevisionId ¶

func (o *SpaceGitSyncStartedEventAllOf) GetRevisionId() string

GetRevisionId returns the RevisionId field value

func (*SpaceGitSyncStartedEventAllOf) GetRevisionIdOk ¶

func (o *SpaceGitSyncStartedEventAllOf) GetRevisionIdOk() (*string, bool)

GetRevisionIdOk returns a tuple with the RevisionId field value and a boolean to check if the value has been set.

func (*SpaceGitSyncStartedEventAllOf) GetType ¶

GetType returns the Type field value

func (*SpaceGitSyncStartedEventAllOf) GetTypeOk ¶

func (o *SpaceGitSyncStartedEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (SpaceGitSyncStartedEventAllOf) MarshalJSON ¶

func (o SpaceGitSyncStartedEventAllOf) MarshalJSON() ([]byte, error)

func (*SpaceGitSyncStartedEventAllOf) SetCommitId ¶

func (o *SpaceGitSyncStartedEventAllOf) SetCommitId(v string)

SetCommitId sets field value

func (*SpaceGitSyncStartedEventAllOf) SetRevisionId ¶

func (o *SpaceGitSyncStartedEventAllOf) SetRevisionId(v string)

SetRevisionId sets field value

func (*SpaceGitSyncStartedEventAllOf) SetType ¶

func (o *SpaceGitSyncStartedEventAllOf) SetType(v string)

SetType sets field value

func (SpaceGitSyncStartedEventAllOf) ToMap ¶

func (o SpaceGitSyncStartedEventAllOf) ToMap() (map[string]interface{}, error)

type SpaceInfoChannel ¶

type SpaceInfoChannel struct {
	Channel string `json:"channel"`
	Space   string `json:"space"`
}

SpaceInfoChannel struct for SpaceInfoChannel

func NewSpaceInfoChannel ¶

func NewSpaceInfoChannel(channel string, space string) *SpaceInfoChannel

NewSpaceInfoChannel instantiates a new SpaceInfoChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceInfoChannelWithDefaults ¶

func NewSpaceInfoChannelWithDefaults() *SpaceInfoChannel

NewSpaceInfoChannelWithDefaults instantiates a new SpaceInfoChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceInfoChannel) GetChannel ¶

func (o *SpaceInfoChannel) GetChannel() string

GetChannel returns the Channel field value

func (*SpaceInfoChannel) GetChannelOk ¶

func (o *SpaceInfoChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*SpaceInfoChannel) GetSpace ¶

func (o *SpaceInfoChannel) GetSpace() string

GetSpace returns the Space field value

func (*SpaceInfoChannel) GetSpaceOk ¶

func (o *SpaceInfoChannel) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (SpaceInfoChannel) MarshalJSON ¶

func (o SpaceInfoChannel) MarshalJSON() ([]byte, error)

func (*SpaceInfoChannel) SetChannel ¶

func (o *SpaceInfoChannel) SetChannel(v string)

SetChannel sets field value

func (*SpaceInfoChannel) SetSpace ¶

func (o *SpaceInfoChannel) SetSpace(v string)

SetSpace sets field value

func (SpaceInfoChannel) ToMap ¶

func (o SpaceInfoChannel) ToMap() (map[string]interface{}, error)

type SpaceInstallationDeletedEvent ¶ added in v0.2.0

type SpaceInstallationDeletedEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	Type    string `json:"type"`
	// ID of the integration installation
	InstallationId string `json:"installationId"`
	// ID of the space
	SpaceId  string                                     `json:"spaceId"`
	Previous SpaceInstallationDeletedEventAllOfPrevious `json:"previous"`
}

SpaceInstallationDeletedEvent struct for SpaceInstallationDeletedEvent

func NewSpaceInstallationDeletedEvent ¶ added in v0.2.0

func NewSpaceInstallationDeletedEvent(eventId string, type_ string, installationId string, spaceId string, previous SpaceInstallationDeletedEventAllOfPrevious) *SpaceInstallationDeletedEvent

NewSpaceInstallationDeletedEvent instantiates a new SpaceInstallationDeletedEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceInstallationDeletedEventWithDefaults ¶ added in v0.2.0

func NewSpaceInstallationDeletedEventWithDefaults() *SpaceInstallationDeletedEvent

NewSpaceInstallationDeletedEventWithDefaults instantiates a new SpaceInstallationDeletedEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceInstallationDeletedEvent) GetEventId ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEvent) GetEventId() string

GetEventId returns the EventId field value

func (*SpaceInstallationDeletedEvent) GetEventIdOk ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*SpaceInstallationDeletedEvent) GetInstallationId ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*SpaceInstallationDeletedEvent) GetInstallationIdOk ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*SpaceInstallationDeletedEvent) GetPrevious ¶ added in v0.2.0

GetPrevious returns the Previous field value

func (*SpaceInstallationDeletedEvent) GetPreviousOk ¶ added in v0.2.0

GetPreviousOk returns a tuple with the Previous field value and a boolean to check if the value has been set.

func (*SpaceInstallationDeletedEvent) GetSpaceId ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*SpaceInstallationDeletedEvent) GetSpaceIdOk ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEvent) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*SpaceInstallationDeletedEvent) GetType ¶ added in v0.2.0

GetType returns the Type field value

func (*SpaceInstallationDeletedEvent) GetTypeOk ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (SpaceInstallationDeletedEvent) MarshalJSON ¶ added in v0.2.0

func (o SpaceInstallationDeletedEvent) MarshalJSON() ([]byte, error)

func (*SpaceInstallationDeletedEvent) SetEventId ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEvent) SetEventId(v string)

SetEventId sets field value

func (*SpaceInstallationDeletedEvent) SetInstallationId ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*SpaceInstallationDeletedEvent) SetPrevious ¶ added in v0.2.0

SetPrevious sets field value

func (*SpaceInstallationDeletedEvent) SetSpaceId ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEvent) SetSpaceId(v string)

SetSpaceId sets field value

func (*SpaceInstallationDeletedEvent) SetType ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEvent) SetType(v string)

SetType sets field value

func (SpaceInstallationDeletedEvent) ToMap ¶ added in v0.2.0

func (o SpaceInstallationDeletedEvent) ToMap() (map[string]interface{}, error)

type SpaceInstallationDeletedEventAllOf ¶ added in v0.2.0

type SpaceInstallationDeletedEventAllOf struct {
	Type     string                                     `json:"type"`
	Previous SpaceInstallationDeletedEventAllOfPrevious `json:"previous"`
}

SpaceInstallationDeletedEventAllOf Event received when integration has been uninstalled from a space.

func NewSpaceInstallationDeletedEventAllOf ¶ added in v0.2.0

func NewSpaceInstallationDeletedEventAllOf(type_ string, previous SpaceInstallationDeletedEventAllOfPrevious) *SpaceInstallationDeletedEventAllOf

NewSpaceInstallationDeletedEventAllOf instantiates a new SpaceInstallationDeletedEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceInstallationDeletedEventAllOfWithDefaults ¶ added in v0.2.0

func NewSpaceInstallationDeletedEventAllOfWithDefaults() *SpaceInstallationDeletedEventAllOf

NewSpaceInstallationDeletedEventAllOfWithDefaults instantiates a new SpaceInstallationDeletedEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceInstallationDeletedEventAllOf) GetPrevious ¶ added in v0.2.0

GetPrevious returns the Previous field value

func (*SpaceInstallationDeletedEventAllOf) GetPreviousOk ¶ added in v0.2.0

GetPreviousOk returns a tuple with the Previous field value and a boolean to check if the value has been set.

func (*SpaceInstallationDeletedEventAllOf) GetType ¶ added in v0.2.0

GetType returns the Type field value

func (*SpaceInstallationDeletedEventAllOf) GetTypeOk ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (SpaceInstallationDeletedEventAllOf) MarshalJSON ¶ added in v0.2.0

func (o SpaceInstallationDeletedEventAllOf) MarshalJSON() ([]byte, error)

func (*SpaceInstallationDeletedEventAllOf) SetPrevious ¶ added in v0.2.0

SetPrevious sets field value

func (*SpaceInstallationDeletedEventAllOf) SetType ¶ added in v0.2.0

SetType sets field value

func (SpaceInstallationDeletedEventAllOf) ToMap ¶ added in v0.2.0

func (o SpaceInstallationDeletedEventAllOf) ToMap() (map[string]interface{}, error)

type SpaceInstallationDeletedEventAllOfPrevious ¶ added in v0.2.0

type SpaceInstallationDeletedEventAllOfPrevious struct {
	// The previous configuration of the Space installation.
	Configuration map[string]interface{} `json:"configuration,omitempty"`
}

SpaceInstallationDeletedEventAllOfPrevious The state of the Space installation before it was deleted.

func NewSpaceInstallationDeletedEventAllOfPrevious ¶ added in v0.2.0

func NewSpaceInstallationDeletedEventAllOfPrevious() *SpaceInstallationDeletedEventAllOfPrevious

NewSpaceInstallationDeletedEventAllOfPrevious instantiates a new SpaceInstallationDeletedEventAllOfPrevious object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceInstallationDeletedEventAllOfPreviousWithDefaults ¶ added in v0.2.0

func NewSpaceInstallationDeletedEventAllOfPreviousWithDefaults() *SpaceInstallationDeletedEventAllOfPrevious

NewSpaceInstallationDeletedEventAllOfPreviousWithDefaults instantiates a new SpaceInstallationDeletedEventAllOfPrevious object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceInstallationDeletedEventAllOfPrevious) GetConfiguration ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEventAllOfPrevious) GetConfiguration() map[string]interface{}

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*SpaceInstallationDeletedEventAllOfPrevious) GetConfigurationOk ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEventAllOfPrevious) GetConfigurationOk() (map[string]interface{}, bool)

GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpaceInstallationDeletedEventAllOfPrevious) HasConfiguration ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEventAllOfPrevious) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (SpaceInstallationDeletedEventAllOfPrevious) MarshalJSON ¶ added in v0.2.0

func (*SpaceInstallationDeletedEventAllOfPrevious) SetConfiguration ¶ added in v0.2.0

func (o *SpaceInstallationDeletedEventAllOfPrevious) SetConfiguration(v map[string]interface{})

SetConfiguration gets a reference to the given map[string]interface{} and assigns it to the Configuration field.

func (SpaceInstallationDeletedEventAllOfPrevious) ToMap ¶ added in v0.2.0

func (o SpaceInstallationDeletedEventAllOfPrevious) ToMap() (map[string]interface{}, error)

type SpaceInstallationSetupEvent ¶

type SpaceInstallationSetupEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	Type    string `json:"type"`
	// ID of the integration installation
	InstallationId string `json:"installationId"`
	// ID of the space
	SpaceId  string                                    `json:"spaceId"`
	Status   IntegrationInstallationStatus             `json:"status"`
	Previous *SpaceInstallationSetupEventAllOfPrevious `json:"previous,omitempty"`
}

SpaceInstallationSetupEvent struct for SpaceInstallationSetupEvent

func NewSpaceInstallationSetupEvent ¶

func NewSpaceInstallationSetupEvent(eventId string, type_ string, installationId string, spaceId string, status IntegrationInstallationStatus) *SpaceInstallationSetupEvent

NewSpaceInstallationSetupEvent instantiates a new SpaceInstallationSetupEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceInstallationSetupEventWithDefaults ¶

func NewSpaceInstallationSetupEventWithDefaults() *SpaceInstallationSetupEvent

NewSpaceInstallationSetupEventWithDefaults instantiates a new SpaceInstallationSetupEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceInstallationSetupEvent) GetEventId ¶

func (o *SpaceInstallationSetupEvent) GetEventId() string

GetEventId returns the EventId field value

func (*SpaceInstallationSetupEvent) GetEventIdOk ¶

func (o *SpaceInstallationSetupEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*SpaceInstallationSetupEvent) GetInstallationId ¶

func (o *SpaceInstallationSetupEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*SpaceInstallationSetupEvent) GetInstallationIdOk ¶

func (o *SpaceInstallationSetupEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*SpaceInstallationSetupEvent) GetPrevious ¶

GetPrevious returns the Previous field value if set, zero value otherwise.

func (*SpaceInstallationSetupEvent) GetPreviousOk ¶

GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpaceInstallationSetupEvent) GetSpaceId ¶

func (o *SpaceInstallationSetupEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*SpaceInstallationSetupEvent) GetSpaceIdOk ¶

func (o *SpaceInstallationSetupEvent) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*SpaceInstallationSetupEvent) GetStatus ¶

GetStatus returns the Status field value

func (*SpaceInstallationSetupEvent) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*SpaceInstallationSetupEvent) GetType ¶

func (o *SpaceInstallationSetupEvent) GetType() string

GetType returns the Type field value

func (*SpaceInstallationSetupEvent) GetTypeOk ¶

func (o *SpaceInstallationSetupEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SpaceInstallationSetupEvent) HasPrevious ¶

func (o *SpaceInstallationSetupEvent) HasPrevious() bool

HasPrevious returns a boolean if a field has been set.

func (SpaceInstallationSetupEvent) MarshalJSON ¶

func (o SpaceInstallationSetupEvent) MarshalJSON() ([]byte, error)

func (*SpaceInstallationSetupEvent) SetEventId ¶

func (o *SpaceInstallationSetupEvent) SetEventId(v string)

SetEventId sets field value

func (*SpaceInstallationSetupEvent) SetInstallationId ¶

func (o *SpaceInstallationSetupEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*SpaceInstallationSetupEvent) SetPrevious ¶

SetPrevious gets a reference to the given SpaceInstallationSetupEventAllOfPrevious and assigns it to the Previous field.

func (*SpaceInstallationSetupEvent) SetSpaceId ¶

func (o *SpaceInstallationSetupEvent) SetSpaceId(v string)

SetSpaceId sets field value

func (*SpaceInstallationSetupEvent) SetStatus ¶

SetStatus sets field value

func (*SpaceInstallationSetupEvent) SetType ¶

func (o *SpaceInstallationSetupEvent) SetType(v string)

SetType sets field value

func (SpaceInstallationSetupEvent) ToMap ¶

func (o SpaceInstallationSetupEvent) ToMap() (map[string]interface{}, error)

type SpaceInstallationSetupEventAllOf ¶

type SpaceInstallationSetupEventAllOf struct {
	Type     string                                    `json:"type"`
	Status   IntegrationInstallationStatus             `json:"status"`
	Previous *SpaceInstallationSetupEventAllOfPrevious `json:"previous,omitempty"`
}

SpaceInstallationSetupEventAllOf Event received when integration has been installed or updated on a space.

func NewSpaceInstallationSetupEventAllOf ¶

func NewSpaceInstallationSetupEventAllOf(type_ string, status IntegrationInstallationStatus) *SpaceInstallationSetupEventAllOf

NewSpaceInstallationSetupEventAllOf instantiates a new SpaceInstallationSetupEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceInstallationSetupEventAllOfWithDefaults ¶

func NewSpaceInstallationSetupEventAllOfWithDefaults() *SpaceInstallationSetupEventAllOf

NewSpaceInstallationSetupEventAllOfWithDefaults instantiates a new SpaceInstallationSetupEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceInstallationSetupEventAllOf) GetPrevious ¶

GetPrevious returns the Previous field value if set, zero value otherwise.

func (*SpaceInstallationSetupEventAllOf) GetPreviousOk ¶

GetPreviousOk returns a tuple with the Previous field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpaceInstallationSetupEventAllOf) GetStatus ¶

GetStatus returns the Status field value

func (*SpaceInstallationSetupEventAllOf) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*SpaceInstallationSetupEventAllOf) GetType ¶

GetType returns the Type field value

func (*SpaceInstallationSetupEventAllOf) GetTypeOk ¶

func (o *SpaceInstallationSetupEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SpaceInstallationSetupEventAllOf) HasPrevious ¶

func (o *SpaceInstallationSetupEventAllOf) HasPrevious() bool

HasPrevious returns a boolean if a field has been set.

func (SpaceInstallationSetupEventAllOf) MarshalJSON ¶

func (o SpaceInstallationSetupEventAllOf) MarshalJSON() ([]byte, error)

func (*SpaceInstallationSetupEventAllOf) SetPrevious ¶

SetPrevious gets a reference to the given SpaceInstallationSetupEventAllOfPrevious and assigns it to the Previous field.

func (*SpaceInstallationSetupEventAllOf) SetStatus ¶

SetStatus sets field value

func (*SpaceInstallationSetupEventAllOf) SetType ¶

SetType sets field value

func (SpaceInstallationSetupEventAllOf) ToMap ¶

func (o SpaceInstallationSetupEventAllOf) ToMap() (map[string]interface{}, error)

type SpaceInstallationSetupEventAllOfPrevious ¶

type SpaceInstallationSetupEventAllOfPrevious struct {
	Status IntegrationInstallationStatus `json:"status"`
	// The previous configuration of the Space installation.
	Configuration map[string]interface{} `json:"configuration,omitempty"`
}

SpaceInstallationSetupEventAllOfPrevious The state of the Space installation before it was updated.

func NewSpaceInstallationSetupEventAllOfPrevious ¶

func NewSpaceInstallationSetupEventAllOfPrevious(status IntegrationInstallationStatus) *SpaceInstallationSetupEventAllOfPrevious

NewSpaceInstallationSetupEventAllOfPrevious instantiates a new SpaceInstallationSetupEventAllOfPrevious object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceInstallationSetupEventAllOfPreviousWithDefaults ¶

func NewSpaceInstallationSetupEventAllOfPreviousWithDefaults() *SpaceInstallationSetupEventAllOfPrevious

NewSpaceInstallationSetupEventAllOfPreviousWithDefaults instantiates a new SpaceInstallationSetupEventAllOfPrevious object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceInstallationSetupEventAllOfPrevious) GetConfiguration ¶

func (o *SpaceInstallationSetupEventAllOfPrevious) GetConfiguration() map[string]interface{}

GetConfiguration returns the Configuration field value if set, zero value otherwise.

func (*SpaceInstallationSetupEventAllOfPrevious) GetConfigurationOk ¶

func (o *SpaceInstallationSetupEventAllOfPrevious) GetConfigurationOk() (map[string]interface{}, bool)

GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpaceInstallationSetupEventAllOfPrevious) GetStatus ¶

GetStatus returns the Status field value

func (*SpaceInstallationSetupEventAllOfPrevious) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*SpaceInstallationSetupEventAllOfPrevious) HasConfiguration ¶

func (o *SpaceInstallationSetupEventAllOfPrevious) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

func (SpaceInstallationSetupEventAllOfPrevious) MarshalJSON ¶

func (*SpaceInstallationSetupEventAllOfPrevious) SetConfiguration ¶

func (o *SpaceInstallationSetupEventAllOfPrevious) SetConfiguration(v map[string]interface{})

SetConfiguration gets a reference to the given map[string]interface{} and assigns it to the Configuration field.

func (*SpaceInstallationSetupEventAllOfPrevious) SetStatus ¶

SetStatus sets field value

func (SpaceInstallationSetupEventAllOfPrevious) ToMap ¶

func (o SpaceInstallationSetupEventAllOfPrevious) ToMap() (map[string]interface{}, error)

type SpaceIntegrationBlocksInner ¶

type SpaceIntegrationBlocksInner struct {
	// Unique named identifier for the integration
	Name   string             `json:"name"`
	Blocks []IntegrationBlock `json:"blocks"`
}

SpaceIntegrationBlocksInner struct for SpaceIntegrationBlocksInner

func NewSpaceIntegrationBlocksInner ¶

func NewSpaceIntegrationBlocksInner(name string, blocks []IntegrationBlock) *SpaceIntegrationBlocksInner

NewSpaceIntegrationBlocksInner instantiates a new SpaceIntegrationBlocksInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceIntegrationBlocksInnerWithDefaults ¶

func NewSpaceIntegrationBlocksInnerWithDefaults() *SpaceIntegrationBlocksInner

NewSpaceIntegrationBlocksInnerWithDefaults instantiates a new SpaceIntegrationBlocksInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceIntegrationBlocksInner) GetBlocks ¶

GetBlocks returns the Blocks field value

func (*SpaceIntegrationBlocksInner) GetBlocksOk ¶

func (o *SpaceIntegrationBlocksInner) GetBlocksOk() ([]IntegrationBlock, bool)

GetBlocksOk returns a tuple with the Blocks field value and a boolean to check if the value has been set.

func (*SpaceIntegrationBlocksInner) GetName ¶

func (o *SpaceIntegrationBlocksInner) GetName() string

GetName returns the Name field value

func (*SpaceIntegrationBlocksInner) GetNameOk ¶

func (o *SpaceIntegrationBlocksInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (SpaceIntegrationBlocksInner) MarshalJSON ¶

func (o SpaceIntegrationBlocksInner) MarshalJSON() ([]byte, error)

func (*SpaceIntegrationBlocksInner) SetBlocks ¶

SetBlocks sets field value

func (*SpaceIntegrationBlocksInner) SetName ¶

func (o *SpaceIntegrationBlocksInner) SetName(v string)

SetName sets field value

func (SpaceIntegrationBlocksInner) ToMap ¶

func (o SpaceIntegrationBlocksInner) ToMap() (map[string]interface{}, error)

type SpaceIntegrationsChannel ¶

type SpaceIntegrationsChannel struct {
	Channel string `json:"channel"`
	Space   string `json:"space"`
}

SpaceIntegrationsChannel struct for SpaceIntegrationsChannel

func NewSpaceIntegrationsChannel ¶

func NewSpaceIntegrationsChannel(channel string, space string) *SpaceIntegrationsChannel

NewSpaceIntegrationsChannel instantiates a new SpaceIntegrationsChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceIntegrationsChannelWithDefaults ¶

func NewSpaceIntegrationsChannelWithDefaults() *SpaceIntegrationsChannel

NewSpaceIntegrationsChannelWithDefaults instantiates a new SpaceIntegrationsChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceIntegrationsChannel) GetChannel ¶

func (o *SpaceIntegrationsChannel) GetChannel() string

GetChannel returns the Channel field value

func (*SpaceIntegrationsChannel) GetChannelOk ¶

func (o *SpaceIntegrationsChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*SpaceIntegrationsChannel) GetSpace ¶

func (o *SpaceIntegrationsChannel) GetSpace() string

GetSpace returns the Space field value

func (*SpaceIntegrationsChannel) GetSpaceOk ¶

func (o *SpaceIntegrationsChannel) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (SpaceIntegrationsChannel) MarshalJSON ¶

func (o SpaceIntegrationsChannel) MarshalJSON() ([]byte, error)

func (*SpaceIntegrationsChannel) SetChannel ¶

func (o *SpaceIntegrationsChannel) SetChannel(v string)

SetChannel sets field value

func (*SpaceIntegrationsChannel) SetSpace ¶

func (o *SpaceIntegrationsChannel) SetSpace(v string)

SetSpace sets field value

func (SpaceIntegrationsChannel) ToMap ¶

func (o SpaceIntegrationsChannel) ToMap() (map[string]interface{}, error)

type SpacePublishingAuthChannel ¶

type SpacePublishingAuthChannel struct {
	Channel string `json:"channel"`
	Space   string `json:"space"`
}

SpacePublishingAuthChannel struct for SpacePublishingAuthChannel

func NewSpacePublishingAuthChannel ¶

func NewSpacePublishingAuthChannel(channel string, space string) *SpacePublishingAuthChannel

NewSpacePublishingAuthChannel instantiates a new SpacePublishingAuthChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpacePublishingAuthChannelWithDefaults ¶

func NewSpacePublishingAuthChannelWithDefaults() *SpacePublishingAuthChannel

NewSpacePublishingAuthChannelWithDefaults instantiates a new SpacePublishingAuthChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpacePublishingAuthChannel) GetChannel ¶

func (o *SpacePublishingAuthChannel) GetChannel() string

GetChannel returns the Channel field value

func (*SpacePublishingAuthChannel) GetChannelOk ¶

func (o *SpacePublishingAuthChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*SpacePublishingAuthChannel) GetSpace ¶

func (o *SpacePublishingAuthChannel) GetSpace() string

GetSpace returns the Space field value

func (*SpacePublishingAuthChannel) GetSpaceOk ¶

func (o *SpacePublishingAuthChannel) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (SpacePublishingAuthChannel) MarshalJSON ¶

func (o SpacePublishingAuthChannel) MarshalJSON() ([]byte, error)

func (*SpacePublishingAuthChannel) SetChannel ¶

func (o *SpacePublishingAuthChannel) SetChannel(v string)

SetChannel sets field value

func (*SpacePublishingAuthChannel) SetSpace ¶

func (o *SpacePublishingAuthChannel) SetSpace(v string)

SetSpace sets field value

func (SpacePublishingAuthChannel) ToMap ¶

func (o SpacePublishingAuthChannel) ToMap() (map[string]interface{}, error)

type SpaceRelation ¶

type SpaceRelation struct {
	Id        string              `json:"id"`
	Type      SpaceRelationType   `json:"type"`
	Target    SpaceRelationTarget `json:"target"`
	CreatedAt string              `json:"createdAt"`
	Urls      SpaceRelationUrls   `json:"urls"`
}

SpaceRelation Relation between an origin space and another space

func NewSpaceRelation ¶

func NewSpaceRelation(id string, type_ SpaceRelationType, target SpaceRelationTarget, createdAt string, urls SpaceRelationUrls) *SpaceRelation

NewSpaceRelation instantiates a new SpaceRelation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceRelationWithDefaults ¶

func NewSpaceRelationWithDefaults() *SpaceRelation

NewSpaceRelationWithDefaults instantiates a new SpaceRelation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceRelation) GetCreatedAt ¶

func (o *SpaceRelation) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*SpaceRelation) GetCreatedAtOk ¶

func (o *SpaceRelation) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*SpaceRelation) GetId ¶

func (o *SpaceRelation) GetId() string

GetId returns the Id field value

func (*SpaceRelation) GetIdOk ¶

func (o *SpaceRelation) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SpaceRelation) GetTarget ¶

func (o *SpaceRelation) GetTarget() SpaceRelationTarget

GetTarget returns the Target field value

func (*SpaceRelation) GetTargetOk ¶

func (o *SpaceRelation) GetTargetOk() (*SpaceRelationTarget, bool)

GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.

func (*SpaceRelation) GetType ¶

func (o *SpaceRelation) GetType() SpaceRelationType

GetType returns the Type field value

func (*SpaceRelation) GetTypeOk ¶

func (o *SpaceRelation) GetTypeOk() (*SpaceRelationType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SpaceRelation) GetUrls ¶

func (o *SpaceRelation) GetUrls() SpaceRelationUrls

GetUrls returns the Urls field value

func (*SpaceRelation) GetUrlsOk ¶

func (o *SpaceRelation) GetUrlsOk() (*SpaceRelationUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (SpaceRelation) MarshalJSON ¶

func (o SpaceRelation) MarshalJSON() ([]byte, error)

func (*SpaceRelation) SetCreatedAt ¶

func (o *SpaceRelation) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*SpaceRelation) SetId ¶

func (o *SpaceRelation) SetId(v string)

SetId sets field value

func (*SpaceRelation) SetTarget ¶

func (o *SpaceRelation) SetTarget(v SpaceRelationTarget)

SetTarget sets field value

func (*SpaceRelation) SetType ¶

func (o *SpaceRelation) SetType(v SpaceRelationType)

SetType sets field value

func (*SpaceRelation) SetUrls ¶

func (o *SpaceRelation) SetUrls(v SpaceRelationUrls)

SetUrls sets field value

func (SpaceRelation) ToMap ¶

func (o SpaceRelation) ToMap() (map[string]interface{}, error)

type SpaceRelationEdge ¶

type SpaceRelationEdge struct {
	// ID of the space
	Id string `json:"id"`
}

SpaceRelationEdge Edge of a space relation (target or source)

func NewSpaceRelationEdge ¶

func NewSpaceRelationEdge(id string) *SpaceRelationEdge

NewSpaceRelationEdge instantiates a new SpaceRelationEdge object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceRelationEdgeWithDefaults ¶

func NewSpaceRelationEdgeWithDefaults() *SpaceRelationEdge

NewSpaceRelationEdgeWithDefaults instantiates a new SpaceRelationEdge object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceRelationEdge) GetId ¶

func (o *SpaceRelationEdge) GetId() string

GetId returns the Id field value

func (*SpaceRelationEdge) GetIdOk ¶

func (o *SpaceRelationEdge) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (SpaceRelationEdge) MarshalJSON ¶

func (o SpaceRelationEdge) MarshalJSON() ([]byte, error)

func (*SpaceRelationEdge) SetId ¶

func (o *SpaceRelationEdge) SetId(v string)

SetId sets field value

func (SpaceRelationEdge) ToMap ¶

func (o SpaceRelationEdge) ToMap() (map[string]interface{}, error)

type SpaceRelationPair ¶

type SpaceRelationPair struct {
	Id        string            `json:"id"`
	Type      SpaceRelationType `json:"type"`
	Target    SpaceRelationEdge `json:"target"`
	CreatedAt string            `json:"createdAt"`
	Urls      SpaceRelationUrls `json:"urls"`
	Source    SpaceRelationEdge `json:"source"`
}

SpaceRelationPair struct for SpaceRelationPair

func NewSpaceRelationPair ¶

func NewSpaceRelationPair(id string, type_ SpaceRelationType, target SpaceRelationEdge, createdAt string, urls SpaceRelationUrls, source SpaceRelationEdge) *SpaceRelationPair

NewSpaceRelationPair instantiates a new SpaceRelationPair object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceRelationPairWithDefaults ¶

func NewSpaceRelationPairWithDefaults() *SpaceRelationPair

NewSpaceRelationPairWithDefaults instantiates a new SpaceRelationPair object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceRelationPair) GetCreatedAt ¶

func (o *SpaceRelationPair) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*SpaceRelationPair) GetCreatedAtOk ¶

func (o *SpaceRelationPair) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*SpaceRelationPair) GetId ¶

func (o *SpaceRelationPair) GetId() string

GetId returns the Id field value

func (*SpaceRelationPair) GetIdOk ¶

func (o *SpaceRelationPair) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SpaceRelationPair) GetSource ¶

func (o *SpaceRelationPair) GetSource() SpaceRelationEdge

GetSource returns the Source field value

func (*SpaceRelationPair) GetSourceOk ¶

func (o *SpaceRelationPair) GetSourceOk() (*SpaceRelationEdge, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*SpaceRelationPair) GetTarget ¶

func (o *SpaceRelationPair) GetTarget() SpaceRelationEdge

GetTarget returns the Target field value

func (*SpaceRelationPair) GetTargetOk ¶

func (o *SpaceRelationPair) GetTargetOk() (*SpaceRelationEdge, bool)

GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.

func (*SpaceRelationPair) GetType ¶

func (o *SpaceRelationPair) GetType() SpaceRelationType

GetType returns the Type field value

func (*SpaceRelationPair) GetTypeOk ¶

func (o *SpaceRelationPair) GetTypeOk() (*SpaceRelationType, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SpaceRelationPair) GetUrls ¶

func (o *SpaceRelationPair) GetUrls() SpaceRelationUrls

GetUrls returns the Urls field value

func (*SpaceRelationPair) GetUrlsOk ¶

func (o *SpaceRelationPair) GetUrlsOk() (*SpaceRelationUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (SpaceRelationPair) MarshalJSON ¶

func (o SpaceRelationPair) MarshalJSON() ([]byte, error)

func (*SpaceRelationPair) SetCreatedAt ¶

func (o *SpaceRelationPair) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*SpaceRelationPair) SetId ¶

func (o *SpaceRelationPair) SetId(v string)

SetId sets field value

func (*SpaceRelationPair) SetSource ¶

func (o *SpaceRelationPair) SetSource(v SpaceRelationEdge)

SetSource sets field value

func (*SpaceRelationPair) SetTarget ¶

func (o *SpaceRelationPair) SetTarget(v SpaceRelationEdge)

SetTarget sets field value

func (*SpaceRelationPair) SetType ¶

func (o *SpaceRelationPair) SetType(v SpaceRelationType)

SetType sets field value

func (*SpaceRelationPair) SetUrls ¶

func (o *SpaceRelationPair) SetUrls(v SpaceRelationUrls)

SetUrls sets field value

func (SpaceRelationPair) ToMap ¶

func (o SpaceRelationPair) ToMap() (map[string]interface{}, error)

type SpaceRelationPairAllOf ¶

type SpaceRelationPairAllOf struct {
	Target SpaceRelationEdge `json:"target"`
	Source SpaceRelationEdge `json:"source"`
}

SpaceRelationPairAllOf Relation between an origin space and another space

func NewSpaceRelationPairAllOf ¶

func NewSpaceRelationPairAllOf(target SpaceRelationEdge, source SpaceRelationEdge) *SpaceRelationPairAllOf

NewSpaceRelationPairAllOf instantiates a new SpaceRelationPairAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceRelationPairAllOfWithDefaults ¶

func NewSpaceRelationPairAllOfWithDefaults() *SpaceRelationPairAllOf

NewSpaceRelationPairAllOfWithDefaults instantiates a new SpaceRelationPairAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceRelationPairAllOf) GetSource ¶

GetSource returns the Source field value

func (*SpaceRelationPairAllOf) GetSourceOk ¶

func (o *SpaceRelationPairAllOf) GetSourceOk() (*SpaceRelationEdge, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*SpaceRelationPairAllOf) GetTarget ¶

GetTarget returns the Target field value

func (*SpaceRelationPairAllOf) GetTargetOk ¶

func (o *SpaceRelationPairAllOf) GetTargetOk() (*SpaceRelationEdge, bool)

GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.

func (SpaceRelationPairAllOf) MarshalJSON ¶

func (o SpaceRelationPairAllOf) MarshalJSON() ([]byte, error)

func (*SpaceRelationPairAllOf) SetSource ¶

func (o *SpaceRelationPairAllOf) SetSource(v SpaceRelationEdge)

SetSource sets field value

func (*SpaceRelationPairAllOf) SetTarget ¶

func (o *SpaceRelationPairAllOf) SetTarget(v SpaceRelationEdge)

SetTarget sets field value

func (SpaceRelationPairAllOf) ToMap ¶

func (o SpaceRelationPairAllOf) ToMap() (map[string]interface{}, error)

type SpaceRelationTarget ¶

type SpaceRelationTarget struct {
	Space             *Space
	SpaceRelationEdge *SpaceRelationEdge
}

SpaceRelationTarget - Other space in the relation. If undefined, the current user doesn't have access to it.

func SpaceAsSpaceRelationTarget ¶

func SpaceAsSpaceRelationTarget(v *Space) SpaceRelationTarget

SpaceAsSpaceRelationTarget is a convenience function that returns Space wrapped in SpaceRelationTarget

func SpaceRelationEdgeAsSpaceRelationTarget ¶

func SpaceRelationEdgeAsSpaceRelationTarget(v *SpaceRelationEdge) SpaceRelationTarget

SpaceRelationEdgeAsSpaceRelationTarget is a convenience function that returns SpaceRelationEdge wrapped in SpaceRelationTarget

func (*SpaceRelationTarget) GetActualInstance ¶

func (obj *SpaceRelationTarget) GetActualInstance() interface{}

Get the actual instance

func (SpaceRelationTarget) MarshalJSON ¶

func (src SpaceRelationTarget) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SpaceRelationTarget) UnmarshalJSON ¶

func (dst *SpaceRelationTarget) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type SpaceRelationType ¶

type SpaceRelationType string

SpaceRelationType the model 'SpaceRelationType'

const (
	SPACERELATIONTYPE_DEPENDS_ON    SpaceRelationType = "dependsOn"
	SPACERELATIONTYPE_DEPENDENCY_OF SpaceRelationType = "dependencyOf"
	SPACERELATIONTYPE_PART_OF       SpaceRelationType = "partOf"
	SPACERELATIONTYPE_HAS_PART      SpaceRelationType = "hasPart"
)

List of SpaceRelationType

func NewSpaceRelationTypeFromValue ¶

func NewSpaceRelationTypeFromValue(v string) (*SpaceRelationType, error)

NewSpaceRelationTypeFromValue returns a pointer to a valid SpaceRelationType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SpaceRelationType) IsValid ¶

func (v SpaceRelationType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SpaceRelationType) Ptr ¶

Ptr returns reference to SpaceRelationType value

func (*SpaceRelationType) UnmarshalJSON ¶

func (v *SpaceRelationType) UnmarshalJSON(src []byte) error

type SpaceRelationUrls ¶

type SpaceRelationUrls struct {
	// URL of the space relation in the API
	Location string `json:"location"`
}

SpaceRelationUrls URLs associated with the object

func NewSpaceRelationUrls ¶

func NewSpaceRelationUrls(location string) *SpaceRelationUrls

NewSpaceRelationUrls instantiates a new SpaceRelationUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceRelationUrlsWithDefaults ¶

func NewSpaceRelationUrlsWithDefaults() *SpaceRelationUrls

NewSpaceRelationUrlsWithDefaults instantiates a new SpaceRelationUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceRelationUrls) GetLocation ¶

func (o *SpaceRelationUrls) GetLocation() string

GetLocation returns the Location field value

func (*SpaceRelationUrls) GetLocationOk ¶

func (o *SpaceRelationUrls) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (SpaceRelationUrls) MarshalJSON ¶

func (o SpaceRelationUrls) MarshalJSON() ([]byte, error)

func (*SpaceRelationUrls) SetLocation ¶

func (o *SpaceRelationUrls) SetLocation(v string)

SetLocation sets field value

func (SpaceRelationUrls) ToMap ¶

func (o SpaceRelationUrls) ToMap() (map[string]interface{}, error)

type SpaceRelationsChannel ¶

type SpaceRelationsChannel struct {
	Channel string `json:"channel"`
	Space   string `json:"space"`
}

SpaceRelationsChannel struct for SpaceRelationsChannel

func NewSpaceRelationsChannel ¶

func NewSpaceRelationsChannel(channel string, space string) *SpaceRelationsChannel

NewSpaceRelationsChannel instantiates a new SpaceRelationsChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceRelationsChannelWithDefaults ¶

func NewSpaceRelationsChannelWithDefaults() *SpaceRelationsChannel

NewSpaceRelationsChannelWithDefaults instantiates a new SpaceRelationsChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceRelationsChannel) GetChannel ¶

func (o *SpaceRelationsChannel) GetChannel() string

GetChannel returns the Channel field value

func (*SpaceRelationsChannel) GetChannelOk ¶

func (o *SpaceRelationsChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*SpaceRelationsChannel) GetSpace ¶

func (o *SpaceRelationsChannel) GetSpace() string

GetSpace returns the Space field value

func (*SpaceRelationsChannel) GetSpaceOk ¶

func (o *SpaceRelationsChannel) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (SpaceRelationsChannel) MarshalJSON ¶

func (o SpaceRelationsChannel) MarshalJSON() ([]byte, error)

func (*SpaceRelationsChannel) SetChannel ¶

func (o *SpaceRelationsChannel) SetChannel(v string)

SetChannel sets field value

func (*SpaceRelationsChannel) SetSpace ¶

func (o *SpaceRelationsChannel) SetSpace(v string)

SetSpace sets field value

func (SpaceRelationsChannel) ToMap ¶

func (o SpaceRelationsChannel) ToMap() (map[string]interface{}, error)

type SpaceType ¶

type SpaceType string

SpaceType - `application`: A fully-packaged application, like a mobile application, desktop application, or a CLI-type tool. - `website`: A single web page or a collection of related web pages under a single domain. - `service`: An independently-deployable software unit that is usually is operated by a person or a team. - `library`: A reusable collection of objects, functions, and methods. A library is typically used by other spaces. - `cloud-resource`: An entity or service provided by a cloud vendor, with consumer-managed configuration and monitoring. - `database`: A databse entity, persisting data. A database is typically used by services or applications. - `other`: A space that doesn’t match the service, library, or application type.

const (
	SPACETYPE_APPLICATION    SpaceType = "application"
	SPACETYPE_WEBSITE        SpaceType = "website"
	SPACETYPE_SERVICE        SpaceType = "service"
	SPACETYPE_LIBRARY        SpaceType = "library"
	SPACETYPE_CLOUD_RESOURCE SpaceType = "cloud-resource"
	SPACETYPE_DATABASE       SpaceType = "database"
	SPACETYPE_OTHER          SpaceType = "other"
)

List of SpaceType

func NewSpaceTypeFromValue ¶

func NewSpaceTypeFromValue(v string) (*SpaceType, error)

NewSpaceTypeFromValue returns a pointer to a valid SpaceType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SpaceType) IsValid ¶

func (v SpaceType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SpaceType) Ptr ¶

func (v SpaceType) Ptr() *SpaceType

Ptr returns reference to SpaceType value

func (*SpaceType) UnmarshalJSON ¶

func (v *SpaceType) UnmarshalJSON(src []byte) error

type SpaceUrls ¶

type SpaceUrls struct {
	// URL of the space in the API
	Location string `json:"location"`
	// URL of the space in the application
	App string `json:"app"`
	// URL of the published version of the space. Only defined when visibility is not \"private.\"
	Published *string `json:"published,omitempty"`
	// URL of the public version of the space. Only defined when visibility is \"public\".
	Public *string `json:"public,omitempty"`
}

SpaceUrls URLs associated with the object

func NewSpaceUrls ¶

func NewSpaceUrls(location string, app string) *SpaceUrls

NewSpaceUrls instantiates a new SpaceUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceUrlsWithDefaults ¶

func NewSpaceUrlsWithDefaults() *SpaceUrls

NewSpaceUrlsWithDefaults instantiates a new SpaceUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceUrls) GetApp ¶

func (o *SpaceUrls) GetApp() string

GetApp returns the App field value

func (*SpaceUrls) GetAppOk ¶

func (o *SpaceUrls) GetAppOk() (*string, bool)

GetAppOk returns a tuple with the App field value and a boolean to check if the value has been set.

func (*SpaceUrls) GetLocation ¶

func (o *SpaceUrls) GetLocation() string

GetLocation returns the Location field value

func (*SpaceUrls) GetLocationOk ¶

func (o *SpaceUrls) GetLocationOk() (*string, bool)

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (*SpaceUrls) GetPublic ¶

func (o *SpaceUrls) GetPublic() string

GetPublic returns the Public field value if set, zero value otherwise.

func (*SpaceUrls) GetPublicOk ¶

func (o *SpaceUrls) GetPublicOk() (*string, bool)

GetPublicOk returns a tuple with the Public field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpaceUrls) GetPublished ¶

func (o *SpaceUrls) GetPublished() string

GetPublished returns the Published field value if set, zero value otherwise.

func (*SpaceUrls) GetPublishedOk ¶

func (o *SpaceUrls) GetPublishedOk() (*string, bool)

GetPublishedOk returns a tuple with the Published field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpaceUrls) HasPublic ¶

func (o *SpaceUrls) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (*SpaceUrls) HasPublished ¶

func (o *SpaceUrls) HasPublished() bool

HasPublished returns a boolean if a field has been set.

func (SpaceUrls) MarshalJSON ¶

func (o SpaceUrls) MarshalJSON() ([]byte, error)

func (*SpaceUrls) SetApp ¶

func (o *SpaceUrls) SetApp(v string)

SetApp sets field value

func (*SpaceUrls) SetLocation ¶

func (o *SpaceUrls) SetLocation(v string)

SetLocation sets field value

func (*SpaceUrls) SetPublic ¶

func (o *SpaceUrls) SetPublic(v string)

SetPublic gets a reference to the given string and assigns it to the Public field.

func (*SpaceUrls) SetPublished ¶

func (o *SpaceUrls) SetPublished(v string)

SetPublished gets a reference to the given string and assigns it to the Published field.

func (SpaceUrls) ToMap ¶

func (o SpaceUrls) ToMap() (map[string]interface{}, error)

type SpaceViewEvent ¶

type SpaceViewEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	Type    string `json:"type"`
	// ID of the integration installation
	InstallationId string `json:"installationId"`
	// ID of the space
	SpaceId string `json:"spaceId"`
	// Unique identifier of the visited page.
	PageId  *string                    `json:"pageId,omitempty"`
	Visitor SpaceViewEventAllOfVisitor `json:"visitor"`
	// The GitBook content's URL visited (including URL params).
	Url string `json:"url"`
	// The URL of referrer that linked to the page.
	Referrer string `json:"referrer"`
}

SpaceViewEvent struct for SpaceViewEvent

func NewSpaceViewEvent ¶

func NewSpaceViewEvent(eventId string, type_ string, installationId string, spaceId string, visitor SpaceViewEventAllOfVisitor, url string, referrer string) *SpaceViewEvent

NewSpaceViewEvent instantiates a new SpaceViewEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceViewEventWithDefaults ¶

func NewSpaceViewEventWithDefaults() *SpaceViewEvent

NewSpaceViewEventWithDefaults instantiates a new SpaceViewEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceViewEvent) GetEventId ¶

func (o *SpaceViewEvent) GetEventId() string

GetEventId returns the EventId field value

func (*SpaceViewEvent) GetEventIdOk ¶

func (o *SpaceViewEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*SpaceViewEvent) GetInstallationId ¶

func (o *SpaceViewEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*SpaceViewEvent) GetInstallationIdOk ¶

func (o *SpaceViewEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*SpaceViewEvent) GetPageId ¶

func (o *SpaceViewEvent) GetPageId() string

GetPageId returns the PageId field value if set, zero value otherwise.

func (*SpaceViewEvent) GetPageIdOk ¶

func (o *SpaceViewEvent) GetPageIdOk() (*string, bool)

GetPageIdOk returns a tuple with the PageId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpaceViewEvent) GetReferrer ¶

func (o *SpaceViewEvent) GetReferrer() string

GetReferrer returns the Referrer field value

func (*SpaceViewEvent) GetReferrerOk ¶

func (o *SpaceViewEvent) GetReferrerOk() (*string, bool)

GetReferrerOk returns a tuple with the Referrer field value and a boolean to check if the value has been set.

func (*SpaceViewEvent) GetSpaceId ¶

func (o *SpaceViewEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*SpaceViewEvent) GetSpaceIdOk ¶

func (o *SpaceViewEvent) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*SpaceViewEvent) GetType ¶

func (o *SpaceViewEvent) GetType() string

GetType returns the Type field value

func (*SpaceViewEvent) GetTypeOk ¶

func (o *SpaceViewEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SpaceViewEvent) GetUrl ¶

func (o *SpaceViewEvent) GetUrl() string

GetUrl returns the Url field value

func (*SpaceViewEvent) GetUrlOk ¶

func (o *SpaceViewEvent) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*SpaceViewEvent) GetVisitor ¶

GetVisitor returns the Visitor field value

func (*SpaceViewEvent) GetVisitorOk ¶

func (o *SpaceViewEvent) GetVisitorOk() (*SpaceViewEventAllOfVisitor, bool)

GetVisitorOk returns a tuple with the Visitor field value and a boolean to check if the value has been set.

func (*SpaceViewEvent) HasPageId ¶

func (o *SpaceViewEvent) HasPageId() bool

HasPageId returns a boolean if a field has been set.

func (SpaceViewEvent) MarshalJSON ¶

func (o SpaceViewEvent) MarshalJSON() ([]byte, error)

func (*SpaceViewEvent) SetEventId ¶

func (o *SpaceViewEvent) SetEventId(v string)

SetEventId sets field value

func (*SpaceViewEvent) SetInstallationId ¶

func (o *SpaceViewEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*SpaceViewEvent) SetPageId ¶

func (o *SpaceViewEvent) SetPageId(v string)

SetPageId gets a reference to the given string and assigns it to the PageId field.

func (*SpaceViewEvent) SetReferrer ¶

func (o *SpaceViewEvent) SetReferrer(v string)

SetReferrer sets field value

func (*SpaceViewEvent) SetSpaceId ¶

func (o *SpaceViewEvent) SetSpaceId(v string)

SetSpaceId sets field value

func (*SpaceViewEvent) SetType ¶

func (o *SpaceViewEvent) SetType(v string)

SetType sets field value

func (*SpaceViewEvent) SetUrl ¶

func (o *SpaceViewEvent) SetUrl(v string)

SetUrl sets field value

func (*SpaceViewEvent) SetVisitor ¶

func (o *SpaceViewEvent) SetVisitor(v SpaceViewEventAllOfVisitor)

SetVisitor sets field value

func (SpaceViewEvent) ToMap ¶

func (o SpaceViewEvent) ToMap() (map[string]interface{}, error)

type SpaceViewEventAllOf ¶

type SpaceViewEventAllOf struct {
	Type string `json:"type"`
	// Unique identifier of the visited page.
	PageId  *string                    `json:"pageId,omitempty"`
	Visitor SpaceViewEventAllOfVisitor `json:"visitor"`
	// The GitBook content's URL visited (including URL params).
	Url string `json:"url"`
	// The URL of referrer that linked to the page.
	Referrer string `json:"referrer"`
}

SpaceViewEventAllOf Event received when a page has been visited.

func NewSpaceViewEventAllOf ¶

func NewSpaceViewEventAllOf(type_ string, visitor SpaceViewEventAllOfVisitor, url string, referrer string) *SpaceViewEventAllOf

NewSpaceViewEventAllOf instantiates a new SpaceViewEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceViewEventAllOfWithDefaults ¶

func NewSpaceViewEventAllOfWithDefaults() *SpaceViewEventAllOf

NewSpaceViewEventAllOfWithDefaults instantiates a new SpaceViewEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceViewEventAllOf) GetPageId ¶

func (o *SpaceViewEventAllOf) GetPageId() string

GetPageId returns the PageId field value if set, zero value otherwise.

func (*SpaceViewEventAllOf) GetPageIdOk ¶

func (o *SpaceViewEventAllOf) GetPageIdOk() (*string, bool)

GetPageIdOk returns a tuple with the PageId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SpaceViewEventAllOf) GetReferrer ¶

func (o *SpaceViewEventAllOf) GetReferrer() string

GetReferrer returns the Referrer field value

func (*SpaceViewEventAllOf) GetReferrerOk ¶

func (o *SpaceViewEventAllOf) GetReferrerOk() (*string, bool)

GetReferrerOk returns a tuple with the Referrer field value and a boolean to check if the value has been set.

func (*SpaceViewEventAllOf) GetType ¶

func (o *SpaceViewEventAllOf) GetType() string

GetType returns the Type field value

func (*SpaceViewEventAllOf) GetTypeOk ¶

func (o *SpaceViewEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SpaceViewEventAllOf) GetUrl ¶

func (o *SpaceViewEventAllOf) GetUrl() string

GetUrl returns the Url field value

func (*SpaceViewEventAllOf) GetUrlOk ¶

func (o *SpaceViewEventAllOf) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*SpaceViewEventAllOf) GetVisitor ¶

GetVisitor returns the Visitor field value

func (*SpaceViewEventAllOf) GetVisitorOk ¶

func (o *SpaceViewEventAllOf) GetVisitorOk() (*SpaceViewEventAllOfVisitor, bool)

GetVisitorOk returns a tuple with the Visitor field value and a boolean to check if the value has been set.

func (*SpaceViewEventAllOf) HasPageId ¶

func (o *SpaceViewEventAllOf) HasPageId() bool

HasPageId returns a boolean if a field has been set.

func (SpaceViewEventAllOf) MarshalJSON ¶

func (o SpaceViewEventAllOf) MarshalJSON() ([]byte, error)

func (*SpaceViewEventAllOf) SetPageId ¶

func (o *SpaceViewEventAllOf) SetPageId(v string)

SetPageId gets a reference to the given string and assigns it to the PageId field.

func (*SpaceViewEventAllOf) SetReferrer ¶

func (o *SpaceViewEventAllOf) SetReferrer(v string)

SetReferrer sets field value

func (*SpaceViewEventAllOf) SetType ¶

func (o *SpaceViewEventAllOf) SetType(v string)

SetType sets field value

func (*SpaceViewEventAllOf) SetUrl ¶

func (o *SpaceViewEventAllOf) SetUrl(v string)

SetUrl sets field value

func (*SpaceViewEventAllOf) SetVisitor ¶

SetVisitor sets field value

func (SpaceViewEventAllOf) ToMap ¶

func (o SpaceViewEventAllOf) ToMap() (map[string]interface{}, error)

type SpaceViewEventAllOfVisitor ¶

type SpaceViewEventAllOfVisitor struct {
	// GitBook's unique identifier of the visitor.
	AnonymousId string `json:"anonymousId"`
	// The visitors cookies.
	Cookies map[string]string `json:"cookies"`
	// User-agent of the visitor.
	UserAgent string `json:"userAgent"`
	// IP address of the visitor.
	Ip string `json:"ip"`
}

SpaceViewEventAllOfVisitor Analytics info on the GitBook's content visitor.

func NewSpaceViewEventAllOfVisitor ¶

func NewSpaceViewEventAllOfVisitor(anonymousId string, cookies map[string]string, userAgent string, ip string) *SpaceViewEventAllOfVisitor

NewSpaceViewEventAllOfVisitor instantiates a new SpaceViewEventAllOfVisitor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceViewEventAllOfVisitorWithDefaults ¶

func NewSpaceViewEventAllOfVisitorWithDefaults() *SpaceViewEventAllOfVisitor

NewSpaceViewEventAllOfVisitorWithDefaults instantiates a new SpaceViewEventAllOfVisitor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceViewEventAllOfVisitor) GetAnonymousId ¶

func (o *SpaceViewEventAllOfVisitor) GetAnonymousId() string

GetAnonymousId returns the AnonymousId field value

func (*SpaceViewEventAllOfVisitor) GetAnonymousIdOk ¶

func (o *SpaceViewEventAllOfVisitor) GetAnonymousIdOk() (*string, bool)

GetAnonymousIdOk returns a tuple with the AnonymousId field value and a boolean to check if the value has been set.

func (*SpaceViewEventAllOfVisitor) GetCookies ¶

func (o *SpaceViewEventAllOfVisitor) GetCookies() map[string]string

GetCookies returns the Cookies field value

func (*SpaceViewEventAllOfVisitor) GetCookiesOk ¶

func (o *SpaceViewEventAllOfVisitor) GetCookiesOk() (*map[string]string, bool)

GetCookiesOk returns a tuple with the Cookies field value and a boolean to check if the value has been set.

func (*SpaceViewEventAllOfVisitor) GetIp ¶

GetIp returns the Ip field value

func (*SpaceViewEventAllOfVisitor) GetIpOk ¶

func (o *SpaceViewEventAllOfVisitor) GetIpOk() (*string, bool)

GetIpOk returns a tuple with the Ip field value and a boolean to check if the value has been set.

func (*SpaceViewEventAllOfVisitor) GetUserAgent ¶

func (o *SpaceViewEventAllOfVisitor) GetUserAgent() string

GetUserAgent returns the UserAgent field value

func (*SpaceViewEventAllOfVisitor) GetUserAgentOk ¶

func (o *SpaceViewEventAllOfVisitor) GetUserAgentOk() (*string, bool)

GetUserAgentOk returns a tuple with the UserAgent field value and a boolean to check if the value has been set.

func (SpaceViewEventAllOfVisitor) MarshalJSON ¶

func (o SpaceViewEventAllOfVisitor) MarshalJSON() ([]byte, error)

func (*SpaceViewEventAllOfVisitor) SetAnonymousId ¶

func (o *SpaceViewEventAllOfVisitor) SetAnonymousId(v string)

SetAnonymousId sets field value

func (*SpaceViewEventAllOfVisitor) SetCookies ¶

func (o *SpaceViewEventAllOfVisitor) SetCookies(v map[string]string)

SetCookies sets field value

func (*SpaceViewEventAllOfVisitor) SetIp ¶

func (o *SpaceViewEventAllOfVisitor) SetIp(v string)

SetIp sets field value

func (*SpaceViewEventAllOfVisitor) SetUserAgent ¶

func (o *SpaceViewEventAllOfVisitor) SetUserAgent(v string)

SetUserAgent sets field value

func (SpaceViewEventAllOfVisitor) ToMap ¶

func (o SpaceViewEventAllOfVisitor) ToMap() (map[string]interface{}, error)

type SpaceVisibilityUpdatedEvent ¶

type SpaceVisibilityUpdatedEvent struct {
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	Type    string `json:"type"`
	// ID of the integration installation
	InstallationId string `json:"installationId"`
	// ID of the space
	SpaceId            string            `json:"spaceId"`
	PreviousVisibility ContentVisibility `json:"previousVisibility"`
	Visibility         ContentVisibility `json:"visibility"`
}

SpaceVisibilityUpdatedEvent struct for SpaceVisibilityUpdatedEvent

func NewSpaceVisibilityUpdatedEvent ¶

func NewSpaceVisibilityUpdatedEvent(eventId string, type_ string, installationId string, spaceId string, previousVisibility ContentVisibility, visibility ContentVisibility) *SpaceVisibilityUpdatedEvent

NewSpaceVisibilityUpdatedEvent instantiates a new SpaceVisibilityUpdatedEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceVisibilityUpdatedEventWithDefaults ¶

func NewSpaceVisibilityUpdatedEventWithDefaults() *SpaceVisibilityUpdatedEvent

NewSpaceVisibilityUpdatedEventWithDefaults instantiates a new SpaceVisibilityUpdatedEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceVisibilityUpdatedEvent) GetEventId ¶

func (o *SpaceVisibilityUpdatedEvent) GetEventId() string

GetEventId returns the EventId field value

func (*SpaceVisibilityUpdatedEvent) GetEventIdOk ¶

func (o *SpaceVisibilityUpdatedEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*SpaceVisibilityUpdatedEvent) GetInstallationId ¶

func (o *SpaceVisibilityUpdatedEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*SpaceVisibilityUpdatedEvent) GetInstallationIdOk ¶

func (o *SpaceVisibilityUpdatedEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*SpaceVisibilityUpdatedEvent) GetPreviousVisibility ¶

func (o *SpaceVisibilityUpdatedEvent) GetPreviousVisibility() ContentVisibility

GetPreviousVisibility returns the PreviousVisibility field value

func (*SpaceVisibilityUpdatedEvent) GetPreviousVisibilityOk ¶

func (o *SpaceVisibilityUpdatedEvent) GetPreviousVisibilityOk() (*ContentVisibility, bool)

GetPreviousVisibilityOk returns a tuple with the PreviousVisibility field value and a boolean to check if the value has been set.

func (*SpaceVisibilityUpdatedEvent) GetSpaceId ¶

func (o *SpaceVisibilityUpdatedEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*SpaceVisibilityUpdatedEvent) GetSpaceIdOk ¶

func (o *SpaceVisibilityUpdatedEvent) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*SpaceVisibilityUpdatedEvent) GetType ¶

func (o *SpaceVisibilityUpdatedEvent) GetType() string

GetType returns the Type field value

func (*SpaceVisibilityUpdatedEvent) GetTypeOk ¶

func (o *SpaceVisibilityUpdatedEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SpaceVisibilityUpdatedEvent) GetVisibility ¶

GetVisibility returns the Visibility field value

func (*SpaceVisibilityUpdatedEvent) GetVisibilityOk ¶

func (o *SpaceVisibilityUpdatedEvent) GetVisibilityOk() (*ContentVisibility, bool)

GetVisibilityOk returns a tuple with the Visibility field value and a boolean to check if the value has been set.

func (SpaceVisibilityUpdatedEvent) MarshalJSON ¶

func (o SpaceVisibilityUpdatedEvent) MarshalJSON() ([]byte, error)

func (*SpaceVisibilityUpdatedEvent) SetEventId ¶

func (o *SpaceVisibilityUpdatedEvent) SetEventId(v string)

SetEventId sets field value

func (*SpaceVisibilityUpdatedEvent) SetInstallationId ¶

func (o *SpaceVisibilityUpdatedEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*SpaceVisibilityUpdatedEvent) SetPreviousVisibility ¶

func (o *SpaceVisibilityUpdatedEvent) SetPreviousVisibility(v ContentVisibility)

SetPreviousVisibility sets field value

func (*SpaceVisibilityUpdatedEvent) SetSpaceId ¶

func (o *SpaceVisibilityUpdatedEvent) SetSpaceId(v string)

SetSpaceId sets field value

func (*SpaceVisibilityUpdatedEvent) SetType ¶

func (o *SpaceVisibilityUpdatedEvent) SetType(v string)

SetType sets field value

func (*SpaceVisibilityUpdatedEvent) SetVisibility ¶

func (o *SpaceVisibilityUpdatedEvent) SetVisibility(v ContentVisibility)

SetVisibility sets field value

func (SpaceVisibilityUpdatedEvent) ToMap ¶

func (o SpaceVisibilityUpdatedEvent) ToMap() (map[string]interface{}, error)

type SpaceVisibilityUpdatedEventAllOf ¶

type SpaceVisibilityUpdatedEventAllOf struct {
	Type               string            `json:"type"`
	PreviousVisibility ContentVisibility `json:"previousVisibility"`
	Visibility         ContentVisibility `json:"visibility"`
}

SpaceVisibilityUpdatedEventAllOf Event when the visibility of the space has been changed.

func NewSpaceVisibilityUpdatedEventAllOf ¶

func NewSpaceVisibilityUpdatedEventAllOf(type_ string, previousVisibility ContentVisibility, visibility ContentVisibility) *SpaceVisibilityUpdatedEventAllOf

NewSpaceVisibilityUpdatedEventAllOf instantiates a new SpaceVisibilityUpdatedEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpaceVisibilityUpdatedEventAllOfWithDefaults ¶

func NewSpaceVisibilityUpdatedEventAllOfWithDefaults() *SpaceVisibilityUpdatedEventAllOf

NewSpaceVisibilityUpdatedEventAllOfWithDefaults instantiates a new SpaceVisibilityUpdatedEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpaceVisibilityUpdatedEventAllOf) GetPreviousVisibility ¶

func (o *SpaceVisibilityUpdatedEventAllOf) GetPreviousVisibility() ContentVisibility

GetPreviousVisibility returns the PreviousVisibility field value

func (*SpaceVisibilityUpdatedEventAllOf) GetPreviousVisibilityOk ¶

func (o *SpaceVisibilityUpdatedEventAllOf) GetPreviousVisibilityOk() (*ContentVisibility, bool)

GetPreviousVisibilityOk returns a tuple with the PreviousVisibility field value and a boolean to check if the value has been set.

func (*SpaceVisibilityUpdatedEventAllOf) GetType ¶

GetType returns the Type field value

func (*SpaceVisibilityUpdatedEventAllOf) GetTypeOk ¶

func (o *SpaceVisibilityUpdatedEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SpaceVisibilityUpdatedEventAllOf) GetVisibility ¶

GetVisibility returns the Visibility field value

func (*SpaceVisibilityUpdatedEventAllOf) GetVisibilityOk ¶

func (o *SpaceVisibilityUpdatedEventAllOf) GetVisibilityOk() (*ContentVisibility, bool)

GetVisibilityOk returns a tuple with the Visibility field value and a boolean to check if the value has been set.

func (SpaceVisibilityUpdatedEventAllOf) MarshalJSON ¶

func (o SpaceVisibilityUpdatedEventAllOf) MarshalJSON() ([]byte, error)

func (*SpaceVisibilityUpdatedEventAllOf) SetPreviousVisibility ¶

func (o *SpaceVisibilityUpdatedEventAllOf) SetPreviousVisibility(v ContentVisibility)

SetPreviousVisibility sets field value

func (*SpaceVisibilityUpdatedEventAllOf) SetType ¶

SetType sets field value

func (*SpaceVisibilityUpdatedEventAllOf) SetVisibility ¶

SetVisibility sets field value

func (SpaceVisibilityUpdatedEventAllOf) ToMap ¶

func (o SpaceVisibilityUpdatedEventAllOf) ToMap() (map[string]interface{}, error)

type SpacesApiCreateChangeRequestRequest ¶

type SpacesApiCreateChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiCreateChangeRequestRequest) Execute ¶

func (SpacesApiCreateChangeRequestRequest) RequestCreateChangeRequest ¶

func (r SpacesApiCreateChangeRequestRequest) RequestCreateChangeRequest(requestCreateChangeRequest RequestCreateChangeRequest) SpacesApiCreateChangeRequestRequest

type SpacesApiCreateSpaceRelationRequest ¶

type SpacesApiCreateSpaceRelationRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiCreateSpaceRelationRequest) CreateSpaceRelationRequest ¶

func (r SpacesApiCreateSpaceRelationRequest) CreateSpaceRelationRequest(createSpaceRelationRequest CreateSpaceRelationRequest) SpacesApiCreateSpaceRelationRequest

func (SpacesApiCreateSpaceRelationRequest) Execute ¶

type SpacesApiCreateSpaceRequest ¶

type SpacesApiCreateSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiCreateSpaceRequest) Execute ¶

func (SpacesApiCreateSpaceRequest) RequestCreateSpace ¶

func (r SpacesApiCreateSpaceRequest) RequestCreateSpace(requestCreateSpace RequestCreateSpace) SpacesApiCreateSpaceRequest

type SpacesApiDeleteCommentInChangeRequestRequest ¶

type SpacesApiDeleteCommentInChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiDeleteCommentInChangeRequestRequest) Execute ¶

type SpacesApiDeleteCommentInSpaceRequest ¶

type SpacesApiDeleteCommentInSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiDeleteCommentInSpaceRequest) Execute ¶

type SpacesApiDeleteCommentReplyInChangeRequestRequest ¶

type SpacesApiDeleteCommentReplyInChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiDeleteCommentReplyInChangeRequestRequest) Execute ¶

type SpacesApiDeleteCommentReplyInSpaceRequest ¶

type SpacesApiDeleteCommentReplyInSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiDeleteCommentReplyInSpaceRequest) Execute ¶

type SpacesApiDeleteSpaceRelationRequest ¶

type SpacesApiDeleteSpaceRelationRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiDeleteSpaceRelationRequest) Execute ¶

type SpacesApiDuplicateSpaceRequest ¶

type SpacesApiDuplicateSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiDuplicateSpaceRequest) Execute ¶

type SpacesApiExportToGitRepositoryRequest ¶

type SpacesApiExportToGitRepositoryRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiExportToGitRepositoryRequest) Execute ¶

func (SpacesApiExportToGitRepositoryRequest) RequestExportToGitRepository ¶

func (r SpacesApiExportToGitRepositoryRequest) RequestExportToGitRepository(requestExportToGitRepository RequestExportToGitRepository) SpacesApiExportToGitRepositoryRequest

type SpacesApiGetChangeRequestByIdRequest ¶

type SpacesApiGetChangeRequestByIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetChangeRequestByIdRequest) Execute ¶

type SpacesApiGetCommentInChangeRequestRequest ¶

type SpacesApiGetCommentInChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetCommentInChangeRequestRequest) Execute ¶

func (SpacesApiGetCommentInChangeRequestRequest) Format ¶

Output format for the content.

type SpacesApiGetCommentInSpaceRequest ¶

type SpacesApiGetCommentInSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetCommentInSpaceRequest) Execute ¶

func (SpacesApiGetCommentInSpaceRequest) Format ¶

Output format for the content.

type SpacesApiGetCommentReplyInChangeRequestRequest ¶

type SpacesApiGetCommentReplyInChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetCommentReplyInChangeRequestRequest) Execute ¶

func (SpacesApiGetCommentReplyInChangeRequestRequest) Format ¶

Output format for the content.

type SpacesApiGetCommentReplyInSpaceRequest ¶

type SpacesApiGetCommentReplyInSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetCommentReplyInSpaceRequest) Execute ¶

func (SpacesApiGetCommentReplyInSpaceRequest) Format ¶

Output format for the content.

type SpacesApiGetContentAnalyticsForSpaceByIdRequest ¶

type SpacesApiGetContentAnalyticsForSpaceByIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetContentAnalyticsForSpaceByIdRequest) Execute ¶

type SpacesApiGetContributorsByChangeRequestIdRequest ¶

type SpacesApiGetContributorsByChangeRequestIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetContributorsByChangeRequestIdRequest) Execute ¶

type SpacesApiGetRequestedReviewersByChangeRequestIdRequest ¶

type SpacesApiGetRequestedReviewersByChangeRequestIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetRequestedReviewersByChangeRequestIdRequest) Execute ¶

func (SpacesApiGetRequestedReviewersByChangeRequestIdRequest) Limit ¶

The number of results per page

func (SpacesApiGetRequestedReviewersByChangeRequestIdRequest) Page ¶

Identifier of the page results to fetch.

type SpacesApiGetReviewsByChangeRequestIdRequest ¶

type SpacesApiGetReviewsByChangeRequestIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetReviewsByChangeRequestIdRequest) Execute ¶

func (SpacesApiGetReviewsByChangeRequestIdRequest) Format ¶

Output format for the content.

func (SpacesApiGetReviewsByChangeRequestIdRequest) Limit ¶

The number of results per page

func (SpacesApiGetReviewsByChangeRequestIdRequest) Page ¶

Identifier of the page results to fetch.

type SpacesApiGetSearchAnalyticsForSpaceByIdRequest ¶

type SpacesApiGetSearchAnalyticsForSpaceByIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetSearchAnalyticsForSpaceByIdRequest) Execute ¶

func (SpacesApiGetSearchAnalyticsForSpaceByIdRequest) Period ¶

type SpacesApiGetSpaceByIdRequest ¶

type SpacesApiGetSpaceByIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetSpaceByIdRequest) Execute ¶

type SpacesApiGetSpaceCustomFieldsRequest ¶

type SpacesApiGetSpaceCustomFieldsRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetSpaceCustomFieldsRequest) Execute ¶

type SpacesApiGetSpaceGitInfoRequest ¶

type SpacesApiGetSpaceGitInfoRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetSpaceGitInfoRequest) Execute ¶

type SpacesApiGetSpacePublishingAuthByIdRequest ¶

type SpacesApiGetSpacePublishingAuthByIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetSpacePublishingAuthByIdRequest) Execute ¶

type SpacesApiGetSpaceRelationRequest ¶

type SpacesApiGetSpaceRelationRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetSpaceRelationRequest) Execute ¶

type SpacesApiGetTrafficAnalyticsForSpaceByIdRequest ¶

type SpacesApiGetTrafficAnalyticsForSpaceByIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiGetTrafficAnalyticsForSpaceByIdRequest) Execute ¶

func (SpacesApiGetTrafficAnalyticsForSpaceByIdRequest) Interval ¶

type SpacesApiImportGitRepositoryRequest ¶

type SpacesApiImportGitRepositoryRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiImportGitRepositoryRequest) Execute ¶

func (SpacesApiImportGitRepositoryRequest) RequestImportGitRepository ¶

func (r SpacesApiImportGitRepositoryRequest) RequestImportGitRepository(requestImportGitRepository RequestImportGitRepository) SpacesApiImportGitRepositoryRequest

type SpacesApiListChangeRequestsForSpaceRequest ¶

type SpacesApiListChangeRequestsForSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiListChangeRequestsForSpaceRequest) Execute ¶

func (SpacesApiListChangeRequestsForSpaceRequest) Limit ¶

The number of results per page

func (SpacesApiListChangeRequestsForSpaceRequest) Page ¶

Identifier of the page results to fetch.

func (SpacesApiListChangeRequestsForSpaceRequest) Status ¶

If defined, only change requests matching this status will be returned

type SpacesApiListCommentRepliesInChangeRequestRequest ¶

type SpacesApiListCommentRepliesInChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiListCommentRepliesInChangeRequestRequest) Execute ¶

func (SpacesApiListCommentRepliesInChangeRequestRequest) Format ¶

Output format for the content.

func (SpacesApiListCommentRepliesInChangeRequestRequest) Limit ¶

The number of results per page

func (SpacesApiListCommentRepliesInChangeRequestRequest) Page ¶

Identifier of the page results to fetch.

type SpacesApiListCommentRepliesInSpaceRequest ¶

type SpacesApiListCommentRepliesInSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiListCommentRepliesInSpaceRequest) Execute ¶

func (SpacesApiListCommentRepliesInSpaceRequest) Format ¶

Output format for the content.

func (SpacesApiListCommentRepliesInSpaceRequest) Limit ¶

The number of results per page

func (SpacesApiListCommentRepliesInSpaceRequest) Page ¶

Identifier of the page results to fetch.

type SpacesApiListCommentsInChangeRequestRequest ¶

type SpacesApiListCommentsInChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiListCommentsInChangeRequestRequest) Execute ¶

func (SpacesApiListCommentsInChangeRequestRequest) Format ¶

Output format for the content.

func (SpacesApiListCommentsInChangeRequestRequest) Limit ¶

The number of results per page

func (SpacesApiListCommentsInChangeRequestRequest) Page ¶

Identifier of the page results to fetch.

func (SpacesApiListCommentsInChangeRequestRequest) Status ¶

When provided, only comments with the given status are returned. Only \"all\" is supported for now.

type SpacesApiListCommentsInSpaceRequest ¶

type SpacesApiListCommentsInSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiListCommentsInSpaceRequest) Execute ¶

func (SpacesApiListCommentsInSpaceRequest) Format ¶

Output format for the content.

func (SpacesApiListCommentsInSpaceRequest) Limit ¶

The number of results per page

func (SpacesApiListCommentsInSpaceRequest) Page ¶

Identifier of the page results to fetch.

func (SpacesApiListCommentsInSpaceRequest) Status ¶

When provided, only comments with the given status are returned. Only \"all\" is supported for now.

type SpacesApiListPermissionsAggregateInCollectionRequest ¶

type SpacesApiListPermissionsAggregateInCollectionRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiListPermissionsAggregateInCollectionRequest) Execute ¶

func (SpacesApiListPermissionsAggregateInCollectionRequest) Limit ¶

The number of results per page

func (SpacesApiListPermissionsAggregateInCollectionRequest) Page ¶

Identifier of the page results to fetch.

func (SpacesApiListPermissionsAggregateInCollectionRequest) Role ¶

If defined, only members with this role will be returned.

type SpacesApiListPermissionsAggregateInSpaceRequest ¶

type SpacesApiListPermissionsAggregateInSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiListPermissionsAggregateInSpaceRequest) Execute ¶

func (SpacesApiListPermissionsAggregateInSpaceRequest) Limit ¶

The number of results per page

func (SpacesApiListPermissionsAggregateInSpaceRequest) Page ¶

Identifier of the page results to fetch.

func (SpacesApiListPermissionsAggregateInSpaceRequest) Role ¶

If defined, only members with this role will be returned.

type SpacesApiListSpaceRelationsInOrganizationRequest ¶

type SpacesApiListSpaceRelationsInOrganizationRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiListSpaceRelationsInOrganizationRequest) Execute ¶

func (SpacesApiListSpaceRelationsInOrganizationRequest) Limit ¶

The number of results per page

func (SpacesApiListSpaceRelationsInOrganizationRequest) Page ¶

Identifier of the page results to fetch.

type SpacesApiListSpaceRelationsRequest ¶

type SpacesApiListSpaceRelationsRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiListSpaceRelationsRequest) Execute ¶

func (SpacesApiListSpaceRelationsRequest) Limit ¶

The number of results per page

func (SpacesApiListSpaceRelationsRequest) Page ¶

Identifier of the page results to fetch.

type SpacesApiListSpacesForOrganizationMemberRequest ¶

type SpacesApiListSpacesForOrganizationMemberRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiListSpacesForOrganizationMemberRequest) Execute ¶

func (SpacesApiListSpacesForOrganizationMemberRequest) Limit ¶

The number of results per page

func (SpacesApiListSpacesForOrganizationMemberRequest) Page ¶

Identifier of the page results to fetch.

type SpacesApiMergeChangeRequestRequest ¶

type SpacesApiMergeChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiMergeChangeRequestRequest) Execute ¶

type SpacesApiPostCommentInChangeRequestRequest ¶

type SpacesApiPostCommentInChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiPostCommentInChangeRequestRequest) Execute ¶

func (SpacesApiPostCommentInChangeRequestRequest) PostCommentSchema ¶

type SpacesApiPostCommentInSpaceRequest ¶

type SpacesApiPostCommentInSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiPostCommentInSpaceRequest) Execute ¶

func (SpacesApiPostCommentInSpaceRequest) PostCommentSchema ¶

type SpacesApiPostCommentReplyInChangeRequestRequest ¶

type SpacesApiPostCommentReplyInChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiPostCommentReplyInChangeRequestRequest) Execute ¶

func (SpacesApiPostCommentReplyInChangeRequestRequest) Format ¶

Output format for the content.

func (SpacesApiPostCommentReplyInChangeRequestRequest) PostCommentReplySchema ¶

type SpacesApiPostCommentReplyInSpaceRequest ¶

type SpacesApiPostCommentReplyInSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiPostCommentReplyInSpaceRequest) Execute ¶

func (SpacesApiPostCommentReplyInSpaceRequest) PostCommentReplySchema ¶

type SpacesApiRequestReviewersForChangeRequestRequest ¶

type SpacesApiRequestReviewersForChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiRequestReviewersForChangeRequestRequest) Execute ¶

func (SpacesApiRequestReviewersForChangeRequestRequest) RequestReviewersForChangeRequestRequest ¶

func (r SpacesApiRequestReviewersForChangeRequestRequest) RequestReviewersForChangeRequestRequest(requestReviewersForChangeRequestRequest RequestReviewersForChangeRequestRequest) SpacesApiRequestReviewersForChangeRequestRequest

type SpacesApiService ¶

type SpacesApiService service

SpacesApiService SpacesApi service

func (*SpacesApiService) CreateChangeRequest ¶

func (a *SpacesApiService) CreateChangeRequest(ctx context.Context, spaceId string) SpacesApiCreateChangeRequestRequest

CreateChangeRequest Create a new change request for a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiCreateChangeRequestRequest

func (*SpacesApiService) CreateChangeRequestExecute ¶

Execute executes the request

@return CreateChangeRequest201Response

func (*SpacesApiService) CreateSpace ¶

func (a *SpacesApiService) CreateSpace(ctx context.Context, organizationId string) SpacesApiCreateSpaceRequest

CreateSpace Create an organization space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return SpacesApiCreateSpaceRequest

func (*SpacesApiService) CreateSpaceExecute ¶

func (a *SpacesApiService) CreateSpaceExecute(r SpacesApiCreateSpaceRequest) (*Space, *http.Response, error)

Execute executes the request

@return Space

func (*SpacesApiService) CreateSpaceRelation ¶

func (a *SpacesApiService) CreateSpaceRelation(ctx context.Context, spaceId string) SpacesApiCreateSpaceRelationRequest

CreateSpaceRelation Create a new relation between a source space and a target space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiCreateSpaceRelationRequest

func (*SpacesApiService) CreateSpaceRelationExecute ¶

Execute executes the request

@return SpaceRelation

func (*SpacesApiService) DeleteCommentInChangeRequest ¶

func (a *SpacesApiService) DeleteCommentInChangeRequest(ctx context.Context, spaceId string, changeRequestId GetChangeRequestByIdChangeRequestIdParameter, commentId string) SpacesApiDeleteCommentInChangeRequestRequest

DeleteCommentInChangeRequest Delete a comment in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@param commentId The unique id of the comment
@return SpacesApiDeleteCommentInChangeRequestRequest

func (*SpacesApiService) DeleteCommentInChangeRequestExecute ¶

func (a *SpacesApiService) DeleteCommentInChangeRequestExecute(r SpacesApiDeleteCommentInChangeRequestRequest) (*http.Response, error)

Execute executes the request

func (*SpacesApiService) DeleteCommentInSpace ¶

func (a *SpacesApiService) DeleteCommentInSpace(ctx context.Context, spaceId string, commentId string) SpacesApiDeleteCommentInSpaceRequest

DeleteCommentInSpace Delete a comment in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param commentId The unique id of the comment
@return SpacesApiDeleteCommentInSpaceRequest

func (*SpacesApiService) DeleteCommentInSpaceExecute ¶

func (a *SpacesApiService) DeleteCommentInSpaceExecute(r SpacesApiDeleteCommentInSpaceRequest) (*http.Response, error)

Execute executes the request

func (*SpacesApiService) DeleteCommentReplyInChangeRequest ¶

func (a *SpacesApiService) DeleteCommentReplyInChangeRequest(ctx context.Context, spaceId string, changeRequestId GetChangeRequestByIdChangeRequestIdParameter, commentId string, commentReplyId string) SpacesApiDeleteCommentReplyInChangeRequestRequest

DeleteCommentReplyInChangeRequest Delete a comment reply in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@param commentId The unique id of the comment
@param commentReplyId The unique id of the comment reply
@return SpacesApiDeleteCommentReplyInChangeRequestRequest

func (*SpacesApiService) DeleteCommentReplyInChangeRequestExecute ¶

func (a *SpacesApiService) DeleteCommentReplyInChangeRequestExecute(r SpacesApiDeleteCommentReplyInChangeRequestRequest) (*http.Response, error)

Execute executes the request

func (*SpacesApiService) DeleteCommentReplyInSpace ¶

func (a *SpacesApiService) DeleteCommentReplyInSpace(ctx context.Context, spaceId string, commentId string, commentReplyId string) SpacesApiDeleteCommentReplyInSpaceRequest

DeleteCommentReplyInSpace Delete a comment reply in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param commentId The unique id of the comment
@param commentReplyId The unique id of the comment reply
@return SpacesApiDeleteCommentReplyInSpaceRequest

func (*SpacesApiService) DeleteCommentReplyInSpaceExecute ¶

func (a *SpacesApiService) DeleteCommentReplyInSpaceExecute(r SpacesApiDeleteCommentReplyInSpaceRequest) (*http.Response, error)

Execute executes the request

func (*SpacesApiService) DeleteSpaceRelation ¶

func (a *SpacesApiService) DeleteSpaceRelation(ctx context.Context, spaceId string, targetSpaceId string) SpacesApiDeleteSpaceRelationRequest

DeleteSpaceRelation Delete a relation between spaces

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param targetSpaceId The ID of the other space
@return SpacesApiDeleteSpaceRelationRequest

func (*SpacesApiService) DeleteSpaceRelationExecute ¶

func (a *SpacesApiService) DeleteSpaceRelationExecute(r SpacesApiDeleteSpaceRelationRequest) (*http.Response, error)

Execute executes the request

func (*SpacesApiService) DuplicateSpace ¶

func (a *SpacesApiService) DuplicateSpace(ctx context.Context, spaceId string) SpacesApiDuplicateSpaceRequest

DuplicateSpace Create a duplicate of the space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiDuplicateSpaceRequest

func (*SpacesApiService) DuplicateSpaceExecute ¶

func (a *SpacesApiService) DuplicateSpaceExecute(r SpacesApiDuplicateSpaceRequest) (*Space, *http.Response, error)

Execute executes the request

@return Space

func (*SpacesApiService) ExportToGitRepository ¶

func (a *SpacesApiService) ExportToGitRepository(ctx context.Context, spaceId string) SpacesApiExportToGitRepositoryRequest

ExportToGitRepository Export the space content to a Git repository.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiExportToGitRepositoryRequest

func (*SpacesApiService) ExportToGitRepositoryExecute ¶

func (a *SpacesApiService) ExportToGitRepositoryExecute(r SpacesApiExportToGitRepositoryRequest) (*http.Response, error)

Execute executes the request

func (*SpacesApiService) GetChangeRequestById ¶

GetChangeRequestById Get the change request with the given id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return SpacesApiGetChangeRequestByIdRequest

func (*SpacesApiService) GetChangeRequestByIdExecute ¶

Execute executes the request

@return ChangeRequest

func (*SpacesApiService) GetCommentInChangeRequest ¶

func (a *SpacesApiService) GetCommentInChangeRequest(ctx context.Context, spaceId string, changeRequestId GetChangeRequestByIdChangeRequestIdParameter, commentId string) SpacesApiGetCommentInChangeRequestRequest

GetCommentInChangeRequest Get a comment in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@param commentId The unique id of the comment
@return SpacesApiGetCommentInChangeRequestRequest

func (*SpacesApiService) GetCommentInChangeRequestExecute ¶

func (a *SpacesApiService) GetCommentInChangeRequestExecute(r SpacesApiGetCommentInChangeRequestRequest) (*Comment, *http.Response, error)

Execute executes the request

@return Comment

func (*SpacesApiService) GetCommentInSpace ¶

func (a *SpacesApiService) GetCommentInSpace(ctx context.Context, spaceId string, commentId string) SpacesApiGetCommentInSpaceRequest

GetCommentInSpace Get a comment in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param commentId The unique id of the comment
@return SpacesApiGetCommentInSpaceRequest

func (*SpacesApiService) GetCommentInSpaceExecute ¶

func (a *SpacesApiService) GetCommentInSpaceExecute(r SpacesApiGetCommentInSpaceRequest) (*Comment, *http.Response, error)

Execute executes the request

@return Comment

func (*SpacesApiService) GetCommentReplyInChangeRequest ¶

func (a *SpacesApiService) GetCommentReplyInChangeRequest(ctx context.Context, spaceId string, changeRequestId GetChangeRequestByIdChangeRequestIdParameter, commentId string, commentReplyId string) SpacesApiGetCommentReplyInChangeRequestRequest

GetCommentReplyInChangeRequest Get a comment reply in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@param commentId The unique id of the comment
@param commentReplyId The unique id of the comment reply
@return SpacesApiGetCommentReplyInChangeRequestRequest

func (*SpacesApiService) GetCommentReplyInChangeRequestExecute ¶

func (a *SpacesApiService) GetCommentReplyInChangeRequestExecute(r SpacesApiGetCommentReplyInChangeRequestRequest) (*CommentReply, *http.Response, error)

Execute executes the request

@return CommentReply

func (*SpacesApiService) GetCommentReplyInSpace ¶

func (a *SpacesApiService) GetCommentReplyInSpace(ctx context.Context, spaceId string, commentId string, commentReplyId string) SpacesApiGetCommentReplyInSpaceRequest

GetCommentReplyInSpace Get a comment reply in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param commentId The unique id of the comment
@param commentReplyId The unique id of the comment reply
@return SpacesApiGetCommentReplyInSpaceRequest

func (*SpacesApiService) GetCommentReplyInSpaceExecute ¶

func (a *SpacesApiService) GetCommentReplyInSpaceExecute(r SpacesApiGetCommentReplyInSpaceRequest) (*CommentReply, *http.Response, error)

Execute executes the request

@return CommentReply

func (*SpacesApiService) GetContentAnalyticsForSpaceById ¶

func (a *SpacesApiService) GetContentAnalyticsForSpaceById(ctx context.Context, spaceId string) SpacesApiGetContentAnalyticsForSpaceByIdRequest

GetContentAnalyticsForSpaceById Get content analytics for a given space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiGetContentAnalyticsForSpaceByIdRequest

func (*SpacesApiService) GetContentAnalyticsForSpaceByIdExecute ¶

Execute executes the request

@return AnalyticsContentPages

func (*SpacesApiService) GetContributorsByChangeRequestId ¶

GetContributorsByChangeRequestId Get all contributors for the change request with the given id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return SpacesApiGetContributorsByChangeRequestIdRequest

func (*SpacesApiService) GetContributorsByChangeRequestIdExecute ¶

Execute executes the request

@return GetContributorsByChangeRequestId200Response

func (*SpacesApiService) GetRequestedReviewersByChangeRequestId ¶

GetRequestedReviewersByChangeRequestId Get all requested reviewers for a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return SpacesApiGetRequestedReviewersByChangeRequestIdRequest

func (*SpacesApiService) GetRequestedReviewersByChangeRequestIdExecute ¶

Execute executes the request

@return GetRequestedReviewersByChangeRequestId200Response

func (*SpacesApiService) GetReviewsByChangeRequestId ¶

GetReviewsByChangeRequestId Get all reviews for a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return SpacesApiGetReviewsByChangeRequestIdRequest

func (*SpacesApiService) GetReviewsByChangeRequestIdExecute ¶

Execute executes the request

@return GetReviewsByChangeRequestId200Response

func (*SpacesApiService) GetSearchAnalyticsForSpaceById ¶

func (a *SpacesApiService) GetSearchAnalyticsForSpaceById(ctx context.Context, spaceId string) SpacesApiGetSearchAnalyticsForSpaceByIdRequest

GetSearchAnalyticsForSpaceById Get an overview of the top search queries in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiGetSearchAnalyticsForSpaceByIdRequest

func (*SpacesApiService) GetSearchAnalyticsForSpaceByIdExecute ¶

Execute executes the request

@return AnalyticsTopSearches

func (*SpacesApiService) GetSpaceById ¶

func (a *SpacesApiService) GetSpaceById(ctx context.Context, spaceId string) SpacesApiGetSpaceByIdRequest

GetSpaceById Get the details about a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiGetSpaceByIdRequest

func (*SpacesApiService) GetSpaceByIdExecute ¶

func (a *SpacesApiService) GetSpaceByIdExecute(r SpacesApiGetSpaceByIdRequest) (*Space, *http.Response, error)

Execute executes the request

@return Space

func (*SpacesApiService) GetSpaceCustomFields ¶

func (a *SpacesApiService) GetSpaceCustomFields(ctx context.Context, spaceId string) SpacesApiGetSpaceCustomFieldsRequest

GetSpaceCustomFields Get the values of the custom fields set on a space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiGetSpaceCustomFieldsRequest

func (*SpacesApiService) GetSpaceCustomFieldsExecute ¶

Execute executes the request

@return []CustomFieldValuesInner

func (*SpacesApiService) GetSpaceGitInfo ¶

func (a *SpacesApiService) GetSpaceGitInfo(ctx context.Context, spaceId string) SpacesApiGetSpaceGitInfoRequest

GetSpaceGitInfo Get metadata about the Git Sync provider currently set up on the space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiGetSpaceGitInfoRequest

func (*SpacesApiService) GetSpaceGitInfoExecute ¶

Execute executes the request

@return GitSyncState

func (*SpacesApiService) GetSpacePublishingAuthById ¶

func (a *SpacesApiService) GetSpacePublishingAuthById(ctx context.Context, spaceId string) SpacesApiGetSpacePublishingAuthByIdRequest

GetSpacePublishingAuthById Get the publishing authentication configuration for a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiGetSpacePublishingAuthByIdRequest

func (*SpacesApiService) GetSpacePublishingAuthByIdExecute ¶

Execute executes the request

@return ContentPublishingAuth

func (*SpacesApiService) GetSpaceRelation ¶

func (a *SpacesApiService) GetSpaceRelation(ctx context.Context, spaceId string, targetSpaceId string) SpacesApiGetSpaceRelationRequest

GetSpaceRelation Get the relation between 2 spaces.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param targetSpaceId The ID of the other space
@return SpacesApiGetSpaceRelationRequest

func (*SpacesApiService) GetSpaceRelationExecute ¶

Execute executes the request

@return SpaceRelation

func (*SpacesApiService) GetTrafficAnalyticsForSpaceById ¶

func (a *SpacesApiService) GetTrafficAnalyticsForSpaceById(ctx context.Context, spaceId string) SpacesApiGetTrafficAnalyticsForSpaceByIdRequest

GetTrafficAnalyticsForSpaceById Get traffic page views for a given space

Get the total number of views and breakdown per day or week for the last 14 days. Timestamps are aligned to UTC midnight of the beginning of the day or week. Week begins on Monday.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiGetTrafficAnalyticsForSpaceByIdRequest

func (*SpacesApiService) GetTrafficAnalyticsForSpaceByIdExecute ¶

Execute executes the request

@return AnalyticsTrafficPageViews

func (*SpacesApiService) ImportGitRepository ¶

func (a *SpacesApiService) ImportGitRepository(ctx context.Context, spaceId string) SpacesApiImportGitRepositoryRequest

ImportGitRepository Import a Git repository

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiImportGitRepositoryRequest

func (*SpacesApiService) ImportGitRepositoryExecute ¶

func (a *SpacesApiService) ImportGitRepositoryExecute(r SpacesApiImportGitRepositoryRequest) (*http.Response, error)

Execute executes the request

func (*SpacesApiService) ListChangeRequestsForSpace ¶

func (a *SpacesApiService) ListChangeRequestsForSpace(ctx context.Context, spaceId string) SpacesApiListChangeRequestsForSpaceRequest

ListChangeRequestsForSpace List change requests for a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiListChangeRequestsForSpaceRequest

func (*SpacesApiService) ListChangeRequestsForSpaceExecute ¶

Execute executes the request

@return ListChangeRequestsForSpace200Response

func (*SpacesApiService) ListCommentRepliesInChangeRequest ¶

func (a *SpacesApiService) ListCommentRepliesInChangeRequest(ctx context.Context, spaceId string, changeRequestId GetChangeRequestByIdChangeRequestIdParameter, commentId string) SpacesApiListCommentRepliesInChangeRequestRequest

ListCommentRepliesInChangeRequest List all the replies to a comment in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@param commentId The unique id of the comment
@return SpacesApiListCommentRepliesInChangeRequestRequest

func (*SpacesApiService) ListCommentRepliesInChangeRequestExecute ¶

Execute executes the request

@return ListCommentRepliesInChangeRequest200Response

func (*SpacesApiService) ListCommentRepliesInSpace ¶

func (a *SpacesApiService) ListCommentRepliesInSpace(ctx context.Context, spaceId string, commentId string) SpacesApiListCommentRepliesInSpaceRequest

ListCommentRepliesInSpace List all the replies to a comment in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param commentId The unique id of the comment
@return SpacesApiListCommentRepliesInSpaceRequest

func (*SpacesApiService) ListCommentRepliesInSpaceExecute ¶

Execute executes the request

@return ListCommentRepliesInChangeRequest200Response

func (*SpacesApiService) ListCommentsInChangeRequest ¶

ListCommentsInChangeRequest List all the comments in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return SpacesApiListCommentsInChangeRequestRequest

func (*SpacesApiService) ListCommentsInChangeRequestExecute ¶

Execute executes the request

@return ListCommentsInChangeRequest200Response

func (*SpacesApiService) ListCommentsInSpace ¶

func (a *SpacesApiService) ListCommentsInSpace(ctx context.Context, spaceId string) SpacesApiListCommentsInSpaceRequest

ListCommentsInSpace List all the comments in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiListCommentsInSpaceRequest

func (*SpacesApiService) ListCommentsInSpaceExecute ¶

Execute executes the request

@return ListCommentsInChangeRequest200Response

func (*SpacesApiService) ListPermissionsAggregateInCollection ¶

func (a *SpacesApiService) ListPermissionsAggregateInCollection(ctx context.Context, collectionId string) SpacesApiListPermissionsAggregateInCollectionRequest

ListPermissionsAggregateInCollection List permissions for all users in a collection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param collectionId The unique id of the collection
@return SpacesApiListPermissionsAggregateInCollectionRequest

func (*SpacesApiService) ListPermissionsAggregateInCollectionExecute ¶

Execute executes the request

@return ListPermissionsAggregateInSpace200Response

func (*SpacesApiService) ListPermissionsAggregateInSpace ¶

func (a *SpacesApiService) ListPermissionsAggregateInSpace(ctx context.Context, spaceId string) SpacesApiListPermissionsAggregateInSpaceRequest

ListPermissionsAggregateInSpace List permissions for all users in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiListPermissionsAggregateInSpaceRequest

func (*SpacesApiService) ListPermissionsAggregateInSpaceExecute ¶

Execute executes the request

@return ListPermissionsAggregateInSpace200Response

func (*SpacesApiService) ListSpaceRelations ¶

func (a *SpacesApiService) ListSpaceRelations(ctx context.Context, spaceId string) SpacesApiListSpaceRelationsRequest

ListSpaceRelations List all relations for a space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiListSpaceRelationsRequest

func (*SpacesApiService) ListSpaceRelationsExecute ¶

Execute executes the request

@return ListSpaceRelations200Response

func (*SpacesApiService) ListSpaceRelationsInOrganization ¶

func (a *SpacesApiService) ListSpaceRelationsInOrganization(ctx context.Context, organizationId string) SpacesApiListSpaceRelationsInOrganizationRequest

ListSpaceRelationsInOrganization List all relations between spaces in an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@return SpacesApiListSpaceRelationsInOrganizationRequest

func (*SpacesApiService) ListSpaceRelationsInOrganizationExecute ¶

Execute executes the request

@return ListSpaceRelationsInOrganization200Response

func (*SpacesApiService) ListSpacesForOrganizationMember ¶

func (a *SpacesApiService) ListSpacesForOrganizationMember(ctx context.Context, organizationId string, userId string) SpacesApiListSpacesForOrganizationMemberRequest

ListSpacesForOrganizationMember List permissions accross all spaces for a member of an organization

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param userId The unique ID of the User
@return SpacesApiListSpacesForOrganizationMemberRequest

func (*SpacesApiService) ListSpacesForOrganizationMemberExecute ¶

Execute executes the request

@return ListSpacesForOrganizationMember200Response

func (*SpacesApiService) MergeChangeRequest ¶

MergeChangeRequest Merge a change request in the primary content of a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return SpacesApiMergeChangeRequestRequest

func (*SpacesApiService) MergeChangeRequestExecute ¶

Execute executes the request

@return MergeChangeRequest200Response

func (*SpacesApiService) PostCommentInChangeRequest ¶

PostCommentInChangeRequest Post a new comment in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return SpacesApiPostCommentInChangeRequestRequest

func (*SpacesApiService) PostCommentInChangeRequestExecute ¶

func (a *SpacesApiService) PostCommentInChangeRequestExecute(r SpacesApiPostCommentInChangeRequestRequest) (*Comment, *http.Response, error)

Execute executes the request

@return Comment

func (*SpacesApiService) PostCommentInSpace ¶

func (a *SpacesApiService) PostCommentInSpace(ctx context.Context, spaceId string) SpacesApiPostCommentInSpaceRequest

PostCommentInSpace Post a new comment in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiPostCommentInSpaceRequest

func (*SpacesApiService) PostCommentInSpaceExecute ¶

func (a *SpacesApiService) PostCommentInSpaceExecute(r SpacesApiPostCommentInSpaceRequest) (*Comment, *http.Response, error)

Execute executes the request

@return Comment

func (*SpacesApiService) PostCommentReplyInChangeRequest ¶

func (a *SpacesApiService) PostCommentReplyInChangeRequest(ctx context.Context, spaceId string, changeRequestId GetChangeRequestByIdChangeRequestIdParameter, commentId string) SpacesApiPostCommentReplyInChangeRequestRequest

PostCommentReplyInChangeRequest Post a new reply to a comment in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@param commentId The unique id of the comment
@return SpacesApiPostCommentReplyInChangeRequestRequest

func (*SpacesApiService) PostCommentReplyInChangeRequestExecute ¶

func (a *SpacesApiService) PostCommentReplyInChangeRequestExecute(r SpacesApiPostCommentReplyInChangeRequestRequest) (*CommentReply, *http.Response, error)

Execute executes the request

@return CommentReply

func (*SpacesApiService) PostCommentReplyInSpace ¶

func (a *SpacesApiService) PostCommentReplyInSpace(ctx context.Context, spaceId string, commentId string) SpacesApiPostCommentReplyInSpaceRequest

PostCommentReplyInSpace Post a new reply to a comment in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param commentId The unique id of the comment
@return SpacesApiPostCommentReplyInSpaceRequest

func (*SpacesApiService) PostCommentReplyInSpaceExecute ¶

func (a *SpacesApiService) PostCommentReplyInSpaceExecute(r SpacesApiPostCommentReplyInSpaceRequest) (*CommentReply, *http.Response, error)

Execute executes the request

@return CommentReply

func (*SpacesApiService) RequestReviewersForChangeRequest ¶

RequestReviewersForChangeRequest Request reviewers on a change request. Note that requesting a review from teams is not yet supported.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return SpacesApiRequestReviewersForChangeRequestRequest

func (*SpacesApiService) RequestReviewersForChangeRequestExecute ¶

Execute executes the request

@return RequestReviewersForChangeRequest200Response

func (*SpacesApiService) SubmitChangeRequestReview ¶

SubmitChangeRequestReview Submit a review for a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return SpacesApiSubmitChangeRequestReviewRequest

func (*SpacesApiService) SubmitChangeRequestReviewExecute ¶

Execute executes the request

@return ChangeRequestReview

func (*SpacesApiService) TrackViewInSpaceById ¶

func (a *SpacesApiService) TrackViewInSpaceById(ctx context.Context, spaceId string) SpacesApiTrackViewInSpaceByIdRequest

TrackViewInSpaceById Method for TrackViewInSpaceById

Track a page view in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiTrackViewInSpaceByIdRequest

func (*SpacesApiService) TrackViewInSpaceByIdExecute ¶

func (a *SpacesApiService) TrackViewInSpaceByIdExecute(r SpacesApiTrackViewInSpaceByIdRequest) (*http.Response, error)

Execute executes the request

func (*SpacesApiService) UpdateChangeRequest ¶

UpdateChangeRequest Update a change-request with changes from primary content.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@return SpacesApiUpdateChangeRequestRequest

func (*SpacesApiService) UpdateChangeRequestExecute ¶

Execute executes the request

@return UpdateChangeRequest200Response

func (*SpacesApiService) UpdateCommentInChangeRequest ¶

func (a *SpacesApiService) UpdateCommentInChangeRequest(ctx context.Context, spaceId string, changeRequestId GetChangeRequestByIdChangeRequestIdParameter, commentId string) SpacesApiUpdateCommentInChangeRequestRequest

UpdateCommentInChangeRequest Update a comment in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@param commentId The unique id of the comment
@return SpacesApiUpdateCommentInChangeRequestRequest

func (*SpacesApiService) UpdateCommentInChangeRequestExecute ¶

func (a *SpacesApiService) UpdateCommentInChangeRequestExecute(r SpacesApiUpdateCommentInChangeRequestRequest) (*Comment, *http.Response, error)

Execute executes the request

@return Comment

func (*SpacesApiService) UpdateCommentInSpace ¶

func (a *SpacesApiService) UpdateCommentInSpace(ctx context.Context, spaceId string, commentId string) SpacesApiUpdateCommentInSpaceRequest

UpdateCommentInSpace Update a comment in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param commentId The unique id of the comment
@return SpacesApiUpdateCommentInSpaceRequest

func (*SpacesApiService) UpdateCommentInSpaceExecute ¶

func (a *SpacesApiService) UpdateCommentInSpaceExecute(r SpacesApiUpdateCommentInSpaceRequest) (*Comment, *http.Response, error)

Execute executes the request

@return Comment

func (*SpacesApiService) UpdateCommentReplyInChangeRequest ¶

func (a *SpacesApiService) UpdateCommentReplyInChangeRequest(ctx context.Context, spaceId string, changeRequestId GetChangeRequestByIdChangeRequestIdParameter, commentId string, commentReplyId string) SpacesApiUpdateCommentReplyInChangeRequestRequest

UpdateCommentReplyInChangeRequest Update a comment reply in a change request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param changeRequestId The unique ID of the change request or its number identifier in the space
@param commentId The unique id of the comment
@param commentReplyId The unique id of the comment reply
@return SpacesApiUpdateCommentReplyInChangeRequestRequest

func (*SpacesApiService) UpdateCommentReplyInChangeRequestExecute ¶

func (a *SpacesApiService) UpdateCommentReplyInChangeRequestExecute(r SpacesApiUpdateCommentReplyInChangeRequestRequest) (*CommentReply, *http.Response, error)

Execute executes the request

@return CommentReply

func (*SpacesApiService) UpdateCommentReplyInSpace ¶

func (a *SpacesApiService) UpdateCommentReplyInSpace(ctx context.Context, spaceId string, commentId string, commentReplyId string) SpacesApiUpdateCommentReplyInSpaceRequest

UpdateCommentReplyInSpace Update a comment reply in a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@param commentId The unique id of the comment
@param commentReplyId The unique id of the comment reply
@return SpacesApiUpdateCommentReplyInSpaceRequest

func (*SpacesApiService) UpdateCommentReplyInSpaceExecute ¶

func (a *SpacesApiService) UpdateCommentReplyInSpaceExecute(r SpacesApiUpdateCommentReplyInSpaceRequest) (*CommentReply, *http.Response, error)

Execute executes the request

@return CommentReply

func (*SpacesApiService) UpdateSpaceById ¶

func (a *SpacesApiService) UpdateSpaceById(ctx context.Context, spaceId string) SpacesApiUpdateSpaceByIdRequest

UpdateSpaceById Update the details of a space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiUpdateSpaceByIdRequest

func (*SpacesApiService) UpdateSpaceByIdExecute ¶

func (a *SpacesApiService) UpdateSpaceByIdExecute(r SpacesApiUpdateSpaceByIdRequest) (*Space, *http.Response, error)

Execute executes the request

@return Space

func (*SpacesApiService) UpdateSpaceCustomFields ¶

func (a *SpacesApiService) UpdateSpaceCustomFields(ctx context.Context, spaceId string) SpacesApiUpdateSpaceCustomFieldsRequest

UpdateSpaceCustomFields Update the custom fields in a space

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiUpdateSpaceCustomFieldsRequest

func (*SpacesApiService) UpdateSpaceCustomFieldsExecute ¶

func (a *SpacesApiService) UpdateSpaceCustomFieldsExecute(r SpacesApiUpdateSpaceCustomFieldsRequest) (*http.Response, error)

Execute executes the request

func (*SpacesApiService) UpdateSpacePublishingAuthById ¶

func (a *SpacesApiService) UpdateSpacePublishingAuthById(ctx context.Context, spaceId string) SpacesApiUpdateSpacePublishingAuthByIdRequest

UpdateSpacePublishingAuthById Update the publishing authentication configuration for a space.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param spaceId The unique id of the space
@return SpacesApiUpdateSpacePublishingAuthByIdRequest

func (*SpacesApiService) UpdateSpacePublishingAuthByIdExecute ¶

Execute executes the request

@return ContentPublishingAuth

type SpacesApiSubmitChangeRequestReviewRequest ¶

type SpacesApiSubmitChangeRequestReviewRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiSubmitChangeRequestReviewRequest) Execute ¶

func (SpacesApiSubmitChangeRequestReviewRequest) SubmitChangeRequestReviewRequest ¶

func (r SpacesApiSubmitChangeRequestReviewRequest) SubmitChangeRequestReviewRequest(submitChangeRequestReviewRequest SubmitChangeRequestReviewRequest) SpacesApiSubmitChangeRequestReviewRequest

type SpacesApiTrackViewInSpaceByIdRequest ¶

type SpacesApiTrackViewInSpaceByIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiTrackViewInSpaceByIdRequest) Execute ¶

func (SpacesApiTrackViewInSpaceByIdRequest) RequestSpaceTrackPageView ¶

func (r SpacesApiTrackViewInSpaceByIdRequest) RequestSpaceTrackPageView(requestSpaceTrackPageView RequestSpaceTrackPageView) SpacesApiTrackViewInSpaceByIdRequest

type SpacesApiUpdateChangeRequestRequest ¶

type SpacesApiUpdateChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiUpdateChangeRequestRequest) Execute ¶

type SpacesApiUpdateCommentInChangeRequestRequest ¶

type SpacesApiUpdateCommentInChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiUpdateCommentInChangeRequestRequest) Execute ¶

func (SpacesApiUpdateCommentInChangeRequestRequest) UpdateCommentSchema ¶

type SpacesApiUpdateCommentInSpaceRequest ¶

type SpacesApiUpdateCommentInSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiUpdateCommentInSpaceRequest) Execute ¶

func (SpacesApiUpdateCommentInSpaceRequest) UpdateCommentSchema ¶

type SpacesApiUpdateCommentReplyInChangeRequestRequest ¶

type SpacesApiUpdateCommentReplyInChangeRequestRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiUpdateCommentReplyInChangeRequestRequest) Execute ¶

func (SpacesApiUpdateCommentReplyInChangeRequestRequest) UpdateCommentSchema ¶

type SpacesApiUpdateCommentReplyInSpaceRequest ¶

type SpacesApiUpdateCommentReplyInSpaceRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiUpdateCommentReplyInSpaceRequest) Execute ¶

func (SpacesApiUpdateCommentReplyInSpaceRequest) UpdateCommentReplySchema ¶

type SpacesApiUpdateSpaceByIdRequest ¶

type SpacesApiUpdateSpaceByIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiUpdateSpaceByIdRequest) Execute ¶

func (SpacesApiUpdateSpaceByIdRequest) UpdateSpaceByIdRequest ¶

func (r SpacesApiUpdateSpaceByIdRequest) UpdateSpaceByIdRequest(updateSpaceByIdRequest UpdateSpaceByIdRequest) SpacesApiUpdateSpaceByIdRequest

type SpacesApiUpdateSpaceCustomFieldsRequest ¶

type SpacesApiUpdateSpaceCustomFieldsRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiUpdateSpaceCustomFieldsRequest) Execute ¶

func (SpacesApiUpdateSpaceCustomFieldsRequest) UpdateCustomFieldValues ¶

type SpacesApiUpdateSpacePublishingAuthByIdRequest ¶

type SpacesApiUpdateSpacePublishingAuthByIdRequest struct {
	ApiService *SpacesApiService
	// contains filtered or unexported fields
}

func (SpacesApiUpdateSpacePublishingAuthByIdRequest) Execute ¶

func (SpacesApiUpdateSpacePublishingAuthByIdRequest) RequestUpdateContentPublishingAuth ¶

func (r SpacesApiUpdateSpacePublishingAuthByIdRequest) RequestUpdateContentPublishingAuth(requestUpdateContentPublishingAuth RequestUpdateContentPublishingAuth) SpacesApiUpdateSpacePublishingAuthByIdRequest

type StaffUserInfo ¶

type StaffUserInfo struct {
	Id        string `json:"id"`
	SearchKey string `json:"searchKey"`
}

StaffUserInfo The GitBook Staff User info.

func NewStaffUserInfo ¶

func NewStaffUserInfo(id string, searchKey string) *StaffUserInfo

NewStaffUserInfo instantiates a new StaffUserInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStaffUserInfoWithDefaults ¶

func NewStaffUserInfoWithDefaults() *StaffUserInfo

NewStaffUserInfoWithDefaults instantiates a new StaffUserInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StaffUserInfo) GetId ¶

func (o *StaffUserInfo) GetId() string

GetId returns the Id field value

func (*StaffUserInfo) GetIdOk ¶

func (o *StaffUserInfo) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*StaffUserInfo) GetSearchKey ¶

func (o *StaffUserInfo) GetSearchKey() string

GetSearchKey returns the SearchKey field value

func (*StaffUserInfo) GetSearchKeyOk ¶

func (o *StaffUserInfo) GetSearchKeyOk() (*string, bool)

GetSearchKeyOk returns a tuple with the SearchKey field value and a boolean to check if the value has been set.

func (StaffUserInfo) MarshalJSON ¶

func (o StaffUserInfo) MarshalJSON() ([]byte, error)

func (*StaffUserInfo) SetId ¶

func (o *StaffUserInfo) SetId(v string)

SetId sets field value

func (*StaffUserInfo) SetSearchKey ¶

func (o *StaffUserInfo) SetSearchKey(v string)

SetSearchKey sets field value

func (StaffUserInfo) ToMap ¶

func (o StaffUserInfo) ToMap() (map[string]interface{}, error)

type StartRecordingRequest ¶ added in v0.2.0

type StartRecordingRequest struct {
	// Optional title describing the recording
	Title   *string          `json:"title,omitempty"`
	Context RecordingContext `json:"context"`
	// ID in the original source of the recording.
	ExternalId *string `json:"externalId,omitempty"`
	// URL of the original source of the recording.
	ExternalURL *string `json:"externalURL,omitempty"`
}

StartRecordingRequest struct for StartRecordingRequest

func NewStartRecordingRequest ¶ added in v0.2.0

func NewStartRecordingRequest(context RecordingContext) *StartRecordingRequest

NewStartRecordingRequest instantiates a new StartRecordingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStartRecordingRequestWithDefaults ¶ added in v0.2.0

func NewStartRecordingRequestWithDefaults() *StartRecordingRequest

NewStartRecordingRequestWithDefaults instantiates a new StartRecordingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StartRecordingRequest) GetContext ¶ added in v0.2.0

func (o *StartRecordingRequest) GetContext() RecordingContext

GetContext returns the Context field value

func (*StartRecordingRequest) GetContextOk ¶ added in v0.2.0

func (o *StartRecordingRequest) GetContextOk() (*RecordingContext, bool)

GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.

func (*StartRecordingRequest) GetExternalId ¶ added in v0.2.0

func (o *StartRecordingRequest) GetExternalId() string

GetExternalId returns the ExternalId field value if set, zero value otherwise.

func (*StartRecordingRequest) GetExternalIdOk ¶ added in v0.2.0

func (o *StartRecordingRequest) GetExternalIdOk() (*string, bool)

GetExternalIdOk returns a tuple with the ExternalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRecordingRequest) GetExternalURL ¶ added in v0.2.0

func (o *StartRecordingRequest) GetExternalURL() string

GetExternalURL returns the ExternalURL field value if set, zero value otherwise.

func (*StartRecordingRequest) GetExternalURLOk ¶ added in v0.2.0

func (o *StartRecordingRequest) GetExternalURLOk() (*string, bool)

GetExternalURLOk returns a tuple with the ExternalURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRecordingRequest) GetTitle ¶ added in v0.2.0

func (o *StartRecordingRequest) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*StartRecordingRequest) GetTitleOk ¶ added in v0.2.0

func (o *StartRecordingRequest) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartRecordingRequest) HasExternalId ¶ added in v0.2.0

func (o *StartRecordingRequest) HasExternalId() bool

HasExternalId returns a boolean if a field has been set.

func (*StartRecordingRequest) HasExternalURL ¶ added in v0.2.0

func (o *StartRecordingRequest) HasExternalURL() bool

HasExternalURL returns a boolean if a field has been set.

func (*StartRecordingRequest) HasTitle ¶ added in v0.2.0

func (o *StartRecordingRequest) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (StartRecordingRequest) MarshalJSON ¶ added in v0.2.0

func (o StartRecordingRequest) MarshalJSON() ([]byte, error)

func (*StartRecordingRequest) SetContext ¶ added in v0.2.0

func (o *StartRecordingRequest) SetContext(v RecordingContext)

SetContext sets field value

func (*StartRecordingRequest) SetExternalId ¶ added in v0.2.0

func (o *StartRecordingRequest) SetExternalId(v string)

SetExternalId gets a reference to the given string and assigns it to the ExternalId field.

func (*StartRecordingRequest) SetExternalURL ¶ added in v0.2.0

func (o *StartRecordingRequest) SetExternalURL(v string)

SetExternalURL gets a reference to the given string and assigns it to the ExternalURL field.

func (*StartRecordingRequest) SetTitle ¶ added in v0.2.0

func (o *StartRecordingRequest) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (StartRecordingRequest) ToMap ¶ added in v0.2.0

func (o StartRecordingRequest) ToMap() (map[string]interface{}, error)

type StopRecording200Response ¶ added in v0.2.0

type StopRecording200Response struct {
	Recording RecordingOutput `json:"recording"`
	// Example questions that would be answered by the content of this recording.
	FollowupQuestions []string `json:"followupQuestions,omitempty"`
}

StopRecording200Response struct for StopRecording200Response

func NewStopRecording200Response ¶ added in v0.2.0

func NewStopRecording200Response(recording RecordingOutput) *StopRecording200Response

NewStopRecording200Response instantiates a new StopRecording200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStopRecording200ResponseWithDefaults ¶ added in v0.2.0

func NewStopRecording200ResponseWithDefaults() *StopRecording200Response

NewStopRecording200ResponseWithDefaults instantiates a new StopRecording200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StopRecording200Response) GetFollowupQuestions ¶ added in v0.2.0

func (o *StopRecording200Response) GetFollowupQuestions() []string

GetFollowupQuestions returns the FollowupQuestions field value if set, zero value otherwise.

func (*StopRecording200Response) GetFollowupQuestionsOk ¶ added in v0.2.0

func (o *StopRecording200Response) GetFollowupQuestionsOk() ([]string, bool)

GetFollowupQuestionsOk returns a tuple with the FollowupQuestions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StopRecording200Response) GetRecording ¶ added in v0.2.0

func (o *StopRecording200Response) GetRecording() RecordingOutput

GetRecording returns the Recording field value

func (*StopRecording200Response) GetRecordingOk ¶ added in v0.2.0

func (o *StopRecording200Response) GetRecordingOk() (*RecordingOutput, bool)

GetRecordingOk returns a tuple with the Recording field value and a boolean to check if the value has been set.

func (*StopRecording200Response) HasFollowupQuestions ¶ added in v0.2.0

func (o *StopRecording200Response) HasFollowupQuestions() bool

HasFollowupQuestions returns a boolean if a field has been set.

func (StopRecording200Response) MarshalJSON ¶ added in v0.2.0

func (o StopRecording200Response) MarshalJSON() ([]byte, error)

func (*StopRecording200Response) SetFollowupQuestions ¶ added in v0.2.0

func (o *StopRecording200Response) SetFollowupQuestions(v []string)

SetFollowupQuestions gets a reference to the given []string and assigns it to the FollowupQuestions field.

func (*StopRecording200Response) SetRecording ¶ added in v0.2.0

func (o *StopRecording200Response) SetRecording(v RecordingOutput)

SetRecording sets field value

func (StopRecording200Response) ToMap ¶ added in v0.2.0

func (o StopRecording200Response) ToMap() (map[string]interface{}, error)

type StopRecordingRequest ¶ added in v0.2.0

type StopRecordingRequest struct {
	// The space in which the docs should be generated
	Space string `json:"space"`
}

StopRecordingRequest struct for StopRecordingRequest

func NewStopRecordingRequest ¶ added in v0.2.0

func NewStopRecordingRequest(space string) *StopRecordingRequest

NewStopRecordingRequest instantiates a new StopRecordingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStopRecordingRequestWithDefaults ¶ added in v0.2.0

func NewStopRecordingRequestWithDefaults() *StopRecordingRequest

NewStopRecordingRequestWithDefaults instantiates a new StopRecordingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StopRecordingRequest) GetSpace ¶ added in v0.2.0

func (o *StopRecordingRequest) GetSpace() string

GetSpace returns the Space field value

func (*StopRecordingRequest) GetSpaceOk ¶ added in v0.2.0

func (o *StopRecordingRequest) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (StopRecordingRequest) MarshalJSON ¶ added in v0.2.0

func (o StopRecordingRequest) MarshalJSON() ([]byte, error)

func (*StopRecordingRequest) SetSpace ¶ added in v0.2.0

func (o *StopRecordingRequest) SetSpace(v string)

SetSpace sets field value

func (StopRecordingRequest) ToMap ¶ added in v0.2.0

func (o StopRecordingRequest) ToMap() (map[string]interface{}, error)

type SubmitChangeRequestReviewRequest ¶

type SubmitChangeRequestReviewRequest struct {
	Status  ChangeRequestReviewStatus `json:"status"`
	Comment *Document                 `json:"comment,omitempty"`
}

SubmitChangeRequestReviewRequest struct for SubmitChangeRequestReviewRequest

func NewSubmitChangeRequestReviewRequest ¶

func NewSubmitChangeRequestReviewRequest(status ChangeRequestReviewStatus) *SubmitChangeRequestReviewRequest

NewSubmitChangeRequestReviewRequest instantiates a new SubmitChangeRequestReviewRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubmitChangeRequestReviewRequestWithDefaults ¶

func NewSubmitChangeRequestReviewRequestWithDefaults() *SubmitChangeRequestReviewRequest

NewSubmitChangeRequestReviewRequestWithDefaults instantiates a new SubmitChangeRequestReviewRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubmitChangeRequestReviewRequest) GetComment ¶

GetComment returns the Comment field value if set, zero value otherwise.

func (*SubmitChangeRequestReviewRequest) GetCommentOk ¶

func (o *SubmitChangeRequestReviewRequest) GetCommentOk() (*Document, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubmitChangeRequestReviewRequest) GetStatus ¶

GetStatus returns the Status field value

func (*SubmitChangeRequestReviewRequest) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*SubmitChangeRequestReviewRequest) HasComment ¶

func (o *SubmitChangeRequestReviewRequest) HasComment() bool

HasComment returns a boolean if a field has been set.

func (SubmitChangeRequestReviewRequest) MarshalJSON ¶

func (o SubmitChangeRequestReviewRequest) MarshalJSON() ([]byte, error)

func (*SubmitChangeRequestReviewRequest) SetComment ¶

func (o *SubmitChangeRequestReviewRequest) SetComment(v Document)

SetComment gets a reference to the given Document and assigns it to the Comment field.

func (*SubmitChangeRequestReviewRequest) SetStatus ¶

SetStatus sets field value

func (SubmitChangeRequestReviewRequest) ToMap ¶

func (o SubmitChangeRequestReviewRequest) ToMap() (map[string]interface{}, error)

type SubscriptionChannel ¶

type SubscriptionChannel struct {
	BackofficeUserInfoChannel         *BackofficeUserInfoChannel
	ChangeRequestReviewsChannel       *ChangeRequestReviewsChannel
	OrganizationCustomFieldsChannel   *OrganizationCustomFieldsChannel
	OrganizationEntitiesChannel       *OrganizationEntitiesChannel
	OrganizationEnvironmentsChannel   *OrganizationEnvironmentsChannel
	OrganizationMemberChannel         *OrganizationMemberChannel
	OrganizationMembersChannel        *OrganizationMembersChannel
	OrganizationRecordingsChannel     *OrganizationRecordingsChannel
	OrganizationSchemasChannel        *OrganizationSchemasChannel
	OrganizationSpaceRelationsChannel *OrganizationSpaceRelationsChannel
	OrganizationSpacesChannel         *OrganizationSpacesChannel
	OrganizationTeamChannel           *OrganizationTeamChannel
	OrganizationTeamMemberChannel     *OrganizationTeamMemberChannel
	OrganizationTeamMembersChannel    *OrganizationTeamMembersChannel
	OrganizationTeamsChannel          *OrganizationTeamsChannel
	SpaceCustomFieldsChannel          *SpaceCustomFieldsChannel
	SpaceEntitiesChannel              *SpaceEntitiesChannel
	SpaceGitInfoChannel               *SpaceGitInfoChannel
	SpaceInfoChannel                  *SpaceInfoChannel
	SpaceIntegrationsChannel          *SpaceIntegrationsChannel
	SpacePublishingAuthChannel        *SpacePublishingAuthChannel
	SpaceRelationsChannel             *SpaceRelationsChannel
	SubscriptionChannelOneOf          *SubscriptionChannelOneOf
	SubscriptionChannelOneOf1         *SubscriptionChannelOneOf1
	SubscriptionChannelOneOf2         *SubscriptionChannelOneOf2
	SubscriptionChannelOneOf3         *SubscriptionChannelOneOf3
	UserAPITokensChannel              *UserAPITokensChannel
}

SubscriptionChannel - Channel to subscribe to for API updates.

func BackofficeUserInfoChannelAsSubscriptionChannel ¶

func BackofficeUserInfoChannelAsSubscriptionChannel(v *BackofficeUserInfoChannel) SubscriptionChannel

BackofficeUserInfoChannelAsSubscriptionChannel is a convenience function that returns BackofficeUserInfoChannel wrapped in SubscriptionChannel

func ChangeRequestReviewsChannelAsSubscriptionChannel ¶

func ChangeRequestReviewsChannelAsSubscriptionChannel(v *ChangeRequestReviewsChannel) SubscriptionChannel

ChangeRequestReviewsChannelAsSubscriptionChannel is a convenience function that returns ChangeRequestReviewsChannel wrapped in SubscriptionChannel

func OrganizationCustomFieldsChannelAsSubscriptionChannel ¶

func OrganizationCustomFieldsChannelAsSubscriptionChannel(v *OrganizationCustomFieldsChannel) SubscriptionChannel

OrganizationCustomFieldsChannelAsSubscriptionChannel is a convenience function that returns OrganizationCustomFieldsChannel wrapped in SubscriptionChannel

func OrganizationEntitiesChannelAsSubscriptionChannel ¶

func OrganizationEntitiesChannelAsSubscriptionChannel(v *OrganizationEntitiesChannel) SubscriptionChannel

OrganizationEntitiesChannelAsSubscriptionChannel is a convenience function that returns OrganizationEntitiesChannel wrapped in SubscriptionChannel

func OrganizationEnvironmentsChannelAsSubscriptionChannel ¶

func OrganizationEnvironmentsChannelAsSubscriptionChannel(v *OrganizationEnvironmentsChannel) SubscriptionChannel

OrganizationEnvironmentsChannelAsSubscriptionChannel is a convenience function that returns OrganizationEnvironmentsChannel wrapped in SubscriptionChannel

func OrganizationMemberChannelAsSubscriptionChannel ¶

func OrganizationMemberChannelAsSubscriptionChannel(v *OrganizationMemberChannel) SubscriptionChannel

OrganizationMemberChannelAsSubscriptionChannel is a convenience function that returns OrganizationMemberChannel wrapped in SubscriptionChannel

func OrganizationMembersChannelAsSubscriptionChannel ¶

func OrganizationMembersChannelAsSubscriptionChannel(v *OrganizationMembersChannel) SubscriptionChannel

OrganizationMembersChannelAsSubscriptionChannel is a convenience function that returns OrganizationMembersChannel wrapped in SubscriptionChannel

func OrganizationRecordingsChannelAsSubscriptionChannel ¶ added in v0.2.0

func OrganizationRecordingsChannelAsSubscriptionChannel(v *OrganizationRecordingsChannel) SubscriptionChannel

OrganizationRecordingsChannelAsSubscriptionChannel is a convenience function that returns OrganizationRecordingsChannel wrapped in SubscriptionChannel

func OrganizationSchemasChannelAsSubscriptionChannel ¶ added in v0.2.0

func OrganizationSchemasChannelAsSubscriptionChannel(v *OrganizationSchemasChannel) SubscriptionChannel

OrganizationSchemasChannelAsSubscriptionChannel is a convenience function that returns OrganizationSchemasChannel wrapped in SubscriptionChannel

func OrganizationSpaceRelationsChannelAsSubscriptionChannel ¶

func OrganizationSpaceRelationsChannelAsSubscriptionChannel(v *OrganizationSpaceRelationsChannel) SubscriptionChannel

OrganizationSpaceRelationsChannelAsSubscriptionChannel is a convenience function that returns OrganizationSpaceRelationsChannel wrapped in SubscriptionChannel

func OrganizationSpacesChannelAsSubscriptionChannel ¶

func OrganizationSpacesChannelAsSubscriptionChannel(v *OrganizationSpacesChannel) SubscriptionChannel

OrganizationSpacesChannelAsSubscriptionChannel is a convenience function that returns OrganizationSpacesChannel wrapped in SubscriptionChannel

func OrganizationTeamChannelAsSubscriptionChannel ¶

func OrganizationTeamChannelAsSubscriptionChannel(v *OrganizationTeamChannel) SubscriptionChannel

OrganizationTeamChannelAsSubscriptionChannel is a convenience function that returns OrganizationTeamChannel wrapped in SubscriptionChannel

func OrganizationTeamMemberChannelAsSubscriptionChannel ¶

func OrganizationTeamMemberChannelAsSubscriptionChannel(v *OrganizationTeamMemberChannel) SubscriptionChannel

OrganizationTeamMemberChannelAsSubscriptionChannel is a convenience function that returns OrganizationTeamMemberChannel wrapped in SubscriptionChannel

func OrganizationTeamMembersChannelAsSubscriptionChannel ¶

func OrganizationTeamMembersChannelAsSubscriptionChannel(v *OrganizationTeamMembersChannel) SubscriptionChannel

OrganizationTeamMembersChannelAsSubscriptionChannel is a convenience function that returns OrganizationTeamMembersChannel wrapped in SubscriptionChannel

func OrganizationTeamsChannelAsSubscriptionChannel ¶

func OrganizationTeamsChannelAsSubscriptionChannel(v *OrganizationTeamsChannel) SubscriptionChannel

OrganizationTeamsChannelAsSubscriptionChannel is a convenience function that returns OrganizationTeamsChannel wrapped in SubscriptionChannel

func SpaceCustomFieldsChannelAsSubscriptionChannel ¶

func SpaceCustomFieldsChannelAsSubscriptionChannel(v *SpaceCustomFieldsChannel) SubscriptionChannel

SpaceCustomFieldsChannelAsSubscriptionChannel is a convenience function that returns SpaceCustomFieldsChannel wrapped in SubscriptionChannel

func SpaceEntitiesChannelAsSubscriptionChannel ¶

func SpaceEntitiesChannelAsSubscriptionChannel(v *SpaceEntitiesChannel) SubscriptionChannel

SpaceEntitiesChannelAsSubscriptionChannel is a convenience function that returns SpaceEntitiesChannel wrapped in SubscriptionChannel

func SpaceGitInfoChannelAsSubscriptionChannel ¶

func SpaceGitInfoChannelAsSubscriptionChannel(v *SpaceGitInfoChannel) SubscriptionChannel

SpaceGitInfoChannelAsSubscriptionChannel is a convenience function that returns SpaceGitInfoChannel wrapped in SubscriptionChannel

func SpaceInfoChannelAsSubscriptionChannel ¶

func SpaceInfoChannelAsSubscriptionChannel(v *SpaceInfoChannel) SubscriptionChannel

SpaceInfoChannelAsSubscriptionChannel is a convenience function that returns SpaceInfoChannel wrapped in SubscriptionChannel

func SpaceIntegrationsChannelAsSubscriptionChannel ¶

func SpaceIntegrationsChannelAsSubscriptionChannel(v *SpaceIntegrationsChannel) SubscriptionChannel

SpaceIntegrationsChannelAsSubscriptionChannel is a convenience function that returns SpaceIntegrationsChannel wrapped in SubscriptionChannel

func SpacePublishingAuthChannelAsSubscriptionChannel ¶

func SpacePublishingAuthChannelAsSubscriptionChannel(v *SpacePublishingAuthChannel) SubscriptionChannel

SpacePublishingAuthChannelAsSubscriptionChannel is a convenience function that returns SpacePublishingAuthChannel wrapped in SubscriptionChannel

func SpaceRelationsChannelAsSubscriptionChannel ¶

func SpaceRelationsChannelAsSubscriptionChannel(v *SpaceRelationsChannel) SubscriptionChannel

SpaceRelationsChannelAsSubscriptionChannel is a convenience function that returns SpaceRelationsChannel wrapped in SubscriptionChannel

func SubscriptionChannelOneOf1AsSubscriptionChannel ¶

func SubscriptionChannelOneOf1AsSubscriptionChannel(v *SubscriptionChannelOneOf1) SubscriptionChannel

SubscriptionChannelOneOf1AsSubscriptionChannel is a convenience function that returns SubscriptionChannelOneOf1 wrapped in SubscriptionChannel

func SubscriptionChannelOneOf2AsSubscriptionChannel ¶

func SubscriptionChannelOneOf2AsSubscriptionChannel(v *SubscriptionChannelOneOf2) SubscriptionChannel

SubscriptionChannelOneOf2AsSubscriptionChannel is a convenience function that returns SubscriptionChannelOneOf2 wrapped in SubscriptionChannel

func SubscriptionChannelOneOf3AsSubscriptionChannel ¶

func SubscriptionChannelOneOf3AsSubscriptionChannel(v *SubscriptionChannelOneOf3) SubscriptionChannel

SubscriptionChannelOneOf3AsSubscriptionChannel is a convenience function that returns SubscriptionChannelOneOf3 wrapped in SubscriptionChannel

func SubscriptionChannelOneOfAsSubscriptionChannel ¶

func SubscriptionChannelOneOfAsSubscriptionChannel(v *SubscriptionChannelOneOf) SubscriptionChannel

SubscriptionChannelOneOfAsSubscriptionChannel is a convenience function that returns SubscriptionChannelOneOf wrapped in SubscriptionChannel

func UserAPITokensChannelAsSubscriptionChannel ¶

func UserAPITokensChannelAsSubscriptionChannel(v *UserAPITokensChannel) SubscriptionChannel

UserAPITokensChannelAsSubscriptionChannel is a convenience function that returns UserAPITokensChannel wrapped in SubscriptionChannel

func (*SubscriptionChannel) GetActualInstance ¶

func (obj *SubscriptionChannel) GetActualInstance() interface{}

Get the actual instance

func (SubscriptionChannel) MarshalJSON ¶

func (src SubscriptionChannel) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SubscriptionChannel) UnmarshalJSON ¶

func (dst *SubscriptionChannel) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type SubscriptionChannelOneOf ¶

type SubscriptionChannelOneOf struct {
	Channel       string  `json:"channel"`
	Space         string  `json:"space"`
	ChangeRequest *string `json:"changeRequest,omitempty"`
}

SubscriptionChannelOneOf struct for SubscriptionChannelOneOf

func NewSubscriptionChannelOneOf ¶

func NewSubscriptionChannelOneOf(channel string, space string) *SubscriptionChannelOneOf

NewSubscriptionChannelOneOf instantiates a new SubscriptionChannelOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubscriptionChannelOneOfWithDefaults ¶

func NewSubscriptionChannelOneOfWithDefaults() *SubscriptionChannelOneOf

NewSubscriptionChannelOneOfWithDefaults instantiates a new SubscriptionChannelOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubscriptionChannelOneOf) GetChangeRequest ¶

func (o *SubscriptionChannelOneOf) GetChangeRequest() string

GetChangeRequest returns the ChangeRequest field value if set, zero value otherwise.

func (*SubscriptionChannelOneOf) GetChangeRequestOk ¶

func (o *SubscriptionChannelOneOf) GetChangeRequestOk() (*string, bool)

GetChangeRequestOk returns a tuple with the ChangeRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf) GetChannel ¶

func (o *SubscriptionChannelOneOf) GetChannel() string

GetChannel returns the Channel field value

func (*SubscriptionChannelOneOf) GetChannelOk ¶

func (o *SubscriptionChannelOneOf) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf) GetSpace ¶

func (o *SubscriptionChannelOneOf) GetSpace() string

GetSpace returns the Space field value

func (*SubscriptionChannelOneOf) GetSpaceOk ¶

func (o *SubscriptionChannelOneOf) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf) HasChangeRequest ¶

func (o *SubscriptionChannelOneOf) HasChangeRequest() bool

HasChangeRequest returns a boolean if a field has been set.

func (SubscriptionChannelOneOf) MarshalJSON ¶

func (o SubscriptionChannelOneOf) MarshalJSON() ([]byte, error)

func (*SubscriptionChannelOneOf) SetChangeRequest ¶

func (o *SubscriptionChannelOneOf) SetChangeRequest(v string)

SetChangeRequest gets a reference to the given string and assigns it to the ChangeRequest field.

func (*SubscriptionChannelOneOf) SetChannel ¶

func (o *SubscriptionChannelOneOf) SetChannel(v string)

SetChannel sets field value

func (*SubscriptionChannelOneOf) SetSpace ¶

func (o *SubscriptionChannelOneOf) SetSpace(v string)

SetSpace sets field value

func (SubscriptionChannelOneOf) ToMap ¶

func (o SubscriptionChannelOneOf) ToMap() (map[string]interface{}, error)

type SubscriptionChannelOneOf1 ¶

type SubscriptionChannelOneOf1 struct {
	Channel       string  `json:"channel"`
	Space         string  `json:"space"`
	ChangeRequest *string `json:"changeRequest,omitempty"`
	Comment       string  `json:"comment"`
}

SubscriptionChannelOneOf1 struct for SubscriptionChannelOneOf1

func NewSubscriptionChannelOneOf1 ¶

func NewSubscriptionChannelOneOf1(channel string, space string, comment string) *SubscriptionChannelOneOf1

NewSubscriptionChannelOneOf1 instantiates a new SubscriptionChannelOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubscriptionChannelOneOf1WithDefaults ¶

func NewSubscriptionChannelOneOf1WithDefaults() *SubscriptionChannelOneOf1

NewSubscriptionChannelOneOf1WithDefaults instantiates a new SubscriptionChannelOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubscriptionChannelOneOf1) GetChangeRequest ¶

func (o *SubscriptionChannelOneOf1) GetChangeRequest() string

GetChangeRequest returns the ChangeRequest field value if set, zero value otherwise.

func (*SubscriptionChannelOneOf1) GetChangeRequestOk ¶

func (o *SubscriptionChannelOneOf1) GetChangeRequestOk() (*string, bool)

GetChangeRequestOk returns a tuple with the ChangeRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf1) GetChannel ¶

func (o *SubscriptionChannelOneOf1) GetChannel() string

GetChannel returns the Channel field value

func (*SubscriptionChannelOneOf1) GetChannelOk ¶

func (o *SubscriptionChannelOneOf1) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf1) GetComment ¶

func (o *SubscriptionChannelOneOf1) GetComment() string

GetComment returns the Comment field value

func (*SubscriptionChannelOneOf1) GetCommentOk ¶

func (o *SubscriptionChannelOneOf1) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf1) GetSpace ¶

func (o *SubscriptionChannelOneOf1) GetSpace() string

GetSpace returns the Space field value

func (*SubscriptionChannelOneOf1) GetSpaceOk ¶

func (o *SubscriptionChannelOneOf1) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf1) HasChangeRequest ¶

func (o *SubscriptionChannelOneOf1) HasChangeRequest() bool

HasChangeRequest returns a boolean if a field has been set.

func (SubscriptionChannelOneOf1) MarshalJSON ¶

func (o SubscriptionChannelOneOf1) MarshalJSON() ([]byte, error)

func (*SubscriptionChannelOneOf1) SetChangeRequest ¶

func (o *SubscriptionChannelOneOf1) SetChangeRequest(v string)

SetChangeRequest gets a reference to the given string and assigns it to the ChangeRequest field.

func (*SubscriptionChannelOneOf1) SetChannel ¶

func (o *SubscriptionChannelOneOf1) SetChannel(v string)

SetChannel sets field value

func (*SubscriptionChannelOneOf1) SetComment ¶

func (o *SubscriptionChannelOneOf1) SetComment(v string)

SetComment sets field value

func (*SubscriptionChannelOneOf1) SetSpace ¶

func (o *SubscriptionChannelOneOf1) SetSpace(v string)

SetSpace sets field value

func (SubscriptionChannelOneOf1) ToMap ¶

func (o SubscriptionChannelOneOf1) ToMap() (map[string]interface{}, error)

type SubscriptionChannelOneOf2 ¶

type SubscriptionChannelOneOf2 struct {
	Channel       string  `json:"channel"`
	Space         string  `json:"space"`
	ChangeRequest *string `json:"changeRequest,omitempty"`
	Comment       string  `json:"comment"`
	CommentReply  string  `json:"commentReply"`
}

SubscriptionChannelOneOf2 struct for SubscriptionChannelOneOf2

func NewSubscriptionChannelOneOf2 ¶

func NewSubscriptionChannelOneOf2(channel string, space string, comment string, commentReply string) *SubscriptionChannelOneOf2

NewSubscriptionChannelOneOf2 instantiates a new SubscriptionChannelOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubscriptionChannelOneOf2WithDefaults ¶

func NewSubscriptionChannelOneOf2WithDefaults() *SubscriptionChannelOneOf2

NewSubscriptionChannelOneOf2WithDefaults instantiates a new SubscriptionChannelOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubscriptionChannelOneOf2) GetChangeRequest ¶

func (o *SubscriptionChannelOneOf2) GetChangeRequest() string

GetChangeRequest returns the ChangeRequest field value if set, zero value otherwise.

func (*SubscriptionChannelOneOf2) GetChangeRequestOk ¶

func (o *SubscriptionChannelOneOf2) GetChangeRequestOk() (*string, bool)

GetChangeRequestOk returns a tuple with the ChangeRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf2) GetChannel ¶

func (o *SubscriptionChannelOneOf2) GetChannel() string

GetChannel returns the Channel field value

func (*SubscriptionChannelOneOf2) GetChannelOk ¶

func (o *SubscriptionChannelOneOf2) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf2) GetComment ¶

func (o *SubscriptionChannelOneOf2) GetComment() string

GetComment returns the Comment field value

func (*SubscriptionChannelOneOf2) GetCommentOk ¶

func (o *SubscriptionChannelOneOf2) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf2) GetCommentReply ¶

func (o *SubscriptionChannelOneOf2) GetCommentReply() string

GetCommentReply returns the CommentReply field value

func (*SubscriptionChannelOneOf2) GetCommentReplyOk ¶

func (o *SubscriptionChannelOneOf2) GetCommentReplyOk() (*string, bool)

GetCommentReplyOk returns a tuple with the CommentReply field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf2) GetSpace ¶

func (o *SubscriptionChannelOneOf2) GetSpace() string

GetSpace returns the Space field value

func (*SubscriptionChannelOneOf2) GetSpaceOk ¶

func (o *SubscriptionChannelOneOf2) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf2) HasChangeRequest ¶

func (o *SubscriptionChannelOneOf2) HasChangeRequest() bool

HasChangeRequest returns a boolean if a field has been set.

func (SubscriptionChannelOneOf2) MarshalJSON ¶

func (o SubscriptionChannelOneOf2) MarshalJSON() ([]byte, error)

func (*SubscriptionChannelOneOf2) SetChangeRequest ¶

func (o *SubscriptionChannelOneOf2) SetChangeRequest(v string)

SetChangeRequest gets a reference to the given string and assigns it to the ChangeRequest field.

func (*SubscriptionChannelOneOf2) SetChannel ¶

func (o *SubscriptionChannelOneOf2) SetChannel(v string)

SetChannel sets field value

func (*SubscriptionChannelOneOf2) SetComment ¶

func (o *SubscriptionChannelOneOf2) SetComment(v string)

SetComment sets field value

func (*SubscriptionChannelOneOf2) SetCommentReply ¶

func (o *SubscriptionChannelOneOf2) SetCommentReply(v string)

SetCommentReply sets field value

func (*SubscriptionChannelOneOf2) SetSpace ¶

func (o *SubscriptionChannelOneOf2) SetSpace(v string)

SetSpace sets field value

func (SubscriptionChannelOneOf2) ToMap ¶

func (o SubscriptionChannelOneOf2) ToMap() (map[string]interface{}, error)

type SubscriptionChannelOneOf3 ¶

type SubscriptionChannelOneOf3 struct {
	Channel       string  `json:"channel"`
	Space         string  `json:"space"`
	ChangeRequest *string `json:"changeRequest,omitempty"`
	Comment       string  `json:"comment"`
}

SubscriptionChannelOneOf3 struct for SubscriptionChannelOneOf3

func NewSubscriptionChannelOneOf3 ¶

func NewSubscriptionChannelOneOf3(channel string, space string, comment string) *SubscriptionChannelOneOf3

NewSubscriptionChannelOneOf3 instantiates a new SubscriptionChannelOneOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubscriptionChannelOneOf3WithDefaults ¶

func NewSubscriptionChannelOneOf3WithDefaults() *SubscriptionChannelOneOf3

NewSubscriptionChannelOneOf3WithDefaults instantiates a new SubscriptionChannelOneOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubscriptionChannelOneOf3) GetChangeRequest ¶

func (o *SubscriptionChannelOneOf3) GetChangeRequest() string

GetChangeRequest returns the ChangeRequest field value if set, zero value otherwise.

func (*SubscriptionChannelOneOf3) GetChangeRequestOk ¶

func (o *SubscriptionChannelOneOf3) GetChangeRequestOk() (*string, bool)

GetChangeRequestOk returns a tuple with the ChangeRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf3) GetChannel ¶

func (o *SubscriptionChannelOneOf3) GetChannel() string

GetChannel returns the Channel field value

func (*SubscriptionChannelOneOf3) GetChannelOk ¶

func (o *SubscriptionChannelOneOf3) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf3) GetComment ¶

func (o *SubscriptionChannelOneOf3) GetComment() string

GetComment returns the Comment field value

func (*SubscriptionChannelOneOf3) GetCommentOk ¶

func (o *SubscriptionChannelOneOf3) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf3) GetSpace ¶

func (o *SubscriptionChannelOneOf3) GetSpace() string

GetSpace returns the Space field value

func (*SubscriptionChannelOneOf3) GetSpaceOk ¶

func (o *SubscriptionChannelOneOf3) GetSpaceOk() (*string, bool)

GetSpaceOk returns a tuple with the Space field value and a boolean to check if the value has been set.

func (*SubscriptionChannelOneOf3) HasChangeRequest ¶

func (o *SubscriptionChannelOneOf3) HasChangeRequest() bool

HasChangeRequest returns a boolean if a field has been set.

func (SubscriptionChannelOneOf3) MarshalJSON ¶

func (o SubscriptionChannelOneOf3) MarshalJSON() ([]byte, error)

func (*SubscriptionChannelOneOf3) SetChangeRequest ¶

func (o *SubscriptionChannelOneOf3) SetChangeRequest(v string)

SetChangeRequest gets a reference to the given string and assigns it to the ChangeRequest field.

func (*SubscriptionChannelOneOf3) SetChannel ¶

func (o *SubscriptionChannelOneOf3) SetChannel(v string)

SetChannel sets field value

func (*SubscriptionChannelOneOf3) SetComment ¶

func (o *SubscriptionChannelOneOf3) SetComment(v string)

SetComment sets field value

func (*SubscriptionChannelOneOf3) SetSpace ¶

func (o *SubscriptionChannelOneOf3) SetSpace(v string)

SetSpace sets field value

func (SubscriptionChannelOneOf3) ToMap ¶

func (o SubscriptionChannelOneOf3) ToMap() (map[string]interface{}, error)

type SyncDirectorySyncGroupsToTeams200Response ¶

type SyncDirectorySyncGroupsToTeams200Response struct {
	// The list of synced pairs, mapped to the original pairs given to the sync parameters. Either the group_id and team_id will be defined, or the error will be defined to describe why it failed. Use the success parameter to know if the pair sync was sucessful or not.
	Synced []OrganizationDirectorySyncGroupTeamStatus `json:"synced"`
}

SyncDirectorySyncGroupsToTeams200Response struct for SyncDirectorySyncGroupsToTeams200Response

func NewSyncDirectorySyncGroupsToTeams200Response ¶

func NewSyncDirectorySyncGroupsToTeams200Response(synced []OrganizationDirectorySyncGroupTeamStatus) *SyncDirectorySyncGroupsToTeams200Response

NewSyncDirectorySyncGroupsToTeams200Response instantiates a new SyncDirectorySyncGroupsToTeams200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSyncDirectorySyncGroupsToTeams200ResponseWithDefaults ¶

func NewSyncDirectorySyncGroupsToTeams200ResponseWithDefaults() *SyncDirectorySyncGroupsToTeams200Response

NewSyncDirectorySyncGroupsToTeams200ResponseWithDefaults instantiates a new SyncDirectorySyncGroupsToTeams200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SyncDirectorySyncGroupsToTeams200Response) GetSynced ¶

GetSynced returns the Synced field value

func (*SyncDirectorySyncGroupsToTeams200Response) GetSyncedOk ¶

GetSyncedOk returns a tuple with the Synced field value and a boolean to check if the value has been set.

func (SyncDirectorySyncGroupsToTeams200Response) MarshalJSON ¶

func (*SyncDirectorySyncGroupsToTeams200Response) SetSynced ¶

SetSynced sets field value

func (SyncDirectorySyncGroupsToTeams200Response) ToMap ¶

func (o SyncDirectorySyncGroupsToTeams200Response) ToMap() (map[string]interface{}, error)

type SyncDirectorySyncGroupsToTeamsRequest ¶

type SyncDirectorySyncGroupsToTeamsRequest struct {
	// A list of groups to teams pairs to sync. The group_id is required and the team_id is optional. If the latter is omitted, a new team will be created from the group's data.
	ToSync []SyncDirectorySyncGroupsToTeamsRequestToSyncInner `json:"to_sync"`
}

SyncDirectorySyncGroupsToTeamsRequest Parameters for syncing a list of Directory Sync groups to a GitBook team, syncing all members of those groups to the assigned teams. The endpoint can be used for one or many groups to team syncs.

func NewSyncDirectorySyncGroupsToTeamsRequest ¶

func NewSyncDirectorySyncGroupsToTeamsRequest(toSync []SyncDirectorySyncGroupsToTeamsRequestToSyncInner) *SyncDirectorySyncGroupsToTeamsRequest

NewSyncDirectorySyncGroupsToTeamsRequest instantiates a new SyncDirectorySyncGroupsToTeamsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSyncDirectorySyncGroupsToTeamsRequestWithDefaults ¶

func NewSyncDirectorySyncGroupsToTeamsRequestWithDefaults() *SyncDirectorySyncGroupsToTeamsRequest

NewSyncDirectorySyncGroupsToTeamsRequestWithDefaults instantiates a new SyncDirectorySyncGroupsToTeamsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SyncDirectorySyncGroupsToTeamsRequest) GetToSync ¶

GetToSync returns the ToSync field value

func (*SyncDirectorySyncGroupsToTeamsRequest) GetToSyncOk ¶

GetToSyncOk returns a tuple with the ToSync field value and a boolean to check if the value has been set.

func (SyncDirectorySyncGroupsToTeamsRequest) MarshalJSON ¶

func (o SyncDirectorySyncGroupsToTeamsRequest) MarshalJSON() ([]byte, error)

func (*SyncDirectorySyncGroupsToTeamsRequest) SetToSync ¶

SetToSync sets field value

func (SyncDirectorySyncGroupsToTeamsRequest) ToMap ¶

func (o SyncDirectorySyncGroupsToTeamsRequest) ToMap() (map[string]interface{}, error)

type SyncDirectorySyncGroupsToTeamsRequestToSyncInner ¶

type SyncDirectorySyncGroupsToTeamsRequestToSyncInner struct {
	// The unique identifier of the group for the given identity provider.
	GroupId string `json:"group_id"`
	// The unique identifier of the team for the given identity provider.
	TeamId *string `json:"team_id,omitempty"`
}

SyncDirectorySyncGroupsToTeamsRequestToSyncInner struct for SyncDirectorySyncGroupsToTeamsRequestToSyncInner

func NewSyncDirectorySyncGroupsToTeamsRequestToSyncInner ¶

func NewSyncDirectorySyncGroupsToTeamsRequestToSyncInner(groupId string) *SyncDirectorySyncGroupsToTeamsRequestToSyncInner

NewSyncDirectorySyncGroupsToTeamsRequestToSyncInner instantiates a new SyncDirectorySyncGroupsToTeamsRequestToSyncInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSyncDirectorySyncGroupsToTeamsRequestToSyncInnerWithDefaults ¶

func NewSyncDirectorySyncGroupsToTeamsRequestToSyncInnerWithDefaults() *SyncDirectorySyncGroupsToTeamsRequestToSyncInner

NewSyncDirectorySyncGroupsToTeamsRequestToSyncInnerWithDefaults instantiates a new SyncDirectorySyncGroupsToTeamsRequestToSyncInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SyncDirectorySyncGroupsToTeamsRequestToSyncInner) GetGroupId ¶

GetGroupId returns the GroupId field value

func (*SyncDirectorySyncGroupsToTeamsRequestToSyncInner) GetGroupIdOk ¶

GetGroupIdOk returns a tuple with the GroupId field value and a boolean to check if the value has been set.

func (*SyncDirectorySyncGroupsToTeamsRequestToSyncInner) GetTeamId ¶

GetTeamId returns the TeamId field value if set, zero value otherwise.

func (*SyncDirectorySyncGroupsToTeamsRequestToSyncInner) GetTeamIdOk ¶

GetTeamIdOk returns a tuple with the TeamId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SyncDirectorySyncGroupsToTeamsRequestToSyncInner) HasTeamId ¶

HasTeamId returns a boolean if a field has been set.

func (SyncDirectorySyncGroupsToTeamsRequestToSyncInner) MarshalJSON ¶

func (*SyncDirectorySyncGroupsToTeamsRequestToSyncInner) SetGroupId ¶

SetGroupId sets field value

func (*SyncDirectorySyncGroupsToTeamsRequestToSyncInner) SetTeamId ¶

SetTeamId gets a reference to the given string and assigns it to the TeamId field.

func (SyncDirectorySyncGroupsToTeamsRequestToSyncInner) ToMap ¶

func (o SyncDirectorySyncGroupsToTeamsRequestToSyncInner) ToMap() (map[string]interface{}, error)

type Team ¶

type Team struct {
	// Type of Object, always equals to \"team\"
	Object string `json:"object"`
	// Unique identifier for the team
	Id string `json:"id"`
}

Team struct for Team

func NewTeam ¶

func NewTeam(object string, id string) *Team

NewTeam instantiates a new Team object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTeamWithDefaults ¶

func NewTeamWithDefaults() *Team

NewTeamWithDefaults instantiates a new Team object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Team) GetId ¶

func (o *Team) GetId() string

GetId returns the Id field value

func (*Team) GetIdOk ¶

func (o *Team) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Team) GetObject ¶

func (o *Team) GetObject() string

GetObject returns the Object field value

func (*Team) GetObjectOk ¶

func (o *Team) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (Team) MarshalJSON ¶

func (o Team) MarshalJSON() ([]byte, error)

func (*Team) SetId ¶

func (o *Team) SetId(v string)

SetId sets field value

func (*Team) SetObject ¶

func (o *Team) SetObject(v string)

SetObject sets field value

func (Team) ToMap ¶

func (o Team) ToMap() (map[string]interface{}, error)

type TeamMember ¶

type TeamMember struct {
	Role TeamMemberRole `json:"role"`
}

TeamMember struct for TeamMember

func NewTeamMember ¶

func NewTeamMember(role TeamMemberRole) *TeamMember

NewTeamMember instantiates a new TeamMember object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTeamMemberWithDefaults ¶

func NewTeamMemberWithDefaults() *TeamMember

NewTeamMemberWithDefaults instantiates a new TeamMember object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TeamMember) GetRole ¶

func (o *TeamMember) GetRole() TeamMemberRole

GetRole returns the Role field value

func (*TeamMember) GetRoleOk ¶

func (o *TeamMember) GetRoleOk() (*TeamMemberRole, bool)

GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.

func (TeamMember) MarshalJSON ¶

func (o TeamMember) MarshalJSON() ([]byte, error)

func (*TeamMember) SetRole ¶

func (o *TeamMember) SetRole(v TeamMemberRole)

SetRole sets field value

func (TeamMember) ToMap ¶

func (o TeamMember) ToMap() (map[string]interface{}, error)

type TeamMemberRole ¶

type TeamMemberRole string

TeamMemberRole \"The role of a team member. \"admin\": Can administrate team members. \"participant\": Can participate in a team.

const (
	TEAMMEMBERROLE_ADMIN       TeamMemberRole = "admin"
	TEAMMEMBERROLE_PARTICIPANT TeamMemberRole = "participant"
)

List of TeamMemberRole

func NewTeamMemberRoleFromValue ¶

func NewTeamMemberRoleFromValue(v string) (*TeamMemberRole, error)

NewTeamMemberRoleFromValue returns a pointer to a valid TeamMemberRole for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TeamMemberRole) IsValid ¶

func (v TeamMemberRole) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TeamMemberRole) Ptr ¶

func (v TeamMemberRole) Ptr() *TeamMemberRole

Ptr returns reference to TeamMemberRole value

func (*TeamMemberRole) UnmarshalJSON ¶

func (v *TeamMemberRole) UnmarshalJSON(src []byte) error

type TeamsApiListTeamsForOrganizationMemberRequest ¶

type TeamsApiListTeamsForOrganizationMemberRequest struct {
	ApiService *TeamsApiService
	// contains filtered or unexported fields
}

func (TeamsApiListTeamsForOrganizationMemberRequest) Execute ¶

func (TeamsApiListTeamsForOrganizationMemberRequest) Limit ¶

The number of results per page

func (TeamsApiListTeamsForOrganizationMemberRequest) Page ¶

Identifier of the page results to fetch.

func (TeamsApiListTeamsForOrganizationMemberRequest) Title ¶

If provided, only teams whose name contains the given parameter will be returned. Case insensitive.

type TeamsApiService ¶

type TeamsApiService service

TeamsApiService TeamsApi service

func (*TeamsApiService) ListTeamsForOrganizationMember ¶

func (a *TeamsApiService) ListTeamsForOrganizationMember(ctx context.Context, organizationId string, userId string) TeamsApiListTeamsForOrganizationMemberRequest

ListTeamsForOrganizationMember List all teams an organization member is part of

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId The unique id of the organization
@param userId The unique ID of the User
@return TeamsApiListTeamsForOrganizationMemberRequest

func (*TeamsApiService) ListTeamsForOrganizationMemberExecute ¶

Execute executes the request

@return ListTeamsForOrganizationMember200Response

type TransferOrganization200Response ¶

type TransferOrganization200Response struct {
	// The unique id of the collection created in the target organization containing the content of the source organization.
	Collection string `json:"collection"`
	// The new hostname if the source organization needed to change hostname.
	NewSourceHostname *string `json:"newSourceHostname,omitempty"`
}

TransferOrganization200Response struct for TransferOrganization200Response

func NewTransferOrganization200Response ¶

func NewTransferOrganization200Response(collection string) *TransferOrganization200Response

NewTransferOrganization200Response instantiates a new TransferOrganization200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTransferOrganization200ResponseWithDefaults ¶

func NewTransferOrganization200ResponseWithDefaults() *TransferOrganization200Response

NewTransferOrganization200ResponseWithDefaults instantiates a new TransferOrganization200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TransferOrganization200Response) GetCollection ¶

func (o *TransferOrganization200Response) GetCollection() string

GetCollection returns the Collection field value

func (*TransferOrganization200Response) GetCollectionOk ¶

func (o *TransferOrganization200Response) GetCollectionOk() (*string, bool)

GetCollectionOk returns a tuple with the Collection field value and a boolean to check if the value has been set.

func (*TransferOrganization200Response) GetNewSourceHostname ¶

func (o *TransferOrganization200Response) GetNewSourceHostname() string

GetNewSourceHostname returns the NewSourceHostname field value if set, zero value otherwise.

func (*TransferOrganization200Response) GetNewSourceHostnameOk ¶

func (o *TransferOrganization200Response) GetNewSourceHostnameOk() (*string, bool)

GetNewSourceHostnameOk returns a tuple with the NewSourceHostname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransferOrganization200Response) HasNewSourceHostname ¶

func (o *TransferOrganization200Response) HasNewSourceHostname() bool

HasNewSourceHostname returns a boolean if a field has been set.

func (TransferOrganization200Response) MarshalJSON ¶

func (o TransferOrganization200Response) MarshalJSON() ([]byte, error)

func (*TransferOrganization200Response) SetCollection ¶

func (o *TransferOrganization200Response) SetCollection(v string)

SetCollection sets field value

func (*TransferOrganization200Response) SetNewSourceHostname ¶

func (o *TransferOrganization200Response) SetNewSourceHostname(v string)

SetNewSourceHostname gets a reference to the given string and assigns it to the NewSourceHostname field.

func (TransferOrganization200Response) ToMap ¶

func (o TransferOrganization200Response) ToMap() (map[string]interface{}, error)

type TransferOrganizationRequest ¶

type TransferOrganizationRequest struct {
	// The unique id of the organization to transfer into the current one.
	Source         string                                     `json:"source"`
	DefaultOrgRole *TransferOrganizationRequestDefaultOrgRole `json:"defaultOrgRole,omitempty"`
}

TransferOrganizationRequest struct for TransferOrganizationRequest

func NewTransferOrganizationRequest ¶

func NewTransferOrganizationRequest(source string) *TransferOrganizationRequest

NewTransferOrganizationRequest instantiates a new TransferOrganizationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTransferOrganizationRequestWithDefaults ¶

func NewTransferOrganizationRequestWithDefaults() *TransferOrganizationRequest

NewTransferOrganizationRequestWithDefaults instantiates a new TransferOrganizationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TransferOrganizationRequest) GetDefaultOrgRole ¶

GetDefaultOrgRole returns the DefaultOrgRole field value if set, zero value otherwise.

func (*TransferOrganizationRequest) GetDefaultOrgRoleOk ¶

GetDefaultOrgRoleOk returns a tuple with the DefaultOrgRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransferOrganizationRequest) GetSource ¶

func (o *TransferOrganizationRequest) GetSource() string

GetSource returns the Source field value

func (*TransferOrganizationRequest) GetSourceOk ¶

func (o *TransferOrganizationRequest) GetSourceOk() (*string, bool)

GetSourceOk returns a tuple with the Source field value and a boolean to check if the value has been set.

func (*TransferOrganizationRequest) HasDefaultOrgRole ¶

func (o *TransferOrganizationRequest) HasDefaultOrgRole() bool

HasDefaultOrgRole returns a boolean if a field has been set.

func (TransferOrganizationRequest) MarshalJSON ¶

func (o TransferOrganizationRequest) MarshalJSON() ([]byte, error)

func (*TransferOrganizationRequest) SetDefaultOrgRole ¶

SetDefaultOrgRole gets a reference to the given TransferOrganizationRequestDefaultOrgRole and assigns it to the DefaultOrgRole field.

func (*TransferOrganizationRequest) SetSource ¶

func (o *TransferOrganizationRequest) SetSource(v string)

SetSource sets field value

func (TransferOrganizationRequest) ToMap ¶

func (o TransferOrganizationRequest) ToMap() (map[string]interface{}, error)

type TransferOrganizationRequestDefaultOrgRole ¶

type TransferOrganizationRequestDefaultOrgRole struct {
	MemberRoleOrGuest *MemberRoleOrGuest
	String            *string
}

TransferOrganizationRequestDefaultOrgRole - Determine the default role members of the source org will have when they are transferred into the target org. Defaults to null, which means no access.

func MemberRoleOrGuestAsTransferOrganizationRequestDefaultOrgRole ¶

func MemberRoleOrGuestAsTransferOrganizationRequestDefaultOrgRole(v *MemberRoleOrGuest) TransferOrganizationRequestDefaultOrgRole

MemberRoleOrGuestAsTransferOrganizationRequestDefaultOrgRole is a convenience function that returns MemberRoleOrGuest wrapped in TransferOrganizationRequestDefaultOrgRole

func StringAsTransferOrganizationRequestDefaultOrgRole ¶

func StringAsTransferOrganizationRequestDefaultOrgRole(v *string) TransferOrganizationRequestDefaultOrgRole

stringAsTransferOrganizationRequestDefaultOrgRole is a convenience function that returns string wrapped in TransferOrganizationRequestDefaultOrgRole

func (*TransferOrganizationRequestDefaultOrgRole) GetActualInstance ¶

func (obj *TransferOrganizationRequestDefaultOrgRole) GetActualInstance() interface{}

Get the actual instance

func (TransferOrganizationRequestDefaultOrgRole) MarshalJSON ¶

func (src TransferOrganizationRequestDefaultOrgRole) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*TransferOrganizationRequestDefaultOrgRole) UnmarshalJSON ¶

func (dst *TransferOrganizationRequestDefaultOrgRole) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type TriggerContentIndexingContext ¶

type TriggerContentIndexingContext struct {
	// The unique identifier of the Space to index.
	SpaceId string `json:"spaceId"`
	// Whether to force a complete re-indexing of the Space.
	Force bool `json:"force"`
}

TriggerContentIndexingContext The context to send when triggering a content indexing.

func NewTriggerContentIndexingContext ¶

func NewTriggerContentIndexingContext(spaceId string, force bool) *TriggerContentIndexingContext

NewTriggerContentIndexingContext instantiates a new TriggerContentIndexingContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTriggerContentIndexingContextWithDefaults ¶

func NewTriggerContentIndexingContextWithDefaults() *TriggerContentIndexingContext

NewTriggerContentIndexingContextWithDefaults instantiates a new TriggerContentIndexingContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TriggerContentIndexingContext) GetForce ¶

func (o *TriggerContentIndexingContext) GetForce() bool

GetForce returns the Force field value

func (*TriggerContentIndexingContext) GetForceOk ¶

func (o *TriggerContentIndexingContext) GetForceOk() (*bool, bool)

GetForceOk returns a tuple with the Force field value and a boolean to check if the value has been set.

func (*TriggerContentIndexingContext) GetSpaceId ¶

func (o *TriggerContentIndexingContext) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*TriggerContentIndexingContext) GetSpaceIdOk ¶

func (o *TriggerContentIndexingContext) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (TriggerContentIndexingContext) MarshalJSON ¶

func (o TriggerContentIndexingContext) MarshalJSON() ([]byte, error)

func (*TriggerContentIndexingContext) SetForce ¶

func (o *TriggerContentIndexingContext) SetForce(v bool)

SetForce sets field value

func (*TriggerContentIndexingContext) SetSpaceId ¶

func (o *TriggerContentIndexingContext) SetSpaceId(v string)

SetSpaceId sets field value

func (TriggerContentIndexingContext) ToMap ¶

func (o TriggerContentIndexingContext) ToMap() (map[string]interface{}, error)

type UIRenderEvent ¶

type UIRenderEvent struct {
	Auth *FetchEventAllOfAuth `json:"auth,omitempty"`
	// Type of the event.
	Type        string `json:"type"`
	ComponentId string `json:"componentId"`
	// Properties to render the UI.
	Props map[string]interface{} `json:"props"`
	// State of the UI.
	State   map[string]interface{} `json:"state,omitempty"`
	Context ContentKitContext      `json:"context"`
	Action  map[string]interface{} `json:"action,omitempty"`
	// Unique identifier for the event.
	EventId string `json:"eventId"`
	// ID of the integration installation
	InstallationId string `json:"installationId"`
	// ID of the space
	SpaceId string `json:"spaceId"`
}

UIRenderEvent struct for UIRenderEvent

func NewUIRenderEvent ¶

func NewUIRenderEvent(type_ string, componentId string, props map[string]interface{}, context ContentKitContext, eventId string, installationId string, spaceId string) *UIRenderEvent

NewUIRenderEvent instantiates a new UIRenderEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUIRenderEventWithDefaults ¶

func NewUIRenderEventWithDefaults() *UIRenderEvent

NewUIRenderEventWithDefaults instantiates a new UIRenderEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UIRenderEvent) GetAction ¶

func (o *UIRenderEvent) GetAction() map[string]interface{}

GetAction returns the Action field value if set, zero value otherwise.

func (*UIRenderEvent) GetActionOk ¶

func (o *UIRenderEvent) GetActionOk() (map[string]interface{}, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UIRenderEvent) GetAuth ¶

func (o *UIRenderEvent) GetAuth() FetchEventAllOfAuth

GetAuth returns the Auth field value if set, zero value otherwise.

func (*UIRenderEvent) GetAuthOk ¶

func (o *UIRenderEvent) GetAuthOk() (*FetchEventAllOfAuth, bool)

GetAuthOk returns a tuple with the Auth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UIRenderEvent) GetComponentId ¶

func (o *UIRenderEvent) GetComponentId() string

GetComponentId returns the ComponentId field value

func (*UIRenderEvent) GetComponentIdOk ¶

func (o *UIRenderEvent) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value and a boolean to check if the value has been set.

func (*UIRenderEvent) GetContext ¶

func (o *UIRenderEvent) GetContext() ContentKitContext

GetContext returns the Context field value

func (*UIRenderEvent) GetContextOk ¶

func (o *UIRenderEvent) GetContextOk() (*ContentKitContext, bool)

GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.

func (*UIRenderEvent) GetEventId ¶

func (o *UIRenderEvent) GetEventId() string

GetEventId returns the EventId field value

func (*UIRenderEvent) GetEventIdOk ¶

func (o *UIRenderEvent) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*UIRenderEvent) GetInstallationId ¶

func (o *UIRenderEvent) GetInstallationId() string

GetInstallationId returns the InstallationId field value

func (*UIRenderEvent) GetInstallationIdOk ¶

func (o *UIRenderEvent) GetInstallationIdOk() (*string, bool)

GetInstallationIdOk returns a tuple with the InstallationId field value and a boolean to check if the value has been set.

func (*UIRenderEvent) GetProps ¶

func (o *UIRenderEvent) GetProps() map[string]interface{}

GetProps returns the Props field value

func (*UIRenderEvent) GetPropsOk ¶

func (o *UIRenderEvent) GetPropsOk() (map[string]interface{}, bool)

GetPropsOk returns a tuple with the Props field value and a boolean to check if the value has been set.

func (*UIRenderEvent) GetSpaceId ¶

func (o *UIRenderEvent) GetSpaceId() string

GetSpaceId returns the SpaceId field value

func (*UIRenderEvent) GetSpaceIdOk ¶

func (o *UIRenderEvent) GetSpaceIdOk() (*string, bool)

GetSpaceIdOk returns a tuple with the SpaceId field value and a boolean to check if the value has been set.

func (*UIRenderEvent) GetState ¶

func (o *UIRenderEvent) GetState() map[string]interface{}

GetState returns the State field value if set, zero value otherwise.

func (*UIRenderEvent) GetStateOk ¶

func (o *UIRenderEvent) GetStateOk() (map[string]interface{}, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UIRenderEvent) GetType ¶

func (o *UIRenderEvent) GetType() string

GetType returns the Type field value

func (*UIRenderEvent) GetTypeOk ¶

func (o *UIRenderEvent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*UIRenderEvent) HasAction ¶

func (o *UIRenderEvent) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*UIRenderEvent) HasAuth ¶

func (o *UIRenderEvent) HasAuth() bool

HasAuth returns a boolean if a field has been set.

func (*UIRenderEvent) HasState ¶

func (o *UIRenderEvent) HasState() bool

HasState returns a boolean if a field has been set.

func (UIRenderEvent) MarshalJSON ¶

func (o UIRenderEvent) MarshalJSON() ([]byte, error)

func (*UIRenderEvent) SetAction ¶

func (o *UIRenderEvent) SetAction(v map[string]interface{})

SetAction gets a reference to the given map[string]interface{} and assigns it to the Action field.

func (*UIRenderEvent) SetAuth ¶

func (o *UIRenderEvent) SetAuth(v FetchEventAllOfAuth)

SetAuth gets a reference to the given FetchEventAllOfAuth and assigns it to the Auth field.

func (*UIRenderEvent) SetComponentId ¶

func (o *UIRenderEvent) SetComponentId(v string)

SetComponentId sets field value

func (*UIRenderEvent) SetContext ¶

func (o *UIRenderEvent) SetContext(v ContentKitContext)

SetContext sets field value

func (*UIRenderEvent) SetEventId ¶

func (o *UIRenderEvent) SetEventId(v string)

SetEventId sets field value

func (*UIRenderEvent) SetInstallationId ¶

func (o *UIRenderEvent) SetInstallationId(v string)

SetInstallationId sets field value

func (*UIRenderEvent) SetProps ¶

func (o *UIRenderEvent) SetProps(v map[string]interface{})

SetProps sets field value

func (*UIRenderEvent) SetSpaceId ¶

func (o *UIRenderEvent) SetSpaceId(v string)

SetSpaceId sets field value

func (*UIRenderEvent) SetState ¶

func (o *UIRenderEvent) SetState(v map[string]interface{})

SetState gets a reference to the given map[string]interface{} and assigns it to the State field.

func (*UIRenderEvent) SetType ¶

func (o *UIRenderEvent) SetType(v string)

SetType sets field value

func (UIRenderEvent) ToMap ¶

func (o UIRenderEvent) ToMap() (map[string]interface{}, error)

type UIRenderEventAllOf ¶

type UIRenderEventAllOf struct {
	Auth        *FetchEventAllOfAuth `json:"auth,omitempty"`
	Type        string               `json:"type"`
	ComponentId string               `json:"componentId"`
	// Properties to render the UI.
	Props map[string]interface{} `json:"props"`
	// State of the UI.
	State   map[string]interface{} `json:"state,omitempty"`
	Context ContentKitContext      `json:"context"`
	Action  map[string]interface{} `json:"action,omitempty"`
}

UIRenderEventAllOf Event generated when rendering a UI

func NewUIRenderEventAllOf ¶

func NewUIRenderEventAllOf(type_ string, componentId string, props map[string]interface{}, context ContentKitContext) *UIRenderEventAllOf

NewUIRenderEventAllOf instantiates a new UIRenderEventAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUIRenderEventAllOfWithDefaults ¶

func NewUIRenderEventAllOfWithDefaults() *UIRenderEventAllOf

NewUIRenderEventAllOfWithDefaults instantiates a new UIRenderEventAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UIRenderEventAllOf) GetAction ¶

func (o *UIRenderEventAllOf) GetAction() map[string]interface{}

GetAction returns the Action field value if set, zero value otherwise.

func (*UIRenderEventAllOf) GetActionOk ¶

func (o *UIRenderEventAllOf) GetActionOk() (map[string]interface{}, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UIRenderEventAllOf) GetAuth ¶

GetAuth returns the Auth field value if set, zero value otherwise.

func (*UIRenderEventAllOf) GetAuthOk ¶

func (o *UIRenderEventAllOf) GetAuthOk() (*FetchEventAllOfAuth, bool)

GetAuthOk returns a tuple with the Auth field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UIRenderEventAllOf) GetComponentId ¶

func (o *UIRenderEventAllOf) GetComponentId() string

GetComponentId returns the ComponentId field value

func (*UIRenderEventAllOf) GetComponentIdOk ¶

func (o *UIRenderEventAllOf) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value and a boolean to check if the value has been set.

func (*UIRenderEventAllOf) GetContext ¶

func (o *UIRenderEventAllOf) GetContext() ContentKitContext

GetContext returns the Context field value

func (*UIRenderEventAllOf) GetContextOk ¶

func (o *UIRenderEventAllOf) GetContextOk() (*ContentKitContext, bool)

GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.

func (*UIRenderEventAllOf) GetProps ¶

func (o *UIRenderEventAllOf) GetProps() map[string]interface{}

GetProps returns the Props field value

func (*UIRenderEventAllOf) GetPropsOk ¶

func (o *UIRenderEventAllOf) GetPropsOk() (map[string]interface{}, bool)

GetPropsOk returns a tuple with the Props field value and a boolean to check if the value has been set.

func (*UIRenderEventAllOf) GetState ¶

func (o *UIRenderEventAllOf) GetState() map[string]interface{}

GetState returns the State field value if set, zero value otherwise.

func (*UIRenderEventAllOf) GetStateOk ¶

func (o *UIRenderEventAllOf) GetStateOk() (map[string]interface{}, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UIRenderEventAllOf) GetType ¶

func (o *UIRenderEventAllOf) GetType() string

GetType returns the Type field value

func (*UIRenderEventAllOf) GetTypeOk ¶

func (o *UIRenderEventAllOf) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*UIRenderEventAllOf) HasAction ¶

func (o *UIRenderEventAllOf) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*UIRenderEventAllOf) HasAuth ¶

func (o *UIRenderEventAllOf) HasAuth() bool

HasAuth returns a boolean if a field has been set.

func (*UIRenderEventAllOf) HasState ¶

func (o *UIRenderEventAllOf) HasState() bool

HasState returns a boolean if a field has been set.

func (UIRenderEventAllOf) MarshalJSON ¶

func (o UIRenderEventAllOf) MarshalJSON() ([]byte, error)

func (*UIRenderEventAllOf) SetAction ¶

func (o *UIRenderEventAllOf) SetAction(v map[string]interface{})

SetAction gets a reference to the given map[string]interface{} and assigns it to the Action field.

func (*UIRenderEventAllOf) SetAuth ¶

SetAuth gets a reference to the given FetchEventAllOfAuth and assigns it to the Auth field.

func (*UIRenderEventAllOf) SetComponentId ¶

func (o *UIRenderEventAllOf) SetComponentId(v string)

SetComponentId sets field value

func (*UIRenderEventAllOf) SetContext ¶

func (o *UIRenderEventAllOf) SetContext(v ContentKitContext)

SetContext sets field value

func (*UIRenderEventAllOf) SetProps ¶

func (o *UIRenderEventAllOf) SetProps(v map[string]interface{})

SetProps sets field value

func (*UIRenderEventAllOf) SetState ¶

func (o *UIRenderEventAllOf) SetState(v map[string]interface{})

SetState gets a reference to the given map[string]interface{} and assigns it to the State field.

func (*UIRenderEventAllOf) SetType ¶

func (o *UIRenderEventAllOf) SetType(v string)

SetType sets field value

func (UIRenderEventAllOf) ToMap ¶

func (o UIRenderEventAllOf) ToMap() (map[string]interface{}, error)

type UnsplashImage ¶

type UnsplashImage struct {
	Kind             string              `json:"kind"`
	Id               string              `json:"id"`
	Description      string              `json:"description"`
	DownloadLocation string              `json:"downloadLocation"`
	Urls             UnsplashImageUrls   `json:"urls"`
	Author           UnsplashImageAuthor `json:"author"`
}

UnsplashImage struct for UnsplashImage

func NewUnsplashImage ¶

func NewUnsplashImage(kind string, id string, description string, downloadLocation string, urls UnsplashImageUrls, author UnsplashImageAuthor) *UnsplashImage

NewUnsplashImage instantiates a new UnsplashImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUnsplashImageWithDefaults ¶

func NewUnsplashImageWithDefaults() *UnsplashImage

NewUnsplashImageWithDefaults instantiates a new UnsplashImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UnsplashImage) GetAuthor ¶

func (o *UnsplashImage) GetAuthor() UnsplashImageAuthor

GetAuthor returns the Author field value

func (*UnsplashImage) GetAuthorOk ¶

func (o *UnsplashImage) GetAuthorOk() (*UnsplashImageAuthor, bool)

GetAuthorOk returns a tuple with the Author field value and a boolean to check if the value has been set.

func (*UnsplashImage) GetDescription ¶

func (o *UnsplashImage) GetDescription() string

GetDescription returns the Description field value

func (*UnsplashImage) GetDescriptionOk ¶

func (o *UnsplashImage) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*UnsplashImage) GetDownloadLocation ¶

func (o *UnsplashImage) GetDownloadLocation() string

GetDownloadLocation returns the DownloadLocation field value

func (*UnsplashImage) GetDownloadLocationOk ¶

func (o *UnsplashImage) GetDownloadLocationOk() (*string, bool)

GetDownloadLocationOk returns a tuple with the DownloadLocation field value and a boolean to check if the value has been set.

func (*UnsplashImage) GetId ¶

func (o *UnsplashImage) GetId() string

GetId returns the Id field value

func (*UnsplashImage) GetIdOk ¶

func (o *UnsplashImage) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UnsplashImage) GetKind ¶

func (o *UnsplashImage) GetKind() string

GetKind returns the Kind field value

func (*UnsplashImage) GetKindOk ¶

func (o *UnsplashImage) GetKindOk() (*string, bool)

GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.

func (*UnsplashImage) GetUrls ¶

func (o *UnsplashImage) GetUrls() UnsplashImageUrls

GetUrls returns the Urls field value

func (*UnsplashImage) GetUrlsOk ¶

func (o *UnsplashImage) GetUrlsOk() (*UnsplashImageUrls, bool)

GetUrlsOk returns a tuple with the Urls field value and a boolean to check if the value has been set.

func (UnsplashImage) MarshalJSON ¶

func (o UnsplashImage) MarshalJSON() ([]byte, error)

func (*UnsplashImage) SetAuthor ¶

func (o *UnsplashImage) SetAuthor(v UnsplashImageAuthor)

SetAuthor sets field value

func (*UnsplashImage) SetDescription ¶

func (o *UnsplashImage) SetDescription(v string)

SetDescription sets field value

func (*UnsplashImage) SetDownloadLocation ¶

func (o *UnsplashImage) SetDownloadLocation(v string)

SetDownloadLocation sets field value

func (*UnsplashImage) SetId ¶

func (o *UnsplashImage) SetId(v string)

SetId sets field value

func (*UnsplashImage) SetKind ¶

func (o *UnsplashImage) SetKind(v string)

SetKind sets field value

func (*UnsplashImage) SetUrls ¶

func (o *UnsplashImage) SetUrls(v UnsplashImageUrls)

SetUrls sets field value

func (UnsplashImage) ToMap ¶

func (o UnsplashImage) ToMap() (map[string]interface{}, error)

type UnsplashImageAuthor ¶

type UnsplashImageAuthor struct {
	Name string `json:"name"`
	Url  string `json:"url"`
}

UnsplashImageAuthor struct for UnsplashImageAuthor

func NewUnsplashImageAuthor ¶

func NewUnsplashImageAuthor(name string, url string) *UnsplashImageAuthor

NewUnsplashImageAuthor instantiates a new UnsplashImageAuthor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUnsplashImageAuthorWithDefaults ¶

func NewUnsplashImageAuthorWithDefaults() *UnsplashImageAuthor

NewUnsplashImageAuthorWithDefaults instantiates a new UnsplashImageAuthor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UnsplashImageAuthor) GetName ¶

func (o *UnsplashImageAuthor) GetName() string

GetName returns the Name field value

func (*UnsplashImageAuthor) GetNameOk ¶

func (o *UnsplashImageAuthor) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*UnsplashImageAuthor) GetUrl ¶

func (o *UnsplashImageAuthor) GetUrl() string

GetUrl returns the Url field value

func (*UnsplashImageAuthor) GetUrlOk ¶

func (o *UnsplashImageAuthor) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (UnsplashImageAuthor) MarshalJSON ¶

func (o UnsplashImageAuthor) MarshalJSON() ([]byte, error)

func (*UnsplashImageAuthor) SetName ¶

func (o *UnsplashImageAuthor) SetName(v string)

SetName sets field value

func (*UnsplashImageAuthor) SetUrl ¶

func (o *UnsplashImageAuthor) SetUrl(v string)

SetUrl sets field value

func (UnsplashImageAuthor) ToMap ¶

func (o UnsplashImageAuthor) ToMap() (map[string]interface{}, error)

type UnsplashImageUrls ¶

type UnsplashImageUrls struct {
	Full  string `json:"full"`
	Small string `json:"small"`
}

UnsplashImageUrls struct for UnsplashImageUrls

func NewUnsplashImageUrls ¶

func NewUnsplashImageUrls(full string, small string) *UnsplashImageUrls

NewUnsplashImageUrls instantiates a new UnsplashImageUrls object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUnsplashImageUrlsWithDefaults ¶

func NewUnsplashImageUrlsWithDefaults() *UnsplashImageUrls

NewUnsplashImageUrlsWithDefaults instantiates a new UnsplashImageUrls object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UnsplashImageUrls) GetFull ¶

func (o *UnsplashImageUrls) GetFull() string

GetFull returns the Full field value

func (*UnsplashImageUrls) GetFullOk ¶

func (o *UnsplashImageUrls) GetFullOk() (*string, bool)

GetFullOk returns a tuple with the Full field value and a boolean to check if the value has been set.

func (*UnsplashImageUrls) GetSmall ¶

func (o *UnsplashImageUrls) GetSmall() string

GetSmall returns the Small field value

func (*UnsplashImageUrls) GetSmallOk ¶

func (o *UnsplashImageUrls) GetSmallOk() (*string, bool)

GetSmallOk returns a tuple with the Small field value and a boolean to check if the value has been set.

func (UnsplashImageUrls) MarshalJSON ¶

func (o UnsplashImageUrls) MarshalJSON() ([]byte, error)

func (*UnsplashImageUrls) SetFull ¶

func (o *UnsplashImageUrls) SetFull(v string)

SetFull sets field value

func (*UnsplashImageUrls) SetSmall ¶

func (o *UnsplashImageUrls) SetSmall(v string)

SetSmall sets field value

func (UnsplashImageUrls) ToMap ¶

func (o UnsplashImageUrls) ToMap() (map[string]interface{}, error)

type UpdateChangeRequest200Response ¶

type UpdateChangeRequest200Response struct {
	// ID of the resulting revision
	Revision string `json:"revision"`
	Result   string `json:"result"`
}

UpdateChangeRequest200Response struct for UpdateChangeRequest200Response

func NewUpdateChangeRequest200Response ¶

func NewUpdateChangeRequest200Response(revision string, result string) *UpdateChangeRequest200Response

NewUpdateChangeRequest200Response instantiates a new UpdateChangeRequest200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateChangeRequest200ResponseWithDefaults ¶

func NewUpdateChangeRequest200ResponseWithDefaults() *UpdateChangeRequest200Response

NewUpdateChangeRequest200ResponseWithDefaults instantiates a new UpdateChangeRequest200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateChangeRequest200Response) GetResult ¶

func (o *UpdateChangeRequest200Response) GetResult() string

GetResult returns the Result field value

func (*UpdateChangeRequest200Response) GetResultOk ¶

func (o *UpdateChangeRequest200Response) GetResultOk() (*string, bool)

GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.

func (*UpdateChangeRequest200Response) GetRevision ¶

func (o *UpdateChangeRequest200Response) GetRevision() string

GetRevision returns the Revision field value

func (*UpdateChangeRequest200Response) GetRevisionOk ¶

func (o *UpdateChangeRequest200Response) GetRevisionOk() (*string, bool)

GetRevisionOk returns a tuple with the Revision field value and a boolean to check if the value has been set.

func (UpdateChangeRequest200Response) MarshalJSON ¶

func (o UpdateChangeRequest200Response) MarshalJSON() ([]byte, error)

func (*UpdateChangeRequest200Response) SetResult ¶

func (o *UpdateChangeRequest200Response) SetResult(v string)

SetResult sets field value

func (*UpdateChangeRequest200Response) SetRevision ¶

func (o *UpdateChangeRequest200Response) SetRevision(v string)

SetRevision sets field value

func (UpdateChangeRequest200Response) ToMap ¶

func (o UpdateChangeRequest200Response) ToMap() (map[string]interface{}, error)

type UpdateCollectionByIdRequest ¶

type UpdateCollectionByIdRequest struct {
	Visibility *ContentVisibility `json:"visibility,omitempty"`
}

UpdateCollectionByIdRequest struct for UpdateCollectionByIdRequest

func NewUpdateCollectionByIdRequest ¶

func NewUpdateCollectionByIdRequest() *UpdateCollectionByIdRequest

NewUpdateCollectionByIdRequest instantiates a new UpdateCollectionByIdRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateCollectionByIdRequestWithDefaults ¶

func NewUpdateCollectionByIdRequestWithDefaults() *UpdateCollectionByIdRequest

NewUpdateCollectionByIdRequestWithDefaults instantiates a new UpdateCollectionByIdRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateCollectionByIdRequest) GetVisibility ¶

GetVisibility returns the Visibility field value if set, zero value otherwise.

func (*UpdateCollectionByIdRequest) GetVisibilityOk ¶

func (o *UpdateCollectionByIdRequest) GetVisibilityOk() (*ContentVisibility, bool)

GetVisibilityOk returns a tuple with the Visibility field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateCollectionByIdRequest) HasVisibility ¶

func (o *UpdateCollectionByIdRequest) HasVisibility() bool

HasVisibility returns a boolean if a field has been set.

func (UpdateCollectionByIdRequest) MarshalJSON ¶

func (o UpdateCollectionByIdRequest) MarshalJSON() ([]byte, error)

func (*UpdateCollectionByIdRequest) SetVisibility ¶

func (o *UpdateCollectionByIdRequest) SetVisibility(v ContentVisibility)

SetVisibility gets a reference to the given ContentVisibility and assigns it to the Visibility field.

func (UpdateCollectionByIdRequest) ToMap ¶

func (o UpdateCollectionByIdRequest) ToMap() (map[string]interface{}, error)

type UpdateCommentReplySchema ¶

type UpdateCommentReplySchema struct {
	Body *Document `json:"body,omitempty"`
	// Reactions to add to the comment.
	AddedReactions []string `json:"addedReactions,omitempty"`
	// Reactions to remove from the comment.
	RemovedReactions []string `json:"removedReactions,omitempty"`
}

UpdateCommentReplySchema struct for UpdateCommentReplySchema

func NewUpdateCommentReplySchema ¶

func NewUpdateCommentReplySchema() *UpdateCommentReplySchema

NewUpdateCommentReplySchema instantiates a new UpdateCommentReplySchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateCommentReplySchemaWithDefaults ¶

func NewUpdateCommentReplySchemaWithDefaults() *UpdateCommentReplySchema

NewUpdateCommentReplySchemaWithDefaults instantiates a new UpdateCommentReplySchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateCommentReplySchema) GetAddedReactions ¶

func (o *UpdateCommentReplySchema) GetAddedReactions() []string

GetAddedReactions returns the AddedReactions field value if set, zero value otherwise.

func (*UpdateCommentReplySchema) GetAddedReactionsOk ¶

func (o *UpdateCommentReplySchema) GetAddedReactionsOk() ([]string, bool)

GetAddedReactionsOk returns a tuple with the AddedReactions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateCommentReplySchema) GetBody ¶

func (o *UpdateCommentReplySchema) GetBody() Document

GetBody returns the Body field value if set, zero value otherwise.

func (*UpdateCommentReplySchema) GetBodyOk ¶

func (o *UpdateCommentReplySchema) GetBodyOk() (*Document, bool)

GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateCommentReplySchema) GetRemovedReactions ¶

func (o *UpdateCommentReplySchema) GetRemovedReactions() []string

GetRemovedReactions returns the RemovedReactions field value if set, zero value otherwise.

func (*UpdateCommentReplySchema) GetRemovedReactionsOk ¶

func (o *UpdateCommentReplySchema) GetRemovedReactionsOk() ([]string, bool)

GetRemovedReactionsOk returns a tuple with the RemovedReactions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateCommentReplySchema) HasAddedReactions ¶

func (o *UpdateCommentReplySchema) HasAddedReactions() bool

HasAddedReactions returns a boolean if a field has been set.

func (*UpdateCommentReplySchema) HasBody ¶

func (o *UpdateCommentReplySchema) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*UpdateCommentReplySchema) HasRemovedReactions ¶

func (o *UpdateCommentReplySchema) HasRemovedReactions() bool

HasRemovedReactions returns a boolean if a field has been set.

func (UpdateCommentReplySchema) MarshalJSON ¶

func (o UpdateCommentReplySchema) MarshalJSON() ([]byte, error)

func (*UpdateCommentReplySchema) SetAddedReactions ¶

func (o *UpdateCommentReplySchema) SetAddedReactions(v []string)

SetAddedReactions gets a reference to the given []string and assigns it to the AddedReactions field.

func (*UpdateCommentReplySchema) SetBody ¶

func (o *UpdateCommentReplySchema) SetBody(v Document)

SetBody gets a reference to the given Document and assigns it to the Body field.

func (*UpdateCommentReplySchema) SetRemovedReactions ¶

func (o *UpdateCommentReplySchema) SetRemovedReactions(v []string)

SetRemovedReactions gets a reference to the given []string and assigns it to the RemovedReactions field.

func (UpdateCommentReplySchema) ToMap ¶

func (o UpdateCommentReplySchema) ToMap() (map[string]interface{}, error)

type UpdateCommentSchema ¶

type UpdateCommentSchema struct {
	// Whether the comment is resolved or not.
	Resolved *bool     `json:"resolved,omitempty"`
	Body     *Document `json:"body,omitempty"`
	// Reactions to add to the comment.
	AddedReactions []string `json:"addedReactions,omitempty"`
	// Reactions to remove from the comment.
	RemovedReactions []string `json:"removedReactions,omitempty"`
}

UpdateCommentSchema struct for UpdateCommentSchema

func NewUpdateCommentSchema ¶

func NewUpdateCommentSchema() *UpdateCommentSchema

NewUpdateCommentSchema instantiates a new UpdateCommentSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateCommentSchemaWithDefaults ¶

func NewUpdateCommentSchemaWithDefaults() *UpdateCommentSchema

NewUpdateCommentSchemaWithDefaults instantiates a new UpdateCommentSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateCommentSchema) GetAddedReactions ¶

func (o *UpdateCommentSchema) GetAddedReactions() []string

GetAddedReactions returns the AddedReactions field value if set, zero value otherwise.

func (*UpdateCommentSchema) GetAddedReactionsOk ¶

func (o *UpdateCommentSchema) GetAddedReactionsOk() ([]string, bool)

GetAddedReactionsOk returns a tuple with the AddedReactions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateCommentSchema) GetBody ¶

func (o *UpdateCommentSchema) GetBody() Document

GetBody returns the Body field value if set, zero value otherwise.

func (*UpdateCommentSchema) GetBodyOk ¶

func (o *UpdateCommentSchema) GetBodyOk() (*Document, bool)

GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateCommentSchema) GetRemovedReactions ¶

func (o *UpdateCommentSchema) GetRemovedReactions() []string

GetRemovedReactions returns the RemovedReactions field value if set, zero value otherwise.

func (*UpdateCommentSchema) GetRemovedReactionsOk ¶

func (o *UpdateCommentSchema) GetRemovedReactionsOk() ([]string, bool)

GetRemovedReactionsOk returns a tuple with the RemovedReactions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateCommentSchema) GetResolved ¶

func (o *UpdateCommentSchema) GetResolved() bool

GetResolved returns the Resolved field value if set, zero value otherwise.

func (*UpdateCommentSchema) GetResolvedOk ¶

func (o *UpdateCommentSchema) GetResolvedOk() (*bool, bool)

GetResolvedOk returns a tuple with the Resolved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateCommentSchema) HasAddedReactions ¶

func (o *UpdateCommentSchema) HasAddedReactions() bool

HasAddedReactions returns a boolean if a field has been set.

func (*UpdateCommentSchema) HasBody ¶

func (o *UpdateCommentSchema) HasBody() bool

HasBody returns a boolean if a field has been set.

func (*UpdateCommentSchema) HasRemovedReactions ¶

func (o *UpdateCommentSchema) HasRemovedReactions() bool

HasRemovedReactions returns a boolean if a field has been set.

func (*UpdateCommentSchema) HasResolved ¶

func (o *UpdateCommentSchema) HasResolved() bool

HasResolved returns a boolean if a field has been set.

func (UpdateCommentSchema) MarshalJSON ¶

func (o UpdateCommentSchema) MarshalJSON() ([]byte, error)

func (*UpdateCommentSchema) SetAddedReactions ¶

func (o *UpdateCommentSchema) SetAddedReactions(v []string)

SetAddedReactions gets a reference to the given []string and assigns it to the AddedReactions field.

func (*UpdateCommentSchema) SetBody ¶

func (o *UpdateCommentSchema) SetBody(v Document)

SetBody gets a reference to the given Document and assigns it to the Body field.

func (*UpdateCommentSchema) SetRemovedReactions ¶

func (o *UpdateCommentSchema) SetRemovedReactions(v []string)

SetRemovedReactions gets a reference to the given []string and assigns it to the RemovedReactions field.

func (*UpdateCommentSchema) SetResolved ¶

func (o *UpdateCommentSchema) SetResolved(v bool)

SetResolved gets a reference to the given bool and assigns it to the Resolved field.

func (UpdateCommentSchema) ToMap ¶

func (o UpdateCommentSchema) ToMap() (map[string]interface{}, error)

type UpdateCustomFieldValues ¶

type UpdateCustomFieldValues struct {
	Values map[string]UpdateCustomFieldValuesValuesValue `json:"values"`
}

UpdateCustomFieldValues struct for UpdateCustomFieldValues

func NewUpdateCustomFieldValues ¶

func NewUpdateCustomFieldValues(values map[string]UpdateCustomFieldValuesValuesValue) *UpdateCustomFieldValues

NewUpdateCustomFieldValues instantiates a new UpdateCustomFieldValues object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateCustomFieldValuesWithDefaults ¶

func NewUpdateCustomFieldValuesWithDefaults() *UpdateCustomFieldValues

NewUpdateCustomFieldValuesWithDefaults instantiates a new UpdateCustomFieldValues object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateCustomFieldValues) GetValues ¶

GetValues returns the Values field value

func (*UpdateCustomFieldValues) GetValuesOk ¶

GetValuesOk returns a tuple with the Values field value and a boolean to check if the value has been set.

func (UpdateCustomFieldValues) MarshalJSON ¶

func (o UpdateCustomFieldValues) MarshalJSON() ([]byte, error)

func (*UpdateCustomFieldValues) SetValues ¶

SetValues sets field value

func (UpdateCustomFieldValues) ToMap ¶

func (o UpdateCustomFieldValues) ToMap() (map[string]interface{}, error)

type UpdateCustomFieldValuesValuesValue ¶

type UpdateCustomFieldValuesValuesValue struct {
	Value CustomFieldValue `json:"value"`
}

UpdateCustomFieldValuesValuesValue struct for UpdateCustomFieldValuesValuesValue

func NewUpdateCustomFieldValuesValuesValue ¶

func NewUpdateCustomFieldValuesValuesValue(value CustomFieldValue) *UpdateCustomFieldValuesValuesValue

NewUpdateCustomFieldValuesValuesValue instantiates a new UpdateCustomFieldValuesValuesValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateCustomFieldValuesValuesValueWithDefaults ¶

func NewUpdateCustomFieldValuesValuesValueWithDefaults() *UpdateCustomFieldValuesValuesValue

NewUpdateCustomFieldValuesValuesValueWithDefaults instantiates a new UpdateCustomFieldValuesValuesValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateCustomFieldValuesValuesValue) GetValue ¶

GetValue returns the Value field value

func (*UpdateCustomFieldValuesValuesValue) GetValueOk ¶

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (UpdateCustomFieldValuesValuesValue) MarshalJSON ¶

func (o UpdateCustomFieldValuesValuesValue) MarshalJSON() ([]byte, error)

func (*UpdateCustomFieldValuesValuesValue) SetValue ¶

SetValue sets field value

func (UpdateCustomFieldValuesValuesValue) ToMap ¶

func (o UpdateCustomFieldValuesValuesValue) ToMap() (map[string]interface{}, error)

type UpdateEnvironment ¶

type UpdateEnvironment struct {
	Title *string `json:"title,omitempty"`
	// Whether or not an environment is considered to have elevated responsibilities over other environments. Useful for distinguishing a production environment from a staging environment. Multiple primary environments are allowed. Your organization must have at least one primary environment.
	Primary *bool `json:"primary,omitempty"`
}

UpdateEnvironment An object containing the new title for an Environment

func NewUpdateEnvironment ¶

func NewUpdateEnvironment() *UpdateEnvironment

NewUpdateEnvironment instantiates a new UpdateEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateEnvironmentWithDefaults ¶

func NewUpdateEnvironmentWithDefaults() *UpdateEnvironment

NewUpdateEnvironmentWithDefaults instantiates a new UpdateEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateEnvironment) GetPrimary ¶

func (o *UpdateEnvironment) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*UpdateEnvironment) GetPrimaryOk ¶

func (o *UpdateEnvironment) GetPrimaryOk() (*bool, bool)

GetPrimaryOk returns a tuple with the Primary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEnvironment) GetTitle ¶

func (o *UpdateEnvironment) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*UpdateEnvironment) GetTitleOk ¶

func (o *UpdateEnvironment) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateEnvironment) HasPrimary ¶

func (o *UpdateEnvironment) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (*UpdateEnvironment) HasTitle ¶

func (o *UpdateEnvironment) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (UpdateEnvironment) MarshalJSON ¶

func (o UpdateEnvironment) MarshalJSON() ([]byte, error)

func (*UpdateEnvironment) SetPrimary ¶

func (o *UpdateEnvironment) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*UpdateEnvironment) SetTitle ¶

func (o *UpdateEnvironment) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (UpdateEnvironment) ToMap ¶

func (o UpdateEnvironment) ToMap() (map[string]interface{}, error)

type UpdateIntegrationDevSpaceRequest ¶

type UpdateIntegrationDevSpaceRequest struct {
	// URL of the tunnel to dispatch integration events to
	TunnelUrl string `json:"tunnelUrl"`
}

UpdateIntegrationDevSpaceRequest struct for UpdateIntegrationDevSpaceRequest

func NewUpdateIntegrationDevSpaceRequest ¶

func NewUpdateIntegrationDevSpaceRequest(tunnelUrl string) *UpdateIntegrationDevSpaceRequest

NewUpdateIntegrationDevSpaceRequest instantiates a new UpdateIntegrationDevSpaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateIntegrationDevSpaceRequestWithDefaults ¶

func NewUpdateIntegrationDevSpaceRequestWithDefaults() *UpdateIntegrationDevSpaceRequest

NewUpdateIntegrationDevSpaceRequestWithDefaults instantiates a new UpdateIntegrationDevSpaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateIntegrationDevSpaceRequest) GetTunnelUrl ¶

func (o *UpdateIntegrationDevSpaceRequest) GetTunnelUrl() string

GetTunnelUrl returns the TunnelUrl field value

func (*UpdateIntegrationDevSpaceRequest) GetTunnelUrlOk ¶

func (o *UpdateIntegrationDevSpaceRequest) GetTunnelUrlOk() (*string, bool)

GetTunnelUrlOk returns a tuple with the TunnelUrl field value and a boolean to check if the value has been set.

func (UpdateIntegrationDevSpaceRequest) MarshalJSON ¶

func (o UpdateIntegrationDevSpaceRequest) MarshalJSON() ([]byte, error)

func (*UpdateIntegrationDevSpaceRequest) SetTunnelUrl ¶

func (o *UpdateIntegrationDevSpaceRequest) SetTunnelUrl(v string)

SetTunnelUrl sets field value

func (UpdateIntegrationDevSpaceRequest) ToMap ¶

func (o UpdateIntegrationDevSpaceRequest) ToMap() (map[string]interface{}, error)

type UpdateMemberInOrganizationByIdRequest ¶

type UpdateMemberInOrganizationByIdRequest struct {
	Role *MemberRoleOrGuest `json:"role,omitempty"`
}

UpdateMemberInOrganizationByIdRequest struct for UpdateMemberInOrganizationByIdRequest

func NewUpdateMemberInOrganizationByIdRequest ¶

func NewUpdateMemberInOrganizationByIdRequest() *UpdateMemberInOrganizationByIdRequest

NewUpdateMemberInOrganizationByIdRequest instantiates a new UpdateMemberInOrganizationByIdRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateMemberInOrganizationByIdRequestWithDefaults ¶

func NewUpdateMemberInOrganizationByIdRequestWithDefaults() *UpdateMemberInOrganizationByIdRequest

NewUpdateMemberInOrganizationByIdRequestWithDefaults instantiates a new UpdateMemberInOrganizationByIdRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateMemberInOrganizationByIdRequest) GetRole ¶

GetRole returns the Role field value if set, zero value otherwise.

func (*UpdateMemberInOrganizationByIdRequest) GetRoleOk ¶

GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateMemberInOrganizationByIdRequest) HasRole ¶

HasRole returns a boolean if a field has been set.

func (UpdateMemberInOrganizationByIdRequest) MarshalJSON ¶

func (o UpdateMemberInOrganizationByIdRequest) MarshalJSON() ([]byte, error)

func (*UpdateMemberInOrganizationByIdRequest) SetRole ¶

SetRole gets a reference to the given MemberRoleOrGuest and assigns it to the Role field.

func (UpdateMemberInOrganizationByIdRequest) ToMap ¶

func (o UpdateMemberInOrganizationByIdRequest) ToMap() (map[string]interface{}, error)

type UpdateMembersInOrganizationTeamRequest ¶

type UpdateMembersInOrganizationTeamRequest struct {
	Add         []string               `json:"add,omitempty"`
	Memberships *map[string]TeamMember `json:"memberships,omitempty"`
	Remove      []string               `json:"remove,omitempty"`
}

UpdateMembersInOrganizationTeamRequest struct for UpdateMembersInOrganizationTeamRequest

func NewUpdateMembersInOrganizationTeamRequest ¶

func NewUpdateMembersInOrganizationTeamRequest() *UpdateMembersInOrganizationTeamRequest

NewUpdateMembersInOrganizationTeamRequest instantiates a new UpdateMembersInOrganizationTeamRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateMembersInOrganizationTeamRequestWithDefaults ¶

func NewUpdateMembersInOrganizationTeamRequestWithDefaults() *UpdateMembersInOrganizationTeamRequest

NewUpdateMembersInOrganizationTeamRequestWithDefaults instantiates a new UpdateMembersInOrganizationTeamRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateMembersInOrganizationTeamRequest) GetAdd ¶

GetAdd returns the Add field value if set, zero value otherwise.

func (*UpdateMembersInOrganizationTeamRequest) GetAddOk ¶

GetAddOk returns a tuple with the Add field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateMembersInOrganizationTeamRequest) GetMemberships ¶

GetMemberships returns the Memberships field value if set, zero value otherwise.

func (*UpdateMembersInOrganizationTeamRequest) GetMembershipsOk ¶

func (o *UpdateMembersInOrganizationTeamRequest) GetMembershipsOk() (*map[string]TeamMember, bool)

GetMembershipsOk returns a tuple with the Memberships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateMembersInOrganizationTeamRequest) GetRemove ¶

GetRemove returns the Remove field value if set, zero value otherwise.

func (*UpdateMembersInOrganizationTeamRequest) GetRemoveOk ¶

func (o *UpdateMembersInOrganizationTeamRequest) GetRemoveOk() ([]string, bool)

GetRemoveOk returns a tuple with the Remove field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateMembersInOrganizationTeamRequest) HasAdd ¶

HasAdd returns a boolean if a field has been set.

func (*UpdateMembersInOrganizationTeamRequest) HasMemberships ¶

func (o *UpdateMembersInOrganizationTeamRequest) HasMemberships() bool

HasMemberships returns a boolean if a field has been set.

func (*UpdateMembersInOrganizationTeamRequest) HasRemove ¶

HasRemove returns a boolean if a field has been set.

func (UpdateMembersInOrganizationTeamRequest) MarshalJSON ¶

func (o UpdateMembersInOrganizationTeamRequest) MarshalJSON() ([]byte, error)

func (*UpdateMembersInOrganizationTeamRequest) SetAdd ¶

SetAdd gets a reference to the given []string and assigns it to the Add field.

func (*UpdateMembersInOrganizationTeamRequest) SetMemberships ¶

func (o *UpdateMembersInOrganizationTeamRequest) SetMemberships(v map[string]TeamMember)

SetMemberships gets a reference to the given map[string]TeamMember and assigns it to the Memberships field.

func (*UpdateMembersInOrganizationTeamRequest) SetRemove ¶

SetRemove gets a reference to the given []string and assigns it to the Remove field.

func (UpdateMembersInOrganizationTeamRequest) ToMap ¶

func (o UpdateMembersInOrganizationTeamRequest) ToMap() (map[string]interface{}, error)

type UpdateOrganizationCustomFieldRequest ¶

type UpdateOrganizationCustomFieldRequest struct {
	Title       *string  `json:"title,omitempty"`
	Description *string  `json:"description,omitempty"`
	Placeholder *string  `json:"placeholder,omitempty"`
	Options     []string `json:"options,omitempty"`
}

UpdateOrganizationCustomFieldRequest struct for UpdateOrganizationCustomFieldRequest

func NewUpdateOrganizationCustomFieldRequest ¶

func NewUpdateOrganizationCustomFieldRequest() *UpdateOrganizationCustomFieldRequest

NewUpdateOrganizationCustomFieldRequest instantiates a new UpdateOrganizationCustomFieldRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateOrganizationCustomFieldRequestWithDefaults ¶

func NewUpdateOrganizationCustomFieldRequestWithDefaults() *UpdateOrganizationCustomFieldRequest

NewUpdateOrganizationCustomFieldRequestWithDefaults instantiates a new UpdateOrganizationCustomFieldRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateOrganizationCustomFieldRequest) GetDescription ¶

func (o *UpdateOrganizationCustomFieldRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UpdateOrganizationCustomFieldRequest) GetDescriptionOk ¶

func (o *UpdateOrganizationCustomFieldRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationCustomFieldRequest) GetOptions ¶ added in v0.2.0

func (o *UpdateOrganizationCustomFieldRequest) GetOptions() []string

GetOptions returns the Options field value if set, zero value otherwise.

func (*UpdateOrganizationCustomFieldRequest) GetOptionsOk ¶ added in v0.2.0

func (o *UpdateOrganizationCustomFieldRequest) GetOptionsOk() ([]string, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationCustomFieldRequest) GetPlaceholder ¶ added in v0.2.0

func (o *UpdateOrganizationCustomFieldRequest) GetPlaceholder() string

GetPlaceholder returns the Placeholder field value if set, zero value otherwise.

func (*UpdateOrganizationCustomFieldRequest) GetPlaceholderOk ¶ added in v0.2.0

func (o *UpdateOrganizationCustomFieldRequest) GetPlaceholderOk() (*string, bool)

GetPlaceholderOk returns a tuple with the Placeholder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationCustomFieldRequest) GetTitle ¶

GetTitle returns the Title field value if set, zero value otherwise.

func (*UpdateOrganizationCustomFieldRequest) GetTitleOk ¶

func (o *UpdateOrganizationCustomFieldRequest) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationCustomFieldRequest) HasDescription ¶

func (o *UpdateOrganizationCustomFieldRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateOrganizationCustomFieldRequest) HasOptions ¶ added in v0.2.0

HasOptions returns a boolean if a field has been set.

func (*UpdateOrganizationCustomFieldRequest) HasPlaceholder ¶ added in v0.2.0

func (o *UpdateOrganizationCustomFieldRequest) HasPlaceholder() bool

HasPlaceholder returns a boolean if a field has been set.

func (*UpdateOrganizationCustomFieldRequest) HasTitle ¶

HasTitle returns a boolean if a field has been set.

func (UpdateOrganizationCustomFieldRequest) MarshalJSON ¶

func (o UpdateOrganizationCustomFieldRequest) MarshalJSON() ([]byte, error)

func (*UpdateOrganizationCustomFieldRequest) SetDescription ¶

func (o *UpdateOrganizationCustomFieldRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*UpdateOrganizationCustomFieldRequest) SetOptions ¶ added in v0.2.0

func (o *UpdateOrganizationCustomFieldRequest) SetOptions(v []string)

SetOptions gets a reference to the given []string and assigns it to the Options field.

func (*UpdateOrganizationCustomFieldRequest) SetPlaceholder ¶ added in v0.2.0

func (o *UpdateOrganizationCustomFieldRequest) SetPlaceholder(v string)

SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.

func (*UpdateOrganizationCustomFieldRequest) SetTitle ¶

SetTitle gets a reference to the given string and assigns it to the Title field.

func (UpdateOrganizationCustomFieldRequest) ToMap ¶

func (o UpdateOrganizationCustomFieldRequest) ToMap() (map[string]interface{}, error)

type UpdateSpaceByIdRequest ¶

type UpdateSpaceByIdRequest struct {
	Visibility *ContentVisibility `json:"visibility,omitempty"`
	Type       *SpaceType         `json:"type,omitempty"`
}

UpdateSpaceByIdRequest struct for UpdateSpaceByIdRequest

func NewUpdateSpaceByIdRequest ¶

func NewUpdateSpaceByIdRequest() *UpdateSpaceByIdRequest

NewUpdateSpaceByIdRequest instantiates a new UpdateSpaceByIdRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSpaceByIdRequestWithDefaults ¶

func NewUpdateSpaceByIdRequestWithDefaults() *UpdateSpaceByIdRequest

NewUpdateSpaceByIdRequestWithDefaults instantiates a new UpdateSpaceByIdRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSpaceByIdRequest) GetType ¶

func (o *UpdateSpaceByIdRequest) GetType() SpaceType

GetType returns the Type field value if set, zero value otherwise.

func (*UpdateSpaceByIdRequest) GetTypeOk ¶

func (o *UpdateSpaceByIdRequest) GetTypeOk() (*SpaceType, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSpaceByIdRequest) GetVisibility ¶

func (o *UpdateSpaceByIdRequest) GetVisibility() ContentVisibility

GetVisibility returns the Visibility field value if set, zero value otherwise.

func (*UpdateSpaceByIdRequest) GetVisibilityOk ¶

func (o *UpdateSpaceByIdRequest) GetVisibilityOk() (*ContentVisibility, bool)

GetVisibilityOk returns a tuple with the Visibility field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSpaceByIdRequest) HasType ¶

func (o *UpdateSpaceByIdRequest) HasType() bool

HasType returns a boolean if a field has been set.

func (*UpdateSpaceByIdRequest) HasVisibility ¶

func (o *UpdateSpaceByIdRequest) HasVisibility() bool

HasVisibility returns a boolean if a field has been set.

func (UpdateSpaceByIdRequest) MarshalJSON ¶

func (o UpdateSpaceByIdRequest) MarshalJSON() ([]byte, error)

func (*UpdateSpaceByIdRequest) SetType ¶

func (o *UpdateSpaceByIdRequest) SetType(v SpaceType)

SetType gets a reference to the given SpaceType and assigns it to the Type field.

func (*UpdateSpaceByIdRequest) SetVisibility ¶

func (o *UpdateSpaceByIdRequest) SetVisibility(v ContentVisibility)

SetVisibility gets a reference to the given ContentVisibility and assigns it to the Visibility field.

func (UpdateSpaceByIdRequest) ToMap ¶

func (o UpdateSpaceByIdRequest) ToMap() (map[string]interface{}, error)

type UpdateTeamInOrganizationByIdRequest ¶

type UpdateTeamInOrganizationByIdRequest struct {
	Title string `json:"title"`
}

UpdateTeamInOrganizationByIdRequest struct for UpdateTeamInOrganizationByIdRequest

func NewUpdateTeamInOrganizationByIdRequest ¶

func NewUpdateTeamInOrganizationByIdRequest(title string) *UpdateTeamInOrganizationByIdRequest

NewUpdateTeamInOrganizationByIdRequest instantiates a new UpdateTeamInOrganizationByIdRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateTeamInOrganizationByIdRequestWithDefaults ¶

func NewUpdateTeamInOrganizationByIdRequestWithDefaults() *UpdateTeamInOrganizationByIdRequest

NewUpdateTeamInOrganizationByIdRequestWithDefaults instantiates a new UpdateTeamInOrganizationByIdRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateTeamInOrganizationByIdRequest) GetTitle ¶

GetTitle returns the Title field value

func (*UpdateTeamInOrganizationByIdRequest) GetTitleOk ¶

func (o *UpdateTeamInOrganizationByIdRequest) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (UpdateTeamInOrganizationByIdRequest) MarshalJSON ¶

func (o UpdateTeamInOrganizationByIdRequest) MarshalJSON() ([]byte, error)

func (*UpdateTeamInOrganizationByIdRequest) SetTitle ¶

SetTitle sets field value

func (UpdateTeamInOrganizationByIdRequest) ToMap ¶

func (o UpdateTeamInOrganizationByIdRequest) ToMap() (map[string]interface{}, error)

type UpsertEntity ¶ added in v0.2.0

type UpsertEntity struct {
	// Unique ID of the entity in the context of the integration's entity type
	EntityId string `json:"entityId"`
	// Map of values stored as properties on the entity
	Properties map[string]UpsertEntityPropertiesValue `json:"properties"`
}

UpsertEntity Entity to create or update in an integration's installation.

func NewUpsertEntity ¶ added in v0.2.0

func NewUpsertEntity(entityId string, properties map[string]UpsertEntityPropertiesValue) *UpsertEntity

NewUpsertEntity instantiates a new UpsertEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpsertEntityWithDefaults ¶ added in v0.2.0

func NewUpsertEntityWithDefaults() *UpsertEntity

NewUpsertEntityWithDefaults instantiates a new UpsertEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpsertEntity) GetEntityId ¶ added in v0.2.0

func (o *UpsertEntity) GetEntityId() string

GetEntityId returns the EntityId field value

func (*UpsertEntity) GetEntityIdOk ¶ added in v0.2.0

func (o *UpsertEntity) GetEntityIdOk() (*string, bool)

GetEntityIdOk returns a tuple with the EntityId field value and a boolean to check if the value has been set.

func (*UpsertEntity) GetProperties ¶ added in v0.2.0

func (o *UpsertEntity) GetProperties() map[string]UpsertEntityPropertiesValue

GetProperties returns the Properties field value

func (*UpsertEntity) GetPropertiesOk ¶ added in v0.2.0

func (o *UpsertEntity) GetPropertiesOk() (*map[string]UpsertEntityPropertiesValue, bool)

GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.

func (UpsertEntity) MarshalJSON ¶ added in v0.2.0

func (o UpsertEntity) MarshalJSON() ([]byte, error)

func (*UpsertEntity) SetEntityId ¶ added in v0.2.0

func (o *UpsertEntity) SetEntityId(v string)

SetEntityId sets field value

func (*UpsertEntity) SetProperties ¶ added in v0.2.0

func (o *UpsertEntity) SetProperties(v map[string]UpsertEntityPropertiesValue)

SetProperties sets field value

func (UpsertEntity) ToMap ¶ added in v0.2.0

func (o UpsertEntity) ToMap() (map[string]interface{}, error)

type UpsertEntityPropertiesValue ¶ added in v0.2.0

type UpsertEntityPropertiesValue struct {
	UpsertEntityPropertiesValueOneOf *UpsertEntityPropertiesValueOneOf
	Bool                             *bool
	Float32                          *float32
	String                           *string
}

UpsertEntityPropertiesValue - struct for UpsertEntityPropertiesValue

func BoolAsUpsertEntityPropertiesValue ¶ added in v0.2.0

func BoolAsUpsertEntityPropertiesValue(v *bool) UpsertEntityPropertiesValue

boolAsUpsertEntityPropertiesValue is a convenience function that returns bool wrapped in UpsertEntityPropertiesValue

func Float32AsUpsertEntityPropertiesValue ¶ added in v0.2.0

func Float32AsUpsertEntityPropertiesValue(v *float32) UpsertEntityPropertiesValue

float32AsUpsertEntityPropertiesValue is a convenience function that returns float32 wrapped in UpsertEntityPropertiesValue

func StringAsUpsertEntityPropertiesValue ¶ added in v0.2.0

func StringAsUpsertEntityPropertiesValue(v *string) UpsertEntityPropertiesValue

stringAsUpsertEntityPropertiesValue is a convenience function that returns string wrapped in UpsertEntityPropertiesValue

func UpsertEntityPropertiesValueOneOfAsUpsertEntityPropertiesValue ¶ added in v0.2.0

func UpsertEntityPropertiesValueOneOfAsUpsertEntityPropertiesValue(v *UpsertEntityPropertiesValueOneOf) UpsertEntityPropertiesValue

UpsertEntityPropertiesValueOneOfAsUpsertEntityPropertiesValue is a convenience function that returns UpsertEntityPropertiesValueOneOf wrapped in UpsertEntityPropertiesValue

func (*UpsertEntityPropertiesValue) GetActualInstance ¶ added in v0.2.0

func (obj *UpsertEntityPropertiesValue) GetActualInstance() interface{}

Get the actual instance

func (UpsertEntityPropertiesValue) MarshalJSON ¶ added in v0.2.0

func (src UpsertEntityPropertiesValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UpsertEntityPropertiesValue) UnmarshalJSON ¶ added in v0.2.0

func (dst *UpsertEntityPropertiesValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type UpsertEntityPropertiesValueOneOf ¶ added in v0.2.0

type UpsertEntityPropertiesValueOneOf struct {
	EntityId string `json:"entityId"`
}

UpsertEntityPropertiesValueOneOf struct for UpsertEntityPropertiesValueOneOf

func NewUpsertEntityPropertiesValueOneOf ¶ added in v0.2.0

func NewUpsertEntityPropertiesValueOneOf(entityId string) *UpsertEntityPropertiesValueOneOf

NewUpsertEntityPropertiesValueOneOf instantiates a new UpsertEntityPropertiesValueOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpsertEntityPropertiesValueOneOfWithDefaults ¶ added in v0.2.0

func NewUpsertEntityPropertiesValueOneOfWithDefaults() *UpsertEntityPropertiesValueOneOf

NewUpsertEntityPropertiesValueOneOfWithDefaults instantiates a new UpsertEntityPropertiesValueOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpsertEntityPropertiesValueOneOf) GetEntityId ¶ added in v0.2.0

func (o *UpsertEntityPropertiesValueOneOf) GetEntityId() string

GetEntityId returns the EntityId field value

func (*UpsertEntityPropertiesValueOneOf) GetEntityIdOk ¶ added in v0.2.0

func (o *UpsertEntityPropertiesValueOneOf) GetEntityIdOk() (*string, bool)

GetEntityIdOk returns a tuple with the EntityId field value and a boolean to check if the value has been set.

func (UpsertEntityPropertiesValueOneOf) MarshalJSON ¶ added in v0.2.0

func (o UpsertEntityPropertiesValueOneOf) MarshalJSON() ([]byte, error)

func (*UpsertEntityPropertiesValueOneOf) SetEntityId ¶ added in v0.2.0

func (o *UpsertEntityPropertiesValueOneOf) SetEntityId(v string)

SetEntityId sets field value

func (UpsertEntityPropertiesValueOneOf) ToMap ¶ added in v0.2.0

func (o UpsertEntityPropertiesValueOneOf) ToMap() (map[string]interface{}, error)

type UpsertSchemaEntitiesRequest ¶ added in v0.2.0

type UpsertSchemaEntitiesRequest struct {
	Delete *UpsertSchemaEntitiesRequestDelete `json:"delete,omitempty"`
	// Array of entities to create/update.
	Entities []UpsertEntity `json:"entities"`
}

UpsertSchemaEntitiesRequest struct for UpsertSchemaEntitiesRequest

func NewUpsertSchemaEntitiesRequest ¶ added in v0.2.0

func NewUpsertSchemaEntitiesRequest(entities []UpsertEntity) *UpsertSchemaEntitiesRequest

NewUpsertSchemaEntitiesRequest instantiates a new UpsertSchemaEntitiesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpsertSchemaEntitiesRequestWithDefaults ¶ added in v0.2.0

func NewUpsertSchemaEntitiesRequestWithDefaults() *UpsertSchemaEntitiesRequest

NewUpsertSchemaEntitiesRequestWithDefaults instantiates a new UpsertSchemaEntitiesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpsertSchemaEntitiesRequest) GetDelete ¶ added in v0.2.0

GetDelete returns the Delete field value if set, zero value otherwise.

func (*UpsertSchemaEntitiesRequest) GetDeleteOk ¶ added in v0.2.0

GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpsertSchemaEntitiesRequest) GetEntities ¶ added in v0.2.0

func (o *UpsertSchemaEntitiesRequest) GetEntities() []UpsertEntity

GetEntities returns the Entities field value

func (*UpsertSchemaEntitiesRequest) GetEntitiesOk ¶ added in v0.2.0

func (o *UpsertSchemaEntitiesRequest) GetEntitiesOk() ([]UpsertEntity, bool)

GetEntitiesOk returns a tuple with the Entities field value and a boolean to check if the value has been set.

func (*UpsertSchemaEntitiesRequest) HasDelete ¶ added in v0.2.0

func (o *UpsertSchemaEntitiesRequest) HasDelete() bool

HasDelete returns a boolean if a field has been set.

func (UpsertSchemaEntitiesRequest) MarshalJSON ¶ added in v0.2.0

func (o UpsertSchemaEntitiesRequest) MarshalJSON() ([]byte, error)

func (*UpsertSchemaEntitiesRequest) SetDelete ¶ added in v0.2.0

SetDelete gets a reference to the given UpsertSchemaEntitiesRequestDelete and assigns it to the Delete field.

func (*UpsertSchemaEntitiesRequest) SetEntities ¶ added in v0.2.0

func (o *UpsertSchemaEntitiesRequest) SetEntities(v []UpsertEntity)

SetEntities sets field value

func (UpsertSchemaEntitiesRequest) ToMap ¶ added in v0.2.0

func (o UpsertSchemaEntitiesRequest) ToMap() (map[string]interface{}, error)

type UpsertSchemaEntitiesRequestDelete ¶ added in v0.2.0

type UpsertSchemaEntitiesRequestDelete struct {
	ArrayOfString *[]string
	Bool          *bool
}

UpsertSchemaEntitiesRequestDelete - struct for UpsertSchemaEntitiesRequestDelete

func ArrayOfStringAsUpsertSchemaEntitiesRequestDelete ¶ added in v0.2.0

func ArrayOfStringAsUpsertSchemaEntitiesRequestDelete(v *[]string) UpsertSchemaEntitiesRequestDelete

[]stringAsUpsertSchemaEntitiesRequestDelete is a convenience function that returns []string wrapped in UpsertSchemaEntitiesRequestDelete

func BoolAsUpsertSchemaEntitiesRequestDelete ¶ added in v0.2.0

func BoolAsUpsertSchemaEntitiesRequestDelete(v *bool) UpsertSchemaEntitiesRequestDelete

boolAsUpsertSchemaEntitiesRequestDelete is a convenience function that returns bool wrapped in UpsertSchemaEntitiesRequestDelete

func (*UpsertSchemaEntitiesRequestDelete) GetActualInstance ¶ added in v0.2.0

func (obj *UpsertSchemaEntitiesRequestDelete) GetActualInstance() interface{}

Get the actual instance

func (UpsertSchemaEntitiesRequestDelete) MarshalJSON ¶ added in v0.2.0

func (src UpsertSchemaEntitiesRequestDelete) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UpsertSchemaEntitiesRequestDelete) UnmarshalJSON ¶ added in v0.2.0

func (dst *UpsertSchemaEntitiesRequestDelete) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type UrlsApiGetContentByUrlRequest ¶

type UrlsApiGetContentByUrlRequest struct {
	ApiService *UrlsApiService
	// contains filtered or unexported fields
}

func (UrlsApiGetContentByUrlRequest) Execute ¶

func (UrlsApiGetContentByUrlRequest) Url ¶

URL to resolve

type UrlsApiService ¶

type UrlsApiService service

UrlsApiService UrlsApi service

func (*UrlsApiService) GetContentByUrl ¶

GetContentByUrl Resolve a URL to a content (space, collection, page)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return UrlsApiGetContentByUrlRequest

func (*UrlsApiService) GetContentByUrlExecute ¶

Execute executes the request

@return GetContentByUrl200Response

type User ¶

type User struct {
	// Type of Object, always equals to \"user\"
	Object string `json:"object"`
	// Unique identifier for the user
	Id string `json:"id"`
	// Full name for the user
	DisplayName string `json:"displayName"`
	// Email address of the user
	Email *string `json:"email,omitempty"`
	// URL of the user's profile picture
	PhotoURL *string `json:"photoURL,omitempty"`
}

User struct for User

func NewUser ¶

func NewUser(object string, id string, displayName string) *User

NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserWithDefaults ¶

func NewUserWithDefaults() *User

NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*User) GetDisplayName ¶

func (o *User) GetDisplayName() string

GetDisplayName returns the DisplayName field value

func (*User) GetDisplayNameOk ¶

func (o *User) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*User) GetEmail ¶

func (o *User) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*User) GetEmailOk ¶

func (o *User) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*User) GetId ¶

func (o *User) GetId() string

GetId returns the Id field value

func (*User) GetIdOk ¶

func (o *User) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*User) GetObject ¶

func (o *User) GetObject() string

GetObject returns the Object field value

func (*User) GetObjectOk ¶

func (o *User) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field value and a boolean to check if the value has been set.

func (*User) GetPhotoURL ¶

func (o *User) GetPhotoURL() string

GetPhotoURL returns the PhotoURL field value if set, zero value otherwise.

func (*User) GetPhotoURLOk ¶

func (o *User) GetPhotoURLOk() (*string, bool)

GetPhotoURLOk returns a tuple with the PhotoURL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*User) HasEmail ¶

func (o *User) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*User) HasPhotoURL ¶

func (o *User) HasPhotoURL() bool

HasPhotoURL returns a boolean if a field has been set.

func (User) MarshalJSON ¶

func (o User) MarshalJSON() ([]byte, error)

func (*User) SetDisplayName ¶

func (o *User) SetDisplayName(v string)

SetDisplayName sets field value

func (*User) SetEmail ¶

func (o *User) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*User) SetId ¶

func (o *User) SetId(v string)

SetId sets field value

func (*User) SetObject ¶

func (o *User) SetObject(v string)

SetObject sets field value

func (*User) SetPhotoURL ¶

func (o *User) SetPhotoURL(v string)

SetPhotoURL gets a reference to the given string and assigns it to the PhotoURL field.

func (User) ToMap ¶

func (o User) ToMap() (map[string]interface{}, error)

type UserAPIToken ¶

type UserAPIToken struct {
	// The API token ID.
	Id string `json:"id"`
	// The API token name.
	Label     string `json:"label"`
	CreatedAt string `json:"createdAt"`
}

UserAPIToken The API token details, excluding the token itself.

func NewUserAPIToken ¶

func NewUserAPIToken(id string, label string, createdAt string) *UserAPIToken

NewUserAPIToken instantiates a new UserAPIToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserAPITokenWithDefaults ¶

func NewUserAPITokenWithDefaults() *UserAPIToken

NewUserAPITokenWithDefaults instantiates a new UserAPIToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserAPIToken) GetCreatedAt ¶

func (o *UserAPIToken) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*UserAPIToken) GetCreatedAtOk ¶

func (o *UserAPIToken) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*UserAPIToken) GetId ¶

func (o *UserAPIToken) GetId() string

GetId returns the Id field value

func (*UserAPIToken) GetIdOk ¶

func (o *UserAPIToken) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UserAPIToken) GetLabel ¶

func (o *UserAPIToken) GetLabel() string

GetLabel returns the Label field value

func (*UserAPIToken) GetLabelOk ¶

func (o *UserAPIToken) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (UserAPIToken) MarshalJSON ¶

func (o UserAPIToken) MarshalJSON() ([]byte, error)

func (*UserAPIToken) SetCreatedAt ¶

func (o *UserAPIToken) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*UserAPIToken) SetId ¶

func (o *UserAPIToken) SetId(v string)

SetId sets field value

func (*UserAPIToken) SetLabel ¶

func (o *UserAPIToken) SetLabel(v string)

SetLabel sets field value

func (UserAPIToken) ToMap ¶

func (o UserAPIToken) ToMap() (map[string]interface{}, error)

type UserAPITokenExtended ¶

type UserAPITokenExtended struct {
	// The API token ID.
	Id string `json:"id"`
	// The API token name.
	Label     string `json:"label"`
	CreatedAt string `json:"createdAt"`
	// The actual token value.
	Token string `json:"token"`
}

UserAPITokenExtended The API token details, including the token itself.

func NewUserAPITokenExtended ¶

func NewUserAPITokenExtended(id string, label string, createdAt string, token string) *UserAPITokenExtended

NewUserAPITokenExtended instantiates a new UserAPITokenExtended object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserAPITokenExtendedWithDefaults ¶

func NewUserAPITokenExtendedWithDefaults() *UserAPITokenExtended

NewUserAPITokenExtendedWithDefaults instantiates a new UserAPITokenExtended object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserAPITokenExtended) GetCreatedAt ¶

func (o *UserAPITokenExtended) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*UserAPITokenExtended) GetCreatedAtOk ¶

func (o *UserAPITokenExtended) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*UserAPITokenExtended) GetId ¶

func (o *UserAPITokenExtended) GetId() string

GetId returns the Id field value

func (*UserAPITokenExtended) GetIdOk ¶

func (o *UserAPITokenExtended) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UserAPITokenExtended) GetLabel ¶

func (o *UserAPITokenExtended) GetLabel() string

GetLabel returns the Label field value

func (*UserAPITokenExtended) GetLabelOk ¶

func (o *UserAPITokenExtended) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*UserAPITokenExtended) GetToken ¶

func (o *UserAPITokenExtended) GetToken() string

GetToken returns the Token field value

func (*UserAPITokenExtended) GetTokenOk ¶

func (o *UserAPITokenExtended) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (UserAPITokenExtended) MarshalJSON ¶

func (o UserAPITokenExtended) MarshalJSON() ([]byte, error)

func (*UserAPITokenExtended) SetCreatedAt ¶

func (o *UserAPITokenExtended) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*UserAPITokenExtended) SetId ¶

func (o *UserAPITokenExtended) SetId(v string)

SetId sets field value

func (*UserAPITokenExtended) SetLabel ¶

func (o *UserAPITokenExtended) SetLabel(v string)

SetLabel sets field value

func (*UserAPITokenExtended) SetToken ¶

func (o *UserAPITokenExtended) SetToken(v string)

SetToken sets field value

func (UserAPITokenExtended) ToMap ¶

func (o UserAPITokenExtended) ToMap() (map[string]interface{}, error)

type UserAPITokenExtendedAllOf ¶

type UserAPITokenExtendedAllOf struct {
	// The actual token value.
	Token string `json:"token"`
}

UserAPITokenExtendedAllOf struct for UserAPITokenExtendedAllOf

func NewUserAPITokenExtendedAllOf ¶

func NewUserAPITokenExtendedAllOf(token string) *UserAPITokenExtendedAllOf

NewUserAPITokenExtendedAllOf instantiates a new UserAPITokenExtendedAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserAPITokenExtendedAllOfWithDefaults ¶

func NewUserAPITokenExtendedAllOfWithDefaults() *UserAPITokenExtendedAllOf

NewUserAPITokenExtendedAllOfWithDefaults instantiates a new UserAPITokenExtendedAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserAPITokenExtendedAllOf) GetToken ¶

func (o *UserAPITokenExtendedAllOf) GetToken() string

GetToken returns the Token field value

func (*UserAPITokenExtendedAllOf) GetTokenOk ¶

func (o *UserAPITokenExtendedAllOf) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (UserAPITokenExtendedAllOf) MarshalJSON ¶

func (o UserAPITokenExtendedAllOf) MarshalJSON() ([]byte, error)

func (*UserAPITokenExtendedAllOf) SetToken ¶

func (o *UserAPITokenExtendedAllOf) SetToken(v string)

SetToken sets field value

func (UserAPITokenExtendedAllOf) ToMap ¶

func (o UserAPITokenExtendedAllOf) ToMap() (map[string]interface{}, error)

type UserAPITokensChannel ¶

type UserAPITokensChannel struct {
	Channel string `json:"channel"`
	User    string `json:"user"`
}

UserAPITokensChannel struct for UserAPITokensChannel

func NewUserAPITokensChannel ¶

func NewUserAPITokensChannel(channel string, user string) *UserAPITokensChannel

NewUserAPITokensChannel instantiates a new UserAPITokensChannel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserAPITokensChannelWithDefaults ¶

func NewUserAPITokensChannelWithDefaults() *UserAPITokensChannel

NewUserAPITokensChannelWithDefaults instantiates a new UserAPITokensChannel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserAPITokensChannel) GetChannel ¶

func (o *UserAPITokensChannel) GetChannel() string

GetChannel returns the Channel field value

func (*UserAPITokensChannel) GetChannelOk ¶

func (o *UserAPITokensChannel) GetChannelOk() (*string, bool)

GetChannelOk returns a tuple with the Channel field value and a boolean to check if the value has been set.

func (*UserAPITokensChannel) GetUser ¶

func (o *UserAPITokensChannel) GetUser() string

GetUser returns the User field value

func (*UserAPITokensChannel) GetUserOk ¶

func (o *UserAPITokensChannel) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (UserAPITokensChannel) MarshalJSON ¶

func (o UserAPITokensChannel) MarshalJSON() ([]byte, error)

func (*UserAPITokensChannel) SetChannel ¶

func (o *UserAPITokensChannel) SetChannel(v string)

SetChannel sets field value

func (*UserAPITokensChannel) SetUser ¶

func (o *UserAPITokensChannel) SetUser(v string)

SetUser sets field value

func (UserAPITokensChannel) ToMap ¶

func (o UserAPITokensChannel) ToMap() (map[string]interface{}, error)

type UserBackOfficeInfo ¶

type UserBackOfficeInfo struct {
	Id             string             `json:"id"`
	RiskEvaluation UserRiskEvaluation `json:"riskEvaluation"`
	AuthProviders  []FirebaseUserInfo `json:"authProviders"`
	CreatedAt      string             `json:"createdAt"`
	LastSignInAt   string             `json:"lastSignInAt"`
	Disabled       bool               `json:"disabled"`
}

UserBackOfficeInfo The GitBook User info shown in the BackOffice.

func NewUserBackOfficeInfo ¶

func NewUserBackOfficeInfo(id string, riskEvaluation UserRiskEvaluation, authProviders []FirebaseUserInfo, createdAt string, lastSignInAt string, disabled bool) *UserBackOfficeInfo

NewUserBackOfficeInfo instantiates a new UserBackOfficeInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserBackOfficeInfoWithDefaults ¶

func NewUserBackOfficeInfoWithDefaults() *UserBackOfficeInfo

NewUserBackOfficeInfoWithDefaults instantiates a new UserBackOfficeInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserBackOfficeInfo) GetAuthProviders ¶

func (o *UserBackOfficeInfo) GetAuthProviders() []FirebaseUserInfo

GetAuthProviders returns the AuthProviders field value

func (*UserBackOfficeInfo) GetAuthProvidersOk ¶

func (o *UserBackOfficeInfo) GetAuthProvidersOk() ([]FirebaseUserInfo, bool)

GetAuthProvidersOk returns a tuple with the AuthProviders field value and a boolean to check if the value has been set.

func (*UserBackOfficeInfo) GetCreatedAt ¶

func (o *UserBackOfficeInfo) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*UserBackOfficeInfo) GetCreatedAtOk ¶

func (o *UserBackOfficeInfo) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*UserBackOfficeInfo) GetDisabled ¶

func (o *UserBackOfficeInfo) GetDisabled() bool

GetDisabled returns the Disabled field value

func (*UserBackOfficeInfo) GetDisabledOk ¶

func (o *UserBackOfficeInfo) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value and a boolean to check if the value has been set.

func (*UserBackOfficeInfo) GetId ¶

func (o *UserBackOfficeInfo) GetId() string

GetId returns the Id field value

func (*UserBackOfficeInfo) GetIdOk ¶

func (o *UserBackOfficeInfo) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UserBackOfficeInfo) GetLastSignInAt ¶

func (o *UserBackOfficeInfo) GetLastSignInAt() string

GetLastSignInAt returns the LastSignInAt field value

func (*UserBackOfficeInfo) GetLastSignInAtOk ¶

func (o *UserBackOfficeInfo) GetLastSignInAtOk() (*string, bool)

GetLastSignInAtOk returns a tuple with the LastSignInAt field value and a boolean to check if the value has been set.

func (*UserBackOfficeInfo) GetRiskEvaluation ¶

func (o *UserBackOfficeInfo) GetRiskEvaluation() UserRiskEvaluation

GetRiskEvaluation returns the RiskEvaluation field value

func (*UserBackOfficeInfo) GetRiskEvaluationOk ¶

func (o *UserBackOfficeInfo) GetRiskEvaluationOk() (*UserRiskEvaluation, bool)

GetRiskEvaluationOk returns a tuple with the RiskEvaluation field value and a boolean to check if the value has been set.

func (UserBackOfficeInfo) MarshalJSON ¶

func (o UserBackOfficeInfo) MarshalJSON() ([]byte, error)

func (*UserBackOfficeInfo) SetAuthProviders ¶

func (o *UserBackOfficeInfo) SetAuthProviders(v []FirebaseUserInfo)

SetAuthProviders sets field value

func (*UserBackOfficeInfo) SetCreatedAt ¶

func (o *UserBackOfficeInfo) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*UserBackOfficeInfo) SetDisabled ¶

func (o *UserBackOfficeInfo) SetDisabled(v bool)

SetDisabled sets field value

func (*UserBackOfficeInfo) SetId ¶

func (o *UserBackOfficeInfo) SetId(v string)

SetId sets field value

func (*UserBackOfficeInfo) SetLastSignInAt ¶

func (o *UserBackOfficeInfo) SetLastSignInAt(v string)

SetLastSignInAt sets field value

func (*UserBackOfficeInfo) SetRiskEvaluation ¶

func (o *UserBackOfficeInfo) SetRiskEvaluation(v UserRiskEvaluation)

SetRiskEvaluation sets field value

func (UserBackOfficeInfo) ToMap ¶

func (o UserBackOfficeInfo) ToMap() (map[string]interface{}, error)

type UserContentPermission ¶

type UserContentPermission struct {
	Permission MemberRole `json:"permission"`
	User       User       `json:"user"`
}

UserContentPermission Permission of a user in a content.

func NewUserContentPermission ¶

func NewUserContentPermission(permission MemberRole, user User) *UserContentPermission

NewUserContentPermission instantiates a new UserContentPermission object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserContentPermissionWithDefaults ¶

func NewUserContentPermissionWithDefaults() *UserContentPermission

NewUserContentPermissionWithDefaults instantiates a new UserContentPermission object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserContentPermission) GetPermission ¶

func (o *UserContentPermission) GetPermission() MemberRole

GetPermission returns the Permission field value

func (*UserContentPermission) GetPermissionOk ¶

func (o *UserContentPermission) GetPermissionOk() (*MemberRole, bool)

GetPermissionOk returns a tuple with the Permission field value and a boolean to check if the value has been set.

func (*UserContentPermission) GetUser ¶

func (o *UserContentPermission) GetUser() User

GetUser returns the User field value

func (*UserContentPermission) GetUserOk ¶

func (o *UserContentPermission) GetUserOk() (*User, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (UserContentPermission) MarshalJSON ¶

func (o UserContentPermission) MarshalJSON() ([]byte, error)

func (*UserContentPermission) SetPermission ¶

func (o *UserContentPermission) SetPermission(v MemberRole)

SetPermission sets field value

func (*UserContentPermission) SetUser ¶

func (o *UserContentPermission) SetUser(v User)

SetUser sets field value

func (UserContentPermission) ToMap ¶

func (o UserContentPermission) ToMap() (map[string]interface{}, error)

type UserContributor ¶

type UserContributor struct {
	UpdatedAt string `json:"updatedAt"`
	Count     int32  `json:"count"`
	User      User   `json:"user"`
}

UserContributor Contributor towards content.

func NewUserContributor ¶

func NewUserContributor(updatedAt string, count int32, user User) *UserContributor

NewUserContributor instantiates a new UserContributor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserContributorWithDefaults ¶

func NewUserContributorWithDefaults() *UserContributor

NewUserContributorWithDefaults instantiates a new UserContributor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserContributor) GetCount ¶

func (o *UserContributor) GetCount() int32

GetCount returns the Count field value

func (*UserContributor) GetCountOk ¶

func (o *UserContributor) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*UserContributor) GetUpdatedAt ¶

func (o *UserContributor) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value

func (*UserContributor) GetUpdatedAtOk ¶

func (o *UserContributor) GetUpdatedAtOk() (*string, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*UserContributor) GetUser ¶

func (o *UserContributor) GetUser() User

GetUser returns the User field value

func (*UserContributor) GetUserOk ¶

func (o *UserContributor) GetUserOk() (*User, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (UserContributor) MarshalJSON ¶

func (o UserContributor) MarshalJSON() ([]byte, error)

func (*UserContributor) SetCount ¶

func (o *UserContributor) SetCount(v int32)

SetCount sets field value

func (*UserContributor) SetUpdatedAt ¶

func (o *UserContributor) SetUpdatedAt(v string)

SetUpdatedAt sets field value

func (*UserContributor) SetUser ¶

func (o *UserContributor) SetUser(v User)

SetUser sets field value

func (UserContributor) ToMap ¶

func (o UserContributor) ToMap() (map[string]interface{}, error)

type UserImpersonation ¶

type UserImpersonation struct {
	Id             string                `json:"id"`
	RiskEvaluation UserRiskEvaluation    `json:"riskEvaluation"`
	AuthProviders  []FirebaseUserInfo    `json:"authProviders"`
	CreatedAt      string                `json:"createdAt"`
	LastSignInAt   string                `json:"lastSignInAt"`
	Disabled       bool                  `json:"disabled"`
	Impersonation  UserImpersonationInfo `json:"impersonation"`
}

UserImpersonation The info returned when impersonating a GitBook User.

func NewUserImpersonation ¶

func NewUserImpersonation(id string, riskEvaluation UserRiskEvaluation, authProviders []FirebaseUserInfo, createdAt string, lastSignInAt string, disabled bool, impersonation UserImpersonationInfo) *UserImpersonation

NewUserImpersonation instantiates a new UserImpersonation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserImpersonationWithDefaults ¶

func NewUserImpersonationWithDefaults() *UserImpersonation

NewUserImpersonationWithDefaults instantiates a new UserImpersonation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserImpersonation) GetAuthProviders ¶

func (o *UserImpersonation) GetAuthProviders() []FirebaseUserInfo

GetAuthProviders returns the AuthProviders field value

func (*UserImpersonation) GetAuthProvidersOk ¶

func (o *UserImpersonation) GetAuthProvidersOk() ([]FirebaseUserInfo, bool)

GetAuthProvidersOk returns a tuple with the AuthProviders field value and a boolean to check if the value has been set.

func (*UserImpersonation) GetCreatedAt ¶

func (o *UserImpersonation) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field value

func (*UserImpersonation) GetCreatedAtOk ¶

func (o *UserImpersonation) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*UserImpersonation) GetDisabled ¶

func (o *UserImpersonation) GetDisabled() bool

GetDisabled returns the Disabled field value

func (*UserImpersonation) GetDisabledOk ¶

func (o *UserImpersonation) GetDisabledOk() (*bool, bool)

GetDisabledOk returns a tuple with the Disabled field value and a boolean to check if the value has been set.

func (*UserImpersonation) GetId ¶

func (o *UserImpersonation) GetId() string

GetId returns the Id field value

func (*UserImpersonation) GetIdOk ¶

func (o *UserImpersonation) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UserImpersonation) GetImpersonation ¶

func (o *UserImpersonation) GetImpersonation() UserImpersonationInfo

GetImpersonation returns the Impersonation field value

func (*UserImpersonation) GetImpersonationOk ¶

func (o *UserImpersonation) GetImpersonationOk() (*UserImpersonationInfo, bool)

GetImpersonationOk returns a tuple with the Impersonation field value and a boolean to check if the value has been set.

func (*UserImpersonation) GetLastSignInAt ¶

func (o *UserImpersonation) GetLastSignInAt() string

GetLastSignInAt returns the LastSignInAt field value

func (*UserImpersonation) GetLastSignInAtOk ¶

func (o *UserImpersonation) GetLastSignInAtOk() (*string, bool)

GetLastSignInAtOk returns a tuple with the LastSignInAt field value and a boolean to check if the value has been set.

func (*UserImpersonation) GetRiskEvaluation ¶

func (o *UserImpersonation) GetRiskEvaluation() UserRiskEvaluation

GetRiskEvaluation returns the RiskEvaluation field value

func (*UserImpersonation) GetRiskEvaluationOk ¶

func (o *UserImpersonation) GetRiskEvaluationOk() (*UserRiskEvaluation, bool)

GetRiskEvaluationOk returns a tuple with the RiskEvaluation field value and a boolean to check if the value has been set.

func (UserImpersonation) MarshalJSON ¶

func (o UserImpersonation) MarshalJSON() ([]byte, error)

func (*UserImpersonation) SetAuthProviders ¶

func (o *UserImpersonation) SetAuthProviders(v []FirebaseUserInfo)

SetAuthProviders sets field value

func (*UserImpersonation) SetCreatedAt ¶

func (o *UserImpersonation) SetCreatedAt(v string)

SetCreatedAt sets field value

func (*UserImpersonation) SetDisabled ¶

func (o *UserImpersonation) SetDisabled(v bool)

SetDisabled sets field value

func (*UserImpersonation) SetId ¶

func (o *UserImpersonation) SetId(v string)

SetId sets field value

func (*UserImpersonation) SetImpersonation ¶

func (o *UserImpersonation) SetImpersonation(v UserImpersonationInfo)

SetImpersonation sets field value

func (*UserImpersonation) SetLastSignInAt ¶

func (o *UserImpersonation) SetLastSignInAt(v string)

SetLastSignInAt sets field value

func (*UserImpersonation) SetRiskEvaluation ¶

func (o *UserImpersonation) SetRiskEvaluation(v UserRiskEvaluation)

SetRiskEvaluation sets field value

func (UserImpersonation) ToMap ¶

func (o UserImpersonation) ToMap() (map[string]interface{}, error)

type UserImpersonationAllOf ¶

type UserImpersonationAllOf struct {
	Impersonation UserImpersonationInfo `json:"impersonation"`
}

UserImpersonationAllOf struct for UserImpersonationAllOf

func NewUserImpersonationAllOf ¶

func NewUserImpersonationAllOf(impersonation UserImpersonationInfo) *UserImpersonationAllOf

NewUserImpersonationAllOf instantiates a new UserImpersonationAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserImpersonationAllOfWithDefaults ¶

func NewUserImpersonationAllOfWithDefaults() *UserImpersonationAllOf

NewUserImpersonationAllOfWithDefaults instantiates a new UserImpersonationAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserImpersonationAllOf) GetImpersonation ¶

func (o *UserImpersonationAllOf) GetImpersonation() UserImpersonationInfo

GetImpersonation returns the Impersonation field value

func (*UserImpersonationAllOf) GetImpersonationOk ¶

func (o *UserImpersonationAllOf) GetImpersonationOk() (*UserImpersonationInfo, bool)

GetImpersonationOk returns a tuple with the Impersonation field value and a boolean to check if the value has been set.

func (UserImpersonationAllOf) MarshalJSON ¶

func (o UserImpersonationAllOf) MarshalJSON() ([]byte, error)

func (*UserImpersonationAllOf) SetImpersonation ¶

func (o *UserImpersonationAllOf) SetImpersonation(v UserImpersonationInfo)

SetImpersonation sets field value

func (UserImpersonationAllOf) ToMap ¶

func (o UserImpersonationAllOf) ToMap() (map[string]interface{}, error)

type UserImpersonationInfo ¶

type UserImpersonationInfo struct {
	AuthURL        string `json:"authURL"`
	ImpersonatorId string `json:"impersonatorId"`
}

UserImpersonationInfo The GitBook User impersonation info.

func NewUserImpersonationInfo ¶

func NewUserImpersonationInfo(authURL string, impersonatorId string) *UserImpersonationInfo

NewUserImpersonationInfo instantiates a new UserImpersonationInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserImpersonationInfoWithDefaults ¶

func NewUserImpersonationInfoWithDefaults() *UserImpersonationInfo

NewUserImpersonationInfoWithDefaults instantiates a new UserImpersonationInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserImpersonationInfo) GetAuthURL ¶

func (o *UserImpersonationInfo) GetAuthURL() string

GetAuthURL returns the AuthURL field value

func (*UserImpersonationInfo) GetAuthURLOk ¶

func (o *UserImpersonationInfo) GetAuthURLOk() (*string, bool)

GetAuthURLOk returns a tuple with the AuthURL field value and a boolean to check if the value has been set.

func (*UserImpersonationInfo) GetImpersonatorId ¶

func (o *UserImpersonationInfo) GetImpersonatorId() string

GetImpersonatorId returns the ImpersonatorId field value

func (*UserImpersonationInfo) GetImpersonatorIdOk ¶

func (o *UserImpersonationInfo) GetImpersonatorIdOk() (*string, bool)

GetImpersonatorIdOk returns a tuple with the ImpersonatorId field value and a boolean to check if the value has been set.

func (UserImpersonationInfo) MarshalJSON ¶

func (o UserImpersonationInfo) MarshalJSON() ([]byte, error)

func (*UserImpersonationInfo) SetAuthURL ¶

func (o *UserImpersonationInfo) SetAuthURL(v string)

SetAuthURL sets field value

func (*UserImpersonationInfo) SetImpersonatorId ¶

func (o *UserImpersonationInfo) SetImpersonatorId(v string)

SetImpersonatorId sets field value

func (UserImpersonationInfo) ToMap ¶

func (o UserImpersonationInfo) ToMap() (map[string]interface{}, error)

type UserRiskEvaluation ¶

type UserRiskEvaluation struct {
	// True if the user was originally considered as risky
	WasRisky bool `json:"wasRisky"`
	// True if the user is currently considered as risky
	IsRisky bool `json:"isRisky"`
	// True if the user went through the verification process
	IsVerified bool `json:"isVerified"`
	// Risk score of the user
	RiskScore float32 `json:"riskScore"`
	// Number of verification steps completed by the user
	CompletedSteps float32 `json:"completedSteps"`
	// Total number of verification steps expected
	ExpectedSteps float32 `json:"expectedSteps"`
	// User completed the Google Account verification step
	GoogleLogin bool `json:"googleLogin"`
	// User completed the GitHub Account verification step
	GithubLogin bool `json:"githubLogin"`
	// User completed the Email verification step
	EmailVerified       bool    `json:"emailVerified"`
	ActiveDaysRemaining float32 `json:"activeDaysRemaining"`
}

UserRiskEvaluation The GitBook User risk evaluation.

func NewUserRiskEvaluation ¶

func NewUserRiskEvaluation(wasRisky bool, isRisky bool, isVerified bool, riskScore float32, completedSteps float32, expectedSteps float32, googleLogin bool, githubLogin bool, emailVerified bool, activeDaysRemaining float32) *UserRiskEvaluation

NewUserRiskEvaluation instantiates a new UserRiskEvaluation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserRiskEvaluationWithDefaults ¶

func NewUserRiskEvaluationWithDefaults() *UserRiskEvaluation

NewUserRiskEvaluationWithDefaults instantiates a new UserRiskEvaluation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserRiskEvaluation) GetActiveDaysRemaining ¶

func (o *UserRiskEvaluation) GetActiveDaysRemaining() float32

GetActiveDaysRemaining returns the ActiveDaysRemaining field value

func (*UserRiskEvaluation) GetActiveDaysRemainingOk ¶

func (o *UserRiskEvaluation) GetActiveDaysRemainingOk() (*float32, bool)

GetActiveDaysRemainingOk returns a tuple with the ActiveDaysRemaining field value and a boolean to check if the value has been set.

func (*UserRiskEvaluation) GetCompletedSteps ¶

func (o *UserRiskEvaluation) GetCompletedSteps() float32

GetCompletedSteps returns the CompletedSteps field value

func (*UserRiskEvaluation) GetCompletedStepsOk ¶

func (o *UserRiskEvaluation) GetCompletedStepsOk() (*float32, bool)

GetCompletedStepsOk returns a tuple with the CompletedSteps field value and a boolean to check if the value has been set.

func (*UserRiskEvaluation) GetEmailVerified ¶

func (o *UserRiskEvaluation) GetEmailVerified() bool

GetEmailVerified returns the EmailVerified field value

func (*UserRiskEvaluation) GetEmailVerifiedOk ¶

func (o *UserRiskEvaluation) GetEmailVerifiedOk() (*bool, bool)

GetEmailVerifiedOk returns a tuple with the EmailVerified field value and a boolean to check if the value has been set.

func (*UserRiskEvaluation) GetExpectedSteps ¶

func (o *UserRiskEvaluation) GetExpectedSteps() float32

GetExpectedSteps returns the ExpectedSteps field value

func (*UserRiskEvaluation) GetExpectedStepsOk ¶

func (o *UserRiskEvaluation) GetExpectedStepsOk() (*float32, bool)

GetExpectedStepsOk returns a tuple with the ExpectedSteps field value and a boolean to check if the value has been set.

func (*UserRiskEvaluation) GetGithubLogin ¶

func (o *UserRiskEvaluation) GetGithubLogin() bool

GetGithubLogin returns the GithubLogin field value

func (*UserRiskEvaluation) GetGithubLoginOk ¶

func (o *UserRiskEvaluation) GetGithubLoginOk() (*bool, bool)

GetGithubLoginOk returns a tuple with the GithubLogin field value and a boolean to check if the value has been set.

func (*UserRiskEvaluation) GetGoogleLogin ¶

func (o *UserRiskEvaluation) GetGoogleLogin() bool

GetGoogleLogin returns the GoogleLogin field value

func (*UserRiskEvaluation) GetGoogleLoginOk ¶

func (o *UserRiskEvaluation) GetGoogleLoginOk() (*bool, bool)

GetGoogleLoginOk returns a tuple with the GoogleLogin field value and a boolean to check if the value has been set.

func (*UserRiskEvaluation) GetIsRisky ¶

func (o *UserRiskEvaluation) GetIsRisky() bool

GetIsRisky returns the IsRisky field value

func (*UserRiskEvaluation) GetIsRiskyOk ¶

func (o *UserRiskEvaluation) GetIsRiskyOk() (*bool, bool)

GetIsRiskyOk returns a tuple with the IsRisky field value and a boolean to check if the value has been set.

func (*UserRiskEvaluation) GetIsVerified ¶

func (o *UserRiskEvaluation) GetIsVerified() bool

GetIsVerified returns the IsVerified field value

func (*UserRiskEvaluation) GetIsVerifiedOk ¶

func (o *UserRiskEvaluation) GetIsVerifiedOk() (*bool, bool)

GetIsVerifiedOk returns a tuple with the IsVerified field value and a boolean to check if the value has been set.

func (*UserRiskEvaluation) GetRiskScore ¶

func (o *UserRiskEvaluation) GetRiskScore() float32

GetRiskScore returns the RiskScore field value

func (*UserRiskEvaluation) GetRiskScoreOk ¶

func (o *UserRiskEvaluation) GetRiskScoreOk() (*float32, bool)

GetRiskScoreOk returns a tuple with the RiskScore field value and a boolean to check if the value has been set.

func (*UserRiskEvaluation) GetWasRisky ¶

func (o *UserRiskEvaluation) GetWasRisky() bool

GetWasRisky returns the WasRisky field value

func (*UserRiskEvaluation) GetWasRiskyOk ¶

func (o *UserRiskEvaluation) GetWasRiskyOk() (*bool, bool)

GetWasRiskyOk returns a tuple with the WasRisky field value and a boolean to check if the value has been set.

func (UserRiskEvaluation) MarshalJSON ¶

func (o UserRiskEvaluation) MarshalJSON() ([]byte, error)

func (*UserRiskEvaluation) SetActiveDaysRemaining ¶

func (o *UserRiskEvaluation) SetActiveDaysRemaining(v float32)

SetActiveDaysRemaining sets field value

func (*UserRiskEvaluation) SetCompletedSteps ¶

func (o *UserRiskEvaluation) SetCompletedSteps(v float32)

SetCompletedSteps sets field value

func (*UserRiskEvaluation) SetEmailVerified ¶

func (o *UserRiskEvaluation) SetEmailVerified(v bool)

SetEmailVerified sets field value

func (*UserRiskEvaluation) SetExpectedSteps ¶

func (o *UserRiskEvaluation) SetExpectedSteps(v float32)

SetExpectedSteps sets field value

func (*UserRiskEvaluation) SetGithubLogin ¶

func (o *UserRiskEvaluation) SetGithubLogin(v bool)

SetGithubLogin sets field value

func (*UserRiskEvaluation) SetGoogleLogin ¶

func (o *UserRiskEvaluation) SetGoogleLogin(v bool)

SetGoogleLogin sets field value

func (*UserRiskEvaluation) SetIsRisky ¶

func (o *UserRiskEvaluation) SetIsRisky(v bool)

SetIsRisky sets field value

func (*UserRiskEvaluation) SetIsVerified ¶

func (o *UserRiskEvaluation) SetIsVerified(v bool)

SetIsVerified sets field value

func (*UserRiskEvaluation) SetRiskScore ¶

func (o *UserRiskEvaluation) SetRiskScore(v float32)

SetRiskScore sets field value

func (*UserRiskEvaluation) SetWasRisky ¶

func (o *UserRiskEvaluation) SetWasRisky(v bool)

SetWasRisky sets field value

func (UserRiskEvaluation) ToMap ¶

func (o UserRiskEvaluation) ToMap() (map[string]interface{}, error)

type UserTarget ¶

type UserTarget struct {
	User string `json:"user"`
}

UserTarget struct for UserTarget

func NewUserTarget ¶

func NewUserTarget(user string) *UserTarget

NewUserTarget instantiates a new UserTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserTargetWithDefaults ¶

func NewUserTargetWithDefaults() *UserTarget

NewUserTargetWithDefaults instantiates a new UserTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserTarget) GetUser ¶

func (o *UserTarget) GetUser() string

GetUser returns the User field value

func (*UserTarget) GetUserOk ¶

func (o *UserTarget) GetUserOk() (*string, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (UserTarget) MarshalJSON ¶

func (o UserTarget) MarshalJSON() ([]byte, error)

func (*UserTarget) SetUser ¶

func (o *UserTarget) SetUser(v string)

SetUser sets field value

func (UserTarget) ToMap ¶

func (o UserTarget) ToMap() (map[string]interface{}, error)

type UsersApiGetAuthenticatedUserRequest ¶

type UsersApiGetAuthenticatedUserRequest struct {
	ApiService *UsersApiService
	// contains filtered or unexported fields
}

func (UsersApiGetAuthenticatedUserRequest) Execute ¶

type UsersApiGetUserByIdRequest ¶

type UsersApiGetUserByIdRequest struct {
	ApiService *UsersApiService
	// contains filtered or unexported fields
}

func (UsersApiGetUserByIdRequest) Execute ¶

type UsersApiListSpacesForAuthenticatedUserRequest ¶

type UsersApiListSpacesForAuthenticatedUserRequest struct {
	ApiService *UsersApiService
	// contains filtered or unexported fields
}

func (UsersApiListSpacesForAuthenticatedUserRequest) Execute ¶

func (UsersApiListSpacesForAuthenticatedUserRequest) Limit ¶

The number of results per page

func (UsersApiListSpacesForAuthenticatedUserRequest) Page ¶

Identifier of the page results to fetch.

type UsersApiService ¶

type UsersApiService service

UsersApiService UsersApi service

func (*UsersApiService) GetAuthenticatedUser ¶

GetAuthenticatedUser Get profile of authenticated user

Returns details about the user associated with the authentication provided in the request's authorization header.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return UsersApiGetAuthenticatedUserRequest

func (*UsersApiService) GetAuthenticatedUserExecute ¶

func (a *UsersApiService) GetAuthenticatedUserExecute(r UsersApiGetAuthenticatedUserRequest) (*User, *http.Response, error)

Execute executes the request

@return User

func (*UsersApiService) GetUserById ¶

func (a *UsersApiService) GetUserById(ctx context.Context, userId string) UsersApiGetUserByIdRequest

GetUserById Get a user by its ID

Provides publicly available information about someone with a GitBook account.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique ID of the User
@return UsersApiGetUserByIdRequest

func (*UsersApiService) GetUserByIdExecute ¶

func (a *UsersApiService) GetUserByIdExecute(r UsersApiGetUserByIdRequest) (*User, *http.Response, error)

Execute executes the request

@return User

func (*UsersApiService) ListSpacesForAuthenticatedUser ¶

func (a *UsersApiService) ListSpacesForAuthenticatedUser(ctx context.Context) UsersApiListSpacesForAuthenticatedUserRequest

ListSpacesForAuthenticatedUser List spaces for the authenticated user

Lists spaces that the authenticated user explicitly own.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return UsersApiListSpacesForAuthenticatedUserRequest

func (*UsersApiService) ListSpacesForAuthenticatedUserExecute ¶

Execute executes the request

@return ListSpacesForAuthenticatedUser200Response

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL