client

package
v0.0.0-...-d59ed34 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: BSD-2-Clause 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")

	// ContextDatabaseToken takes a database token as authentication for the request.
	ContextDatabaseToken = contextKey("databasetoken")

	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// 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 AllowedAggregationRawTypeEnumEnumValues = []AggregationRawTypeEnum{
	"empty_count",
	"not_empty_count",
	"unique_count",
	"min",
	"max",
	"sum",
	"average",
	"median",
	"decile",
	"variance",
	"std_dev",
}

All allowed values of AggregationRawTypeEnum enum

View Source
var AllowedApplicationCreateTypeEnumEnumValues = []ApplicationCreateTypeEnum{
	"database",
}

All allowed values of ApplicationCreateTypeEnum enum

View Source
var AllowedArrayFormulaTypeEnumEnumValues = []ArrayFormulaTypeEnum{
	"invalid",
	"text",
	"char",
	"link",
	"date_interval",
	"date",
	"boolean",
	"number",
	"single_select",
}

All allowed values of ArrayFormulaTypeEnum enum

View Source
var AllowedBlankEnumEnumValues = []BlankEnum{
	"",
}

All allowed values of BlankEnum enum

View Source
var AllowedConditionTypeEnumEnumValues = []ConditionTypeEnum{
	"AND",
	"OR",
}

All allowed values of ConditionTypeEnum enum

View Source
var AllowedCsvColumnSeparatorEnumEnumValues = []CsvColumnSeparatorEnum{
	",",
	";",
	"|",
	"tab",
	"record_separator",
	"unit_separator",
}

All allowed values of CsvColumnSeparatorEnum enum

View Source
var AllowedDateFormatEnumEnumValues = []DateFormatEnum{
	"EU",
	"US",
	"ISO",
}

All allowed values of DateFormatEnum enum

View Source
var AllowedDateTimeFormatEnumEnumValues = []DateTimeFormatEnum{
	"24",
	"12",
}

All allowed values of DateTimeFormatEnum enum

View Source
var AllowedEventTypeEnumEnumValues = []EventTypeEnum{
	"rows.created",
	"row.created",
	"rows.updated",
	"row.updated",
	"rows.deleted",
	"row.deleted",
}

All allowed values of EventTypeEnum enum

View Source
var AllowedEventTypesEnumEnumValues = []EventTypesEnum{
	"rows.created",
	"rows.updated",
	"rows.deleted",
}

All allowed values of EventTypesEnum enum

View Source
var AllowedEvents3eaEnumEnumValues = []Events3eaEnum{
	"rows.created",
	"row.created",
	"rows.updated",
	"row.updated",
	"rows.deleted",
	"row.deleted",
}

All allowed values of Events3eaEnum enum

View Source
var AllowedExportCharsetEnumEnumValues = []ExportCharsetEnum{
	"utf-8",
	"iso-8859-6",
	"windows-1256",
	"iso-8859-4",
	"windows-1257",
	"iso-8859-14",
	"iso-8859-2",
	"windows-1250",
	"gbk",
	"gb18030",
	"big5",
	"koi8-r",
	"koi8-u",
	"iso-8859-5",
	"windows-1251",
	"x-mac-cyrillic",
	"iso-8859-7",
	"windows-1253",
	"iso-8859-8",
	"windows-1255",
	"euc-jp",
	"iso-2022-jp",
	"shift-jis",
	"euc-kr",
	"macintosh",
	"iso-8859-10",
	"iso-8859-16",
	"windows-874",
	"windows-1254",
	"windows-1258",
	"iso-8859-1",
	"windows-1252",
	"iso-8859-3",
}

All allowed values of ExportCharsetEnum enum

View Source
var AllowedExporterTypeEnumEnumValues = []ExporterTypeEnum{
	"csv",
	"json",
	"xml",
}

All allowed values of ExporterTypeEnum enum

View Source
var AllowedFilterActionTypeEnumEnumValues = []FilterActionTypeEnum{
	"create_group",
	"delete_group",
	"update_group",
	"order_groups",
	"create_application",
	"update_application",
	"delete_application",
	"order_applications",
	"duplicate_application",
	"install_template",
	"create_group_invitation",
	"delete_group_invitation",
	"accept_group_invitation",
	"reject_group_invitation",
	"update_group_invitation_permissions",
	"leave_group",
	"create_snapshot",
	"delete_snapshot",
	"restore_snapshot",
	"empty_trash",
	"restore_from_trash",
	"create_user",
	"update_user",
	"schedule_user_deletion",
	"cancel_user_deletion",
	"sign_in_user",
	"change_user_password",
	"send_reset_user_password",
	"reset_user_password",
	"create_db_token",
	"update_db_token_name",
	"update_db_token_permissions",
	"rotate_db_token_key",
	"delete_db_token_key",
	"create_webhook",
	"delete_webhook",
	"update_webhook",
	"export_table",
	"import_database_from_airtable",
	"create_table",
	"delete_table",
	"order_tables",
	"update_table",
	"duplicate_table",
	"create_row",
	"create_rows",
	"import_rows",
	"delete_row",
	"delete_rows",
	"move_row",
	"update_row",
	"update_rows",
	"create_view",
	"duplicate_view",
	"delete_view",
	"order_views",
	"update_view",
	"create_view_filter",
	"update_view_filter",
	"delete_view_filter",
	"create_view_sort",
	"update_view_sort",
	"delete_view_sort",
	"rotate_view_slug",
	"update_view_field_options",
	"create_decoration",
	"update_decoration",
	"delete_decoration",
	"create_field",
	"delete_field",
	"update_field",
	"duplicate_field",
	"create_row_comment",
	"create_team",
	"update_team",
	"delete_team",
	"create_team_subject",
	"delete_team_subject",
	"batch_assign_role",
}

All allowed values of FilterActionTypeEnum enum

View Source
var AllowedFormulaTypeEnumEnumValues = []FormulaTypeEnum{
	"invalid",
	"text",
	"char",
	"link",
	"date_interval",
	"date",
	"boolean",
	"number",
	"array",
	"single_select",
}

All allowed values of FormulaTypeEnum enum

View Source
var AllowedIdEnumEnumValues = []IdEnum{
	"create_group",
	"delete_group",
	"update_group",
	"order_groups",
	"create_application",
	"update_application",
	"delete_application",
	"order_applications",
	"duplicate_application",
	"install_template",
	"create_group_invitation",
	"delete_group_invitation",
	"accept_group_invitation",
	"reject_group_invitation",
	"update_group_invitation_permissions",
	"leave_group",
	"create_snapshot",
	"delete_snapshot",
	"restore_snapshot",
	"empty_trash",
	"restore_from_trash",
	"create_user",
	"update_user",
	"schedule_user_deletion",
	"cancel_user_deletion",
	"sign_in_user",
	"change_user_password",
	"send_reset_user_password",
	"reset_user_password",
	"create_db_token",
	"update_db_token_name",
	"update_db_token_permissions",
	"rotate_db_token_key",
	"delete_db_token_key",
	"create_webhook",
	"delete_webhook",
	"update_webhook",
	"export_table",
	"import_database_from_airtable",
	"create_table",
	"delete_table",
	"order_tables",
	"update_table",
	"duplicate_table",
	"create_row",
	"create_rows",
	"import_rows",
	"delete_row",
	"delete_rows",
	"move_row",
	"update_row",
	"update_rows",
	"create_view",
	"duplicate_view",
	"delete_view",
	"order_views",
	"update_view",
	"create_view_filter",
	"update_view_filter",
	"delete_view_filter",
	"create_view_sort",
	"update_view_sort",
	"delete_view_sort",
	"rotate_view_slug",
	"update_view_field_options",
	"create_decoration",
	"update_decoration",
	"delete_decoration",
	"create_field",
	"delete_field",
	"update_field",
	"duplicate_field",
	"create_row_comment",
	"create_team",
	"update_team",
	"delete_team",
	"create_team_subject",
	"delete_team_subject",
	"batch_assign_role",
}

All allowed values of IdEnum enum

View Source
var AllowedModeEnumEnumValues = []ModeEnum{
	"form",
	"survey",
}

All allowed values of ModeEnum enum

View Source
var AllowedNullEnumEnumValues = []NullEnum{
	"null",
}

All allowed values of NullEnum enum

View Source
var AllowedNumberDecimalPlacesEnumEnumValues = []NumberDecimalPlacesEnum{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
	7,
	8,
	9,
	10,
}

All allowed values of NumberDecimalPlacesEnum enum

View Source
var AllowedOrderEnumEnumValues = []OrderEnum{
	"ASC",
	"DESC",
}

All allowed values of OrderEnum enum

View Source
var AllowedOwnershipTypeEnumEnumValues = []OwnershipTypeEnum{
	"collaborative",
	"personal",
}

All allowed values of OwnershipTypeEnum enum

View Source
var AllowedRequestMethodEnumEnumValues = []RequestMethodEnum{
	"POST",
	"GET",
	"PUT",
	"PATCH",
	"DELETE",
}

All allowed values of RequestMethodEnum enum

View Source
var AllowedRowIdentifierTypeEnumEnumValues = []RowIdentifierTypeEnum{
	"id",
	"count",
}

All allowed values of RowIdentifierTypeEnum enum

View Source
var AllowedScopeTypeEnumEnumValues = []ScopeTypeEnum{
	"core",
	"application",
	"workspace",
	"workspace_invitation",
	"snapshot",
	"workspace_user",
	"database",
	"database_table",
	"database_field",
	"database_view",
	"database_view_decoration",
	"database_view_sort",
	"database_view_filter",
	"token",
	"team",
	"team_subject",
	"license",
}

All allowed values of ScopeTypeEnum enum

View Source
var AllowedStateEnumEnumValues = []StateEnum{
	"pending",
	"exporting",
	"cancelled",
	"finished",
	"failed",
	"expired",
}

All allowed values of StateEnum enum

View Source
var AllowedStyleEnumEnumValues = []StyleEnum{
	"star",
	"heart",
	"thumbs-up",
	"flag",
	"smile",
}

All allowed values of StyleEnum enum

View Source
var AllowedSubjectType3ffEnumEnumValues = []SubjectType3ffEnum{
	"auth.User",
}

All allowed values of SubjectType3ffEnum enum

View Source
var AllowedSubjectType6dcEnumEnumValues = []SubjectType6dcEnum{
	"auth.User",
	"anonymous",
	"core.Token",
	"baserow_enterprise.Team",
}

All allowed values of SubjectType6dcEnum enum

View Source
var AllowedSubmitActionEnumEnumValues = []SubmitActionEnum{
	"MESSAGE",
	"REDIRECT",
}

All allowed values of SubmitActionEnum enum

View Source
var AllowedTrashItemTypeEnumEnumValues = []TrashItemTypeEnum{
	"workspace",
	"application",
	"group",
	"table",
	"field",
	"row",
	"rows",
	"view",
	"team",
}

All allowed values of TrashItemTypeEnum enum

View Source
var AllowedType4afEnumEnumValues = []Type4afEnum{
	"duplicate_application",
	"install_template",
	"create_snapshot",
	"restore_snapshot",
	"airtable",
	"file_import",
	"duplicate_table",
	"duplicate_field",
	"audit_log_export",
}

All allowed values of Type4afEnum enum

View Source
var AllowedType51aEnumEnumValues = []Type51aEnum{
	"equal",
	"not_equal",
	"filename_contains",
	"has_file_type",
	"contains",
	"contains_not",
	"contains_word",
	"doesnt_contain_word",
	"length_is_lower_than",
	"higher_than",
	"lower_than",
	"date_equal",
	"date_before",
	"date_before_or_equal",
	"date_after",
	"date_after_or_equal",
	"date_not_equal",
	"date_equals_today",
	"date_before_today",
	"date_after_today",
	"date_within_days",
	"date_within_weeks",
	"date_within_months",
	"date_equals_days_ago",
	"date_equals_months_ago",
	"date_equals_years_ago",
	"date_equals_week",
	"date_equals_month",
	"date_equals_day_of_month",
	"date_equals_year",
	"single_select_equal",
	"single_select_not_equal",
	"link_row_has",
	"link_row_has_not",
	"link_row_contains",
	"link_row_not_contains",
	"boolean",
	"empty",
	"not_empty",
	"multiple_select_has",
	"multiple_select_has_not",
	"multiple_collaborators_has",
	"multiple_collaborators_has_not",
}

All allowed values of Type51aEnum enum

View Source
var AllowedType712EnumEnumValues = []Type712Enum{
	"text",
	"long_text",
	"url",
	"email",
	"number",
	"rating",
	"boolean",
	"date",
	"last_modified",
	"created_on",
	"link_row",
	"file",
	"single_select",
	"multiple_select",
	"phone_number",
	"formula",
	"count",
	"rollup",
	"lookup",
	"multiple_collaborators",
}

All allowed values of Type712Enum enum

View Source
var AllowedTypeFc4EnumEnumValues = []TypeFc4Enum{
	"left_border_color",
	"background_color",
}

All allowed values of TypeFc4Enum enum

View Source
var AllowedValueProviderTypeEnumEnumValues = []ValueProviderTypeEnum{
	"single_select_color",
	"conditional_color",
}

All allowed values of ValueProviderTypeEnum enum

View Source
var AllowedViewTypesEnumEnumValues = []ViewTypesEnum{
	"grid",
	"gallery",
	"form",
	"kanban",
	"calendar",
}

All allowed values of ViewTypesEnum 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 {
	AdminApi *AdminApiService

	DatabaseTableFieldsApi *DatabaseTableFieldsApiService

	DatabaseTableRowsApi *DatabaseTableRowsApiService

	DatabaseTableWebhooksApi *DatabaseTableWebhooksApiService

	DatabaseTablesApi *DatabaseTablesApiService

	DatabaseTokensApi *DatabaseTokensApiService

	UserApi *UserApiService

	UserFilesApi *UserFilesApiService

	WorkspaceInvitationsApi *WorkspaceInvitationsApiService

	WorkspacesApi *WorkspacesApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Baserow API spec API v1.18.0 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 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 AcceptWorkspaceInvitation400Response ¶

type AcceptWorkspaceInvitation400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

AcceptWorkspaceInvitation400Response struct for AcceptWorkspaceInvitation400Response

func NewAcceptWorkspaceInvitation400Response ¶

func NewAcceptWorkspaceInvitation400Response() *AcceptWorkspaceInvitation400Response

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

func NewAcceptWorkspaceInvitation400ResponseWithDefaults ¶

func NewAcceptWorkspaceInvitation400ResponseWithDefaults() *AcceptWorkspaceInvitation400Response

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

func (*AcceptWorkspaceInvitation400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*AcceptWorkspaceInvitation400Response) GetDetailOk ¶

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

func (*AcceptWorkspaceInvitation400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*AcceptWorkspaceInvitation400Response) GetErrorOk ¶

func (o *AcceptWorkspaceInvitation400Response) 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 (*AcceptWorkspaceInvitation400Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*AcceptWorkspaceInvitation400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (AcceptWorkspaceInvitation400Response) MarshalJSON ¶

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

func (*AcceptWorkspaceInvitation400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*AcceptWorkspaceInvitation400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (AcceptWorkspaceInvitation400Response) ToMap ¶

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

type Account ¶

type Account struct {
	FirstName string `json:"first_name"`
	// An ISO 639 language code (with optional variant) selected by the user. Ex: en-GB.
	Language *string `json:"language,omitempty"`
}

Account This serializer must be kept in sync with `UserSerializer`.

func NewAccount ¶

func NewAccount(firstName string) *Account

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

func NewAccountWithDefaults ¶

func NewAccountWithDefaults() *Account

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

func (*Account) GetFirstName ¶

func (o *Account) GetFirstName() string

GetFirstName returns the FirstName field value

func (*Account) GetFirstNameOk ¶

func (o *Account) GetFirstNameOk() (*string, bool)

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

func (*Account) GetLanguage ¶

func (o *Account) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise.

func (*Account) GetLanguageOk ¶

func (o *Account) GetLanguageOk() (*string, bool)

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

func (*Account) HasLanguage ¶

func (o *Account) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (Account) MarshalJSON ¶

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

func (*Account) SetFirstName ¶

func (o *Account) SetFirstName(v string)

SetFirstName sets field value

func (*Account) SetLanguage ¶

func (o *Account) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (Account) ToMap ¶

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

type ActionScopes ¶

type ActionScopes struct {
	// If set to true then actions registered in the root scope will be included when undoing or redoing.
	Root NullableBool `json:"root,omitempty"`
	// If set to a workspaces id then any actions directly related to that workspace will be be included when undoing or redoing.
	Workspace NullableInt32 `json:"workspace,omitempty"`
	// If set to a workspaces id then any actions directly related to that workspace will be be included when undoing or redoing.
	Group NullableInt32 `json:"group,omitempty"`
	// If set to an applications id then any actions directly related to that application will be be included when undoing or redoing.
	Application NullableInt32 `json:"application,omitempty"`
	// If set to a table id then any actions directly related to that table will be be included when undoing or redoing.
	Table NullableInt32 `json:"table,omitempty"`
	// If set to an view id then any actions directly related to that view will be be included when undoing or redoing.
	View NullableInt32 `json:"view,omitempty"`
	// If set to a workspace id then any actions directly related to that workspace will be be included when undoing or redoing.
	TeamsInWorkspace NullableInt32 `json:"teams_in_workspace,omitempty"`
}

ActionScopes Mixin to a DRF serializer class to raise an exception if data with unknown fields is provided to the serializer.

func NewActionScopes ¶

func NewActionScopes() *ActionScopes

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

func NewActionScopesWithDefaults ¶

func NewActionScopesWithDefaults() *ActionScopes

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

func (*ActionScopes) GetApplication ¶

func (o *ActionScopes) GetApplication() int32

GetApplication returns the Application field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ActionScopes) GetApplicationOk ¶

func (o *ActionScopes) GetApplicationOk() (*int32, bool)

GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ActionScopes) GetGroup ¶

func (o *ActionScopes) GetGroup() int32

GetGroup returns the Group field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ActionScopes) GetGroupOk ¶

func (o *ActionScopes) GetGroupOk() (*int32, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ActionScopes) GetRoot ¶

func (o *ActionScopes) GetRoot() bool

GetRoot returns the Root field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ActionScopes) GetRootOk ¶

func (o *ActionScopes) GetRootOk() (*bool, bool)

GetRootOk returns a tuple with the Root field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ActionScopes) GetTable ¶

func (o *ActionScopes) GetTable() int32

GetTable returns the Table field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ActionScopes) GetTableOk ¶

func (o *ActionScopes) GetTableOk() (*int32, bool)

GetTableOk returns a tuple with the Table field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ActionScopes) GetTeamsInWorkspace ¶

func (o *ActionScopes) GetTeamsInWorkspace() int32

GetTeamsInWorkspace returns the TeamsInWorkspace field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ActionScopes) GetTeamsInWorkspaceOk ¶

func (o *ActionScopes) GetTeamsInWorkspaceOk() (*int32, bool)

GetTeamsInWorkspaceOk returns a tuple with the TeamsInWorkspace field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ActionScopes) GetView ¶

func (o *ActionScopes) GetView() int32

GetView returns the View field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ActionScopes) GetViewOk ¶

func (o *ActionScopes) GetViewOk() (*int32, bool)

GetViewOk returns a tuple with the View field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ActionScopes) GetWorkspace ¶

func (o *ActionScopes) GetWorkspace() int32

GetWorkspace returns the Workspace field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ActionScopes) GetWorkspaceOk ¶

func (o *ActionScopes) GetWorkspaceOk() (*int32, bool)

GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ActionScopes) HasApplication ¶

func (o *ActionScopes) HasApplication() bool

HasApplication returns a boolean if a field has been set.

func (*ActionScopes) HasGroup ¶

func (o *ActionScopes) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*ActionScopes) HasRoot ¶

func (o *ActionScopes) HasRoot() bool

HasRoot returns a boolean if a field has been set.

func (*ActionScopes) HasTable ¶

func (o *ActionScopes) HasTable() bool

HasTable returns a boolean if a field has been set.

func (*ActionScopes) HasTeamsInWorkspace ¶

func (o *ActionScopes) HasTeamsInWorkspace() bool

HasTeamsInWorkspace returns a boolean if a field has been set.

func (*ActionScopes) HasView ¶

func (o *ActionScopes) HasView() bool

HasView returns a boolean if a field has been set.

func (*ActionScopes) HasWorkspace ¶

func (o *ActionScopes) HasWorkspace() bool

HasWorkspace returns a boolean if a field has been set.

func (ActionScopes) MarshalJSON ¶

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

func (*ActionScopes) SetApplication ¶

func (o *ActionScopes) SetApplication(v int32)

SetApplication gets a reference to the given NullableInt32 and assigns it to the Application field.

func (*ActionScopes) SetApplicationNil ¶

func (o *ActionScopes) SetApplicationNil()

SetApplicationNil sets the value for Application to be an explicit nil

func (*ActionScopes) SetGroup ¶

func (o *ActionScopes) SetGroup(v int32)

SetGroup gets a reference to the given NullableInt32 and assigns it to the Group field.

func (*ActionScopes) SetGroupNil ¶

func (o *ActionScopes) SetGroupNil()

SetGroupNil sets the value for Group to be an explicit nil

func (*ActionScopes) SetRoot ¶

func (o *ActionScopes) SetRoot(v bool)

SetRoot gets a reference to the given NullableBool and assigns it to the Root field.

func (*ActionScopes) SetRootNil ¶

func (o *ActionScopes) SetRootNil()

SetRootNil sets the value for Root to be an explicit nil

func (*ActionScopes) SetTable ¶

func (o *ActionScopes) SetTable(v int32)

SetTable gets a reference to the given NullableInt32 and assigns it to the Table field.

func (*ActionScopes) SetTableNil ¶

func (o *ActionScopes) SetTableNil()

SetTableNil sets the value for Table to be an explicit nil

func (*ActionScopes) SetTeamsInWorkspace ¶

func (o *ActionScopes) SetTeamsInWorkspace(v int32)

SetTeamsInWorkspace gets a reference to the given NullableInt32 and assigns it to the TeamsInWorkspace field.

func (*ActionScopes) SetTeamsInWorkspaceNil ¶

func (o *ActionScopes) SetTeamsInWorkspaceNil()

SetTeamsInWorkspaceNil sets the value for TeamsInWorkspace to be an explicit nil

func (*ActionScopes) SetView ¶

func (o *ActionScopes) SetView(v int32)

SetView gets a reference to the given NullableInt32 and assigns it to the View field.

func (*ActionScopes) SetViewNil ¶

func (o *ActionScopes) SetViewNil()

SetViewNil sets the value for View to be an explicit nil

func (*ActionScopes) SetWorkspace ¶

func (o *ActionScopes) SetWorkspace(v int32)

SetWorkspace gets a reference to the given NullableInt32 and assigns it to the Workspace field.

func (*ActionScopes) SetWorkspaceNil ¶

func (o *ActionScopes) SetWorkspaceNil()

SetWorkspaceNil sets the value for Workspace to be an explicit nil

func (ActionScopes) ToMap ¶

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

func (*ActionScopes) UnsetApplication ¶

func (o *ActionScopes) UnsetApplication()

UnsetApplication ensures that no value is present for Application, not even an explicit nil

func (*ActionScopes) UnsetGroup ¶

func (o *ActionScopes) UnsetGroup()

UnsetGroup ensures that no value is present for Group, not even an explicit nil

func (*ActionScopes) UnsetRoot ¶

func (o *ActionScopes) UnsetRoot()

UnsetRoot ensures that no value is present for Root, not even an explicit nil

func (*ActionScopes) UnsetTable ¶

func (o *ActionScopes) UnsetTable()

UnsetTable ensures that no value is present for Table, not even an explicit nil

func (*ActionScopes) UnsetTeamsInWorkspace ¶

func (o *ActionScopes) UnsetTeamsInWorkspace()

UnsetTeamsInWorkspace ensures that no value is present for TeamsInWorkspace, not even an explicit nil

func (*ActionScopes) UnsetView ¶

func (o *ActionScopes) UnsetView()

UnsetView ensures that no value is present for View, not even an explicit nil

func (*ActionScopes) UnsetWorkspace ¶

func (o *ActionScopes) UnsetWorkspace()

UnsetWorkspace ensures that no value is present for Workspace, not even an explicit nil

type AdminApiService ¶

type AdminApiService service

AdminApiService AdminApi service

func (*AdminApiService) AdminDeleteUser ¶

func (a *AdminApiService) AdminDeleteUser(ctx context.Context, userId int32) ApiAdminDeleteUserRequest

AdminDeleteUser Method for AdminDeleteUser

Deletes the specified user, if the requesting user has admin permissions. You cannot delete yourself.

This is a **premium** feature.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The id of the user to delete
@return ApiAdminDeleteUserRequest

func (*AdminApiService) AdminDeleteUserExecute ¶

func (a *AdminApiService) AdminDeleteUserExecute(r ApiAdminDeleteUserRequest) (*http.Response, error)

Execute executes the request

func (*AdminApiService) AdminEditUser ¶

func (a *AdminApiService) AdminEditUser(ctx context.Context, userId int32) ApiAdminEditUserRequest

AdminEditUser Method for AdminEditUser

Updates specified user attributes and returns the updated user if the requesting user is staff. You cannot update yourself to no longer be an admin or active.

This is a **premium** feature.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The id of the user to edit
@return ApiAdminEditUserRequest

func (*AdminApiService) AdminEditUserExecute ¶

Execute executes the request

@return UserAdminResponse

func (*AdminApiService) AdminImpersonateUser ¶

func (a *AdminApiService) AdminImpersonateUser(ctx context.Context) ApiAdminImpersonateUserRequest

AdminImpersonateUser Method for AdminImpersonateUser

This endpoint allows staff to impersonate another user by requesting a JWT token and user object. The requesting user must have staff access in order to do this. It's not possible to impersonate a superuser or staff.

This is a **premium** feature.

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

func (*AdminApiService) AdminImpersonateUserExecute ¶

Execute executes the request

@return AdminImpersonateUser200Response

func (*AdminApiService) AdminListUsers ¶

AdminListUsers Method for AdminListUsers

Returns all users with detailed information on each user, if the requesting user is staff.

This is a **premium** feature.

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

func (*AdminApiService) AdminListUsersExecute ¶

func (a *AdminApiService) AdminListUsersExecute(r ApiAdminListUsersRequest) ([]UserAdminResponse, *http.Response, error)

Execute executes the request

@return []UserAdminResponse

type AdminDashboard ¶

type AdminDashboard struct {
	TotalUsers                     int32                  `json:"total_users"`
	TotalGroups                    int32                  `json:"total_groups"`
	TotalWorkspaces                int32                  `json:"total_workspaces"`
	TotalApplications              int32                  `json:"total_applications"`
	NewUsersLast24Hours            int32                  `json:"new_users_last_24_hours"`
	NewUsersLast7Days              int32                  `json:"new_users_last_7_days"`
	NewUsersLast30Days             int32                  `json:"new_users_last_30_days"`
	PreviousNewUsersLast24Hours    int32                  `json:"previous_new_users_last_24_hours"`
	PreviousNewUsersLast7Days      int32                  `json:"previous_new_users_last_7_days"`
	PreviousNewUsersLast30Days     int32                  `json:"previous_new_users_last_30_days"`
	ActiveUsersLast24Hours         int32                  `json:"active_users_last_24_hours"`
	ActiveUsersLast7Days           int32                  `json:"active_users_last_7_days"`
	ActiveUsersLast30Days          int32                  `json:"active_users_last_30_days"`
	PreviousActiveUsersLast24Hours int32                  `json:"previous_active_users_last_24_hours"`
	PreviousActiveUsersLast7Days   int32                  `json:"previous_active_users_last_7_days"`
	PreviousActiveUsersLast30Days  int32                  `json:"previous_active_users_last_30_days"`
	NewUsersPerDay                 []AdminDashboardPerDay `json:"new_users_per_day"`
	ActiveUsersPerDay              []AdminDashboardPerDay `json:"active_users_per_day"`
}

AdminDashboard struct for AdminDashboard

func NewAdminDashboard ¶

func NewAdminDashboard(totalUsers int32, totalGroups int32, totalWorkspaces int32, totalApplications int32, newUsersLast24Hours int32, newUsersLast7Days int32, newUsersLast30Days int32, previousNewUsersLast24Hours int32, previousNewUsersLast7Days int32, previousNewUsersLast30Days int32, activeUsersLast24Hours int32, activeUsersLast7Days int32, activeUsersLast30Days int32, previousActiveUsersLast24Hours int32, previousActiveUsersLast7Days int32, previousActiveUsersLast30Days int32, newUsersPerDay []AdminDashboardPerDay, activeUsersPerDay []AdminDashboardPerDay) *AdminDashboard

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

func NewAdminDashboardWithDefaults ¶

func NewAdminDashboardWithDefaults() *AdminDashboard

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

func (*AdminDashboard) GetActiveUsersLast24Hours ¶

func (o *AdminDashboard) GetActiveUsersLast24Hours() int32

GetActiveUsersLast24Hours returns the ActiveUsersLast24Hours field value

func (*AdminDashboard) GetActiveUsersLast24HoursOk ¶

func (o *AdminDashboard) GetActiveUsersLast24HoursOk() (*int32, bool)

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

func (*AdminDashboard) GetActiveUsersLast30Days ¶

func (o *AdminDashboard) GetActiveUsersLast30Days() int32

GetActiveUsersLast30Days returns the ActiveUsersLast30Days field value

func (*AdminDashboard) GetActiveUsersLast30DaysOk ¶

func (o *AdminDashboard) GetActiveUsersLast30DaysOk() (*int32, bool)

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

func (*AdminDashboard) GetActiveUsersLast7Days ¶

func (o *AdminDashboard) GetActiveUsersLast7Days() int32

GetActiveUsersLast7Days returns the ActiveUsersLast7Days field value

func (*AdminDashboard) GetActiveUsersLast7DaysOk ¶

func (o *AdminDashboard) GetActiveUsersLast7DaysOk() (*int32, bool)

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

func (*AdminDashboard) GetActiveUsersPerDay ¶

func (o *AdminDashboard) GetActiveUsersPerDay() []AdminDashboardPerDay

GetActiveUsersPerDay returns the ActiveUsersPerDay field value

func (*AdminDashboard) GetActiveUsersPerDayOk ¶

func (o *AdminDashboard) GetActiveUsersPerDayOk() ([]AdminDashboardPerDay, bool)

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

func (*AdminDashboard) GetNewUsersLast24Hours ¶

func (o *AdminDashboard) GetNewUsersLast24Hours() int32

GetNewUsersLast24Hours returns the NewUsersLast24Hours field value

func (*AdminDashboard) GetNewUsersLast24HoursOk ¶

func (o *AdminDashboard) GetNewUsersLast24HoursOk() (*int32, bool)

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

func (*AdminDashboard) GetNewUsersLast30Days ¶

func (o *AdminDashboard) GetNewUsersLast30Days() int32

GetNewUsersLast30Days returns the NewUsersLast30Days field value

func (*AdminDashboard) GetNewUsersLast30DaysOk ¶

func (o *AdminDashboard) GetNewUsersLast30DaysOk() (*int32, bool)

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

func (*AdminDashboard) GetNewUsersLast7Days ¶

func (o *AdminDashboard) GetNewUsersLast7Days() int32

GetNewUsersLast7Days returns the NewUsersLast7Days field value

func (*AdminDashboard) GetNewUsersLast7DaysOk ¶

func (o *AdminDashboard) GetNewUsersLast7DaysOk() (*int32, bool)

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

func (*AdminDashboard) GetNewUsersPerDay ¶

func (o *AdminDashboard) GetNewUsersPerDay() []AdminDashboardPerDay

GetNewUsersPerDay returns the NewUsersPerDay field value

func (*AdminDashboard) GetNewUsersPerDayOk ¶

func (o *AdminDashboard) GetNewUsersPerDayOk() ([]AdminDashboardPerDay, bool)

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

func (*AdminDashboard) GetPreviousActiveUsersLast24Hours ¶

func (o *AdminDashboard) GetPreviousActiveUsersLast24Hours() int32

GetPreviousActiveUsersLast24Hours returns the PreviousActiveUsersLast24Hours field value

func (*AdminDashboard) GetPreviousActiveUsersLast24HoursOk ¶

func (o *AdminDashboard) GetPreviousActiveUsersLast24HoursOk() (*int32, bool)

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

func (*AdminDashboard) GetPreviousActiveUsersLast30Days ¶

func (o *AdminDashboard) GetPreviousActiveUsersLast30Days() int32

GetPreviousActiveUsersLast30Days returns the PreviousActiveUsersLast30Days field value

func (*AdminDashboard) GetPreviousActiveUsersLast30DaysOk ¶

func (o *AdminDashboard) GetPreviousActiveUsersLast30DaysOk() (*int32, bool)

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

func (*AdminDashboard) GetPreviousActiveUsersLast7Days ¶

func (o *AdminDashboard) GetPreviousActiveUsersLast7Days() int32

GetPreviousActiveUsersLast7Days returns the PreviousActiveUsersLast7Days field value

func (*AdminDashboard) GetPreviousActiveUsersLast7DaysOk ¶

func (o *AdminDashboard) GetPreviousActiveUsersLast7DaysOk() (*int32, bool)

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

func (*AdminDashboard) GetPreviousNewUsersLast24Hours ¶

func (o *AdminDashboard) GetPreviousNewUsersLast24Hours() int32

GetPreviousNewUsersLast24Hours returns the PreviousNewUsersLast24Hours field value

func (*AdminDashboard) GetPreviousNewUsersLast24HoursOk ¶

func (o *AdminDashboard) GetPreviousNewUsersLast24HoursOk() (*int32, bool)

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

func (*AdminDashboard) GetPreviousNewUsersLast30Days ¶

func (o *AdminDashboard) GetPreviousNewUsersLast30Days() int32

GetPreviousNewUsersLast30Days returns the PreviousNewUsersLast30Days field value

func (*AdminDashboard) GetPreviousNewUsersLast30DaysOk ¶

func (o *AdminDashboard) GetPreviousNewUsersLast30DaysOk() (*int32, bool)

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

func (*AdminDashboard) GetPreviousNewUsersLast7Days ¶

func (o *AdminDashboard) GetPreviousNewUsersLast7Days() int32

GetPreviousNewUsersLast7Days returns the PreviousNewUsersLast7Days field value

func (*AdminDashboard) GetPreviousNewUsersLast7DaysOk ¶

func (o *AdminDashboard) GetPreviousNewUsersLast7DaysOk() (*int32, bool)

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

func (*AdminDashboard) GetTotalApplications ¶

func (o *AdminDashboard) GetTotalApplications() int32

GetTotalApplications returns the TotalApplications field value

func (*AdminDashboard) GetTotalApplicationsOk ¶

func (o *AdminDashboard) GetTotalApplicationsOk() (*int32, bool)

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

func (*AdminDashboard) GetTotalGroups ¶

func (o *AdminDashboard) GetTotalGroups() int32

GetTotalGroups returns the TotalGroups field value

func (*AdminDashboard) GetTotalGroupsOk ¶

func (o *AdminDashboard) GetTotalGroupsOk() (*int32, bool)

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

func (*AdminDashboard) GetTotalUsers ¶

func (o *AdminDashboard) GetTotalUsers() int32

GetTotalUsers returns the TotalUsers field value

func (*AdminDashboard) GetTotalUsersOk ¶

func (o *AdminDashboard) GetTotalUsersOk() (*int32, bool)

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

func (*AdminDashboard) GetTotalWorkspaces ¶

func (o *AdminDashboard) GetTotalWorkspaces() int32

GetTotalWorkspaces returns the TotalWorkspaces field value

func (*AdminDashboard) GetTotalWorkspacesOk ¶

func (o *AdminDashboard) GetTotalWorkspacesOk() (*int32, bool)

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

func (AdminDashboard) MarshalJSON ¶

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

func (*AdminDashboard) SetActiveUsersLast24Hours ¶

func (o *AdminDashboard) SetActiveUsersLast24Hours(v int32)

SetActiveUsersLast24Hours sets field value

func (*AdminDashboard) SetActiveUsersLast30Days ¶

func (o *AdminDashboard) SetActiveUsersLast30Days(v int32)

SetActiveUsersLast30Days sets field value

func (*AdminDashboard) SetActiveUsersLast7Days ¶

func (o *AdminDashboard) SetActiveUsersLast7Days(v int32)

SetActiveUsersLast7Days sets field value

func (*AdminDashboard) SetActiveUsersPerDay ¶

func (o *AdminDashboard) SetActiveUsersPerDay(v []AdminDashboardPerDay)

SetActiveUsersPerDay sets field value

func (*AdminDashboard) SetNewUsersLast24Hours ¶

func (o *AdminDashboard) SetNewUsersLast24Hours(v int32)

SetNewUsersLast24Hours sets field value

func (*AdminDashboard) SetNewUsersLast30Days ¶

func (o *AdminDashboard) SetNewUsersLast30Days(v int32)

SetNewUsersLast30Days sets field value

func (*AdminDashboard) SetNewUsersLast7Days ¶

func (o *AdminDashboard) SetNewUsersLast7Days(v int32)

SetNewUsersLast7Days sets field value

func (*AdminDashboard) SetNewUsersPerDay ¶

func (o *AdminDashboard) SetNewUsersPerDay(v []AdminDashboardPerDay)

SetNewUsersPerDay sets field value

func (*AdminDashboard) SetPreviousActiveUsersLast24Hours ¶

func (o *AdminDashboard) SetPreviousActiveUsersLast24Hours(v int32)

SetPreviousActiveUsersLast24Hours sets field value

func (*AdminDashboard) SetPreviousActiveUsersLast30Days ¶

func (o *AdminDashboard) SetPreviousActiveUsersLast30Days(v int32)

SetPreviousActiveUsersLast30Days sets field value

func (*AdminDashboard) SetPreviousActiveUsersLast7Days ¶

func (o *AdminDashboard) SetPreviousActiveUsersLast7Days(v int32)

SetPreviousActiveUsersLast7Days sets field value

func (*AdminDashboard) SetPreviousNewUsersLast24Hours ¶

func (o *AdminDashboard) SetPreviousNewUsersLast24Hours(v int32)

SetPreviousNewUsersLast24Hours sets field value

func (*AdminDashboard) SetPreviousNewUsersLast30Days ¶

func (o *AdminDashboard) SetPreviousNewUsersLast30Days(v int32)

SetPreviousNewUsersLast30Days sets field value

func (*AdminDashboard) SetPreviousNewUsersLast7Days ¶

func (o *AdminDashboard) SetPreviousNewUsersLast7Days(v int32)

SetPreviousNewUsersLast7Days sets field value

func (*AdminDashboard) SetTotalApplications ¶

func (o *AdminDashboard) SetTotalApplications(v int32)

SetTotalApplications sets field value

func (*AdminDashboard) SetTotalGroups ¶

func (o *AdminDashboard) SetTotalGroups(v int32)

SetTotalGroups sets field value

func (*AdminDashboard) SetTotalUsers ¶

func (o *AdminDashboard) SetTotalUsers(v int32)

SetTotalUsers sets field value

func (*AdminDashboard) SetTotalWorkspaces ¶

func (o *AdminDashboard) SetTotalWorkspaces(v int32)

SetTotalWorkspaces sets field value

func (AdminDashboard) ToMap ¶

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

type AdminDashboardPerDay ¶

type AdminDashboardPerDay struct {
	Date  string `json:"date"`
	Count int32  `json:"count"`
}

AdminDashboardPerDay struct for AdminDashboardPerDay

func NewAdminDashboardPerDay ¶

func NewAdminDashboardPerDay(date string, count int32) *AdminDashboardPerDay

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

func NewAdminDashboardPerDayWithDefaults ¶

func NewAdminDashboardPerDayWithDefaults() *AdminDashboardPerDay

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

func (*AdminDashboardPerDay) GetCount ¶

func (o *AdminDashboardPerDay) GetCount() int32

GetCount returns the Count field value

func (*AdminDashboardPerDay) GetCountOk ¶

func (o *AdminDashboardPerDay) GetCountOk() (*int32, bool)

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

func (*AdminDashboardPerDay) GetDate ¶

func (o *AdminDashboardPerDay) GetDate() string

GetDate returns the Date field value

func (*AdminDashboardPerDay) GetDateOk ¶

func (o *AdminDashboardPerDay) GetDateOk() (*string, bool)

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

func (AdminDashboardPerDay) MarshalJSON ¶

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

func (*AdminDashboardPerDay) SetCount ¶

func (o *AdminDashboardPerDay) SetCount(v int32)

SetCount sets field value

func (*AdminDashboardPerDay) SetDate ¶

func (o *AdminDashboardPerDay) SetDate(v string)

SetDate sets field value

func (AdminDashboardPerDay) ToMap ¶

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

type AdminDeleteUser400Response ¶

type AdminDeleteUser400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

AdminDeleteUser400Response struct for AdminDeleteUser400Response

func NewAdminDeleteUser400Response ¶

func NewAdminDeleteUser400Response() *AdminDeleteUser400Response

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

func NewAdminDeleteUser400ResponseWithDefaults ¶

func NewAdminDeleteUser400ResponseWithDefaults() *AdminDeleteUser400Response

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

func (*AdminDeleteUser400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*AdminDeleteUser400Response) GetDetailOk ¶

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

func (*AdminDeleteUser400Response) GetError ¶

func (o *AdminDeleteUser400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*AdminDeleteUser400Response) GetErrorOk ¶

func (o *AdminDeleteUser400Response) 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 (*AdminDeleteUser400Response) HasDetail ¶

func (o *AdminDeleteUser400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*AdminDeleteUser400Response) HasError ¶

func (o *AdminDeleteUser400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (AdminDeleteUser400Response) MarshalJSON ¶

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

func (*AdminDeleteUser400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*AdminDeleteUser400Response) SetError ¶

func (o *AdminDeleteUser400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (AdminDeleteUser400Response) ToMap ¶

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

type AdminEditUser400Response ¶

type AdminEditUser400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

AdminEditUser400Response struct for AdminEditUser400Response

func NewAdminEditUser400Response ¶

func NewAdminEditUser400Response() *AdminEditUser400Response

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

func NewAdminEditUser400ResponseWithDefaults ¶

func NewAdminEditUser400ResponseWithDefaults() *AdminEditUser400Response

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

func (*AdminEditUser400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*AdminEditUser400Response) GetDetailOk ¶

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

func (*AdminEditUser400Response) GetError ¶

func (o *AdminEditUser400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*AdminEditUser400Response) GetErrorOk ¶

func (o *AdminEditUser400Response) 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 (*AdminEditUser400Response) HasDetail ¶

func (o *AdminEditUser400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*AdminEditUser400Response) HasError ¶

func (o *AdminEditUser400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (AdminEditUser400Response) MarshalJSON ¶

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

func (*AdminEditUser400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*AdminEditUser400Response) SetError ¶

func (o *AdminEditUser400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (AdminEditUser400Response) ToMap ¶

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

type AdminImpersonateUser200Response ¶

type AdminImpersonateUser200Response struct {
	User *AdminImpersonateUser200ResponseUser `json:"user,omitempty"`
	// Deprecated. Use the `access_token` instead.
	// Deprecated
	Token *string `json:"token,omitempty"`
	// 'access_token' can be used to authorize for other endpoints that require authorization. This token will be valid for 10 minutes.
	AccessToken *string `json:"access_token,omitempty"`
}

AdminImpersonateUser200Response struct for AdminImpersonateUser200Response

func NewAdminImpersonateUser200Response ¶

func NewAdminImpersonateUser200Response() *AdminImpersonateUser200Response

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

func NewAdminImpersonateUser200ResponseWithDefaults ¶

func NewAdminImpersonateUser200ResponseWithDefaults() *AdminImpersonateUser200Response

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

func (*AdminImpersonateUser200Response) GetAccessToken ¶

func (o *AdminImpersonateUser200Response) GetAccessToken() string

GetAccessToken returns the AccessToken field value if set, zero value otherwise.

func (*AdminImpersonateUser200Response) GetAccessTokenOk ¶

func (o *AdminImpersonateUser200Response) GetAccessTokenOk() (*string, bool)

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

func (*AdminImpersonateUser200Response) GetToken ¶

GetToken returns the Token field value if set, zero value otherwise. Deprecated

func (*AdminImpersonateUser200Response) GetTokenOk ¶

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

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

func (*AdminImpersonateUser200Response) GetUser ¶

GetUser returns the User field value if set, zero value otherwise.

func (*AdminImpersonateUser200Response) GetUserOk ¶

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

func (*AdminImpersonateUser200Response) HasAccessToken ¶

func (o *AdminImpersonateUser200Response) HasAccessToken() bool

HasAccessToken returns a boolean if a field has been set.

func (*AdminImpersonateUser200Response) HasToken ¶

func (o *AdminImpersonateUser200Response) HasToken() bool

HasToken returns a boolean if a field has been set.

func (*AdminImpersonateUser200Response) HasUser ¶

HasUser returns a boolean if a field has been set.

func (AdminImpersonateUser200Response) MarshalJSON ¶

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

func (*AdminImpersonateUser200Response) SetAccessToken ¶

func (o *AdminImpersonateUser200Response) SetAccessToken(v string)

SetAccessToken gets a reference to the given string and assigns it to the AccessToken field.

func (*AdminImpersonateUser200Response) SetToken ¶

func (o *AdminImpersonateUser200Response) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field. Deprecated

func (*AdminImpersonateUser200Response) SetUser ¶

SetUser gets a reference to the given AdminImpersonateUser200ResponseUser and assigns it to the User field.

func (AdminImpersonateUser200Response) ToMap ¶

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

type AdminImpersonateUser200ResponseUser ¶

type AdminImpersonateUser200ResponseUser struct {
	// The first name of related user.
	FirstName *string `json:"first_name,omitempty"`
	// The username of the related user. This is always an email address.
	Username *string `json:"username,omitempty"`
	// An ISO 639 language code (with optional variant) selected by the user. Ex: en-GB.
	Language *string `json:"language,omitempty"`
}

AdminImpersonateUser200ResponseUser An object containing information related to the user.

func NewAdminImpersonateUser200ResponseUser ¶

func NewAdminImpersonateUser200ResponseUser() *AdminImpersonateUser200ResponseUser

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

func NewAdminImpersonateUser200ResponseUserWithDefaults ¶

func NewAdminImpersonateUser200ResponseUserWithDefaults() *AdminImpersonateUser200ResponseUser

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

func (*AdminImpersonateUser200ResponseUser) GetFirstName ¶

func (o *AdminImpersonateUser200ResponseUser) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*AdminImpersonateUser200ResponseUser) GetFirstNameOk ¶

func (o *AdminImpersonateUser200ResponseUser) GetFirstNameOk() (*string, bool)

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

func (*AdminImpersonateUser200ResponseUser) GetLanguage ¶

GetLanguage returns the Language field value if set, zero value otherwise.

func (*AdminImpersonateUser200ResponseUser) GetLanguageOk ¶

func (o *AdminImpersonateUser200ResponseUser) GetLanguageOk() (*string, bool)

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

func (*AdminImpersonateUser200ResponseUser) GetUsername ¶

GetUsername returns the Username field value if set, zero value otherwise.

func (*AdminImpersonateUser200ResponseUser) GetUsernameOk ¶

func (o *AdminImpersonateUser200ResponseUser) GetUsernameOk() (*string, bool)

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

func (*AdminImpersonateUser200ResponseUser) HasFirstName ¶

func (o *AdminImpersonateUser200ResponseUser) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*AdminImpersonateUser200ResponseUser) HasLanguage ¶

func (o *AdminImpersonateUser200ResponseUser) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (*AdminImpersonateUser200ResponseUser) HasUsername ¶

func (o *AdminImpersonateUser200ResponseUser) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (AdminImpersonateUser200ResponseUser) MarshalJSON ¶

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

func (*AdminImpersonateUser200ResponseUser) SetFirstName ¶

func (o *AdminImpersonateUser200ResponseUser) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*AdminImpersonateUser200ResponseUser) SetLanguage ¶

func (o *AdminImpersonateUser200ResponseUser) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (*AdminImpersonateUser200ResponseUser) SetUsername ¶

func (o *AdminImpersonateUser200ResponseUser) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (AdminImpersonateUser200ResponseUser) ToMap ¶

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

type AdminListUsers400Response ¶

type AdminListUsers400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

AdminListUsers400Response struct for AdminListUsers400Response

func NewAdminListUsers400Response ¶

func NewAdminListUsers400Response() *AdminListUsers400Response

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

func NewAdminListUsers400ResponseWithDefaults ¶

func NewAdminListUsers400ResponseWithDefaults() *AdminListUsers400Response

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

func (*AdminListUsers400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*AdminListUsers400Response) GetDetailOk ¶

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

func (*AdminListUsers400Response) GetError ¶

func (o *AdminListUsers400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*AdminListUsers400Response) GetErrorOk ¶

func (o *AdminListUsers400Response) 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 (*AdminListUsers400Response) HasDetail ¶

func (o *AdminListUsers400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*AdminListUsers400Response) HasError ¶

func (o *AdminListUsers400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (AdminListUsers400Response) MarshalJSON ¶

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

func (*AdminListUsers400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*AdminListUsers400Response) SetError ¶

func (o *AdminListUsers400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (AdminListUsers400Response) ToMap ¶

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

type AdminListUsers400ResponseDetail ¶

type AdminListUsers400ResponseDetail struct {
	MapmapOfStringinterface *map[string]interface{}
	String                  *string
}

AdminListUsers400ResponseDetail - struct for AdminListUsers400ResponseDetail

func MapmapOfStringinterfaceAsAdminListUsers400ResponseDetail ¶

func MapmapOfStringinterfaceAsAdminListUsers400ResponseDetail(v *map[string]interface{}) AdminListUsers400ResponseDetail

map[string]interface{}AsAdminListUsers400ResponseDetail is a convenience function that returns map[string]interface{} wrapped in AdminListUsers400ResponseDetail

func StringAsAdminListUsers400ResponseDetail ¶

func StringAsAdminListUsers400ResponseDetail(v *string) AdminListUsers400ResponseDetail

stringAsAdminListUsers400ResponseDetail is a convenience function that returns string wrapped in AdminListUsers400ResponseDetail

func (*AdminListUsers400ResponseDetail) GetActualInstance ¶

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

Get the actual instance

func (AdminListUsers400ResponseDetail) MarshalJSON ¶

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

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

func (*AdminListUsers400ResponseDetail) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type AggregationRawTypeEnum ¶

type AggregationRawTypeEnum string

AggregationRawTypeEnum * `empty_count` - empty_count * `not_empty_count` - not_empty_count * `unique_count` - unique_count * `min` - min * `max` - max * `sum` - sum * `average` - average * `median` - median * `decile` - decile * `variance` - variance * `std_dev` - std_dev

const (
	EMPTY_COUNT     AggregationRawTypeEnum = "empty_count"
	NOT_EMPTY_COUNT AggregationRawTypeEnum = "not_empty_count"
	UNIQUE_COUNT    AggregationRawTypeEnum = "unique_count"
	MIN             AggregationRawTypeEnum = "min"
	MAX             AggregationRawTypeEnum = "max"
	SUM             AggregationRawTypeEnum = "sum"
	AVERAGE         AggregationRawTypeEnum = "average"
	MEDIAN          AggregationRawTypeEnum = "median"
	DECILE          AggregationRawTypeEnum = "decile"
	VARIANCE        AggregationRawTypeEnum = "variance"
	STD_DEV         AggregationRawTypeEnum = "std_dev"
)

List of AggregationRawTypeEnum

func NewAggregationRawTypeEnumFromValue ¶

func NewAggregationRawTypeEnumFromValue(v string) (*AggregationRawTypeEnum, error)

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

func (AggregationRawTypeEnum) IsValid ¶

func (v AggregationRawTypeEnum) IsValid() bool

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

func (AggregationRawTypeEnum) Ptr ¶

Ptr returns reference to AggregationRawTypeEnum value

func (*AggregationRawTypeEnum) UnmarshalJSON ¶

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

type AirtableImportJobJob ¶

type AirtableImportJobJob struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError *string `json:"human_readable_error,omitempty"`
	// The group ID where the Airtable base must be imported into.
	GroupId int32 `json:"group_id"`
	// The workspace ID where the Airtable base must be imported into.
	WorkspaceId int32       `json:"workspace_id"`
	Database    Application `json:"database"`
	// Public ID of the shared Airtable base that must be imported.
	AirtableShareId string `json:"airtable_share_id"`
}

AirtableImportJobJob struct for AirtableImportJobJob

func NewAirtableImportJobJob ¶

func NewAirtableImportJobJob(id int32, type_ string, progressPercentage int32, state string, groupId int32, workspaceId int32, database Application, airtableShareId string) *AirtableImportJobJob

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

func NewAirtableImportJobJobWithDefaults ¶

func NewAirtableImportJobJobWithDefaults() *AirtableImportJobJob

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

func (*AirtableImportJobJob) GetAirtableShareId ¶

func (o *AirtableImportJobJob) GetAirtableShareId() string

GetAirtableShareId returns the AirtableShareId field value

func (*AirtableImportJobJob) GetAirtableShareIdOk ¶

func (o *AirtableImportJobJob) GetAirtableShareIdOk() (*string, bool)

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

func (*AirtableImportJobJob) GetDatabase ¶

func (o *AirtableImportJobJob) GetDatabase() Application

GetDatabase returns the Database field value

func (*AirtableImportJobJob) GetDatabaseOk ¶

func (o *AirtableImportJobJob) GetDatabaseOk() (*Application, bool)

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

func (*AirtableImportJobJob) GetGroupId ¶

func (o *AirtableImportJobJob) GetGroupId() int32

GetGroupId returns the GroupId field value

func (*AirtableImportJobJob) GetGroupIdOk ¶

func (o *AirtableImportJobJob) GetGroupIdOk() (*int32, bool)

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

func (*AirtableImportJobJob) GetHumanReadableError ¶

func (o *AirtableImportJobJob) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*AirtableImportJobJob) GetHumanReadableErrorOk ¶

func (o *AirtableImportJobJob) GetHumanReadableErrorOk() (*string, bool)

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

func (*AirtableImportJobJob) GetId ¶

func (o *AirtableImportJobJob) GetId() int32

GetId returns the Id field value

func (*AirtableImportJobJob) GetIdOk ¶

func (o *AirtableImportJobJob) GetIdOk() (*int32, bool)

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

func (*AirtableImportJobJob) GetProgressPercentage ¶

func (o *AirtableImportJobJob) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*AirtableImportJobJob) GetProgressPercentageOk ¶

func (o *AirtableImportJobJob) GetProgressPercentageOk() (*int32, bool)

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

func (*AirtableImportJobJob) GetState ¶

func (o *AirtableImportJobJob) GetState() string

GetState returns the State field value

func (*AirtableImportJobJob) GetStateOk ¶

func (o *AirtableImportJobJob) GetStateOk() (*string, bool)

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

func (*AirtableImportJobJob) GetType ¶

func (o *AirtableImportJobJob) GetType() string

GetType returns the Type field value

func (*AirtableImportJobJob) GetTypeOk ¶

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

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

func (*AirtableImportJobJob) GetWorkspaceId ¶

func (o *AirtableImportJobJob) GetWorkspaceId() int32

GetWorkspaceId returns the WorkspaceId field value

func (*AirtableImportJobJob) GetWorkspaceIdOk ¶

func (o *AirtableImportJobJob) GetWorkspaceIdOk() (*int32, bool)

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

func (*AirtableImportJobJob) HasHumanReadableError ¶

func (o *AirtableImportJobJob) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (AirtableImportJobJob) MarshalJSON ¶

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

func (*AirtableImportJobJob) SetAirtableShareId ¶

func (o *AirtableImportJobJob) SetAirtableShareId(v string)

SetAirtableShareId sets field value

func (*AirtableImportJobJob) SetDatabase ¶

func (o *AirtableImportJobJob) SetDatabase(v Application)

SetDatabase sets field value

func (*AirtableImportJobJob) SetGroupId ¶

func (o *AirtableImportJobJob) SetGroupId(v int32)

SetGroupId sets field value

func (*AirtableImportJobJob) SetHumanReadableError ¶

func (o *AirtableImportJobJob) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*AirtableImportJobJob) SetId ¶

func (o *AirtableImportJobJob) SetId(v int32)

SetId sets field value

func (*AirtableImportJobJob) SetProgressPercentage ¶

func (o *AirtableImportJobJob) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*AirtableImportJobJob) SetState ¶

func (o *AirtableImportJobJob) SetState(v string)

SetState sets field value

func (*AirtableImportJobJob) SetType ¶

func (o *AirtableImportJobJob) SetType(v string)

SetType sets field value

func (*AirtableImportJobJob) SetWorkspaceId ¶

func (o *AirtableImportJobJob) SetWorkspaceId(v int32)

SetWorkspaceId sets field value

func (AirtableImportJobJob) ToMap ¶

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

type ApiAcceptWorkspaceInvitationRequest ¶

type ApiAcceptWorkspaceInvitationRequest struct {
	ApiService *WorkspaceInvitationsApiService
	// contains filtered or unexported fields
}

func (ApiAcceptWorkspaceInvitationRequest) Execute ¶

type ApiAdminDeleteUserRequest ¶

type ApiAdminDeleteUserRequest struct {
	ApiService *AdminApiService
	// contains filtered or unexported fields
}

func (ApiAdminDeleteUserRequest) Execute ¶

func (r ApiAdminDeleteUserRequest) Execute() (*http.Response, error)

type ApiAdminEditUserRequest ¶

type ApiAdminEditUserRequest struct {
	ApiService *AdminApiService
	// contains filtered or unexported fields
}

func (ApiAdminEditUserRequest) Execute ¶

func (ApiAdminEditUserRequest) PatchedUserAdminUpdate ¶

func (r ApiAdminEditUserRequest) PatchedUserAdminUpdate(patchedUserAdminUpdate PatchedUserAdminUpdate) ApiAdminEditUserRequest

type ApiAdminImpersonateUserRequest ¶

type ApiAdminImpersonateUserRequest struct {
	ApiService *AdminApiService
	// contains filtered or unexported fields
}

func (ApiAdminImpersonateUserRequest) BaserowImpersonateAuthToken ¶

func (r ApiAdminImpersonateUserRequest) BaserowImpersonateAuthToken(baserowImpersonateAuthToken BaserowImpersonateAuthToken) ApiAdminImpersonateUserRequest

func (ApiAdminImpersonateUserRequest) Execute ¶

type ApiAdminListUsersRequest ¶

type ApiAdminListUsersRequest struct {
	ApiService *AdminApiService
	// contains filtered or unexported fields
}

func (ApiAdminListUsersRequest) Execute ¶

func (ApiAdminListUsersRequest) Page ¶

Defines which page should be returned.

func (ApiAdminListUsersRequest) Search ¶

If provided only users that match the query will be returned.

func (ApiAdminListUsersRequest) Size ¶

Defines how many users should be returned per page.

func (ApiAdminListUsersRequest) Sorts ¶

A comma separated string of attributes to sort by, each attribute must be prefixed with `+` for a descending sort or a `-` for an ascending sort. The accepted attribute names are: id, is_active, name, username, date_joined, last_login. For example `sorts=-id,-is_active` will sort the users first by descending id and then ascending is_active. A sortparameter with multiple instances of the same sort attribute will respond with the ERROR_INVALID_SORT_ATTRIBUTE error.

type ApiBatchCreateDatabaseTableRowsRequest ¶

type ApiBatchCreateDatabaseTableRowsRequest struct {
	ApiService *DatabaseTableRowsApiService
	// contains filtered or unexported fields
}

func (ApiBatchCreateDatabaseTableRowsRequest) Before ¶

If provided then the newly created rows will be positioned before the row with the provided id.

func (ApiBatchCreateDatabaseTableRowsRequest) ClientSessionId ¶

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiBatchCreateDatabaseTableRowsRequest) ClientUndoRedoActionGroupId ¶

func (r ApiBatchCreateDatabaseTableRowsRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiBatchCreateDatabaseTableRowsRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiBatchCreateDatabaseTableRowsRequest) ExampleBatchRowsRequest ¶

func (ApiBatchCreateDatabaseTableRowsRequest) Execute ¶

func (ApiBatchCreateDatabaseTableRowsRequest) UserFieldNames ¶

A flag query parameter which if provided this endpoint will expect and return the user specified field names instead of internal Baserow field names (field_123 etc).

type ApiBatchDeleteDatabaseTableRowsRequest ¶

type ApiBatchDeleteDatabaseTableRowsRequest struct {
	ApiService *DatabaseTableRowsApiService
	// contains filtered or unexported fields
}

func (ApiBatchDeleteDatabaseTableRowsRequest) BatchDeleteRows ¶

func (ApiBatchDeleteDatabaseTableRowsRequest) ClientSessionId ¶

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiBatchDeleteDatabaseTableRowsRequest) ClientUndoRedoActionGroupId ¶

func (r ApiBatchDeleteDatabaseTableRowsRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiBatchDeleteDatabaseTableRowsRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiBatchDeleteDatabaseTableRowsRequest) Execute ¶

type ApiBatchUpdateDatabaseTableRowsRequest ¶

type ApiBatchUpdateDatabaseTableRowsRequest struct {
	ApiService *DatabaseTableRowsApiService
	// contains filtered or unexported fields
}

func (ApiBatchUpdateDatabaseTableRowsRequest) ClientSessionId ¶

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiBatchUpdateDatabaseTableRowsRequest) ClientUndoRedoActionGroupId ¶

func (r ApiBatchUpdateDatabaseTableRowsRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiBatchUpdateDatabaseTableRowsRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiBatchUpdateDatabaseTableRowsRequest) Execute ¶

func (ApiBatchUpdateDatabaseTableRowsRequest) PatchedExampleBatchUpdateRowsRequest ¶

func (r ApiBatchUpdateDatabaseTableRowsRequest) PatchedExampleBatchUpdateRowsRequest(patchedExampleBatchUpdateRowsRequest PatchedExampleBatchUpdateRowsRequest) ApiBatchUpdateDatabaseTableRowsRequest

func (ApiBatchUpdateDatabaseTableRowsRequest) UserFieldNames ¶

A flag query parameter which if provided this endpoint will expect and return the user specified field names instead of internal Baserow field names (field_123 etc).

type ApiChangePasswordRequest ¶

type ApiChangePasswordRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiChangePasswordRequest) ChangePasswordBodyValidation ¶

func (r ApiChangePasswordRequest) ChangePasswordBodyValidation(changePasswordBodyValidation ChangePasswordBodyValidation) ApiChangePasswordRequest

func (ApiChangePasswordRequest) Execute ¶

func (r ApiChangePasswordRequest) Execute() (*http.Response, error)

type ApiCheckDatabaseTokenRequest ¶

type ApiCheckDatabaseTokenRequest struct {
	ApiService *DatabaseTokensApiService
	// contains filtered or unexported fields
}

func (ApiCheckDatabaseTokenRequest) Execute ¶

type ApiCreateDatabaseTableAsyncRequest ¶

type ApiCreateDatabaseTableAsyncRequest struct {
	ApiService *DatabaseTablesApiService
	// contains filtered or unexported fields
}

func (ApiCreateDatabaseTableAsyncRequest) ClientSessionId ¶

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiCreateDatabaseTableAsyncRequest) Execute ¶

func (ApiCreateDatabaseTableAsyncRequest) TableCreate ¶

type ApiCreateDatabaseTableFieldRequest ¶

type ApiCreateDatabaseTableFieldRequest struct {
	ApiService *DatabaseTableFieldsApiService
	// contains filtered or unexported fields
}

func (ApiCreateDatabaseTableFieldRequest) ClientSessionId ¶

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiCreateDatabaseTableFieldRequest) ClientUndoRedoActionGroupId ¶

func (r ApiCreateDatabaseTableFieldRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiCreateDatabaseTableFieldRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiCreateDatabaseTableFieldRequest) Execute ¶

func (ApiCreateDatabaseTableFieldRequest) FieldCreateField ¶

type ApiCreateDatabaseTableRequest ¶

type ApiCreateDatabaseTableRequest struct {
	ApiService *DatabaseTablesApiService
	// contains filtered or unexported fields
}

func (ApiCreateDatabaseTableRequest) ClientSessionId ¶

func (r ApiCreateDatabaseTableRequest) ClientSessionId(clientSessionId string) ApiCreateDatabaseTableRequest

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiCreateDatabaseTableRequest) ClientUndoRedoActionGroupId ¶

func (r ApiCreateDatabaseTableRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiCreateDatabaseTableRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiCreateDatabaseTableRequest) Execute ¶

func (ApiCreateDatabaseTableRequest) TableCreate ¶

type ApiCreateDatabaseTableRowRequest ¶

type ApiCreateDatabaseTableRowRequest struct {
	ApiService *DatabaseTableRowsApiService
	// contains filtered or unexported fields
}

func (ApiCreateDatabaseTableRowRequest) Before ¶

If provided then the newly created row will be positioned before the row with the provided id.

func (ApiCreateDatabaseTableRowRequest) ClientSessionId ¶

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiCreateDatabaseTableRowRequest) ClientUndoRedoActionGroupId ¶

func (r ApiCreateDatabaseTableRowRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiCreateDatabaseTableRowRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiCreateDatabaseTableRowRequest) ExampleRowRequestSerializerWithUserFieldNames ¶

func (r ApiCreateDatabaseTableRowRequest) ExampleRowRequestSerializerWithUserFieldNames(exampleRowRequestSerializerWithUserFieldNames ExampleRowRequestSerializerWithUserFieldNames) ApiCreateDatabaseTableRowRequest

func (ApiCreateDatabaseTableRowRequest) Execute ¶

func (ApiCreateDatabaseTableRowRequest) UserFieldNames ¶

A flag query parameter which if provided this endpoint will expect and return the user specified field names instead of internal Baserow field names (field_123 etc).

type ApiCreateDatabaseTableWebhookRequest ¶

type ApiCreateDatabaseTableWebhookRequest struct {
	ApiService *DatabaseTableWebhooksApiService
	// contains filtered or unexported fields
}

func (ApiCreateDatabaseTableWebhookRequest) Execute ¶

func (ApiCreateDatabaseTableWebhookRequest) TableWebhookCreateRequest ¶

func (r ApiCreateDatabaseTableWebhookRequest) TableWebhookCreateRequest(tableWebhookCreateRequest TableWebhookCreateRequest) ApiCreateDatabaseTableWebhookRequest

type ApiCreateDatabaseTokenRequest ¶

type ApiCreateDatabaseTokenRequest struct {
	ApiService *DatabaseTokensApiService
	// contains filtered or unexported fields
}

func (ApiCreateDatabaseTokenRequest) Execute ¶

func (ApiCreateDatabaseTokenRequest) TokenCreate ¶

type ApiCreateUserRequest ¶

type ApiCreateUserRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiCreateUserRequest) Execute ¶

func (ApiCreateUserRequest) Register ¶

func (r ApiCreateUserRequest) Register(register Register) ApiCreateUserRequest

type ApiCreateWorkspaceInvitationRequest ¶

type ApiCreateWorkspaceInvitationRequest struct {
	ApiService *WorkspaceInvitationsApiService
	// contains filtered or unexported fields
}

func (ApiCreateWorkspaceInvitationRequest) CreateWorkspaceInvitation ¶

func (r ApiCreateWorkspaceInvitationRequest) CreateWorkspaceInvitation(createWorkspaceInvitation CreateWorkspaceInvitation) ApiCreateWorkspaceInvitationRequest

func (ApiCreateWorkspaceInvitationRequest) Execute ¶

type ApiCreateWorkspaceRequest ¶

type ApiCreateWorkspaceRequest struct {
	ApiService *WorkspacesApiService
	// contains filtered or unexported fields
}

func (ApiCreateWorkspaceRequest) ClientSessionId ¶

func (r ApiCreateWorkspaceRequest) ClientSessionId(clientSessionId string) ApiCreateWorkspaceRequest

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiCreateWorkspaceRequest) Execute ¶

func (ApiCreateWorkspaceRequest) Workspace ¶

type ApiDashboardRequest ¶

type ApiDashboardRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiDashboardRequest) Execute ¶

func (r ApiDashboardRequest) Execute() (*Dashboard, *http.Response, error)

type ApiDeleteDatabaseTableFieldRequest ¶

type ApiDeleteDatabaseTableFieldRequest struct {
	ApiService *DatabaseTableFieldsApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDatabaseTableFieldRequest) ClientSessionId ¶

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiDeleteDatabaseTableFieldRequest) ClientUndoRedoActionGroupId ¶

func (r ApiDeleteDatabaseTableFieldRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiDeleteDatabaseTableFieldRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiDeleteDatabaseTableFieldRequest) Execute ¶

type ApiDeleteDatabaseTableRequest ¶

type ApiDeleteDatabaseTableRequest struct {
	ApiService *DatabaseTablesApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDatabaseTableRequest) ClientSessionId ¶

func (r ApiDeleteDatabaseTableRequest) ClientSessionId(clientSessionId string) ApiDeleteDatabaseTableRequest

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiDeleteDatabaseTableRequest) ClientUndoRedoActionGroupId ¶

func (r ApiDeleteDatabaseTableRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiDeleteDatabaseTableRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiDeleteDatabaseTableRequest) Execute ¶

type ApiDeleteDatabaseTableRowRequest ¶

type ApiDeleteDatabaseTableRowRequest struct {
	ApiService *DatabaseTableRowsApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDatabaseTableRowRequest) ClientSessionId ¶

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiDeleteDatabaseTableRowRequest) ClientUndoRedoActionGroupId ¶

func (r ApiDeleteDatabaseTableRowRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiDeleteDatabaseTableRowRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiDeleteDatabaseTableRowRequest) Execute ¶

type ApiDeleteDatabaseTableWebhookRequest ¶

type ApiDeleteDatabaseTableWebhookRequest struct {
	ApiService *DatabaseTableWebhooksApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDatabaseTableWebhookRequest) Execute ¶

type ApiDeleteDatabaseTokenRequest ¶

type ApiDeleteDatabaseTokenRequest struct {
	ApiService *DatabaseTokensApiService
	// contains filtered or unexported fields
}

func (ApiDeleteDatabaseTokenRequest) Execute ¶

type ApiDeleteWorkspaceInvitationRequest ¶

type ApiDeleteWorkspaceInvitationRequest struct {
	ApiService *WorkspaceInvitationsApiService
	// contains filtered or unexported fields
}

func (ApiDeleteWorkspaceInvitationRequest) Execute ¶

type ApiDeleteWorkspaceRequest ¶

type ApiDeleteWorkspaceRequest struct {
	ApiService *WorkspacesApiService
	// contains filtered or unexported fields
}

func (ApiDeleteWorkspaceRequest) ClientSessionId ¶

func (r ApiDeleteWorkspaceRequest) ClientSessionId(clientSessionId string) ApiDeleteWorkspaceRequest

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiDeleteWorkspaceRequest) ClientUndoRedoActionGroupId ¶

func (r ApiDeleteWorkspaceRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiDeleteWorkspaceRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiDeleteWorkspaceRequest) Execute ¶

func (r ApiDeleteWorkspaceRequest) Execute() (*http.Response, error)

type ApiDeleteWorkspaceUserRequest ¶

type ApiDeleteWorkspaceUserRequest struct {
	ApiService *WorkspacesApiService
	// contains filtered or unexported fields
}

func (ApiDeleteWorkspaceUserRequest) Execute ¶

type ApiDuplicateDatabaseTableAsyncRequest ¶

type ApiDuplicateDatabaseTableAsyncRequest struct {
	ApiService *DatabaseTablesApiService
	// contains filtered or unexported fields
}

func (ApiDuplicateDatabaseTableAsyncRequest) ClientSessionId ¶

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiDuplicateDatabaseTableAsyncRequest) ClientUndoRedoActionGroupId ¶

func (r ApiDuplicateDatabaseTableAsyncRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiDuplicateDatabaseTableAsyncRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiDuplicateDatabaseTableAsyncRequest) Execute ¶

type ApiDuplicateTableFieldRequest ¶

type ApiDuplicateTableFieldRequest struct {
	ApiService *DatabaseTableFieldsApiService
	// contains filtered or unexported fields
}

func (ApiDuplicateTableFieldRequest) ClientSessionId ¶

func (r ApiDuplicateTableFieldRequest) ClientSessionId(clientSessionId string) ApiDuplicateTableFieldRequest

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiDuplicateTableFieldRequest) ClientUndoRedoActionGroupId ¶

func (r ApiDuplicateTableFieldRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiDuplicateTableFieldRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiDuplicateTableFieldRequest) Execute ¶

type ApiGetAdjacentDatabaseTableRowRequest ¶

type ApiGetAdjacentDatabaseTableRowRequest struct {
	ApiService *DatabaseTableRowsApiService
	// contains filtered or unexported fields
}

func (ApiGetAdjacentDatabaseTableRowRequest) Execute ¶

func (ApiGetAdjacentDatabaseTableRowRequest) Previous ¶

A flag query parameter which if provided returns theprevious row to the specified row_id. If it's not setit will return the next row.

func (ApiGetAdjacentDatabaseTableRowRequest) Search ¶

If provided, the adjacent row will be one that matchesthe search query.

func (ApiGetAdjacentDatabaseTableRowRequest) UserFieldNames ¶

A flag query parameter which if provided the returned json will use the user specified field names instead of internal Baserow field names (field_123 etc).

func (ApiGetAdjacentDatabaseTableRowRequest) ViewId ¶

Applies the filters and sorts of the provided view.

type ApiGetDatabaseFieldUniqueRowValuesRequest ¶

type ApiGetDatabaseFieldUniqueRowValuesRequest struct {
	ApiService *DatabaseTableFieldsApiService
	// contains filtered or unexported fields
}

func (ApiGetDatabaseFieldUniqueRowValuesRequest) Execute ¶

func (ApiGetDatabaseFieldUniqueRowValuesRequest) Limit ¶

Defines how many values should be returned.

func (ApiGetDatabaseFieldUniqueRowValuesRequest) SplitCommaSeparated ¶

Indicates whether the original column values must be splitted by comma.

type ApiGetDatabaseTableFieldRequest ¶

type ApiGetDatabaseTableFieldRequest struct {
	ApiService *DatabaseTableFieldsApiService
	// contains filtered or unexported fields
}

func (ApiGetDatabaseTableFieldRequest) Execute ¶

type ApiGetDatabaseTableRequest ¶

type ApiGetDatabaseTableRequest struct {
	ApiService *DatabaseTablesApiService
	// contains filtered or unexported fields
}

func (ApiGetDatabaseTableRequest) Execute ¶

type ApiGetDatabaseTableRowRequest ¶

type ApiGetDatabaseTableRowRequest struct {
	ApiService *DatabaseTableRowsApiService
	// contains filtered or unexported fields
}

func (ApiGetDatabaseTableRowRequest) Execute ¶

func (ApiGetDatabaseTableRowRequest) UserFieldNames ¶

func (r ApiGetDatabaseTableRowRequest) UserFieldNames(userFieldNames bool) ApiGetDatabaseTableRowRequest

A flag query parameter which if provided the returned json will use the user specified field names instead of internal Baserow field names (field_123 etc).

type ApiGetDatabaseTableWebhookRequest ¶

type ApiGetDatabaseTableWebhookRequest struct {
	ApiService *DatabaseTableWebhooksApiService
	// contains filtered or unexported fields
}

func (ApiGetDatabaseTableWebhookRequest) Execute ¶

type ApiGetDatabaseTokenRequest ¶

type ApiGetDatabaseTokenRequest struct {
	ApiService *DatabaseTokensApiService
	// contains filtered or unexported fields
}

func (ApiGetDatabaseTokenRequest) Execute ¶

type ApiGetWorkspaceInvitationByTokenRequest ¶

type ApiGetWorkspaceInvitationByTokenRequest struct {
	ApiService *WorkspaceInvitationsApiService
	// contains filtered or unexported fields
}

func (ApiGetWorkspaceInvitationByTokenRequest) Execute ¶

type ApiGetWorkspaceInvitationRequest ¶

type ApiGetWorkspaceInvitationRequest struct {
	ApiService *WorkspaceInvitationsApiService
	// contains filtered or unexported fields
}

func (ApiGetWorkspaceInvitationRequest) Execute ¶

type ApiImportDataDatabaseTableAsyncRequest ¶

type ApiImportDataDatabaseTableAsyncRequest struct {
	ApiService *DatabaseTablesApiService
	// contains filtered or unexported fields
}

func (ApiImportDataDatabaseTableAsyncRequest) Execute ¶

func (ApiImportDataDatabaseTableAsyncRequest) TableImport ¶

type ApiLeaveWorkspaceRequest ¶

type ApiLeaveWorkspaceRequest struct {
	ApiService *WorkspacesApiService
	// contains filtered or unexported fields
}

func (ApiLeaveWorkspaceRequest) Execute ¶

func (r ApiLeaveWorkspaceRequest) Execute() (*http.Response, error)

type ApiListDatabaseTableFieldsRequest ¶

type ApiListDatabaseTableFieldsRequest struct {
	ApiService *DatabaseTableFieldsApiService
	// contains filtered or unexported fields
}

func (ApiListDatabaseTableFieldsRequest) Execute ¶

type ApiListDatabaseTableRowNamesRequest ¶

type ApiListDatabaseTableRowNamesRequest struct {
	ApiService *DatabaseTableRowsApiService
	// contains filtered or unexported fields
}

func (ApiListDatabaseTableRowNamesRequest) Execute ¶

func (ApiListDatabaseTableRowNamesRequest) TableId ¶

A list of comma separated row ids to query from the table with id {id}. For example, if you want the name of row `42` and `43` from table `28` this parameter will be `table__28=42,43`. You can specify multiple rows for different tables but every tables must be in the same database. You need at least read permission on all specified tables.

type ApiListDatabaseTableRowsRequest ¶

type ApiListDatabaseTableRowsRequest struct {
	ApiService *DatabaseTableRowsApiService
	// contains filtered or unexported fields
}

func (ApiListDatabaseTableRowsRequest) Exclude ¶

All the fields are included in the response by default. You can select a subset of fields by providing the exclude query parameter. If you for example provide the following GET parameter `exclude=field_1,field_2` then the fields with id `1` and id `2` are going to be excluded from the selection and response. If the `user_field_names` parameter is provided then instead exclude should be a comma separated list of the actual field names. For field names with commas you should surround the name with quotes like so: `exclude=My Field,\"Field With , \"`. A backslash can be used to escape field names which contain double quotes like so: `exclude=My Field,Field with \\\"`.

func (ApiListDatabaseTableRowsRequest) FilterFieldFilter ¶

func (r ApiListDatabaseTableRowsRequest) FilterFieldFilter(filterFieldFilter string) ApiListDatabaseTableRowsRequest

The rows can optionally be filtered by the same view filters available for the views. Multiple filters can be provided if they follow the same format. The field and filter variable indicate how to filter and the value indicates where to filter on. For example if you provide the following GET parameter `filter__field_1__equal=test` then only rows where the value of field_1 is equal to test are going to be returned. The following filters are available: equal, not_equal, filename_contains, has_file_type, contains, contains_not, contains_word, doesnt_contain_word, length_is_lower_than, higher_than, lower_than, date_equal, date_before, date_before_or_equal, date_after, date_after_or_equal, date_not_equal, date_equals_today, date_before_today, date_after_today, date_within_days, date_within_weeks, date_within_months, date_equals_days_ago, date_equals_months_ago, date_equals_years_ago, date_equals_week, date_equals_month, date_equals_day_of_month, date_equals_year, single_select_equal, single_select_not_equal, link_row_has, link_row_has_not, link_row_contains, link_row_not_contains, boolean, empty, not_empty, multiple_select_has, multiple_select_has_not, multiple_collaborators_has, multiple_collaborators_has_not.

func (ApiListDatabaseTableRowsRequest) FilterType ¶

`AND`: Indicates that the rows must match all the provided filters. `OR`: Indicates that the rows only have to match one of the filters. This works only if two or more filters are provided.

func (ApiListDatabaseTableRowsRequest) Include ¶

All the fields are included in the response by default. You can select a subset of fields by providing the include query parameter. If you for example provide the following GET parameter `include=field_1,field_2` then only the fields withid `1` and id `2` are going to be selected and included in the response. If the `user_field_names` parameter is provided then instead include should be a comma separated list of the actual field names. For field names with commas you should surround the name with quotes like so: `include=My Field,\"Field With , \"`. A backslash can be used to escape field names which contain double quotes like so: `include=My Field,Field with \\\"`.

func (ApiListDatabaseTableRowsRequest) OrderBy ¶

Optionally the rows can be ordered by provided field ids separated by comma. By default a field is ordered in ascending (A-Z) order, but by prepending the field with a '-' it can be ordered descending (Z-A). If the `user_field_names` parameter is provided then instead order_by should be a comma separated list of the actual field names. For field names with commas you should surround the name with quotes like so: `order_by=My Field,\"Field With , \"`. A backslash can be used to escape field names which contain double quotes like so: `order_by=My Field,Field with \\\"`.

func (ApiListDatabaseTableRowsRequest) Page ¶

Defines which page of rows should be returned.

func (ApiListDatabaseTableRowsRequest) Search ¶

If provided only rows with data that matches the search query are going to be returned.

func (ApiListDatabaseTableRowsRequest) Size ¶

Defines how many rows should be returned per page.

func (ApiListDatabaseTableRowsRequest) UserFieldNames ¶

func (r ApiListDatabaseTableRowsRequest) UserFieldNames(userFieldNames bool) ApiListDatabaseTableRowsRequest

A flag query parameter which if provided the returned json will use the user specified field names instead of internal Baserow field names (field_123 etc).

func (ApiListDatabaseTableRowsRequest) ViewId ¶

Includes all the filters and sorts of the provided view.

type ApiListDatabaseTableWebhooksRequest ¶

type ApiListDatabaseTableWebhooksRequest struct {
	ApiService *DatabaseTableWebhooksApiService
	// contains filtered or unexported fields
}

func (ApiListDatabaseTableWebhooksRequest) Execute ¶

type ApiListDatabaseTablesRequest ¶

type ApiListDatabaseTablesRequest struct {
	ApiService *DatabaseTablesApiService
	// contains filtered or unexported fields
}

func (ApiListDatabaseTablesRequest) Execute ¶

type ApiListDatabaseTokensRequest ¶

type ApiListDatabaseTokensRequest struct {
	ApiService *DatabaseTokensApiService
	// contains filtered or unexported fields
}

func (ApiListDatabaseTokensRequest) Execute ¶

type ApiListWorkspaceInvitationsRequest ¶

type ApiListWorkspaceInvitationsRequest struct {
	ApiService *WorkspaceInvitationsApiService
	// contains filtered or unexported fields
}

func (ApiListWorkspaceInvitationsRequest) Execute ¶

type ApiListWorkspaceUsersRequest ¶

type ApiListWorkspaceUsersRequest struct {
	ApiService *WorkspacesApiService
	// contains filtered or unexported fields
}

func (ApiListWorkspaceUsersRequest) Execute ¶

func (ApiListWorkspaceUsersRequest) Search ¶

Search for workspace users by username, or email.

func (ApiListWorkspaceUsersRequest) Sorts ¶

Sort workspace users by name, email or role.

type ApiListWorkspacesRequest ¶

type ApiListWorkspacesRequest struct {
	ApiService *WorkspacesApiService
	// contains filtered or unexported fields
}

func (ApiListWorkspacesRequest) Execute ¶

type ApiMoveDatabaseTableRowRequest ¶

type ApiMoveDatabaseTableRowRequest struct {
	ApiService *DatabaseTableRowsApiService
	// contains filtered or unexported fields
}

func (ApiMoveDatabaseTableRowRequest) BeforeId ¶

Moves the row related to the given `row_id` before the row related to the provided value. If not provided, then the row will be moved to the end.

func (ApiMoveDatabaseTableRowRequest) ClientSessionId ¶

func (r ApiMoveDatabaseTableRowRequest) ClientSessionId(clientSessionId string) ApiMoveDatabaseTableRowRequest

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiMoveDatabaseTableRowRequest) ClientUndoRedoActionGroupId ¶

func (r ApiMoveDatabaseTableRowRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiMoveDatabaseTableRowRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiMoveDatabaseTableRowRequest) Execute ¶

func (ApiMoveDatabaseTableRowRequest) UserFieldNames ¶

func (r ApiMoveDatabaseTableRowRequest) UserFieldNames(userFieldNames bool) ApiMoveDatabaseTableRowRequest

A flag query parameter which if provided the returned json will use the user specified field names instead of internal Baserow field names (field_123 etc).

type ApiOrderDatabaseTablesRequest ¶

type ApiOrderDatabaseTablesRequest struct {
	ApiService *DatabaseTablesApiService
	// contains filtered or unexported fields
}

func (ApiOrderDatabaseTablesRequest) ClientSessionId ¶

func (r ApiOrderDatabaseTablesRequest) ClientSessionId(clientSessionId string) ApiOrderDatabaseTablesRequest

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiOrderDatabaseTablesRequest) ClientUndoRedoActionGroupId ¶

func (r ApiOrderDatabaseTablesRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiOrderDatabaseTablesRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiOrderDatabaseTablesRequest) Execute ¶

func (ApiOrderDatabaseTablesRequest) OrderTables ¶

type ApiOrderWorkspacesRequest ¶

type ApiOrderWorkspacesRequest struct {
	ApiService *WorkspacesApiService
	// contains filtered or unexported fields
}

func (ApiOrderWorkspacesRequest) ClientSessionId ¶

func (r ApiOrderWorkspacesRequest) ClientSessionId(clientSessionId string) ApiOrderWorkspacesRequest

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiOrderWorkspacesRequest) ClientUndoRedoActionGroupId ¶

func (r ApiOrderWorkspacesRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiOrderWorkspacesRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiOrderWorkspacesRequest) Execute ¶

func (r ApiOrderWorkspacesRequest) Execute() (*http.Response, error)

func (ApiOrderWorkspacesRequest) OrderWorkspaces ¶

func (r ApiOrderWorkspacesRequest) OrderWorkspaces(orderWorkspaces OrderWorkspaces) ApiOrderWorkspacesRequest

type ApiRedoRequest ¶

type ApiRedoRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiRedoRequest) ClientSessionId ¶

func (r ApiRedoRequest) ClientSessionId(clientSessionId string) ApiRedoRequest

The particular client session to redo actions for. The actions must have been performed with this same header set with the same value for them to be redoable by this endpoint.

func (ApiRedoRequest) Execute ¶

func (ApiRedoRequest) PatchedUndoRedoRequest ¶

func (r ApiRedoRequest) PatchedUndoRedoRequest(patchedUndoRedoRequest PatchedUndoRedoRequest) ApiRedoRequest

type ApiRejectWorkspaceInvitationRequest ¶

type ApiRejectWorkspaceInvitationRequest struct {
	ApiService *WorkspaceInvitationsApiService
	// contains filtered or unexported fields
}

func (ApiRejectWorkspaceInvitationRequest) Execute ¶

type ApiResetPasswordRequest ¶

type ApiResetPasswordRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiResetPasswordRequest) Execute ¶

func (r ApiResetPasswordRequest) Execute() (*http.Response, error)

func (ApiResetPasswordRequest) ResetPasswordBodyValidation ¶

func (r ApiResetPasswordRequest) ResetPasswordBodyValidation(resetPasswordBodyValidation ResetPasswordBodyValidation) ApiResetPasswordRequest

type ApiScheduleAccountDeletionRequest ¶

type ApiScheduleAccountDeletionRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiScheduleAccountDeletionRequest) Execute ¶

type ApiSendPasswordResetEmailRequest ¶

type ApiSendPasswordResetEmailRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiSendPasswordResetEmailRequest) Execute ¶

func (ApiSendPasswordResetEmailRequest) SendResetPasswordEmailBodyValidation ¶

func (r ApiSendPasswordResetEmailRequest) SendResetPasswordEmailBodyValidation(sendResetPasswordEmailBodyValidation SendResetPasswordEmailBodyValidation) ApiSendPasswordResetEmailRequest

type ApiTestCallDatabaseTableWebhookRequest ¶

type ApiTestCallDatabaseTableWebhookRequest struct {
	ApiService *DatabaseTableWebhooksApiService
	// contains filtered or unexported fields
}

func (ApiTestCallDatabaseTableWebhookRequest) Execute ¶

func (ApiTestCallDatabaseTableWebhookRequest) TableWebhookTestCallRequest ¶

func (r ApiTestCallDatabaseTableWebhookRequest) TableWebhookTestCallRequest(tableWebhookTestCallRequest TableWebhookTestCallRequest) ApiTestCallDatabaseTableWebhookRequest

type ApiTokenAuthRequest ¶

type ApiTokenAuthRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiTokenAuthRequest) Execute ¶

func (ApiTokenAuthRequest) TokenObtainPairWithUser ¶

func (r ApiTokenAuthRequest) TokenObtainPairWithUser(tokenObtainPairWithUser TokenObtainPairWithUser) ApiTokenAuthRequest

type ApiTokenRefreshRequest ¶

type ApiTokenRefreshRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiTokenRefreshRequest) Execute ¶

func (ApiTokenRefreshRequest) TokenRefreshWithUser ¶

func (r ApiTokenRefreshRequest) TokenRefreshWithUser(tokenRefreshWithUser TokenRefreshWithUser) ApiTokenRefreshRequest

type ApiTokenVerifyRequest ¶

type ApiTokenVerifyRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiTokenVerifyRequest) Execute ¶

func (ApiTokenVerifyRequest) TokenVerifyWithUser ¶

func (r ApiTokenVerifyRequest) TokenVerifyWithUser(tokenVerifyWithUser TokenVerifyWithUser) ApiTokenVerifyRequest

type ApiTypeFormulaFieldRequest ¶

type ApiTypeFormulaFieldRequest struct {
	ApiService *DatabaseTableFieldsApiService
	// contains filtered or unexported fields
}

func (ApiTypeFormulaFieldRequest) Execute ¶

func (ApiTypeFormulaFieldRequest) TypeFormulaRequest ¶

func (r ApiTypeFormulaFieldRequest) TypeFormulaRequest(typeFormulaRequest TypeFormulaRequest) ApiTypeFormulaFieldRequest

type ApiUndoRequest ¶

type ApiUndoRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiUndoRequest) ClientSessionId ¶

func (r ApiUndoRequest) ClientSessionId(clientSessionId string) ApiUndoRequest

The particular client session to undo actions for. The actions must have been performed with this same header set with the same value for them to be undoable by this endpoint.

func (ApiUndoRequest) Execute ¶

func (ApiUndoRequest) PatchedUndoRedoRequest ¶

func (r ApiUndoRequest) PatchedUndoRedoRequest(patchedUndoRedoRequest PatchedUndoRedoRequest) ApiUndoRequest

type ApiUpdateAccountRequest ¶

type ApiUpdateAccountRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

func (ApiUpdateAccountRequest) Execute ¶

func (ApiUpdateAccountRequest) PatchedAccount ¶

func (r ApiUpdateAccountRequest) PatchedAccount(patchedAccount PatchedAccount) ApiUpdateAccountRequest

type ApiUpdateDatabaseTableFieldRequest ¶

type ApiUpdateDatabaseTableFieldRequest struct {
	ApiService *DatabaseTableFieldsApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDatabaseTableFieldRequest) ClientSessionId ¶

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiUpdateDatabaseTableFieldRequest) ClientUndoRedoActionGroupId ¶

func (r ApiUpdateDatabaseTableFieldRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiUpdateDatabaseTableFieldRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiUpdateDatabaseTableFieldRequest) Execute ¶

func (ApiUpdateDatabaseTableFieldRequest) PatchedFieldUpdateField ¶

func (r ApiUpdateDatabaseTableFieldRequest) PatchedFieldUpdateField(patchedFieldUpdateField PatchedFieldUpdateField) ApiUpdateDatabaseTableFieldRequest

type ApiUpdateDatabaseTableRequest ¶

type ApiUpdateDatabaseTableRequest struct {
	ApiService *DatabaseTablesApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDatabaseTableRequest) ClientSessionId ¶

func (r ApiUpdateDatabaseTableRequest) ClientSessionId(clientSessionId string) ApiUpdateDatabaseTableRequest

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiUpdateDatabaseTableRequest) ClientUndoRedoActionGroupId ¶

func (r ApiUpdateDatabaseTableRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiUpdateDatabaseTableRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiUpdateDatabaseTableRequest) Execute ¶

func (ApiUpdateDatabaseTableRequest) PatchedTableUpdate ¶

func (r ApiUpdateDatabaseTableRequest) PatchedTableUpdate(patchedTableUpdate PatchedTableUpdate) ApiUpdateDatabaseTableRequest

type ApiUpdateDatabaseTableRowRequest ¶

type ApiUpdateDatabaseTableRowRequest struct {
	ApiService *DatabaseTableRowsApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDatabaseTableRowRequest) ClientSessionId ¶

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiUpdateDatabaseTableRowRequest) ClientUndoRedoActionGroupId ¶

func (r ApiUpdateDatabaseTableRowRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiUpdateDatabaseTableRowRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiUpdateDatabaseTableRowRequest) Execute ¶

func (ApiUpdateDatabaseTableRowRequest) PatchedExampleUpdateRowRequestSerializerWithUserFieldNames ¶

func (r ApiUpdateDatabaseTableRowRequest) PatchedExampleUpdateRowRequestSerializerWithUserFieldNames(patchedExampleUpdateRowRequestSerializerWithUserFieldNames PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) ApiUpdateDatabaseTableRowRequest

func (ApiUpdateDatabaseTableRowRequest) UserFieldNames ¶

A flag query parameter which if provided this endpoint will expect and return the user specified field names instead of internal Baserow field names (field_123 etc).

type ApiUpdateDatabaseTableWebhookRequest ¶

type ApiUpdateDatabaseTableWebhookRequest struct {
	ApiService *DatabaseTableWebhooksApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDatabaseTableWebhookRequest) Execute ¶

func (ApiUpdateDatabaseTableWebhookRequest) PatchedTableWebhookUpdateRequest ¶

func (r ApiUpdateDatabaseTableWebhookRequest) PatchedTableWebhookUpdateRequest(patchedTableWebhookUpdateRequest PatchedTableWebhookUpdateRequest) ApiUpdateDatabaseTableWebhookRequest

type ApiUpdateDatabaseTokenRequest ¶

type ApiUpdateDatabaseTokenRequest struct {
	ApiService *DatabaseTokensApiService
	// contains filtered or unexported fields
}

func (ApiUpdateDatabaseTokenRequest) Execute ¶

func (ApiUpdateDatabaseTokenRequest) PatchedTokenUpdate ¶

func (r ApiUpdateDatabaseTokenRequest) PatchedTokenUpdate(patchedTokenUpdate PatchedTokenUpdate) ApiUpdateDatabaseTokenRequest

type ApiUpdateWorkspaceInvitationRequest ¶

type ApiUpdateWorkspaceInvitationRequest struct {
	ApiService *WorkspaceInvitationsApiService
	// contains filtered or unexported fields
}

func (ApiUpdateWorkspaceInvitationRequest) Execute ¶

func (ApiUpdateWorkspaceInvitationRequest) PatchedUpdateWorkspaceInvitation ¶

func (r ApiUpdateWorkspaceInvitationRequest) PatchedUpdateWorkspaceInvitation(patchedUpdateWorkspaceInvitation PatchedUpdateWorkspaceInvitation) ApiUpdateWorkspaceInvitationRequest

type ApiUpdateWorkspaceRequest ¶

type ApiUpdateWorkspaceRequest struct {
	ApiService *WorkspacesApiService
	// contains filtered or unexported fields
}

func (ApiUpdateWorkspaceRequest) ClientSessionId ¶

func (r ApiUpdateWorkspaceRequest) ClientSessionId(clientSessionId string) ApiUpdateWorkspaceRequest

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

func (ApiUpdateWorkspaceRequest) ClientUndoRedoActionGroupId ¶

func (r ApiUpdateWorkspaceRequest) ClientUndoRedoActionGroupId(clientUndoRedoActionGroupId string) ApiUpdateWorkspaceRequest

An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.

func (ApiUpdateWorkspaceRequest) Execute ¶

func (ApiUpdateWorkspaceRequest) PatchedWorkspace ¶

func (r ApiUpdateWorkspaceRequest) PatchedWorkspace(patchedWorkspace PatchedWorkspace) ApiUpdateWorkspaceRequest

type ApiUpdateWorkspaceUserRequest ¶

type ApiUpdateWorkspaceUserRequest struct {
	ApiService *WorkspacesApiService
	// contains filtered or unexported fields
}

func (ApiUpdateWorkspaceUserRequest) Execute ¶

func (ApiUpdateWorkspaceUserRequest) PatchedUpdateWorkspaceUser ¶

func (r ApiUpdateWorkspaceUserRequest) PatchedUpdateWorkspaceUser(patchedUpdateWorkspaceUser PatchedUpdateWorkspaceUser) ApiUpdateWorkspaceUserRequest

type ApiUploadFileRequest ¶

type ApiUploadFileRequest struct {
	ApiService *UserFilesApiService
	// contains filtered or unexported fields
}

func (ApiUploadFileRequest) Execute ¶

func (r ApiUploadFileRequest) Execute() (*UserFile, *http.Response, error)

type ApiUploadViaUrlRequest ¶

type ApiUploadViaUrlRequest struct {
	ApiService *UserFilesApiService
	// contains filtered or unexported fields
}

func (ApiUploadViaUrlRequest) Execute ¶

func (ApiUploadViaUrlRequest) UserFileUploadViaURLRequest ¶

func (r ApiUploadViaUrlRequest) UserFileUploadViaURLRequest(userFileUploadViaURLRequest UserFileUploadViaURLRequest) ApiUploadViaUrlRequest

type ApiWorkspacePermissionsRequest ¶

type ApiWorkspacePermissionsRequest struct {
	ApiService *WorkspacesApiService
	// contains filtered or unexported fields
}

func (ApiWorkspacePermissionsRequest) Execute ¶

type Application ¶

type Application struct {
	Id        int32                `json:"id"`
	Name      string               `json:"name"`
	Order     int32                `json:"order"`
	Type      string               `json:"type"`
	Group     ApplicationGroup     `json:"group"`
	Workspace ApplicationWorkspace `json:"workspace"`
}

Application struct for Application

func NewApplication ¶

func NewApplication(id int32, name string, order int32, type_ string, group ApplicationGroup, workspace ApplicationWorkspace) *Application

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

func NewApplicationWithDefaults ¶

func NewApplicationWithDefaults() *Application

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

func (*Application) GetGroup ¶

func (o *Application) GetGroup() ApplicationGroup

GetGroup returns the Group field value

func (*Application) GetGroupOk ¶

func (o *Application) GetGroupOk() (*ApplicationGroup, bool)

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

func (*Application) GetId ¶

func (o *Application) GetId() int32

GetId returns the Id field value

func (*Application) GetIdOk ¶

func (o *Application) GetIdOk() (*int32, bool)

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

func (*Application) GetName ¶

func (o *Application) GetName() string

GetName returns the Name field value

func (*Application) GetNameOk ¶

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

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

func (*Application) GetOrder ¶

func (o *Application) GetOrder() int32

GetOrder returns the Order field value

func (*Application) GetOrderOk ¶

func (o *Application) GetOrderOk() (*int32, bool)

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

func (*Application) GetType ¶

func (o *Application) GetType() string

GetType returns the Type field value

func (*Application) GetTypeOk ¶

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

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

func (*Application) GetWorkspace ¶

func (o *Application) GetWorkspace() ApplicationWorkspace

GetWorkspace returns the Workspace field value

func (*Application) GetWorkspaceOk ¶

func (o *Application) GetWorkspaceOk() (*ApplicationWorkspace, bool)

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

func (Application) MarshalJSON ¶

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

func (*Application) SetGroup ¶

func (o *Application) SetGroup(v ApplicationGroup)

SetGroup sets field value

func (*Application) SetId ¶

func (o *Application) SetId(v int32)

SetId sets field value

func (*Application) SetName ¶

func (o *Application) SetName(v string)

SetName sets field value

func (*Application) SetOrder ¶

func (o *Application) SetOrder(v int32)

SetOrder sets field value

func (*Application) SetType ¶

func (o *Application) SetType(v string)

SetType sets field value

func (*Application) SetWorkspace ¶

func (o *Application) SetWorkspace(v ApplicationWorkspace)

SetWorkspace sets field value

func (Application) ToMap ¶

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

type ApplicationCreate ¶

type ApplicationCreate struct {
	Name         string                    `json:"name"`
	Type         ApplicationCreateTypeEnum `json:"type"`
	InitWithData *bool                     `json:"init_with_data,omitempty"`
}

ApplicationCreate struct for ApplicationCreate

func NewApplicationCreate ¶

func NewApplicationCreate(name string, type_ ApplicationCreateTypeEnum) *ApplicationCreate

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

func NewApplicationCreateWithDefaults ¶

func NewApplicationCreateWithDefaults() *ApplicationCreate

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

func (*ApplicationCreate) GetInitWithData ¶

func (o *ApplicationCreate) GetInitWithData() bool

GetInitWithData returns the InitWithData field value if set, zero value otherwise.

func (*ApplicationCreate) GetInitWithDataOk ¶

func (o *ApplicationCreate) GetInitWithDataOk() (*bool, bool)

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

func (*ApplicationCreate) GetName ¶

func (o *ApplicationCreate) GetName() string

GetName returns the Name field value

func (*ApplicationCreate) GetNameOk ¶

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

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

func (*ApplicationCreate) GetType ¶

GetType returns the Type field value

func (*ApplicationCreate) GetTypeOk ¶

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

func (*ApplicationCreate) HasInitWithData ¶

func (o *ApplicationCreate) HasInitWithData() bool

HasInitWithData returns a boolean if a field has been set.

func (ApplicationCreate) MarshalJSON ¶

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

func (*ApplicationCreate) SetInitWithData ¶

func (o *ApplicationCreate) SetInitWithData(v bool)

SetInitWithData gets a reference to the given bool and assigns it to the InitWithData field.

func (*ApplicationCreate) SetName ¶

func (o *ApplicationCreate) SetName(v string)

SetName sets field value

func (*ApplicationCreate) SetType ¶

SetType sets field value

func (ApplicationCreate) ToMap ¶

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

type ApplicationCreateTypeEnum ¶

type ApplicationCreateTypeEnum string

ApplicationCreateTypeEnum * `database` - database

const (
	DATABASE ApplicationCreateTypeEnum = "database"
)

List of ApplicationCreateTypeEnum

func NewApplicationCreateTypeEnumFromValue ¶

func NewApplicationCreateTypeEnumFromValue(v string) (*ApplicationCreateTypeEnum, error)

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

func (ApplicationCreateTypeEnum) IsValid ¶

func (v ApplicationCreateTypeEnum) IsValid() bool

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

func (ApplicationCreateTypeEnum) Ptr ¶

Ptr returns reference to ApplicationCreateTypeEnum value

func (*ApplicationCreateTypeEnum) UnmarshalJSON ¶

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

type ApplicationGroup ¶

type ApplicationGroup struct {
	Id   int32  `json:"id"`
	Name string `json:"name"`
}

ApplicationGroup DEPRECATED: Please use the functionally identical `workspace` instead as this field is being removed in the future.

func NewApplicationGroup ¶

func NewApplicationGroup(id int32, name string) *ApplicationGroup

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

func NewApplicationGroupWithDefaults ¶

func NewApplicationGroupWithDefaults() *ApplicationGroup

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

func (*ApplicationGroup) GetId ¶

func (o *ApplicationGroup) GetId() int32

GetId returns the Id field value

func (*ApplicationGroup) GetIdOk ¶

func (o *ApplicationGroup) GetIdOk() (*int32, bool)

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

func (*ApplicationGroup) GetName ¶

func (o *ApplicationGroup) GetName() string

GetName returns the Name field value

func (*ApplicationGroup) GetNameOk ¶

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

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

func (ApplicationGroup) MarshalJSON ¶

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

func (*ApplicationGroup) SetId ¶

func (o *ApplicationGroup) SetId(v int32)

SetId sets field value

func (*ApplicationGroup) SetName ¶

func (o *ApplicationGroup) SetName(v string)

SetName sets field value

func (ApplicationGroup) ToMap ¶

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

type ApplicationWorkspace ¶

type ApplicationWorkspace struct {
	Id   int32  `json:"id"`
	Name string `json:"name"`
}

ApplicationWorkspace The workspace that the application belongs to.

func NewApplicationWorkspace ¶

func NewApplicationWorkspace(id int32, name string) *ApplicationWorkspace

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

func NewApplicationWorkspaceWithDefaults ¶

func NewApplicationWorkspaceWithDefaults() *ApplicationWorkspace

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

func (*ApplicationWorkspace) GetId ¶

func (o *ApplicationWorkspace) GetId() int32

GetId returns the Id field value

func (*ApplicationWorkspace) GetIdOk ¶

func (o *ApplicationWorkspace) GetIdOk() (*int32, bool)

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

func (*ApplicationWorkspace) GetName ¶

func (o *ApplicationWorkspace) GetName() string

GetName returns the Name field value

func (*ApplicationWorkspace) GetNameOk ¶

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

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

func (ApplicationWorkspace) MarshalJSON ¶

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

func (*ApplicationWorkspace) SetId ¶

func (o *ApplicationWorkspace) SetId(v int32)

SetId sets field value

func (*ApplicationWorkspace) SetName ¶

func (o *ApplicationWorkspace) SetName(v string)

SetName sets field value

func (ApplicationWorkspace) ToMap ¶

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

type Applications ¶

type Applications struct {
	DatabaseApplication *DatabaseApplication
}

Applications - struct for Applications

func DatabaseApplicationAsApplications ¶

func DatabaseApplicationAsApplications(v *DatabaseApplication) Applications

DatabaseApplicationAsApplications is a convenience function that returns DatabaseApplication wrapped in Applications

func (*Applications) GetActualInstance ¶

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

Get the actual instance

func (Applications) MarshalJSON ¶

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

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

func (*Applications) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type ArrayFormulaTypeEnum ¶

type ArrayFormulaTypeEnum string

ArrayFormulaTypeEnum * `invalid` - invalid * `text` - text * `char` - char * `link` - link * `date_interval` - date_interval * `date` - date * `boolean` - boolean * `number` - number * `single_select` - single_select

func NewArrayFormulaTypeEnumFromValue ¶

func NewArrayFormulaTypeEnumFromValue(v string) (*ArrayFormulaTypeEnum, error)

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

func (ArrayFormulaTypeEnum) IsValid ¶

func (v ArrayFormulaTypeEnum) IsValid() bool

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

func (ArrayFormulaTypeEnum) Ptr ¶

Ptr returns reference to ArrayFormulaTypeEnum value

func (*ArrayFormulaTypeEnum) UnmarshalJSON ¶

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

type AuditLog ¶

type AuditLog struct {
	Id          int32          `json:"id"`
	ActionType  string         `json:"action_type"`
	User        string         `json:"user"`
	Group       string         `json:"group"`
	Workspace   string         `json:"workspace"`
	Type        string         `json:"type"`
	Description string         `json:"description"`
	Timestamp   time.Time      `json:"timestamp"`
	IpAddress   NullableString `json:"ip_address"`
}

AuditLog struct for AuditLog

func NewAuditLog ¶

func NewAuditLog(id int32, actionType string, user string, group string, workspace string, type_ string, description string, timestamp time.Time, ipAddress NullableString) *AuditLog

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

func NewAuditLogWithDefaults ¶

func NewAuditLogWithDefaults() *AuditLog

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

func (*AuditLog) GetActionType ¶

func (o *AuditLog) GetActionType() string

GetActionType returns the ActionType field value

func (*AuditLog) GetActionTypeOk ¶

func (o *AuditLog) GetActionTypeOk() (*string, bool)

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

func (*AuditLog) GetDescription ¶

func (o *AuditLog) GetDescription() string

GetDescription returns the Description field value

func (*AuditLog) GetDescriptionOk ¶

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

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

func (*AuditLog) GetGroup ¶

func (o *AuditLog) GetGroup() string

GetGroup returns the Group field value

func (*AuditLog) GetGroupOk ¶

func (o *AuditLog) GetGroupOk() (*string, bool)

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

func (*AuditLog) GetId ¶

func (o *AuditLog) GetId() int32

GetId returns the Id field value

func (*AuditLog) GetIdOk ¶

func (o *AuditLog) GetIdOk() (*int32, bool)

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

func (*AuditLog) GetIpAddress ¶

func (o *AuditLog) GetIpAddress() string

GetIpAddress returns the IpAddress field value If the value is explicit nil, the zero value for string will be returned

func (*AuditLog) GetIpAddressOk ¶

func (o *AuditLog) GetIpAddressOk() (*string, bool)

GetIpAddressOk returns a tuple with the IpAddress field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AuditLog) GetTimestamp ¶

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

GetTimestamp returns the Timestamp field value

func (*AuditLog) GetTimestampOk ¶

func (o *AuditLog) 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 (*AuditLog) GetType ¶

func (o *AuditLog) GetType() string

GetType returns the Type field value

func (*AuditLog) GetTypeOk ¶

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

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

func (*AuditLog) GetUser ¶

func (o *AuditLog) GetUser() string

GetUser returns the User field value

func (*AuditLog) GetUserOk ¶

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

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

func (*AuditLog) GetWorkspace ¶

func (o *AuditLog) GetWorkspace() string

GetWorkspace returns the Workspace field value

func (*AuditLog) GetWorkspaceOk ¶

func (o *AuditLog) GetWorkspaceOk() (*string, bool)

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

func (AuditLog) MarshalJSON ¶

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

func (*AuditLog) SetActionType ¶

func (o *AuditLog) SetActionType(v string)

SetActionType sets field value

func (*AuditLog) SetDescription ¶

func (o *AuditLog) SetDescription(v string)

SetDescription sets field value

func (*AuditLog) SetGroup ¶

func (o *AuditLog) SetGroup(v string)

SetGroup sets field value

func (*AuditLog) SetId ¶

func (o *AuditLog) SetId(v int32)

SetId sets field value

func (*AuditLog) SetIpAddress ¶

func (o *AuditLog) SetIpAddress(v string)

SetIpAddress sets field value

func (*AuditLog) SetTimestamp ¶

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

SetTimestamp sets field value

func (*AuditLog) SetType ¶

func (o *AuditLog) SetType(v string)

SetType sets field value

func (*AuditLog) SetUser ¶

func (o *AuditLog) SetUser(v string)

SetUser sets field value

func (*AuditLog) SetWorkspace ¶

func (o *AuditLog) SetWorkspace(v string)

SetWorkspace sets field value

func (AuditLog) ToMap ¶

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

type AuditLogActionType ¶

type AuditLogActionType struct {
	Id IdEnum `json:"id"`
	// Given the *incoming* primitive data, return the value for this field that should be validated and transformed to a native value.
	Value string `json:"value"`
}

AuditLogActionType struct for AuditLogActionType

func NewAuditLogActionType ¶

func NewAuditLogActionType(id IdEnum, value string) *AuditLogActionType

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

func NewAuditLogActionTypeWithDefaults ¶

func NewAuditLogActionTypeWithDefaults() *AuditLogActionType

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

func (*AuditLogActionType) GetId ¶

func (o *AuditLogActionType) GetId() IdEnum

GetId returns the Id field value

func (*AuditLogActionType) GetIdOk ¶

func (o *AuditLogActionType) GetIdOk() (*IdEnum, bool)

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

func (*AuditLogActionType) GetValue ¶

func (o *AuditLogActionType) GetValue() string

GetValue returns the Value field value

func (*AuditLogActionType) GetValueOk ¶

func (o *AuditLogActionType) GetValueOk() (*string, bool)

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

func (AuditLogActionType) MarshalJSON ¶

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

func (*AuditLogActionType) SetId ¶

func (o *AuditLogActionType) SetId(v IdEnum)

SetId sets field value

func (*AuditLogActionType) SetValue ¶

func (o *AuditLogActionType) SetValue(v string)

SetValue sets field value

func (AuditLogActionType) ToMap ¶

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

type AuditLogExportJobJob ¶

type AuditLogExportJobJob struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError *string                 `json:"human_readable_error,omitempty"`
	CsvColumnSeparator *CsvColumnSeparatorEnum `json:"csv_column_separator,omitempty"`
	// Whether or not to generate a header row at the top of the csv file.
	CsvFirstRowHeader *bool              `json:"csv_first_row_header,omitempty"`
	ExportCharset     *ExportCharsetEnum `json:"export_charset,omitempty"`
	// Optional: The user to filter the audit log by.
	FilterUserId *int32 `json:"filter_user_id,omitempty"`
	// Optional: The workspace to filter the audit log by.
	FilterWorkspaceId *int32                `json:"filter_workspace_id,omitempty"`
	FilterActionType  *FilterActionTypeEnum `json:"filter_action_type,omitempty"`
	// Optional: The start date to filter the audit log by.
	FilterFromTimestamp *time.Time `json:"filter_from_timestamp,omitempty"`
	// Optional: The end date to filter the audit log by.
	FilterToTimestamp *time.Time `json:"filter_to_timestamp,omitempty"`
	// The date and time when the export job was created.
	CreatedOn time.Time `json:"created_on"`
	// The CSV file containing the filtered audit log entries.
	ExportedFileName NullableString `json:"exported_file_name,omitempty"`
	Url              string         `json:"url"`
}

AuditLogExportJobJob When mixed in to a model serializer for an ExportJob this will add an url field with the actual usable url of the export job's file (if it has one).

func NewAuditLogExportJobJob ¶

func NewAuditLogExportJobJob(id int32, type_ string, progressPercentage int32, state string, createdOn time.Time, url string) *AuditLogExportJobJob

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

func NewAuditLogExportJobJobWithDefaults ¶

func NewAuditLogExportJobJobWithDefaults() *AuditLogExportJobJob

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

func (*AuditLogExportJobJob) GetCreatedOn ¶

func (o *AuditLogExportJobJob) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*AuditLogExportJobJob) GetCreatedOnOk ¶

func (o *AuditLogExportJobJob) GetCreatedOnOk() (*time.Time, bool)

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

func (*AuditLogExportJobJob) GetCsvColumnSeparator ¶

func (o *AuditLogExportJobJob) GetCsvColumnSeparator() CsvColumnSeparatorEnum

GetCsvColumnSeparator returns the CsvColumnSeparator field value if set, zero value otherwise.

func (*AuditLogExportJobJob) GetCsvColumnSeparatorOk ¶

func (o *AuditLogExportJobJob) GetCsvColumnSeparatorOk() (*CsvColumnSeparatorEnum, bool)

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

func (*AuditLogExportJobJob) GetCsvFirstRowHeader ¶

func (o *AuditLogExportJobJob) GetCsvFirstRowHeader() bool

GetCsvFirstRowHeader returns the CsvFirstRowHeader field value if set, zero value otherwise.

func (*AuditLogExportJobJob) GetCsvFirstRowHeaderOk ¶

func (o *AuditLogExportJobJob) GetCsvFirstRowHeaderOk() (*bool, bool)

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

func (*AuditLogExportJobJob) GetExportCharset ¶

func (o *AuditLogExportJobJob) GetExportCharset() ExportCharsetEnum

GetExportCharset returns the ExportCharset field value if set, zero value otherwise.

func (*AuditLogExportJobJob) GetExportCharsetOk ¶

func (o *AuditLogExportJobJob) GetExportCharsetOk() (*ExportCharsetEnum, bool)

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

func (*AuditLogExportJobJob) GetExportedFileName ¶

func (o *AuditLogExportJobJob) GetExportedFileName() string

GetExportedFileName returns the ExportedFileName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AuditLogExportJobJob) GetExportedFileNameOk ¶

func (o *AuditLogExportJobJob) GetExportedFileNameOk() (*string, bool)

GetExportedFileNameOk returns a tuple with the ExportedFileName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AuditLogExportJobJob) GetFilterActionType ¶

func (o *AuditLogExportJobJob) GetFilterActionType() FilterActionTypeEnum

GetFilterActionType returns the FilterActionType field value if set, zero value otherwise.

func (*AuditLogExportJobJob) GetFilterActionTypeOk ¶

func (o *AuditLogExportJobJob) GetFilterActionTypeOk() (*FilterActionTypeEnum, bool)

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

func (*AuditLogExportJobJob) GetFilterFromTimestamp ¶

func (o *AuditLogExportJobJob) GetFilterFromTimestamp() time.Time

GetFilterFromTimestamp returns the FilterFromTimestamp field value if set, zero value otherwise.

func (*AuditLogExportJobJob) GetFilterFromTimestampOk ¶

func (o *AuditLogExportJobJob) GetFilterFromTimestampOk() (*time.Time, bool)

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

func (*AuditLogExportJobJob) GetFilterToTimestamp ¶

func (o *AuditLogExportJobJob) GetFilterToTimestamp() time.Time

GetFilterToTimestamp returns the FilterToTimestamp field value if set, zero value otherwise.

func (*AuditLogExportJobJob) GetFilterToTimestampOk ¶

func (o *AuditLogExportJobJob) GetFilterToTimestampOk() (*time.Time, bool)

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

func (*AuditLogExportJobJob) GetFilterUserId ¶

func (o *AuditLogExportJobJob) GetFilterUserId() int32

GetFilterUserId returns the FilterUserId field value if set, zero value otherwise.

func (*AuditLogExportJobJob) GetFilterUserIdOk ¶

func (o *AuditLogExportJobJob) GetFilterUserIdOk() (*int32, bool)

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

func (*AuditLogExportJobJob) GetFilterWorkspaceId ¶

func (o *AuditLogExportJobJob) GetFilterWorkspaceId() int32

GetFilterWorkspaceId returns the FilterWorkspaceId field value if set, zero value otherwise.

func (*AuditLogExportJobJob) GetFilterWorkspaceIdOk ¶

func (o *AuditLogExportJobJob) GetFilterWorkspaceIdOk() (*int32, bool)

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

func (*AuditLogExportJobJob) GetHumanReadableError ¶

func (o *AuditLogExportJobJob) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*AuditLogExportJobJob) GetHumanReadableErrorOk ¶

func (o *AuditLogExportJobJob) GetHumanReadableErrorOk() (*string, bool)

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

func (*AuditLogExportJobJob) GetId ¶

func (o *AuditLogExportJobJob) GetId() int32

GetId returns the Id field value

func (*AuditLogExportJobJob) GetIdOk ¶

func (o *AuditLogExportJobJob) GetIdOk() (*int32, bool)

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

func (*AuditLogExportJobJob) GetProgressPercentage ¶

func (o *AuditLogExportJobJob) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*AuditLogExportJobJob) GetProgressPercentageOk ¶

func (o *AuditLogExportJobJob) GetProgressPercentageOk() (*int32, bool)

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

func (*AuditLogExportJobJob) GetState ¶

func (o *AuditLogExportJobJob) GetState() string

GetState returns the State field value

func (*AuditLogExportJobJob) GetStateOk ¶

func (o *AuditLogExportJobJob) GetStateOk() (*string, bool)

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

func (*AuditLogExportJobJob) GetType ¶

func (o *AuditLogExportJobJob) GetType() string

GetType returns the Type field value

func (*AuditLogExportJobJob) GetTypeOk ¶

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

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

func (*AuditLogExportJobJob) GetUrl ¶

func (o *AuditLogExportJobJob) GetUrl() string

GetUrl returns the Url field value

func (*AuditLogExportJobJob) GetUrlOk ¶

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

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

func (*AuditLogExportJobJob) HasCsvColumnSeparator ¶

func (o *AuditLogExportJobJob) HasCsvColumnSeparator() bool

HasCsvColumnSeparator returns a boolean if a field has been set.

func (*AuditLogExportJobJob) HasCsvFirstRowHeader ¶

func (o *AuditLogExportJobJob) HasCsvFirstRowHeader() bool

HasCsvFirstRowHeader returns a boolean if a field has been set.

func (*AuditLogExportJobJob) HasExportCharset ¶

func (o *AuditLogExportJobJob) HasExportCharset() bool

HasExportCharset returns a boolean if a field has been set.

func (*AuditLogExportJobJob) HasExportedFileName ¶

func (o *AuditLogExportJobJob) HasExportedFileName() bool

HasExportedFileName returns a boolean if a field has been set.

func (*AuditLogExportJobJob) HasFilterActionType ¶

func (o *AuditLogExportJobJob) HasFilterActionType() bool

HasFilterActionType returns a boolean if a field has been set.

func (*AuditLogExportJobJob) HasFilterFromTimestamp ¶

func (o *AuditLogExportJobJob) HasFilterFromTimestamp() bool

HasFilterFromTimestamp returns a boolean if a field has been set.

func (*AuditLogExportJobJob) HasFilterToTimestamp ¶

func (o *AuditLogExportJobJob) HasFilterToTimestamp() bool

HasFilterToTimestamp returns a boolean if a field has been set.

func (*AuditLogExportJobJob) HasFilterUserId ¶

func (o *AuditLogExportJobJob) HasFilterUserId() bool

HasFilterUserId returns a boolean if a field has been set.

func (*AuditLogExportJobJob) HasFilterWorkspaceId ¶

func (o *AuditLogExportJobJob) HasFilterWorkspaceId() bool

HasFilterWorkspaceId returns a boolean if a field has been set.

func (*AuditLogExportJobJob) HasHumanReadableError ¶

func (o *AuditLogExportJobJob) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (AuditLogExportJobJob) MarshalJSON ¶

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

func (*AuditLogExportJobJob) SetCreatedOn ¶

func (o *AuditLogExportJobJob) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*AuditLogExportJobJob) SetCsvColumnSeparator ¶

func (o *AuditLogExportJobJob) SetCsvColumnSeparator(v CsvColumnSeparatorEnum)

SetCsvColumnSeparator gets a reference to the given CsvColumnSeparatorEnum and assigns it to the CsvColumnSeparator field.

func (*AuditLogExportJobJob) SetCsvFirstRowHeader ¶

func (o *AuditLogExportJobJob) SetCsvFirstRowHeader(v bool)

SetCsvFirstRowHeader gets a reference to the given bool and assigns it to the CsvFirstRowHeader field.

func (*AuditLogExportJobJob) SetExportCharset ¶

func (o *AuditLogExportJobJob) SetExportCharset(v ExportCharsetEnum)

SetExportCharset gets a reference to the given ExportCharsetEnum and assigns it to the ExportCharset field.

func (*AuditLogExportJobJob) SetExportedFileName ¶

func (o *AuditLogExportJobJob) SetExportedFileName(v string)

SetExportedFileName gets a reference to the given NullableString and assigns it to the ExportedFileName field.

func (*AuditLogExportJobJob) SetExportedFileNameNil ¶

func (o *AuditLogExportJobJob) SetExportedFileNameNil()

SetExportedFileNameNil sets the value for ExportedFileName to be an explicit nil

func (*AuditLogExportJobJob) SetFilterActionType ¶

func (o *AuditLogExportJobJob) SetFilterActionType(v FilterActionTypeEnum)

SetFilterActionType gets a reference to the given FilterActionTypeEnum and assigns it to the FilterActionType field.

func (*AuditLogExportJobJob) SetFilterFromTimestamp ¶

func (o *AuditLogExportJobJob) SetFilterFromTimestamp(v time.Time)

SetFilterFromTimestamp gets a reference to the given time.Time and assigns it to the FilterFromTimestamp field.

func (*AuditLogExportJobJob) SetFilterToTimestamp ¶

func (o *AuditLogExportJobJob) SetFilterToTimestamp(v time.Time)

SetFilterToTimestamp gets a reference to the given time.Time and assigns it to the FilterToTimestamp field.

func (*AuditLogExportJobJob) SetFilterUserId ¶

func (o *AuditLogExportJobJob) SetFilterUserId(v int32)

SetFilterUserId gets a reference to the given int32 and assigns it to the FilterUserId field.

func (*AuditLogExportJobJob) SetFilterWorkspaceId ¶

func (o *AuditLogExportJobJob) SetFilterWorkspaceId(v int32)

SetFilterWorkspaceId gets a reference to the given int32 and assigns it to the FilterWorkspaceId field.

func (*AuditLogExportJobJob) SetHumanReadableError ¶

func (o *AuditLogExportJobJob) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*AuditLogExportJobJob) SetId ¶

func (o *AuditLogExportJobJob) SetId(v int32)

SetId sets field value

func (*AuditLogExportJobJob) SetProgressPercentage ¶

func (o *AuditLogExportJobJob) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*AuditLogExportJobJob) SetState ¶

func (o *AuditLogExportJobJob) SetState(v string)

SetState sets field value

func (*AuditLogExportJobJob) SetType ¶

func (o *AuditLogExportJobJob) SetType(v string)

SetType sets field value

func (*AuditLogExportJobJob) SetUrl ¶

func (o *AuditLogExportJobJob) SetUrl(v string)

SetUrl sets field value

func (AuditLogExportJobJob) ToMap ¶

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

func (*AuditLogExportJobJob) UnsetExportedFileName ¶

func (o *AuditLogExportJobJob) UnsetExportedFileName()

UnsetExportedFileName ensures that no value is present for ExportedFileName, not even an explicit nil

type AuditLogUser ¶

type AuditLogUser struct {
	Id    int32  `json:"id"`
	Value string `json:"value"`
}

AuditLogUser struct for AuditLogUser

func NewAuditLogUser ¶

func NewAuditLogUser(id int32, value string) *AuditLogUser

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

func NewAuditLogUserWithDefaults ¶

func NewAuditLogUserWithDefaults() *AuditLogUser

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

func (*AuditLogUser) GetId ¶

func (o *AuditLogUser) GetId() int32

GetId returns the Id field value

func (*AuditLogUser) GetIdOk ¶

func (o *AuditLogUser) GetIdOk() (*int32, bool)

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

func (*AuditLogUser) GetValue ¶

func (o *AuditLogUser) GetValue() string

GetValue returns the Value field value

func (*AuditLogUser) GetValueOk ¶

func (o *AuditLogUser) GetValueOk() (*string, bool)

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

func (AuditLogUser) MarshalJSON ¶

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

func (*AuditLogUser) SetId ¶

func (o *AuditLogUser) SetId(v int32)

SetId sets field value

func (*AuditLogUser) SetValue ¶

func (o *AuditLogUser) SetValue(v string)

SetValue sets field value

func (AuditLogUser) ToMap ¶

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

type AuditLogWorkspace ¶

type AuditLogWorkspace struct {
	Id    int32  `json:"id"`
	Value string `json:"value"`
}

AuditLogWorkspace struct for AuditLogWorkspace

func NewAuditLogWorkspace ¶

func NewAuditLogWorkspace(id int32, value string) *AuditLogWorkspace

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

func NewAuditLogWorkspaceWithDefaults ¶

func NewAuditLogWorkspaceWithDefaults() *AuditLogWorkspace

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

func (*AuditLogWorkspace) GetId ¶

func (o *AuditLogWorkspace) GetId() int32

GetId returns the Id field value

func (*AuditLogWorkspace) GetIdOk ¶

func (o *AuditLogWorkspace) GetIdOk() (*int32, bool)

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

func (*AuditLogWorkspace) GetValue ¶

func (o *AuditLogWorkspace) GetValue() string

GetValue returns the Value field value

func (*AuditLogWorkspace) GetValueOk ¶

func (o *AuditLogWorkspace) GetValueOk() (*string, bool)

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

func (AuditLogWorkspace) MarshalJSON ¶

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

func (*AuditLogWorkspace) SetId ¶

func (o *AuditLogWorkspace) SetId(v int32)

SetId sets field value

func (*AuditLogWorkspace) SetValue ¶

func (o *AuditLogWorkspace) SetValue(v string)

SetValue sets field value

func (AuditLogWorkspace) ToMap ¶

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

type AuthenticationProviderAuthProvider ¶

type AuthenticationProviderAuthProvider struct {
	FacebookAuthProviderModelAuthProvider      *FacebookAuthProviderModelAuthProvider
	GitHubAuthProviderModelAuthProvider        *GitHubAuthProviderModelAuthProvider
	GitLabAuthProviderModelAuthProvider        *GitLabAuthProviderModelAuthProvider
	GoogleAuthProviderModelAuthProvider        *GoogleAuthProviderModelAuthProvider
	OpenIdConnectAuthProviderModelAuthProvider *OpenIdConnectAuthProviderModelAuthProvider
	PasswordAuthProviderModelAuthProvider      *PasswordAuthProviderModelAuthProvider
	SamlAuthProviderModelAuthProvider          *SamlAuthProviderModelAuthProvider
}

AuthenticationProviderAuthProvider - struct for AuthenticationProviderAuthProvider

func FacebookAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider ¶

func FacebookAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider(v *FacebookAuthProviderModelAuthProvider) AuthenticationProviderAuthProvider

FacebookAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider is a convenience function that returns FacebookAuthProviderModelAuthProvider wrapped in AuthenticationProviderAuthProvider

func GitHubAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider ¶

func GitHubAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider(v *GitHubAuthProviderModelAuthProvider) AuthenticationProviderAuthProvider

GitHubAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider is a convenience function that returns GitHubAuthProviderModelAuthProvider wrapped in AuthenticationProviderAuthProvider

func GitLabAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider ¶

func GitLabAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider(v *GitLabAuthProviderModelAuthProvider) AuthenticationProviderAuthProvider

GitLabAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider is a convenience function that returns GitLabAuthProviderModelAuthProvider wrapped in AuthenticationProviderAuthProvider

func GoogleAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider ¶

func GoogleAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider(v *GoogleAuthProviderModelAuthProvider) AuthenticationProviderAuthProvider

GoogleAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider is a convenience function that returns GoogleAuthProviderModelAuthProvider wrapped in AuthenticationProviderAuthProvider

func OpenIdConnectAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider ¶

func OpenIdConnectAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider(v *OpenIdConnectAuthProviderModelAuthProvider) AuthenticationProviderAuthProvider

OpenIdConnectAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider is a convenience function that returns OpenIdConnectAuthProviderModelAuthProvider wrapped in AuthenticationProviderAuthProvider

func PasswordAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider ¶

func PasswordAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider(v *PasswordAuthProviderModelAuthProvider) AuthenticationProviderAuthProvider

PasswordAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider is a convenience function that returns PasswordAuthProviderModelAuthProvider wrapped in AuthenticationProviderAuthProvider

func SamlAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider ¶

func SamlAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider(v *SamlAuthProviderModelAuthProvider) AuthenticationProviderAuthProvider

SamlAuthProviderModelAuthProviderAsAuthenticationProviderAuthProvider is a convenience function that returns SamlAuthProviderModelAuthProvider wrapped in AuthenticationProviderAuthProvider

func (*AuthenticationProviderAuthProvider) GetActualInstance ¶

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

Get the actual instance

func (AuthenticationProviderAuthProvider) MarshalJSON ¶

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

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

func (*AuthenticationProviderAuthProvider) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type BaseExporterOptions ¶

type BaseExporterOptions struct {
	// Optional: The view for this table to export using its filters, sorts and other view specific settings.
	ViewId        NullableInt32      `json:"view_id,omitempty"`
	ExporterType  ExporterTypeEnum   `json:"exporter_type"`
	ExportCharset *ExportCharsetEnum `json:"export_charset,omitempty"`
}

BaseExporterOptions struct for BaseExporterOptions

func NewBaseExporterOptions ¶

func NewBaseExporterOptions(exporterType ExporterTypeEnum) *BaseExporterOptions

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

func NewBaseExporterOptionsWithDefaults ¶

func NewBaseExporterOptionsWithDefaults() *BaseExporterOptions

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

func (*BaseExporterOptions) GetExportCharset ¶

func (o *BaseExporterOptions) GetExportCharset() ExportCharsetEnum

GetExportCharset returns the ExportCharset field value if set, zero value otherwise.

func (*BaseExporterOptions) GetExportCharsetOk ¶

func (o *BaseExporterOptions) GetExportCharsetOk() (*ExportCharsetEnum, bool)

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

func (*BaseExporterOptions) GetExporterType ¶

func (o *BaseExporterOptions) GetExporterType() ExporterTypeEnum

GetExporterType returns the ExporterType field value

func (*BaseExporterOptions) GetExporterTypeOk ¶

func (o *BaseExporterOptions) GetExporterTypeOk() (*ExporterTypeEnum, bool)

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

func (*BaseExporterOptions) GetViewId ¶

func (o *BaseExporterOptions) GetViewId() int32

GetViewId returns the ViewId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*BaseExporterOptions) GetViewIdOk ¶

func (o *BaseExporterOptions) GetViewIdOk() (*int32, bool)

GetViewIdOk returns a tuple with the ViewId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*BaseExporterOptions) HasExportCharset ¶

func (o *BaseExporterOptions) HasExportCharset() bool

HasExportCharset returns a boolean if a field has been set.

func (*BaseExporterOptions) HasViewId ¶

func (o *BaseExporterOptions) HasViewId() bool

HasViewId returns a boolean if a field has been set.

func (BaseExporterOptions) MarshalJSON ¶

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

func (*BaseExporterOptions) SetExportCharset ¶

func (o *BaseExporterOptions) SetExportCharset(v ExportCharsetEnum)

SetExportCharset gets a reference to the given ExportCharsetEnum and assigns it to the ExportCharset field.

func (*BaseExporterOptions) SetExporterType ¶

func (o *BaseExporterOptions) SetExporterType(v ExporterTypeEnum)

SetExporterType sets field value

func (*BaseExporterOptions) SetViewId ¶

func (o *BaseExporterOptions) SetViewId(v int32)

SetViewId gets a reference to the given NullableInt32 and assigns it to the ViewId field.

func (*BaseExporterOptions) SetViewIdNil ¶

func (o *BaseExporterOptions) SetViewIdNil()

SetViewIdNil sets the value for ViewId to be an explicit nil

func (BaseExporterOptions) ToMap ¶

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

func (*BaseExporterOptions) UnsetViewId ¶

func (o *BaseExporterOptions) UnsetViewId()

UnsetViewId ensures that no value is present for ViewId, not even an explicit nil

type BaserowImpersonateAuthToken ¶

type BaserowImpersonateAuthToken struct {
	User int32 `json:"user"`
}

BaserowImpersonateAuthToken Serializer used for impersonation.

func NewBaserowImpersonateAuthToken ¶

func NewBaserowImpersonateAuthToken(user int32) *BaserowImpersonateAuthToken

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

func NewBaserowImpersonateAuthTokenWithDefaults ¶

func NewBaserowImpersonateAuthTokenWithDefaults() *BaserowImpersonateAuthToken

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

func (*BaserowImpersonateAuthToken) GetUser ¶

func (o *BaserowImpersonateAuthToken) GetUser() int32

GetUser returns the User field value

func (*BaserowImpersonateAuthToken) GetUserOk ¶

func (o *BaserowImpersonateAuthToken) GetUserOk() (*int32, bool)

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

func (BaserowImpersonateAuthToken) MarshalJSON ¶

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

func (*BaserowImpersonateAuthToken) SetUser ¶

func (o *BaserowImpersonateAuthToken) SetUser(v int32)

SetUser sets field value

func (BaserowImpersonateAuthToken) ToMap ¶

func (o BaserowImpersonateAuthToken) 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 BatchCreateDatabaseTableRows400Response ¶

type BatchCreateDatabaseTableRows400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

BatchCreateDatabaseTableRows400Response struct for BatchCreateDatabaseTableRows400Response

func NewBatchCreateDatabaseTableRows400Response ¶

func NewBatchCreateDatabaseTableRows400Response() *BatchCreateDatabaseTableRows400Response

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

func NewBatchCreateDatabaseTableRows400ResponseWithDefaults ¶

func NewBatchCreateDatabaseTableRows400ResponseWithDefaults() *BatchCreateDatabaseTableRows400Response

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

func (*BatchCreateDatabaseTableRows400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*BatchCreateDatabaseTableRows400Response) GetDetailOk ¶

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

func (*BatchCreateDatabaseTableRows400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*BatchCreateDatabaseTableRows400Response) GetErrorOk ¶

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 (*BatchCreateDatabaseTableRows400Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*BatchCreateDatabaseTableRows400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (BatchCreateDatabaseTableRows400Response) MarshalJSON ¶

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

func (*BatchCreateDatabaseTableRows400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*BatchCreateDatabaseTableRows400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (BatchCreateDatabaseTableRows400Response) ToMap ¶

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

type BatchCreateRoleAssignment ¶

type BatchCreateRoleAssignment struct {
	Items []CreateRoleAssignment `json:"items"`
}

BatchCreateRoleAssignment struct for BatchCreateRoleAssignment

func NewBatchCreateRoleAssignment ¶

func NewBatchCreateRoleAssignment(items []CreateRoleAssignment) *BatchCreateRoleAssignment

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

func NewBatchCreateRoleAssignmentWithDefaults ¶

func NewBatchCreateRoleAssignmentWithDefaults() *BatchCreateRoleAssignment

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

func (*BatchCreateRoleAssignment) GetItems ¶

GetItems returns the Items field value

func (*BatchCreateRoleAssignment) GetItemsOk ¶

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

func (BatchCreateRoleAssignment) MarshalJSON ¶

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

func (*BatchCreateRoleAssignment) SetItems ¶

SetItems sets field value

func (BatchCreateRoleAssignment) ToMap ¶

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

type BatchDeleteDatabaseTableRows400Response ¶

type BatchDeleteDatabaseTableRows400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

BatchDeleteDatabaseTableRows400Response struct for BatchDeleteDatabaseTableRows400Response

func NewBatchDeleteDatabaseTableRows400Response ¶

func NewBatchDeleteDatabaseTableRows400Response() *BatchDeleteDatabaseTableRows400Response

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

func NewBatchDeleteDatabaseTableRows400ResponseWithDefaults ¶

func NewBatchDeleteDatabaseTableRows400ResponseWithDefaults() *BatchDeleteDatabaseTableRows400Response

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

func (*BatchDeleteDatabaseTableRows400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*BatchDeleteDatabaseTableRows400Response) GetDetailOk ¶

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

func (*BatchDeleteDatabaseTableRows400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*BatchDeleteDatabaseTableRows400Response) GetErrorOk ¶

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 (*BatchDeleteDatabaseTableRows400Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*BatchDeleteDatabaseTableRows400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (BatchDeleteDatabaseTableRows400Response) MarshalJSON ¶

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

func (*BatchDeleteDatabaseTableRows400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*BatchDeleteDatabaseTableRows400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (BatchDeleteDatabaseTableRows400Response) ToMap ¶

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

type BatchDeleteRows ¶

type BatchDeleteRows struct {
	Items []int32 `json:"items"`
}

BatchDeleteRows struct for BatchDeleteRows

func NewBatchDeleteRows ¶

func NewBatchDeleteRows(items []int32) *BatchDeleteRows

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

func NewBatchDeleteRowsWithDefaults ¶

func NewBatchDeleteRowsWithDefaults() *BatchDeleteRows

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

func (*BatchDeleteRows) GetItems ¶

func (o *BatchDeleteRows) GetItems() []int32

GetItems returns the Items field value

func (*BatchDeleteRows) GetItemsOk ¶

func (o *BatchDeleteRows) GetItemsOk() ([]int32, bool)

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

func (BatchDeleteRows) MarshalJSON ¶

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

func (*BatchDeleteRows) SetItems ¶

func (o *BatchDeleteRows) SetItems(v []int32)

SetItems sets field value

func (BatchDeleteRows) ToMap ¶

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

type BlankEnum ¶

type BlankEnum string

BlankEnum the model 'BlankEnum'

const (
	EMPTY BlankEnum = ""
)

List of BlankEnum

func NewBlankEnumFromValue ¶

func NewBlankEnumFromValue(v string) (*BlankEnum, error)

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

func (BlankEnum) IsValid ¶

func (v BlankEnum) IsValid() bool

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

func (BlankEnum) Ptr ¶

func (v BlankEnum) Ptr() *BlankEnum

Ptr returns reference to BlankEnum value

func (*BlankEnum) UnmarshalJSON ¶

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

type BooleanFieldCreateField ¶

type BooleanFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
}

BooleanFieldCreateField struct for BooleanFieldCreateField

func NewBooleanFieldCreateField ¶

func NewBooleanFieldCreateField(name string, type_ Type712Enum) *BooleanFieldCreateField

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

func NewBooleanFieldCreateFieldWithDefaults ¶

func NewBooleanFieldCreateFieldWithDefaults() *BooleanFieldCreateField

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

func (*BooleanFieldCreateField) GetName ¶

func (o *BooleanFieldCreateField) GetName() string

GetName returns the Name field value

func (*BooleanFieldCreateField) GetNameOk ¶

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

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

func (*BooleanFieldCreateField) GetType ¶

func (o *BooleanFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*BooleanFieldCreateField) GetTypeOk ¶

func (o *BooleanFieldCreateField) GetTypeOk() (*Type712Enum, bool)

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

func (BooleanFieldCreateField) MarshalJSON ¶

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

func (*BooleanFieldCreateField) SetName ¶

func (o *BooleanFieldCreateField) SetName(v string)

SetName sets field value

func (*BooleanFieldCreateField) SetType ¶

func (o *BooleanFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (BooleanFieldCreateField) ToMap ¶

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

type BooleanFieldField ¶

type BooleanFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
}

BooleanFieldField struct for BooleanFieldField

func NewBooleanFieldField ¶

func NewBooleanFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *BooleanFieldField

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

func NewBooleanFieldFieldWithDefaults ¶

func NewBooleanFieldFieldWithDefaults() *BooleanFieldField

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

func (*BooleanFieldField) GetId ¶

func (o *BooleanFieldField) GetId() int32

GetId returns the Id field value

func (*BooleanFieldField) GetIdOk ¶

func (o *BooleanFieldField) GetIdOk() (*int32, bool)

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

func (*BooleanFieldField) GetName ¶

func (o *BooleanFieldField) GetName() string

GetName returns the Name field value

func (*BooleanFieldField) GetNameOk ¶

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

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

func (*BooleanFieldField) GetOrder ¶

func (o *BooleanFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*BooleanFieldField) GetOrderOk ¶

func (o *BooleanFieldField) GetOrderOk() (*int32, bool)

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

func (*BooleanFieldField) GetPrimary ¶

func (o *BooleanFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*BooleanFieldField) GetPrimaryOk ¶

func (o *BooleanFieldField) 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 (*BooleanFieldField) GetReadOnly ¶

func (o *BooleanFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*BooleanFieldField) GetReadOnlyOk ¶

func (o *BooleanFieldField) GetReadOnlyOk() (*bool, bool)

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

func (*BooleanFieldField) GetTableId ¶

func (o *BooleanFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*BooleanFieldField) GetTableIdOk ¶

func (o *BooleanFieldField) GetTableIdOk() (*int32, bool)

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

func (*BooleanFieldField) GetType ¶

func (o *BooleanFieldField) GetType() string

GetType returns the Type field value

func (*BooleanFieldField) GetTypeOk ¶

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

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

func (*BooleanFieldField) HasPrimary ¶

func (o *BooleanFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (BooleanFieldField) MarshalJSON ¶

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

func (*BooleanFieldField) SetId ¶

func (o *BooleanFieldField) SetId(v int32)

SetId sets field value

func (*BooleanFieldField) SetName ¶

func (o *BooleanFieldField) SetName(v string)

SetName sets field value

func (*BooleanFieldField) SetOrder ¶

func (o *BooleanFieldField) SetOrder(v int32)

SetOrder sets field value

func (*BooleanFieldField) SetPrimary ¶

func (o *BooleanFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*BooleanFieldField) SetReadOnly ¶

func (o *BooleanFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*BooleanFieldField) SetTableId ¶

func (o *BooleanFieldField) SetTableId(v int32)

SetTableId sets field value

func (*BooleanFieldField) SetType ¶

func (o *BooleanFieldField) SetType(v string)

SetType sets field value

func (BooleanFieldField) ToMap ¶

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

type BooleanFieldFieldSerializerWithRelatedFields ¶

type BooleanFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
}

BooleanFieldFieldSerializerWithRelatedFields struct for BooleanFieldFieldSerializerWithRelatedFields

func NewBooleanFieldFieldSerializerWithRelatedFields ¶

func NewBooleanFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *BooleanFieldFieldSerializerWithRelatedFields

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

func NewBooleanFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewBooleanFieldFieldSerializerWithRelatedFieldsWithDefaults() *BooleanFieldFieldSerializerWithRelatedFields

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

func (*BooleanFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*BooleanFieldFieldSerializerWithRelatedFields) GetIdOk ¶

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

func (*BooleanFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*BooleanFieldFieldSerializerWithRelatedFields) GetNameOk ¶

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

func (*BooleanFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*BooleanFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

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

func (*BooleanFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*BooleanFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*BooleanFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*BooleanFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

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

func (*BooleanFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *BooleanFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*BooleanFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *BooleanFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

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

func (*BooleanFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*BooleanFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

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

func (*BooleanFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*BooleanFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

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

func (*BooleanFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (BooleanFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*BooleanFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*BooleanFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*BooleanFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*BooleanFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*BooleanFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*BooleanFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *BooleanFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*BooleanFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*BooleanFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (BooleanFieldFieldSerializerWithRelatedFields) ToMap ¶

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

type CalendarViewFieldOptions ¶

type CalendarViewFieldOptions struct {
	// An object containing the field id as key and the properties related to view as value.
	FieldOptions map[string]CalendarViewFieldOptions `json:"field_options"`
}

CalendarViewFieldOptions struct for CalendarViewFieldOptions

func NewCalendarViewFieldOptions ¶

func NewCalendarViewFieldOptions(fieldOptions map[string]CalendarViewFieldOptions) *CalendarViewFieldOptions

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

func NewCalendarViewFieldOptionsWithDefaults ¶

func NewCalendarViewFieldOptionsWithDefaults() *CalendarViewFieldOptions

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

func (*CalendarViewFieldOptions) GetFieldOptions ¶

func (o *CalendarViewFieldOptions) GetFieldOptions() map[string]CalendarViewFieldOptions

GetFieldOptions returns the FieldOptions field value

func (*CalendarViewFieldOptions) GetFieldOptionsOk ¶

func (o *CalendarViewFieldOptions) GetFieldOptionsOk() (*map[string]CalendarViewFieldOptions, bool)

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

func (CalendarViewFieldOptions) MarshalJSON ¶

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

func (*CalendarViewFieldOptions) SetFieldOptions ¶

func (o *CalendarViewFieldOptions) SetFieldOptions(v map[string]CalendarViewFieldOptions)

SetFieldOptions sets field value

func (CalendarViewFieldOptions) ToMap ¶

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

type CalendarViewUpdate ¶

type CalendarViewUpdate struct {
	Name       *string            `json:"name,omitempty"`
	FilterType *ConditionTypeEnum `json:"filter_type,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled *bool `json:"filters_disabled,omitempty"`
	// The password required to access the public view URL.
	PublicViewPassword *string       `json:"public_view_password,omitempty"`
	DateField          NullableInt32 `json:"date_field,omitempty"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug that can be used to construct a public URL.
	Slug string `json:"slug"`
}

CalendarViewUpdate struct for CalendarViewUpdate

func NewCalendarViewUpdate ¶

func NewCalendarViewUpdate(slug string) *CalendarViewUpdate

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

func NewCalendarViewUpdateWithDefaults ¶

func NewCalendarViewUpdateWithDefaults() *CalendarViewUpdate

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

func (*CalendarViewUpdate) GetDateField ¶

func (o *CalendarViewUpdate) GetDateField() int32

GetDateField returns the DateField field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CalendarViewUpdate) GetDateFieldOk ¶

func (o *CalendarViewUpdate) GetDateFieldOk() (*int32, bool)

GetDateFieldOk returns a tuple with the DateField field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CalendarViewUpdate) GetFilterType ¶

func (o *CalendarViewUpdate) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*CalendarViewUpdate) GetFilterTypeOk ¶

func (o *CalendarViewUpdate) GetFilterTypeOk() (*ConditionTypeEnum, bool)

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

func (*CalendarViewUpdate) GetFiltersDisabled ¶

func (o *CalendarViewUpdate) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*CalendarViewUpdate) GetFiltersDisabledOk ¶

func (o *CalendarViewUpdate) GetFiltersDisabledOk() (*bool, bool)

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

func (*CalendarViewUpdate) GetName ¶

func (o *CalendarViewUpdate) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CalendarViewUpdate) GetNameOk ¶

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

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

func (*CalendarViewUpdate) GetPublic ¶

func (o *CalendarViewUpdate) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*CalendarViewUpdate) GetPublicOk ¶

func (o *CalendarViewUpdate) GetPublicOk() (*bool, 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 (*CalendarViewUpdate) GetPublicViewPassword ¶

func (o *CalendarViewUpdate) GetPublicViewPassword() string

GetPublicViewPassword returns the PublicViewPassword field value if set, zero value otherwise.

func (*CalendarViewUpdate) GetPublicViewPasswordOk ¶

func (o *CalendarViewUpdate) GetPublicViewPasswordOk() (*string, bool)

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

func (*CalendarViewUpdate) GetSlug ¶

func (o *CalendarViewUpdate) GetSlug() string

GetSlug returns the Slug field value

func (*CalendarViewUpdate) GetSlugOk ¶

func (o *CalendarViewUpdate) GetSlugOk() (*string, bool)

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

func (*CalendarViewUpdate) HasDateField ¶

func (o *CalendarViewUpdate) HasDateField() bool

HasDateField returns a boolean if a field has been set.

func (*CalendarViewUpdate) HasFilterType ¶

func (o *CalendarViewUpdate) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*CalendarViewUpdate) HasFiltersDisabled ¶

func (o *CalendarViewUpdate) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (*CalendarViewUpdate) HasName ¶

func (o *CalendarViewUpdate) HasName() bool

HasName returns a boolean if a field has been set.

func (*CalendarViewUpdate) HasPublic ¶

func (o *CalendarViewUpdate) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (*CalendarViewUpdate) HasPublicViewPassword ¶

func (o *CalendarViewUpdate) HasPublicViewPassword() bool

HasPublicViewPassword returns a boolean if a field has been set.

func (CalendarViewUpdate) MarshalJSON ¶

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

func (*CalendarViewUpdate) SetDateField ¶

func (o *CalendarViewUpdate) SetDateField(v int32)

SetDateField gets a reference to the given NullableInt32 and assigns it to the DateField field.

func (*CalendarViewUpdate) SetDateFieldNil ¶

func (o *CalendarViewUpdate) SetDateFieldNil()

SetDateFieldNil sets the value for DateField to be an explicit nil

func (*CalendarViewUpdate) SetFilterType ¶

func (o *CalendarViewUpdate) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*CalendarViewUpdate) SetFiltersDisabled ¶

func (o *CalendarViewUpdate) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*CalendarViewUpdate) SetName ¶

func (o *CalendarViewUpdate) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CalendarViewUpdate) SetPublic ¶

func (o *CalendarViewUpdate) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (*CalendarViewUpdate) SetPublicViewPassword ¶

func (o *CalendarViewUpdate) SetPublicViewPassword(v string)

SetPublicViewPassword gets a reference to the given string and assigns it to the PublicViewPassword field.

func (*CalendarViewUpdate) SetSlug ¶

func (o *CalendarViewUpdate) SetSlug(v string)

SetSlug sets field value

func (CalendarViewUpdate) ToMap ¶

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

func (*CalendarViewUpdate) UnsetDateField ¶

func (o *CalendarViewUpdate) UnsetDateField()

UnsetDateField ensures that no value is present for DateField, not even an explicit nil

type ChangePassword400Response ¶

type ChangePassword400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

ChangePassword400Response struct for ChangePassword400Response

func NewChangePassword400Response ¶

func NewChangePassword400Response() *ChangePassword400Response

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

func NewChangePassword400ResponseWithDefaults ¶

func NewChangePassword400ResponseWithDefaults() *ChangePassword400Response

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

func (*ChangePassword400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ChangePassword400Response) GetDetailOk ¶

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

func (*ChangePassword400Response) GetError ¶

func (o *ChangePassword400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*ChangePassword400Response) GetErrorOk ¶

func (o *ChangePassword400Response) 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 (*ChangePassword400Response) HasDetail ¶

func (o *ChangePassword400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ChangePassword400Response) HasError ¶

func (o *ChangePassword400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (ChangePassword400Response) MarshalJSON ¶

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

func (*ChangePassword400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*ChangePassword400Response) SetError ¶

func (o *ChangePassword400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (ChangePassword400Response) ToMap ¶

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

type ChangePasswordBodyValidation ¶

type ChangePasswordBodyValidation struct {
	OldPassword string `json:"old_password"`
	NewPassword string `json:"new_password"`
}

ChangePasswordBodyValidation struct for ChangePasswordBodyValidation

func NewChangePasswordBodyValidation ¶

func NewChangePasswordBodyValidation(oldPassword string, newPassword string) *ChangePasswordBodyValidation

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

func NewChangePasswordBodyValidationWithDefaults ¶

func NewChangePasswordBodyValidationWithDefaults() *ChangePasswordBodyValidation

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

func (*ChangePasswordBodyValidation) GetNewPassword ¶

func (o *ChangePasswordBodyValidation) GetNewPassword() string

GetNewPassword returns the NewPassword field value

func (*ChangePasswordBodyValidation) GetNewPasswordOk ¶

func (o *ChangePasswordBodyValidation) GetNewPasswordOk() (*string, bool)

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

func (*ChangePasswordBodyValidation) GetOldPassword ¶

func (o *ChangePasswordBodyValidation) GetOldPassword() string

GetOldPassword returns the OldPassword field value

func (*ChangePasswordBodyValidation) GetOldPasswordOk ¶

func (o *ChangePasswordBodyValidation) GetOldPasswordOk() (*string, bool)

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

func (ChangePasswordBodyValidation) MarshalJSON ¶

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

func (*ChangePasswordBodyValidation) SetNewPassword ¶

func (o *ChangePasswordBodyValidation) SetNewPassword(v string)

SetNewPassword sets field value

func (*ChangePasswordBodyValidation) SetOldPassword ¶

func (o *ChangePasswordBodyValidation) SetOldPassword(v string)

SetOldPassword sets field value

func (ChangePasswordBodyValidation) ToMap ¶

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

type Collaborator ¶

type Collaborator struct {
	Id   int32  `json:"id"`
	Name string `json:"name"`
}

Collaborator struct for Collaborator

func NewCollaborator ¶

func NewCollaborator(id int32, name string) *Collaborator

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

func NewCollaboratorWithDefaults ¶

func NewCollaboratorWithDefaults() *Collaborator

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

func (*Collaborator) GetId ¶

func (o *Collaborator) GetId() int32

GetId returns the Id field value

func (*Collaborator) GetIdOk ¶

func (o *Collaborator) GetIdOk() (*int32, bool)

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

func (*Collaborator) GetName ¶

func (o *Collaborator) GetName() string

GetName returns the Name field value

func (*Collaborator) GetNameOk ¶

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

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

func (Collaborator) MarshalJSON ¶

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

func (*Collaborator) SetId ¶

func (o *Collaborator) SetId(v int32)

SetId sets field value

func (*Collaborator) SetName ¶

func (o *Collaborator) SetName(v string)

SetName sets field value

func (Collaborator) ToMap ¶

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

type ConditionTypeEnum ¶

type ConditionTypeEnum string

ConditionTypeEnum * `AND` - And * `OR` - Or

const (
	AND ConditionTypeEnum = "AND"
	OR  ConditionTypeEnum = "OR"
)

List of ConditionTypeEnum

func NewConditionTypeEnumFromValue ¶

func NewConditionTypeEnumFromValue(v string) (*ConditionTypeEnum, error)

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

func (ConditionTypeEnum) IsValid ¶

func (v ConditionTypeEnum) IsValid() bool

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

func (ConditionTypeEnum) Ptr ¶

Ptr returns reference to ConditionTypeEnum value

func (*ConditionTypeEnum) UnmarshalJSON ¶

func (v *ConditionTypeEnum) UnmarshalJSON(src []byte) 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 CountFieldCreateField ¶

type CountFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to count values for.
	ThroughFieldId NullableInt32    `json:"through_field_id,omitempty"`
	FormulaType    *FormulaTypeEnum `json:"formula_type,omitempty"`
}

CountFieldCreateField struct for CountFieldCreateField

func NewCountFieldCreateField ¶

func NewCountFieldCreateField(name string, type_ Type712Enum, nullable bool) *CountFieldCreateField

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

func NewCountFieldCreateFieldWithDefaults ¶

func NewCountFieldCreateFieldWithDefaults() *CountFieldCreateField

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

func (*CountFieldCreateField) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldCreateField) GetArrayFormulaTypeOk ¶

func (o *CountFieldCreateField) GetArrayFormulaTypeOk() (*CountFieldCreateFieldArrayFormulaType, bool)

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldCreateField) GetDateForceTimezone ¶

func (o *CountFieldCreateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldCreateField) GetDateForceTimezoneOk ¶

func (o *CountFieldCreateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldCreateField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldCreateField) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldCreateField) GetDateIncludeTime ¶

func (o *CountFieldCreateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldCreateField) GetDateIncludeTimeOk ¶

func (o *CountFieldCreateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldCreateField) GetDateShowTzinfo ¶

func (o *CountFieldCreateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldCreateField) GetDateShowTzinfoOk ¶

func (o *CountFieldCreateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldCreateField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldCreateField) GetDateTimeFormatOk ¶

func (o *CountFieldCreateField) GetDateTimeFormatOk() (*CountFieldCreateFieldDateTimeFormat, bool)

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldCreateField) GetError ¶

func (o *CountFieldCreateField) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldCreateField) GetErrorOk ¶

func (o *CountFieldCreateField) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldCreateField) GetFormulaType ¶

func (o *CountFieldCreateField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*CountFieldCreateField) GetFormulaTypeOk ¶

func (o *CountFieldCreateField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

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

func (*CountFieldCreateField) GetName ¶

func (o *CountFieldCreateField) GetName() string

GetName returns the Name field value

func (*CountFieldCreateField) GetNameOk ¶

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

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

func (*CountFieldCreateField) GetNullable ¶

func (o *CountFieldCreateField) GetNullable() bool

GetNullable returns the Nullable field value

func (*CountFieldCreateField) GetNullableOk ¶

func (o *CountFieldCreateField) GetNullableOk() (*bool, bool)

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

func (*CountFieldCreateField) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldCreateField) GetNumberDecimalPlacesOk ¶

func (o *CountFieldCreateField) GetNumberDecimalPlacesOk() (*CountFieldCreateFieldNumberDecimalPlaces, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldCreateField) GetThroughFieldId ¶

func (o *CountFieldCreateField) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldCreateField) GetThroughFieldIdOk ¶

func (o *CountFieldCreateField) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldCreateField) GetType ¶

func (o *CountFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*CountFieldCreateField) GetTypeOk ¶

func (o *CountFieldCreateField) GetTypeOk() (*Type712Enum, bool)

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

func (*CountFieldCreateField) HasArrayFormulaType ¶

func (o *CountFieldCreateField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*CountFieldCreateField) HasDateForceTimezone ¶

func (o *CountFieldCreateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*CountFieldCreateField) HasDateFormat ¶

func (o *CountFieldCreateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*CountFieldCreateField) HasDateIncludeTime ¶

func (o *CountFieldCreateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*CountFieldCreateField) HasDateShowTzinfo ¶

func (o *CountFieldCreateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*CountFieldCreateField) HasDateTimeFormat ¶

func (o *CountFieldCreateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*CountFieldCreateField) HasError ¶

func (o *CountFieldCreateField) HasError() bool

HasError returns a boolean if a field has been set.

func (*CountFieldCreateField) HasFormulaType ¶

func (o *CountFieldCreateField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*CountFieldCreateField) HasNumberDecimalPlaces ¶

func (o *CountFieldCreateField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*CountFieldCreateField) HasThroughFieldId ¶

func (o *CountFieldCreateField) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (CountFieldCreateField) MarshalJSON ¶

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

func (*CountFieldCreateField) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*CountFieldCreateField) SetArrayFormulaTypeNil ¶

func (o *CountFieldCreateField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*CountFieldCreateField) SetDateForceTimezone ¶

func (o *CountFieldCreateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*CountFieldCreateField) SetDateForceTimezoneNil ¶

func (o *CountFieldCreateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*CountFieldCreateField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*CountFieldCreateField) SetDateFormatNil ¶

func (o *CountFieldCreateField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*CountFieldCreateField) SetDateIncludeTime ¶

func (o *CountFieldCreateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*CountFieldCreateField) SetDateIncludeTimeNil ¶

func (o *CountFieldCreateField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*CountFieldCreateField) SetDateShowTzinfo ¶

func (o *CountFieldCreateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*CountFieldCreateField) SetDateShowTzinfoNil ¶

func (o *CountFieldCreateField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*CountFieldCreateField) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*CountFieldCreateField) SetDateTimeFormatNil ¶

func (o *CountFieldCreateField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*CountFieldCreateField) SetError ¶

func (o *CountFieldCreateField) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*CountFieldCreateField) SetErrorNil ¶

func (o *CountFieldCreateField) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*CountFieldCreateField) SetFormulaType ¶

func (o *CountFieldCreateField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*CountFieldCreateField) SetName ¶

func (o *CountFieldCreateField) SetName(v string)

SetName sets field value

func (*CountFieldCreateField) SetNullable ¶

func (o *CountFieldCreateField) SetNullable(v bool)

SetNullable sets field value

func (*CountFieldCreateField) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*CountFieldCreateField) SetNumberDecimalPlacesNil ¶

func (o *CountFieldCreateField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*CountFieldCreateField) SetThroughFieldId ¶

func (o *CountFieldCreateField) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*CountFieldCreateField) SetThroughFieldIdNil ¶

func (o *CountFieldCreateField) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*CountFieldCreateField) SetType ¶

func (o *CountFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (CountFieldCreateField) ToMap ¶

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

func (*CountFieldCreateField) UnsetArrayFormulaType ¶

func (o *CountFieldCreateField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*CountFieldCreateField) UnsetDateForceTimezone ¶

func (o *CountFieldCreateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*CountFieldCreateField) UnsetDateFormat ¶

func (o *CountFieldCreateField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*CountFieldCreateField) UnsetDateIncludeTime ¶

func (o *CountFieldCreateField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*CountFieldCreateField) UnsetDateShowTzinfo ¶

func (o *CountFieldCreateField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*CountFieldCreateField) UnsetDateTimeFormat ¶

func (o *CountFieldCreateField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*CountFieldCreateField) UnsetError ¶

func (o *CountFieldCreateField) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*CountFieldCreateField) UnsetNumberDecimalPlaces ¶

func (o *CountFieldCreateField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*CountFieldCreateField) UnsetThroughFieldId ¶

func (o *CountFieldCreateField) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

type CountFieldCreateFieldArrayFormulaType ¶

type CountFieldCreateFieldArrayFormulaType struct {
	ArrayFormulaTypeEnum *ArrayFormulaTypeEnum
	NullEnum             *NullEnum
}

CountFieldCreateFieldArrayFormulaType - struct for CountFieldCreateFieldArrayFormulaType

func ArrayFormulaTypeEnumAsCountFieldCreateFieldArrayFormulaType ¶

func ArrayFormulaTypeEnumAsCountFieldCreateFieldArrayFormulaType(v *ArrayFormulaTypeEnum) CountFieldCreateFieldArrayFormulaType

ArrayFormulaTypeEnumAsCountFieldCreateFieldArrayFormulaType is a convenience function that returns ArrayFormulaTypeEnum wrapped in CountFieldCreateFieldArrayFormulaType

func NullEnumAsCountFieldCreateFieldArrayFormulaType ¶

func NullEnumAsCountFieldCreateFieldArrayFormulaType(v *NullEnum) CountFieldCreateFieldArrayFormulaType

NullEnumAsCountFieldCreateFieldArrayFormulaType is a convenience function that returns NullEnum wrapped in CountFieldCreateFieldArrayFormulaType

func (*CountFieldCreateFieldArrayFormulaType) GetActualInstance ¶

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

Get the actual instance

func (CountFieldCreateFieldArrayFormulaType) MarshalJSON ¶

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

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

func (*CountFieldCreateFieldArrayFormulaType) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type CountFieldCreateFieldDateFormat ¶

type CountFieldCreateFieldDateFormat struct {
	DateFormatEnum *DateFormatEnum
	NullEnum       *NullEnum
}

CountFieldCreateFieldDateFormat - EU (20/02/2020), US (02/20/2020) or ISO (2020-02-20) * `EU` - European (D/M/Y) * `US` - US (M/D/Y) * `ISO` - ISO (Y-M-D)

func DateFormatEnumAsCountFieldCreateFieldDateFormat ¶

func DateFormatEnumAsCountFieldCreateFieldDateFormat(v *DateFormatEnum) CountFieldCreateFieldDateFormat

DateFormatEnumAsCountFieldCreateFieldDateFormat is a convenience function that returns DateFormatEnum wrapped in CountFieldCreateFieldDateFormat

func NullEnumAsCountFieldCreateFieldDateFormat ¶

func NullEnumAsCountFieldCreateFieldDateFormat(v *NullEnum) CountFieldCreateFieldDateFormat

NullEnumAsCountFieldCreateFieldDateFormat is a convenience function that returns NullEnum wrapped in CountFieldCreateFieldDateFormat

func (*CountFieldCreateFieldDateFormat) GetActualInstance ¶

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

Get the actual instance

func (CountFieldCreateFieldDateFormat) MarshalJSON ¶

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

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

func (*CountFieldCreateFieldDateFormat) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type CountFieldCreateFieldDateTimeFormat ¶

type CountFieldCreateFieldDateTimeFormat struct {
	DateTimeFormatEnum *DateTimeFormatEnum
	NullEnum           *NullEnum
}

CountFieldCreateFieldDateTimeFormat - 24 (14:30) or 12 (02:30 PM) * `24` - 24 hour * `12` - 12 hour

func DateTimeFormatEnumAsCountFieldCreateFieldDateTimeFormat ¶

func DateTimeFormatEnumAsCountFieldCreateFieldDateTimeFormat(v *DateTimeFormatEnum) CountFieldCreateFieldDateTimeFormat

DateTimeFormatEnumAsCountFieldCreateFieldDateTimeFormat is a convenience function that returns DateTimeFormatEnum wrapped in CountFieldCreateFieldDateTimeFormat

func NullEnumAsCountFieldCreateFieldDateTimeFormat ¶

func NullEnumAsCountFieldCreateFieldDateTimeFormat(v *NullEnum) CountFieldCreateFieldDateTimeFormat

NullEnumAsCountFieldCreateFieldDateTimeFormat is a convenience function that returns NullEnum wrapped in CountFieldCreateFieldDateTimeFormat

func (*CountFieldCreateFieldDateTimeFormat) GetActualInstance ¶

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

Get the actual instance

func (CountFieldCreateFieldDateTimeFormat) MarshalJSON ¶

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

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

func (*CountFieldCreateFieldDateTimeFormat) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type CountFieldCreateFieldNumberDecimalPlaces ¶

type CountFieldCreateFieldNumberDecimalPlaces struct {
	NullEnum                *NullEnum
	NumberDecimalPlacesEnum *NumberDecimalPlacesEnum
}

CountFieldCreateFieldNumberDecimalPlaces - The amount of digits allowed after the point. * `0` - 1 * `1` - 1.0 * `2` - 1.00 * `3` - 1.000 * `4` - 1.0000 * `5` - 1.00000 * `6` - 1.000000 * `7` - 1.0000000 * `8` - 1.00000000 * `9` - 1.000000000 * `10` - 1.0000000000

func NullEnumAsCountFieldCreateFieldNumberDecimalPlaces ¶

func NullEnumAsCountFieldCreateFieldNumberDecimalPlaces(v *NullEnum) CountFieldCreateFieldNumberDecimalPlaces

NullEnumAsCountFieldCreateFieldNumberDecimalPlaces is a convenience function that returns NullEnum wrapped in CountFieldCreateFieldNumberDecimalPlaces

func NumberDecimalPlacesEnumAsCountFieldCreateFieldNumberDecimalPlaces ¶

func NumberDecimalPlacesEnumAsCountFieldCreateFieldNumberDecimalPlaces(v *NumberDecimalPlacesEnum) CountFieldCreateFieldNumberDecimalPlaces

NumberDecimalPlacesEnumAsCountFieldCreateFieldNumberDecimalPlaces is a convenience function that returns NumberDecimalPlacesEnum wrapped in CountFieldCreateFieldNumberDecimalPlaces

func (*CountFieldCreateFieldNumberDecimalPlaces) GetActualInstance ¶

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

Get the actual instance

func (CountFieldCreateFieldNumberDecimalPlaces) MarshalJSON ¶

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

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

func (*CountFieldCreateFieldNumberDecimalPlaces) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type CountFieldField ¶

type CountFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to count values for.
	ThroughFieldId NullableInt32    `json:"through_field_id,omitempty"`
	FormulaType    *FormulaTypeEnum `json:"formula_type,omitempty"`
}

CountFieldField struct for CountFieldField

func NewCountFieldField ¶

func NewCountFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, nullable bool) *CountFieldField

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

func NewCountFieldFieldWithDefaults ¶

func NewCountFieldFieldWithDefaults() *CountFieldField

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

func (*CountFieldField) GetArrayFormulaType ¶

func (o *CountFieldField) GetArrayFormulaType() CountFieldCreateFieldArrayFormulaType

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldField) GetArrayFormulaTypeOk ¶

func (o *CountFieldField) GetArrayFormulaTypeOk() (*CountFieldCreateFieldArrayFormulaType, bool)

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldField) GetDateForceTimezone ¶

func (o *CountFieldField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldField) GetDateForceTimezoneOk ¶

func (o *CountFieldField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldField) GetDateFormatOk ¶

func (o *CountFieldField) GetDateFormatOk() (*CountFieldCreateFieldDateFormat, bool)

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldField) GetDateIncludeTime ¶

func (o *CountFieldField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldField) GetDateIncludeTimeOk ¶

func (o *CountFieldField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldField) GetDateShowTzinfo ¶

func (o *CountFieldField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldField) GetDateShowTzinfoOk ¶

func (o *CountFieldField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldField) GetDateTimeFormatOk ¶

func (o *CountFieldField) GetDateTimeFormatOk() (*CountFieldCreateFieldDateTimeFormat, bool)

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldField) GetError ¶

func (o *CountFieldField) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldField) GetErrorOk ¶

func (o *CountFieldField) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldField) GetFormulaType ¶

func (o *CountFieldField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*CountFieldField) GetFormulaTypeOk ¶

func (o *CountFieldField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

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

func (*CountFieldField) GetId ¶

func (o *CountFieldField) GetId() int32

GetId returns the Id field value

func (*CountFieldField) GetIdOk ¶

func (o *CountFieldField) GetIdOk() (*int32, bool)

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

func (*CountFieldField) GetName ¶

func (o *CountFieldField) GetName() string

GetName returns the Name field value

func (*CountFieldField) GetNameOk ¶

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

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

func (*CountFieldField) GetNullable ¶

func (o *CountFieldField) GetNullable() bool

GetNullable returns the Nullable field value

func (*CountFieldField) GetNullableOk ¶

func (o *CountFieldField) GetNullableOk() (*bool, bool)

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

func (*CountFieldField) GetNumberDecimalPlaces ¶

func (o *CountFieldField) GetNumberDecimalPlaces() CountFieldCreateFieldNumberDecimalPlaces

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldField) GetNumberDecimalPlacesOk ¶

func (o *CountFieldField) GetNumberDecimalPlacesOk() (*CountFieldCreateFieldNumberDecimalPlaces, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldField) GetOrder ¶

func (o *CountFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*CountFieldField) GetOrderOk ¶

func (o *CountFieldField) GetOrderOk() (*int32, bool)

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

func (*CountFieldField) GetPrimary ¶

func (o *CountFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*CountFieldField) GetPrimaryOk ¶

func (o *CountFieldField) 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 (*CountFieldField) GetReadOnly ¶

func (o *CountFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*CountFieldField) GetReadOnlyOk ¶

func (o *CountFieldField) GetReadOnlyOk() (*bool, bool)

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

func (*CountFieldField) GetTableId ¶

func (o *CountFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*CountFieldField) GetTableIdOk ¶

func (o *CountFieldField) GetTableIdOk() (*int32, bool)

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

func (*CountFieldField) GetThroughFieldId ¶

func (o *CountFieldField) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldField) GetThroughFieldIdOk ¶

func (o *CountFieldField) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldField) GetType ¶

func (o *CountFieldField) GetType() string

GetType returns the Type field value

func (*CountFieldField) GetTypeOk ¶

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

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

func (*CountFieldField) HasArrayFormulaType ¶

func (o *CountFieldField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*CountFieldField) HasDateForceTimezone ¶

func (o *CountFieldField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*CountFieldField) HasDateFormat ¶

func (o *CountFieldField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*CountFieldField) HasDateIncludeTime ¶

func (o *CountFieldField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*CountFieldField) HasDateShowTzinfo ¶

func (o *CountFieldField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*CountFieldField) HasDateTimeFormat ¶

func (o *CountFieldField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*CountFieldField) HasError ¶

func (o *CountFieldField) HasError() bool

HasError returns a boolean if a field has been set.

func (*CountFieldField) HasFormulaType ¶

func (o *CountFieldField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*CountFieldField) HasNumberDecimalPlaces ¶

func (o *CountFieldField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*CountFieldField) HasPrimary ¶

func (o *CountFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (*CountFieldField) HasThroughFieldId ¶

func (o *CountFieldField) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (CountFieldField) MarshalJSON ¶

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

func (*CountFieldField) SetArrayFormulaType ¶

func (o *CountFieldField) SetArrayFormulaType(v CountFieldCreateFieldArrayFormulaType)

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*CountFieldField) SetArrayFormulaTypeNil ¶

func (o *CountFieldField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*CountFieldField) SetDateForceTimezone ¶

func (o *CountFieldField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*CountFieldField) SetDateForceTimezoneNil ¶

func (o *CountFieldField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*CountFieldField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*CountFieldField) SetDateFormatNil ¶

func (o *CountFieldField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*CountFieldField) SetDateIncludeTime ¶

func (o *CountFieldField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*CountFieldField) SetDateIncludeTimeNil ¶

func (o *CountFieldField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*CountFieldField) SetDateShowTzinfo ¶

func (o *CountFieldField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*CountFieldField) SetDateShowTzinfoNil ¶

func (o *CountFieldField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*CountFieldField) SetDateTimeFormat ¶

func (o *CountFieldField) SetDateTimeFormat(v CountFieldCreateFieldDateTimeFormat)

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*CountFieldField) SetDateTimeFormatNil ¶

func (o *CountFieldField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*CountFieldField) SetError ¶

func (o *CountFieldField) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*CountFieldField) SetErrorNil ¶

func (o *CountFieldField) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*CountFieldField) SetFormulaType ¶

func (o *CountFieldField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*CountFieldField) SetId ¶

func (o *CountFieldField) SetId(v int32)

SetId sets field value

func (*CountFieldField) SetName ¶

func (o *CountFieldField) SetName(v string)

SetName sets field value

func (*CountFieldField) SetNullable ¶

func (o *CountFieldField) SetNullable(v bool)

SetNullable sets field value

func (*CountFieldField) SetNumberDecimalPlaces ¶

func (o *CountFieldField) SetNumberDecimalPlaces(v CountFieldCreateFieldNumberDecimalPlaces)

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*CountFieldField) SetNumberDecimalPlacesNil ¶

func (o *CountFieldField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*CountFieldField) SetOrder ¶

func (o *CountFieldField) SetOrder(v int32)

SetOrder sets field value

func (*CountFieldField) SetPrimary ¶

func (o *CountFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*CountFieldField) SetReadOnly ¶

func (o *CountFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*CountFieldField) SetTableId ¶

func (o *CountFieldField) SetTableId(v int32)

SetTableId sets field value

func (*CountFieldField) SetThroughFieldId ¶

func (o *CountFieldField) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*CountFieldField) SetThroughFieldIdNil ¶

func (o *CountFieldField) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*CountFieldField) SetType ¶

func (o *CountFieldField) SetType(v string)

SetType sets field value

func (CountFieldField) ToMap ¶

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

func (*CountFieldField) UnsetArrayFormulaType ¶

func (o *CountFieldField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*CountFieldField) UnsetDateForceTimezone ¶

func (o *CountFieldField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*CountFieldField) UnsetDateFormat ¶

func (o *CountFieldField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*CountFieldField) UnsetDateIncludeTime ¶

func (o *CountFieldField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*CountFieldField) UnsetDateShowTzinfo ¶

func (o *CountFieldField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*CountFieldField) UnsetDateTimeFormat ¶

func (o *CountFieldField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*CountFieldField) UnsetError ¶

func (o *CountFieldField) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*CountFieldField) UnsetNumberDecimalPlaces ¶

func (o *CountFieldField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*CountFieldField) UnsetThroughFieldId ¶

func (o *CountFieldField) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

type CountFieldFieldSerializerWithRelatedFields ¶

type CountFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to count values for.
	ThroughFieldId NullableInt32    `json:"through_field_id,omitempty"`
	FormulaType    *FormulaTypeEnum `json:"formula_type,omitempty"`
}

CountFieldFieldSerializerWithRelatedFields struct for CountFieldFieldSerializerWithRelatedFields

func NewCountFieldFieldSerializerWithRelatedFields ¶

func NewCountFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field, nullable bool) *CountFieldFieldSerializerWithRelatedFields

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

func NewCountFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewCountFieldFieldSerializerWithRelatedFieldsWithDefaults() *CountFieldFieldSerializerWithRelatedFields

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

func (*CountFieldFieldSerializerWithRelatedFields) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldFieldSerializerWithRelatedFields) GetArrayFormulaTypeOk ¶

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldFieldSerializerWithRelatedFields) GetDateForceTimezone ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldFieldSerializerWithRelatedFields) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldFieldSerializerWithRelatedFields) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldFieldSerializerWithRelatedFields) GetDateIncludeTime ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldFieldSerializerWithRelatedFields) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldFieldSerializerWithRelatedFields) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldFieldSerializerWithRelatedFields) GetError ¶

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldFieldSerializerWithRelatedFields) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldFieldSerializerWithRelatedFields) GetFormulaType ¶

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*CountFieldFieldSerializerWithRelatedFields) GetFormulaTypeOk ¶

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

func (*CountFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*CountFieldFieldSerializerWithRelatedFields) GetIdOk ¶

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

func (*CountFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*CountFieldFieldSerializerWithRelatedFields) GetNameOk ¶

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

func (*CountFieldFieldSerializerWithRelatedFields) GetNullable ¶

GetNullable returns the Nullable field value

func (*CountFieldFieldSerializerWithRelatedFields) GetNullableOk ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetNullableOk() (*bool, bool)

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

func (*CountFieldFieldSerializerWithRelatedFields) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldFieldSerializerWithRelatedFields) GetNumberDecimalPlacesOk ¶

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*CountFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

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

func (*CountFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*CountFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*CountFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*CountFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetReadOnlyOk() (*bool, bool)

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

func (*CountFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*CountFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

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

func (*CountFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*CountFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

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

func (*CountFieldFieldSerializerWithRelatedFields) GetThroughFieldId ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CountFieldFieldSerializerWithRelatedFields) GetThroughFieldIdOk ¶

func (o *CountFieldFieldSerializerWithRelatedFields) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CountFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*CountFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

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

func (*CountFieldFieldSerializerWithRelatedFields) HasArrayFormulaType ¶

func (o *CountFieldFieldSerializerWithRelatedFields) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*CountFieldFieldSerializerWithRelatedFields) HasDateForceTimezone ¶

func (o *CountFieldFieldSerializerWithRelatedFields) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*CountFieldFieldSerializerWithRelatedFields) HasDateFormat ¶

HasDateFormat returns a boolean if a field has been set.

func (*CountFieldFieldSerializerWithRelatedFields) HasDateIncludeTime ¶

func (o *CountFieldFieldSerializerWithRelatedFields) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*CountFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo ¶

func (o *CountFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*CountFieldFieldSerializerWithRelatedFields) HasDateTimeFormat ¶

func (o *CountFieldFieldSerializerWithRelatedFields) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*CountFieldFieldSerializerWithRelatedFields) HasError ¶

HasError returns a boolean if a field has been set.

func (*CountFieldFieldSerializerWithRelatedFields) HasFormulaType ¶

HasFormulaType returns a boolean if a field has been set.

func (*CountFieldFieldSerializerWithRelatedFields) HasNumberDecimalPlaces ¶

func (o *CountFieldFieldSerializerWithRelatedFields) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*CountFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (*CountFieldFieldSerializerWithRelatedFields) HasThroughFieldId ¶

func (o *CountFieldFieldSerializerWithRelatedFields) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (CountFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*CountFieldFieldSerializerWithRelatedFields) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*CountFieldFieldSerializerWithRelatedFields) SetArrayFormulaTypeNil ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) SetDateForceTimezone ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*CountFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*CountFieldFieldSerializerWithRelatedFields) SetDateFormatNil ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) SetDateIncludeTime ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*CountFieldFieldSerializerWithRelatedFields) SetDateIncludeTimeNil ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*CountFieldFieldSerializerWithRelatedFields) SetDateShowTzinfoNil ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*CountFieldFieldSerializerWithRelatedFields) SetDateTimeFormatNil ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) SetError ¶

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*CountFieldFieldSerializerWithRelatedFields) SetErrorNil ¶

SetErrorNil sets the value for Error to be an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) SetFormulaType ¶

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*CountFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*CountFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*CountFieldFieldSerializerWithRelatedFields) SetNullable ¶

SetNullable sets field value

func (*CountFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*CountFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlacesNil ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*CountFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*CountFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*CountFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*CountFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*CountFieldFieldSerializerWithRelatedFields) SetThroughFieldId ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*CountFieldFieldSerializerWithRelatedFields) SetThroughFieldIdNil ¶

func (o *CountFieldFieldSerializerWithRelatedFields) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (CountFieldFieldSerializerWithRelatedFields) ToMap ¶

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

func (*CountFieldFieldSerializerWithRelatedFields) UnsetArrayFormulaType ¶

func (o *CountFieldFieldSerializerWithRelatedFields) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone ¶

func (o *CountFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) UnsetDateFormat ¶

func (o *CountFieldFieldSerializerWithRelatedFields) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) UnsetDateIncludeTime ¶

func (o *CountFieldFieldSerializerWithRelatedFields) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) UnsetDateShowTzinfo ¶

func (o *CountFieldFieldSerializerWithRelatedFields) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) UnsetDateTimeFormat ¶

func (o *CountFieldFieldSerializerWithRelatedFields) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) UnsetError ¶

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) UnsetNumberDecimalPlaces ¶

func (o *CountFieldFieldSerializerWithRelatedFields) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*CountFieldFieldSerializerWithRelatedFields) UnsetThroughFieldId ¶

func (o *CountFieldFieldSerializerWithRelatedFields) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

type CreateDatabaseTable400Response ¶

type CreateDatabaseTable400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

CreateDatabaseTable400Response struct for CreateDatabaseTable400Response

func NewCreateDatabaseTable400Response ¶

func NewCreateDatabaseTable400Response() *CreateDatabaseTable400Response

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

func NewCreateDatabaseTable400ResponseWithDefaults ¶

func NewCreateDatabaseTable400ResponseWithDefaults() *CreateDatabaseTable400Response

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

func (*CreateDatabaseTable400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*CreateDatabaseTable400Response) GetDetailOk ¶

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

func (*CreateDatabaseTable400Response) GetError ¶

func (o *CreateDatabaseTable400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*CreateDatabaseTable400Response) GetErrorOk ¶

func (o *CreateDatabaseTable400Response) 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 (*CreateDatabaseTable400Response) HasDetail ¶

func (o *CreateDatabaseTable400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*CreateDatabaseTable400Response) HasError ¶

func (o *CreateDatabaseTable400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (CreateDatabaseTable400Response) MarshalJSON ¶

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

func (*CreateDatabaseTable400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*CreateDatabaseTable400Response) SetError ¶

func (o *CreateDatabaseTable400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (CreateDatabaseTable400Response) ToMap ¶

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

type CreateDatabaseTableField400Response ¶

type CreateDatabaseTableField400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

CreateDatabaseTableField400Response struct for CreateDatabaseTableField400Response

func NewCreateDatabaseTableField400Response ¶

func NewCreateDatabaseTableField400Response() *CreateDatabaseTableField400Response

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

func NewCreateDatabaseTableField400ResponseWithDefaults ¶

func NewCreateDatabaseTableField400ResponseWithDefaults() *CreateDatabaseTableField400Response

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

func (*CreateDatabaseTableField400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*CreateDatabaseTableField400Response) GetDetailOk ¶

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

func (*CreateDatabaseTableField400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*CreateDatabaseTableField400Response) GetErrorOk ¶

func (o *CreateDatabaseTableField400Response) 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 (*CreateDatabaseTableField400Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*CreateDatabaseTableField400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (CreateDatabaseTableField400Response) MarshalJSON ¶

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

func (*CreateDatabaseTableField400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*CreateDatabaseTableField400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (CreateDatabaseTableField400Response) ToMap ¶

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

type CreateDatabaseTableRow400Response ¶

type CreateDatabaseTableRow400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

CreateDatabaseTableRow400Response struct for CreateDatabaseTableRow400Response

func NewCreateDatabaseTableRow400Response ¶

func NewCreateDatabaseTableRow400Response() *CreateDatabaseTableRow400Response

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

func NewCreateDatabaseTableRow400ResponseWithDefaults ¶

func NewCreateDatabaseTableRow400ResponseWithDefaults() *CreateDatabaseTableRow400Response

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

func (*CreateDatabaseTableRow400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*CreateDatabaseTableRow400Response) GetDetailOk ¶

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

func (*CreateDatabaseTableRow400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*CreateDatabaseTableRow400Response) GetErrorOk ¶

func (o *CreateDatabaseTableRow400Response) 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 (*CreateDatabaseTableRow400Response) HasDetail ¶

func (o *CreateDatabaseTableRow400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*CreateDatabaseTableRow400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (CreateDatabaseTableRow400Response) MarshalJSON ¶

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

func (*CreateDatabaseTableRow400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*CreateDatabaseTableRow400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (CreateDatabaseTableRow400Response) ToMap ¶

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

type CreateDatabaseTableRow404Response ¶

type CreateDatabaseTableRow404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

CreateDatabaseTableRow404Response struct for CreateDatabaseTableRow404Response

func NewCreateDatabaseTableRow404Response ¶

func NewCreateDatabaseTableRow404Response() *CreateDatabaseTableRow404Response

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

func NewCreateDatabaseTableRow404ResponseWithDefaults ¶

func NewCreateDatabaseTableRow404ResponseWithDefaults() *CreateDatabaseTableRow404Response

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

func (*CreateDatabaseTableRow404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*CreateDatabaseTableRow404Response) GetDetailOk ¶

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

func (*CreateDatabaseTableRow404Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*CreateDatabaseTableRow404Response) GetErrorOk ¶

func (o *CreateDatabaseTableRow404Response) 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 (*CreateDatabaseTableRow404Response) HasDetail ¶

func (o *CreateDatabaseTableRow404Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*CreateDatabaseTableRow404Response) HasError ¶

HasError returns a boolean if a field has been set.

func (CreateDatabaseTableRow404Response) MarshalJSON ¶

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

func (*CreateDatabaseTableRow404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*CreateDatabaseTableRow404Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (CreateDatabaseTableRow404Response) ToMap ¶

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

type CreateDatabaseTableWebhook400Response ¶

type CreateDatabaseTableWebhook400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

CreateDatabaseTableWebhook400Response struct for CreateDatabaseTableWebhook400Response

func NewCreateDatabaseTableWebhook400Response ¶

func NewCreateDatabaseTableWebhook400Response() *CreateDatabaseTableWebhook400Response

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

func NewCreateDatabaseTableWebhook400ResponseWithDefaults ¶

func NewCreateDatabaseTableWebhook400ResponseWithDefaults() *CreateDatabaseTableWebhook400Response

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

func (*CreateDatabaseTableWebhook400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*CreateDatabaseTableWebhook400Response) GetDetailOk ¶

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

func (*CreateDatabaseTableWebhook400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*CreateDatabaseTableWebhook400Response) GetErrorOk ¶

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 (*CreateDatabaseTableWebhook400Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*CreateDatabaseTableWebhook400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (CreateDatabaseTableWebhook400Response) MarshalJSON ¶

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

func (*CreateDatabaseTableWebhook400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*CreateDatabaseTableWebhook400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (CreateDatabaseTableWebhook400Response) ToMap ¶

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

type CreateRoleAssignment ¶

type CreateRoleAssignment struct {
	// The subject ID. A subject is an actor that can do operations.
	SubjectId   int32              `json:"subject_id"`
	SubjectType SubjectType6dcEnum `json:"subject_type"`
	// The uid of the role you want to assign to the user or team in the given workspace. You can omit this property if you want to remove the role.
	Role NullableString `json:"role"`
	// The ID of the scope object. The scope object limit the role assignment to this scope and all its descendants.
	ScopeId   int32         `json:"scope_id"`
	ScopeType ScopeTypeEnum `json:"scope_type"`
}

CreateRoleAssignment The create role assignment serializer.

func NewCreateRoleAssignment ¶

func NewCreateRoleAssignment(subjectId int32, subjectType SubjectType6dcEnum, role NullableString, scopeId int32, scopeType ScopeTypeEnum) *CreateRoleAssignment

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

func NewCreateRoleAssignmentWithDefaults ¶

func NewCreateRoleAssignmentWithDefaults() *CreateRoleAssignment

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

func (*CreateRoleAssignment) GetRole ¶

func (o *CreateRoleAssignment) GetRole() string

GetRole returns the Role field value If the value is explicit nil, the zero value for string will be returned

func (*CreateRoleAssignment) GetRoleOk ¶

func (o *CreateRoleAssignment) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreateRoleAssignment) GetScopeId ¶

func (o *CreateRoleAssignment) GetScopeId() int32

GetScopeId returns the ScopeId field value

func (*CreateRoleAssignment) GetScopeIdOk ¶

func (o *CreateRoleAssignment) GetScopeIdOk() (*int32, bool)

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

func (*CreateRoleAssignment) GetScopeType ¶

func (o *CreateRoleAssignment) GetScopeType() ScopeTypeEnum

GetScopeType returns the ScopeType field value

func (*CreateRoleAssignment) GetScopeTypeOk ¶

func (o *CreateRoleAssignment) GetScopeTypeOk() (*ScopeTypeEnum, bool)

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

func (*CreateRoleAssignment) GetSubjectId ¶

func (o *CreateRoleAssignment) GetSubjectId() int32

GetSubjectId returns the SubjectId field value

func (*CreateRoleAssignment) GetSubjectIdOk ¶

func (o *CreateRoleAssignment) GetSubjectIdOk() (*int32, bool)

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

func (*CreateRoleAssignment) GetSubjectType ¶

func (o *CreateRoleAssignment) GetSubjectType() SubjectType6dcEnum

GetSubjectType returns the SubjectType field value

func (*CreateRoleAssignment) GetSubjectTypeOk ¶

func (o *CreateRoleAssignment) GetSubjectTypeOk() (*SubjectType6dcEnum, bool)

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

func (CreateRoleAssignment) MarshalJSON ¶

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

func (*CreateRoleAssignment) SetRole ¶

func (o *CreateRoleAssignment) SetRole(v string)

SetRole sets field value

func (*CreateRoleAssignment) SetScopeId ¶

func (o *CreateRoleAssignment) SetScopeId(v int32)

SetScopeId sets field value

func (*CreateRoleAssignment) SetScopeType ¶

func (o *CreateRoleAssignment) SetScopeType(v ScopeTypeEnum)

SetScopeType sets field value

func (*CreateRoleAssignment) SetSubjectId ¶

func (o *CreateRoleAssignment) SetSubjectId(v int32)

SetSubjectId sets field value

func (*CreateRoleAssignment) SetSubjectType ¶

func (o *CreateRoleAssignment) SetSubjectType(v SubjectType6dcEnum)

SetSubjectType sets field value

func (CreateRoleAssignment) ToMap ¶

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

type CreateUser200Response ¶

type CreateUser200Response struct {
	User *AdminImpersonateUser200ResponseUser `json:"user,omitempty"`
	// Deprecated. Use the `access_token` instead.
	// Deprecated
	Token *string `json:"token,omitempty"`
	// 'access_token' can be used to authorize for other endpoints that require authorization. This token will be valid for 10 minutes.
	AccessToken *string `json:"access_token,omitempty"`
	// 'refresh_token' can be used to get a new valid 'access_token'. This token will be valid for 168 hours.
	RefreshToken *string `json:"refresh_token,omitempty"`
}

CreateUser200Response struct for CreateUser200Response

func NewCreateUser200Response ¶

func NewCreateUser200Response() *CreateUser200Response

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

func NewCreateUser200ResponseWithDefaults ¶

func NewCreateUser200ResponseWithDefaults() *CreateUser200Response

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

func (*CreateUser200Response) GetAccessToken ¶

func (o *CreateUser200Response) GetAccessToken() string

GetAccessToken returns the AccessToken field value if set, zero value otherwise.

func (*CreateUser200Response) GetAccessTokenOk ¶

func (o *CreateUser200Response) GetAccessTokenOk() (*string, bool)

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

func (*CreateUser200Response) GetRefreshToken ¶

func (o *CreateUser200Response) GetRefreshToken() string

GetRefreshToken returns the RefreshToken field value if set, zero value otherwise.

func (*CreateUser200Response) GetRefreshTokenOk ¶

func (o *CreateUser200Response) GetRefreshTokenOk() (*string, bool)

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

func (*CreateUser200Response) GetToken ¶

func (o *CreateUser200Response) GetToken() string

GetToken returns the Token field value if set, zero value otherwise. Deprecated

func (*CreateUser200Response) GetTokenOk ¶

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

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

func (*CreateUser200Response) GetUser ¶

GetUser returns the User field value if set, zero value otherwise.

func (*CreateUser200Response) GetUserOk ¶

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

func (*CreateUser200Response) HasAccessToken ¶

func (o *CreateUser200Response) HasAccessToken() bool

HasAccessToken returns a boolean if a field has been set.

func (*CreateUser200Response) HasRefreshToken ¶

func (o *CreateUser200Response) HasRefreshToken() bool

HasRefreshToken returns a boolean if a field has been set.

func (*CreateUser200Response) HasToken ¶

func (o *CreateUser200Response) HasToken() bool

HasToken returns a boolean if a field has been set.

func (*CreateUser200Response) HasUser ¶

func (o *CreateUser200Response) HasUser() bool

HasUser returns a boolean if a field has been set.

func (CreateUser200Response) MarshalJSON ¶

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

func (*CreateUser200Response) SetAccessToken ¶

func (o *CreateUser200Response) SetAccessToken(v string)

SetAccessToken gets a reference to the given string and assigns it to the AccessToken field.

func (*CreateUser200Response) SetRefreshToken ¶

func (o *CreateUser200Response) SetRefreshToken(v string)

SetRefreshToken gets a reference to the given string and assigns it to the RefreshToken field.

func (*CreateUser200Response) SetToken ¶

func (o *CreateUser200Response) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field. Deprecated

func (*CreateUser200Response) SetUser ¶

SetUser gets a reference to the given AdminImpersonateUser200ResponseUser and assigns it to the User field.

func (CreateUser200Response) ToMap ¶

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

type CreateUser400Response ¶

type CreateUser400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

CreateUser400Response struct for CreateUser400Response

func NewCreateUser400Response ¶

func NewCreateUser400Response() *CreateUser400Response

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

func NewCreateUser400ResponseWithDefaults ¶

func NewCreateUser400ResponseWithDefaults() *CreateUser400Response

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

func (*CreateUser400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*CreateUser400Response) GetDetailOk ¶

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

func (*CreateUser400Response) GetError ¶

func (o *CreateUser400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*CreateUser400Response) GetErrorOk ¶

func (o *CreateUser400Response) 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 (*CreateUser400Response) HasDetail ¶

func (o *CreateUser400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*CreateUser400Response) HasError ¶

func (o *CreateUser400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (CreateUser400Response) MarshalJSON ¶

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

func (*CreateUser400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*CreateUser400Response) SetError ¶

func (o *CreateUser400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (CreateUser400Response) ToMap ¶

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

type CreateUser404Response ¶

type CreateUser404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

CreateUser404Response struct for CreateUser404Response

func NewCreateUser404Response ¶

func NewCreateUser404Response() *CreateUser404Response

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

func NewCreateUser404ResponseWithDefaults ¶

func NewCreateUser404ResponseWithDefaults() *CreateUser404Response

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

func (*CreateUser404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*CreateUser404Response) GetDetailOk ¶

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

func (*CreateUser404Response) GetError ¶

func (o *CreateUser404Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*CreateUser404Response) GetErrorOk ¶

func (o *CreateUser404Response) 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 (*CreateUser404Response) HasDetail ¶

func (o *CreateUser404Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*CreateUser404Response) HasError ¶

func (o *CreateUser404Response) HasError() bool

HasError returns a boolean if a field has been set.

func (CreateUser404Response) MarshalJSON ¶

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

func (*CreateUser404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*CreateUser404Response) SetError ¶

func (o *CreateUser404Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (CreateUser404Response) ToMap ¶

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

type CreateWorkspaceInvitation ¶

type CreateWorkspaceInvitation struct {
	// The email address of the user that the invitation is meant for. Only a user with that email address can accept it.
	Email string `json:"email"`
	// The permissions that the user is going to get within the workspace after accepting the invitation.
	Permissions *string `json:"permissions,omitempty"`
	// An optional message that the invitor can provide. This will be visible to the receiver of the invitation.
	Message *string `json:"message,omitempty"`
	// The base URL where the user can publicly accept his invitation.The accept token is going to be appended to the base_url (base_url '/token').
	BaseUrl string `json:"base_url"`
}

CreateWorkspaceInvitation struct for CreateWorkspaceInvitation

func NewCreateWorkspaceInvitation ¶

func NewCreateWorkspaceInvitation(email string, baseUrl string) *CreateWorkspaceInvitation

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

func NewCreateWorkspaceInvitationWithDefaults ¶

func NewCreateWorkspaceInvitationWithDefaults() *CreateWorkspaceInvitation

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

func (*CreateWorkspaceInvitation) GetBaseUrl ¶

func (o *CreateWorkspaceInvitation) GetBaseUrl() string

GetBaseUrl returns the BaseUrl field value

func (*CreateWorkspaceInvitation) GetBaseUrlOk ¶

func (o *CreateWorkspaceInvitation) GetBaseUrlOk() (*string, bool)

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

func (*CreateWorkspaceInvitation) GetEmail ¶

func (o *CreateWorkspaceInvitation) GetEmail() string

GetEmail returns the Email field value

func (*CreateWorkspaceInvitation) GetEmailOk ¶

func (o *CreateWorkspaceInvitation) GetEmailOk() (*string, bool)

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

func (*CreateWorkspaceInvitation) GetMessage ¶

func (o *CreateWorkspaceInvitation) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*CreateWorkspaceInvitation) GetMessageOk ¶

func (o *CreateWorkspaceInvitation) 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 (*CreateWorkspaceInvitation) GetPermissions ¶

func (o *CreateWorkspaceInvitation) GetPermissions() string

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*CreateWorkspaceInvitation) GetPermissionsOk ¶

func (o *CreateWorkspaceInvitation) GetPermissionsOk() (*string, bool)

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

func (*CreateWorkspaceInvitation) HasMessage ¶

func (o *CreateWorkspaceInvitation) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CreateWorkspaceInvitation) HasPermissions ¶

func (o *CreateWorkspaceInvitation) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (CreateWorkspaceInvitation) MarshalJSON ¶

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

func (*CreateWorkspaceInvitation) SetBaseUrl ¶

func (o *CreateWorkspaceInvitation) SetBaseUrl(v string)

SetBaseUrl sets field value

func (*CreateWorkspaceInvitation) SetEmail ¶

func (o *CreateWorkspaceInvitation) SetEmail(v string)

SetEmail sets field value

func (*CreateWorkspaceInvitation) SetMessage ¶

func (o *CreateWorkspaceInvitation) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*CreateWorkspaceInvitation) SetPermissions ¶

func (o *CreateWorkspaceInvitation) SetPermissions(v string)

SetPermissions gets a reference to the given string and assigns it to the Permissions field.

func (CreateWorkspaceInvitation) ToMap ¶

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

type CreatedOnFieldCreateField ¶

type CreatedOnFieldCreateField struct {
	Name       *string         `json:"name,omitempty"`
	Type       Type712Enum     `json:"type"`
	DateFormat *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
}

CreatedOnFieldCreateField struct for CreatedOnFieldCreateField

func NewCreatedOnFieldCreateField ¶

func NewCreatedOnFieldCreateField(type_ Type712Enum) *CreatedOnFieldCreateField

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

func NewCreatedOnFieldCreateFieldWithDefaults ¶

func NewCreatedOnFieldCreateFieldWithDefaults() *CreatedOnFieldCreateField

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

func (*CreatedOnFieldCreateField) GetDateForceTimezone ¶

func (o *CreatedOnFieldCreateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreatedOnFieldCreateField) GetDateForceTimezoneOk ¶

func (o *CreatedOnFieldCreateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreatedOnFieldCreateField) GetDateFormat ¶

func (o *CreatedOnFieldCreateField) GetDateFormat() DateFormatEnum

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*CreatedOnFieldCreateField) GetDateFormatOk ¶

func (o *CreatedOnFieldCreateField) GetDateFormatOk() (*DateFormatEnum, bool)

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

func (*CreatedOnFieldCreateField) GetDateIncludeTime ¶

func (o *CreatedOnFieldCreateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*CreatedOnFieldCreateField) GetDateIncludeTimeOk ¶

func (o *CreatedOnFieldCreateField) GetDateIncludeTimeOk() (*bool, bool)

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

func (*CreatedOnFieldCreateField) GetDateShowTzinfo ¶

func (o *CreatedOnFieldCreateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*CreatedOnFieldCreateField) GetDateShowTzinfoOk ¶

func (o *CreatedOnFieldCreateField) GetDateShowTzinfoOk() (*bool, bool)

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

func (*CreatedOnFieldCreateField) GetDateTimeFormat ¶

func (o *CreatedOnFieldCreateField) GetDateTimeFormat() DateTimeFormatEnum

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*CreatedOnFieldCreateField) GetDateTimeFormatOk ¶

func (o *CreatedOnFieldCreateField) GetDateTimeFormatOk() (*DateTimeFormatEnum, bool)

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

func (*CreatedOnFieldCreateField) GetName ¶

func (o *CreatedOnFieldCreateField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreatedOnFieldCreateField) GetNameOk ¶

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

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

func (*CreatedOnFieldCreateField) GetType ¶

GetType returns the Type field value

func (*CreatedOnFieldCreateField) GetTypeOk ¶

func (o *CreatedOnFieldCreateField) GetTypeOk() (*Type712Enum, bool)

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

func (*CreatedOnFieldCreateField) HasDateForceTimezone ¶

func (o *CreatedOnFieldCreateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*CreatedOnFieldCreateField) HasDateFormat ¶

func (o *CreatedOnFieldCreateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*CreatedOnFieldCreateField) HasDateIncludeTime ¶

func (o *CreatedOnFieldCreateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*CreatedOnFieldCreateField) HasDateShowTzinfo ¶

func (o *CreatedOnFieldCreateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*CreatedOnFieldCreateField) HasDateTimeFormat ¶

func (o *CreatedOnFieldCreateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*CreatedOnFieldCreateField) HasName ¶

func (o *CreatedOnFieldCreateField) HasName() bool

HasName returns a boolean if a field has been set.

func (CreatedOnFieldCreateField) MarshalJSON ¶

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

func (*CreatedOnFieldCreateField) SetDateForceTimezone ¶

func (o *CreatedOnFieldCreateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*CreatedOnFieldCreateField) SetDateForceTimezoneNil ¶

func (o *CreatedOnFieldCreateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*CreatedOnFieldCreateField) SetDateFormat ¶

func (o *CreatedOnFieldCreateField) SetDateFormat(v DateFormatEnum)

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*CreatedOnFieldCreateField) SetDateIncludeTime ¶

func (o *CreatedOnFieldCreateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*CreatedOnFieldCreateField) SetDateShowTzinfo ¶

func (o *CreatedOnFieldCreateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*CreatedOnFieldCreateField) SetDateTimeFormat ¶

func (o *CreatedOnFieldCreateField) SetDateTimeFormat(v DateTimeFormatEnum)

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*CreatedOnFieldCreateField) SetName ¶

func (o *CreatedOnFieldCreateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreatedOnFieldCreateField) SetType ¶

func (o *CreatedOnFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (CreatedOnFieldCreateField) ToMap ¶

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

func (*CreatedOnFieldCreateField) UnsetDateForceTimezone ¶

func (o *CreatedOnFieldCreateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

type CreatedOnFieldField ¶

type CreatedOnFieldField struct {
	Id      int32   `json:"id"`
	TableId int32   `json:"table_id"`
	Name    *string `json:"name,omitempty"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly   bool            `json:"read_only"`
	DateFormat *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
}

CreatedOnFieldField struct for CreatedOnFieldField

func NewCreatedOnFieldField ¶

func NewCreatedOnFieldField(id int32, tableId int32, order int32, type_ string, readOnly bool) *CreatedOnFieldField

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

func NewCreatedOnFieldFieldWithDefaults ¶

func NewCreatedOnFieldFieldWithDefaults() *CreatedOnFieldField

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

func (*CreatedOnFieldField) GetDateForceTimezone ¶

func (o *CreatedOnFieldField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreatedOnFieldField) GetDateForceTimezoneOk ¶

func (o *CreatedOnFieldField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreatedOnFieldField) GetDateFormat ¶

func (o *CreatedOnFieldField) GetDateFormat() DateFormatEnum

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*CreatedOnFieldField) GetDateFormatOk ¶

func (o *CreatedOnFieldField) GetDateFormatOk() (*DateFormatEnum, bool)

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

func (*CreatedOnFieldField) GetDateIncludeTime ¶

func (o *CreatedOnFieldField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*CreatedOnFieldField) GetDateIncludeTimeOk ¶

func (o *CreatedOnFieldField) GetDateIncludeTimeOk() (*bool, bool)

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

func (*CreatedOnFieldField) GetDateShowTzinfo ¶

func (o *CreatedOnFieldField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*CreatedOnFieldField) GetDateShowTzinfoOk ¶

func (o *CreatedOnFieldField) GetDateShowTzinfoOk() (*bool, bool)

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

func (*CreatedOnFieldField) GetDateTimeFormat ¶

func (o *CreatedOnFieldField) GetDateTimeFormat() DateTimeFormatEnum

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*CreatedOnFieldField) GetDateTimeFormatOk ¶

func (o *CreatedOnFieldField) GetDateTimeFormatOk() (*DateTimeFormatEnum, bool)

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

func (*CreatedOnFieldField) GetId ¶

func (o *CreatedOnFieldField) GetId() int32

GetId returns the Id field value

func (*CreatedOnFieldField) GetIdOk ¶

func (o *CreatedOnFieldField) GetIdOk() (*int32, bool)

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

func (*CreatedOnFieldField) GetName ¶

func (o *CreatedOnFieldField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreatedOnFieldField) GetNameOk ¶

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

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

func (*CreatedOnFieldField) GetOrder ¶

func (o *CreatedOnFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*CreatedOnFieldField) GetOrderOk ¶

func (o *CreatedOnFieldField) GetOrderOk() (*int32, bool)

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

func (*CreatedOnFieldField) GetPrimary ¶

func (o *CreatedOnFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*CreatedOnFieldField) GetPrimaryOk ¶

func (o *CreatedOnFieldField) 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 (*CreatedOnFieldField) GetReadOnly ¶

func (o *CreatedOnFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*CreatedOnFieldField) GetReadOnlyOk ¶

func (o *CreatedOnFieldField) GetReadOnlyOk() (*bool, bool)

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

func (*CreatedOnFieldField) GetTableId ¶

func (o *CreatedOnFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*CreatedOnFieldField) GetTableIdOk ¶

func (o *CreatedOnFieldField) GetTableIdOk() (*int32, bool)

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

func (*CreatedOnFieldField) GetType ¶

func (o *CreatedOnFieldField) GetType() string

GetType returns the Type field value

func (*CreatedOnFieldField) GetTypeOk ¶

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

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

func (*CreatedOnFieldField) HasDateForceTimezone ¶

func (o *CreatedOnFieldField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*CreatedOnFieldField) HasDateFormat ¶

func (o *CreatedOnFieldField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*CreatedOnFieldField) HasDateIncludeTime ¶

func (o *CreatedOnFieldField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*CreatedOnFieldField) HasDateShowTzinfo ¶

func (o *CreatedOnFieldField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*CreatedOnFieldField) HasDateTimeFormat ¶

func (o *CreatedOnFieldField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*CreatedOnFieldField) HasName ¶

func (o *CreatedOnFieldField) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreatedOnFieldField) HasPrimary ¶

func (o *CreatedOnFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (CreatedOnFieldField) MarshalJSON ¶

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

func (*CreatedOnFieldField) SetDateForceTimezone ¶

func (o *CreatedOnFieldField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*CreatedOnFieldField) SetDateForceTimezoneNil ¶

func (o *CreatedOnFieldField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*CreatedOnFieldField) SetDateFormat ¶

func (o *CreatedOnFieldField) SetDateFormat(v DateFormatEnum)

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*CreatedOnFieldField) SetDateIncludeTime ¶

func (o *CreatedOnFieldField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*CreatedOnFieldField) SetDateShowTzinfo ¶

func (o *CreatedOnFieldField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*CreatedOnFieldField) SetDateTimeFormat ¶

func (o *CreatedOnFieldField) SetDateTimeFormat(v DateTimeFormatEnum)

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*CreatedOnFieldField) SetId ¶

func (o *CreatedOnFieldField) SetId(v int32)

SetId sets field value

func (*CreatedOnFieldField) SetName ¶

func (o *CreatedOnFieldField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreatedOnFieldField) SetOrder ¶

func (o *CreatedOnFieldField) SetOrder(v int32)

SetOrder sets field value

func (*CreatedOnFieldField) SetPrimary ¶

func (o *CreatedOnFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*CreatedOnFieldField) SetReadOnly ¶

func (o *CreatedOnFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*CreatedOnFieldField) SetTableId ¶

func (o *CreatedOnFieldField) SetTableId(v int32)

SetTableId sets field value

func (*CreatedOnFieldField) SetType ¶

func (o *CreatedOnFieldField) SetType(v string)

SetType sets field value

func (CreatedOnFieldField) ToMap ¶

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

func (*CreatedOnFieldField) UnsetDateForceTimezone ¶

func (o *CreatedOnFieldField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

type CreatedOnFieldFieldSerializerWithRelatedFields ¶

type CreatedOnFieldFieldSerializerWithRelatedFields struct {
	Id      int32   `json:"id"`
	TableId int32   `json:"table_id"`
	Name    *string `json:"name,omitempty"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field         `json:"related_fields"`
	DateFormat    *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
}

CreatedOnFieldFieldSerializerWithRelatedFields struct for CreatedOnFieldFieldSerializerWithRelatedFields

func NewCreatedOnFieldFieldSerializerWithRelatedFields ¶

func NewCreatedOnFieldFieldSerializerWithRelatedFields(id int32, tableId int32, order int32, type_ string, readOnly bool, relatedFields []Field) *CreatedOnFieldFieldSerializerWithRelatedFields

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

func NewCreatedOnFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewCreatedOnFieldFieldSerializerWithRelatedFieldsWithDefaults() *CreatedOnFieldFieldSerializerWithRelatedFields

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetDateForceTimezone ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetDateFormatOk ¶

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetDateIncludeTime ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk() (*bool, bool)

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo ¶

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk() (*bool, bool)

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetDateTimeFormatOk ¶

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetIdOk ¶

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetNameOk ¶

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*CreatedOnFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*CreatedOnFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) HasDateForceTimezone ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) HasDateFormat ¶

HasDateFormat returns a boolean if a field has been set.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) HasDateIncludeTime ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo ¶

HasDateShowTzinfo returns a boolean if a field has been set.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) HasDateTimeFormat ¶

HasDateTimeFormat returns a boolean if a field has been set.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) HasName ¶

HasName returns a boolean if a field has been set.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (CreatedOnFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetDateForceTimezone ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetDateFormat ¶

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetDateIncludeTime ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*CreatedOnFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (CreatedOnFieldFieldSerializerWithRelatedFields) ToMap ¶

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

func (*CreatedOnFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone ¶

func (o *CreatedOnFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

type CsvColumnSeparatorEnum ¶

type CsvColumnSeparatorEnum string

CsvColumnSeparatorEnum * `,` - , * `;` - ; * `|` - | * `tab` - * `record_separator` - ďż˝ * `unit_separator` - ďż˝

const (
	COMMA            CsvColumnSeparatorEnum = ","
	SEMICOLON        CsvColumnSeparatorEnum = ";"
	PIPE             CsvColumnSeparatorEnum = "|"
	TAB              CsvColumnSeparatorEnum = "tab"
	RECORD_SEPARATOR CsvColumnSeparatorEnum = "record_separator"
	UNIT_SEPARATOR   CsvColumnSeparatorEnum = "unit_separator"
)

List of CsvColumnSeparatorEnum

func NewCsvColumnSeparatorEnumFromValue ¶

func NewCsvColumnSeparatorEnumFromValue(v string) (*CsvColumnSeparatorEnum, error)

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

func (CsvColumnSeparatorEnum) IsValid ¶

func (v CsvColumnSeparatorEnum) IsValid() bool

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

func (CsvColumnSeparatorEnum) Ptr ¶

Ptr returns reference to CsvColumnSeparatorEnum value

func (*CsvColumnSeparatorEnum) UnmarshalJSON ¶

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

type CsvExporterOptions ¶

type CsvExporterOptions struct {
	// Optional: The view for this table to export using its filters, sorts and other view specific settings.
	ViewId             NullableInt32           `json:"view_id,omitempty"`
	ExporterType       ExporterTypeEnum        `json:"exporter_type"`
	ExportCharset      *ExportCharsetEnum      `json:"export_charset,omitempty"`
	CsvColumnSeparator *CsvColumnSeparatorEnum `json:"csv_column_separator,omitempty"`
	// Whether or not to generate a header row at the top of the csv file.
	CsvIncludeHeader *bool `json:"csv_include_header,omitempty"`
}

CsvExporterOptions struct for CsvExporterOptions

func NewCsvExporterOptions ¶

func NewCsvExporterOptions(exporterType ExporterTypeEnum) *CsvExporterOptions

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

func NewCsvExporterOptionsWithDefaults ¶

func NewCsvExporterOptionsWithDefaults() *CsvExporterOptions

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

func (*CsvExporterOptions) GetCsvColumnSeparator ¶

func (o *CsvExporterOptions) GetCsvColumnSeparator() CsvColumnSeparatorEnum

GetCsvColumnSeparator returns the CsvColumnSeparator field value if set, zero value otherwise.

func (*CsvExporterOptions) GetCsvColumnSeparatorOk ¶

func (o *CsvExporterOptions) GetCsvColumnSeparatorOk() (*CsvColumnSeparatorEnum, bool)

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

func (*CsvExporterOptions) GetCsvIncludeHeader ¶

func (o *CsvExporterOptions) GetCsvIncludeHeader() bool

GetCsvIncludeHeader returns the CsvIncludeHeader field value if set, zero value otherwise.

func (*CsvExporterOptions) GetCsvIncludeHeaderOk ¶

func (o *CsvExporterOptions) GetCsvIncludeHeaderOk() (*bool, bool)

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

func (*CsvExporterOptions) GetExportCharset ¶

func (o *CsvExporterOptions) GetExportCharset() ExportCharsetEnum

GetExportCharset returns the ExportCharset field value if set, zero value otherwise.

func (*CsvExporterOptions) GetExportCharsetOk ¶

func (o *CsvExporterOptions) GetExportCharsetOk() (*ExportCharsetEnum, bool)

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

func (*CsvExporterOptions) GetExporterType ¶

func (o *CsvExporterOptions) GetExporterType() ExporterTypeEnum

GetExporterType returns the ExporterType field value

func (*CsvExporterOptions) GetExporterTypeOk ¶

func (o *CsvExporterOptions) GetExporterTypeOk() (*ExporterTypeEnum, bool)

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

func (*CsvExporterOptions) GetViewId ¶

func (o *CsvExporterOptions) GetViewId() int32

GetViewId returns the ViewId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CsvExporterOptions) GetViewIdOk ¶

func (o *CsvExporterOptions) GetViewIdOk() (*int32, bool)

GetViewIdOk returns a tuple with the ViewId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CsvExporterOptions) HasCsvColumnSeparator ¶

func (o *CsvExporterOptions) HasCsvColumnSeparator() bool

HasCsvColumnSeparator returns a boolean if a field has been set.

func (*CsvExporterOptions) HasCsvIncludeHeader ¶

func (o *CsvExporterOptions) HasCsvIncludeHeader() bool

HasCsvIncludeHeader returns a boolean if a field has been set.

func (*CsvExporterOptions) HasExportCharset ¶

func (o *CsvExporterOptions) HasExportCharset() bool

HasExportCharset returns a boolean if a field has been set.

func (*CsvExporterOptions) HasViewId ¶

func (o *CsvExporterOptions) HasViewId() bool

HasViewId returns a boolean if a field has been set.

func (CsvExporterOptions) MarshalJSON ¶

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

func (*CsvExporterOptions) SetCsvColumnSeparator ¶

func (o *CsvExporterOptions) SetCsvColumnSeparator(v CsvColumnSeparatorEnum)

SetCsvColumnSeparator gets a reference to the given CsvColumnSeparatorEnum and assigns it to the CsvColumnSeparator field.

func (*CsvExporterOptions) SetCsvIncludeHeader ¶

func (o *CsvExporterOptions) SetCsvIncludeHeader(v bool)

SetCsvIncludeHeader gets a reference to the given bool and assigns it to the CsvIncludeHeader field.

func (*CsvExporterOptions) SetExportCharset ¶

func (o *CsvExporterOptions) SetExportCharset(v ExportCharsetEnum)

SetExportCharset gets a reference to the given ExportCharsetEnum and assigns it to the ExportCharset field.

func (*CsvExporterOptions) SetExporterType ¶

func (o *CsvExporterOptions) SetExporterType(v ExporterTypeEnum)

SetExporterType sets field value

func (*CsvExporterOptions) SetViewId ¶

func (o *CsvExporterOptions) SetViewId(v int32)

SetViewId gets a reference to the given NullableInt32 and assigns it to the ViewId field.

func (*CsvExporterOptions) SetViewIdNil ¶

func (o *CsvExporterOptions) SetViewIdNil()

SetViewIdNil sets the value for ViewId to be an explicit nil

func (CsvExporterOptions) ToMap ¶

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

func (*CsvExporterOptions) UnsetViewId ¶

func (o *CsvExporterOptions) UnsetViewId()

UnsetViewId ensures that no value is present for ViewId, not even an explicit nil

type Dashboard ¶

type Dashboard struct {
	GroupInvitations     []UserWorkspaceInvitation `json:"group_invitations"`
	WorkspaceInvitations []UserWorkspaceInvitation `json:"workspace_invitations"`
}

Dashboard struct for Dashboard

func NewDashboard ¶

func NewDashboard(groupInvitations []UserWorkspaceInvitation, workspaceInvitations []UserWorkspaceInvitation) *Dashboard

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

func NewDashboardWithDefaults ¶

func NewDashboardWithDefaults() *Dashboard

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

func (*Dashboard) GetGroupInvitations ¶

func (o *Dashboard) GetGroupInvitations() []UserWorkspaceInvitation

GetGroupInvitations returns the GroupInvitations field value

func (*Dashboard) GetGroupInvitationsOk ¶

func (o *Dashboard) GetGroupInvitationsOk() ([]UserWorkspaceInvitation, bool)

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

func (*Dashboard) GetWorkspaceInvitations ¶

func (o *Dashboard) GetWorkspaceInvitations() []UserWorkspaceInvitation

GetWorkspaceInvitations returns the WorkspaceInvitations field value

func (*Dashboard) GetWorkspaceInvitationsOk ¶

func (o *Dashboard) GetWorkspaceInvitationsOk() ([]UserWorkspaceInvitation, bool)

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

func (Dashboard) MarshalJSON ¶

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

func (*Dashboard) SetGroupInvitations ¶

func (o *Dashboard) SetGroupInvitations(v []UserWorkspaceInvitation)

SetGroupInvitations sets field value

func (*Dashboard) SetWorkspaceInvitations ¶

func (o *Dashboard) SetWorkspaceInvitations(v []UserWorkspaceInvitation)

SetWorkspaceInvitations sets field value

func (Dashboard) ToMap ¶

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

type DatabaseApplication ¶

type DatabaseApplication struct {
	Id        int32                `json:"id"`
	Name      string               `json:"name"`
	Order     int32                `json:"order"`
	Type      string               `json:"type"`
	Group     ApplicationGroup     `json:"group"`
	Workspace ApplicationWorkspace `json:"workspace"`
	// This field is specific to the `database` application and contains an array of tables that are in the database.
	Tables []Table `json:"tables"`
}

DatabaseApplication struct for DatabaseApplication

func NewDatabaseApplication ¶

func NewDatabaseApplication(id int32, name string, order int32, type_ string, group ApplicationGroup, workspace ApplicationWorkspace, tables []Table) *DatabaseApplication

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

func NewDatabaseApplicationWithDefaults ¶

func NewDatabaseApplicationWithDefaults() *DatabaseApplication

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

func (*DatabaseApplication) GetGroup ¶

func (o *DatabaseApplication) GetGroup() ApplicationGroup

GetGroup returns the Group field value

func (*DatabaseApplication) GetGroupOk ¶

func (o *DatabaseApplication) GetGroupOk() (*ApplicationGroup, bool)

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

func (*DatabaseApplication) GetId ¶

func (o *DatabaseApplication) GetId() int32

GetId returns the Id field value

func (*DatabaseApplication) GetIdOk ¶

func (o *DatabaseApplication) GetIdOk() (*int32, bool)

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

func (*DatabaseApplication) GetName ¶

func (o *DatabaseApplication) GetName() string

GetName returns the Name field value

func (*DatabaseApplication) GetNameOk ¶

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

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

func (*DatabaseApplication) GetOrder ¶

func (o *DatabaseApplication) GetOrder() int32

GetOrder returns the Order field value

func (*DatabaseApplication) GetOrderOk ¶

func (o *DatabaseApplication) GetOrderOk() (*int32, bool)

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

func (*DatabaseApplication) GetTables ¶

func (o *DatabaseApplication) GetTables() []Table

GetTables returns the Tables field value

func (*DatabaseApplication) GetTablesOk ¶

func (o *DatabaseApplication) GetTablesOk() ([]Table, bool)

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

func (*DatabaseApplication) GetType ¶

func (o *DatabaseApplication) GetType() string

GetType returns the Type field value

func (*DatabaseApplication) GetTypeOk ¶

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

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

func (*DatabaseApplication) GetWorkspace ¶

func (o *DatabaseApplication) GetWorkspace() ApplicationWorkspace

GetWorkspace returns the Workspace field value

func (*DatabaseApplication) GetWorkspaceOk ¶

func (o *DatabaseApplication) GetWorkspaceOk() (*ApplicationWorkspace, bool)

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

func (DatabaseApplication) MarshalJSON ¶

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

func (*DatabaseApplication) SetGroup ¶

func (o *DatabaseApplication) SetGroup(v ApplicationGroup)

SetGroup sets field value

func (*DatabaseApplication) SetId ¶

func (o *DatabaseApplication) SetId(v int32)

SetId sets field value

func (*DatabaseApplication) SetName ¶

func (o *DatabaseApplication) SetName(v string)

SetName sets field value

func (*DatabaseApplication) SetOrder ¶

func (o *DatabaseApplication) SetOrder(v int32)

SetOrder sets field value

func (*DatabaseApplication) SetTables ¶

func (o *DatabaseApplication) SetTables(v []Table)

SetTables sets field value

func (*DatabaseApplication) SetType ¶

func (o *DatabaseApplication) SetType(v string)

SetType sets field value

func (*DatabaseApplication) SetWorkspace ¶

func (o *DatabaseApplication) SetWorkspace(v ApplicationWorkspace)

SetWorkspace sets field value

func (DatabaseApplication) ToMap ¶

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

type DatabaseTableFieldsApiService ¶

type DatabaseTableFieldsApiService service

DatabaseTableFieldsApiService DatabaseTableFieldsApi service

func (*DatabaseTableFieldsApiService) CreateDatabaseTableField ¶

func (a *DatabaseTableFieldsApiService) CreateDatabaseTableField(ctx context.Context, tableId int32) ApiCreateDatabaseTableFieldRequest

CreateDatabaseTableField Method for CreateDatabaseTableField

Creates a new field for the table related to the provided `table_id` parameter if the authorized user has access to the related database's workspace. Depending on the type, different properties can optionally be set.If creating the field causes other fields to change then the specificinstances of those fields will be included in the related fields response key.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Creates a new field for the provided table related to the value.
@return ApiCreateDatabaseTableFieldRequest

func (*DatabaseTableFieldsApiService) CreateDatabaseTableFieldExecute ¶

Execute executes the request

@return FieldFieldSerializerWithRelatedFields

func (*DatabaseTableFieldsApiService) DeleteDatabaseTableField ¶

func (a *DatabaseTableFieldsApiService) DeleteDatabaseTableField(ctx context.Context, fieldId int32) ApiDeleteDatabaseTableFieldRequest

DeleteDatabaseTableField Method for DeleteDatabaseTableField

Deletes the existing field if the authorized user has access to the related database's workspace. Note that all the related data to that field is also deleted. Primary fields cannot be deleted because their value represents the row. If deleting the field causes other fields to change then the specificinstances of those fields will be included in the related fields response key.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param fieldId Deletes the field related to the provided value.
@return ApiDeleteDatabaseTableFieldRequest

func (*DatabaseTableFieldsApiService) DeleteDatabaseTableFieldExecute ¶

Execute executes the request

@return RelatedFields

func (*DatabaseTableFieldsApiService) DuplicateTableField ¶

DuplicateTableField Method for DuplicateTableField

Duplicates the table with the provided `table_id` parameter if the authorized user has access to the database's workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param fieldId The field to duplicate.
@return ApiDuplicateTableFieldRequest

func (*DatabaseTableFieldsApiService) DuplicateTableFieldExecute ¶

Execute executes the request

@return SingleDuplicateFieldJobType

func (*DatabaseTableFieldsApiService) GetDatabaseFieldUniqueRowValues ¶

func (a *DatabaseTableFieldsApiService) GetDatabaseFieldUniqueRowValues(ctx context.Context, fieldId int32) ApiGetDatabaseFieldUniqueRowValuesRequest

GetDatabaseFieldUniqueRowValues Method for GetDatabaseFieldUniqueRowValues

Returns a list of all the unique row values for an existing field, sorted in order of frequency.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param fieldId Returns the values related to the provided field.
@return ApiGetDatabaseFieldUniqueRowValuesRequest

func (*DatabaseTableFieldsApiService) GetDatabaseFieldUniqueRowValuesExecute ¶

Execute executes the request

@return UniqueRowValues

func (*DatabaseTableFieldsApiService) GetDatabaseTableField ¶

GetDatabaseTableField Method for GetDatabaseTableField

Returns the existing field if the authorized user has access to the related database's workspace. Depending on the type different properties could be returned.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param fieldId Returns the field related to the provided value.
@return ApiGetDatabaseTableFieldRequest

func (*DatabaseTableFieldsApiService) GetDatabaseTableFieldExecute ¶

Execute executes the request

@return FieldField

func (*DatabaseTableFieldsApiService) ListDatabaseTableFields ¶

func (a *DatabaseTableFieldsApiService) ListDatabaseTableFields(ctx context.Context, tableId int32) ApiListDatabaseTableFieldsRequest

ListDatabaseTableFields Method for ListDatabaseTableFields

Lists all the fields of the table related to the provided parameter if the user has access to the related database's workspace. If the workspace is related to a template, then this endpoint will be publicly accessible. A table consists of fields and each field can have a different type. Each type can have different properties. A field is comparable with a regular table's column.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Returns only the fields of the table related to the provided value.
@return ApiListDatabaseTableFieldsRequest

func (*DatabaseTableFieldsApiService) ListDatabaseTableFieldsExecute ¶

Execute executes the request

@return []FieldField

func (*DatabaseTableFieldsApiService) TypeFormulaField ¶

TypeFormulaField Method for TypeFormulaField

Calculates and returns the type of the specified formula value. Does not change the state of the field in any way.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId The table id of the formula field to type.
@return ApiTypeFormulaFieldRequest

func (*DatabaseTableFieldsApiService) TypeFormulaFieldExecute ¶

Execute executes the request

@return TypeFormulaResult

func (*DatabaseTableFieldsApiService) UpdateDatabaseTableField ¶

func (a *DatabaseTableFieldsApiService) UpdateDatabaseTableField(ctx context.Context, fieldId int32) ApiUpdateDatabaseTableFieldRequest

UpdateDatabaseTableField Method for UpdateDatabaseTableField

Updates the existing field if the authorized user has access to the related database's workspace. The type can also be changed and depending on that type, different additional properties can optionally be set. If you change the field type it could happen that the data conversion fails, in that case the `ERROR_CANNOT_CHANGE_FIELD_TYPE` is returned, but this rarely happens. If a data value cannot be converted it is set to `null` so data might go lost.If updated the field causes other fields to change then the specificinstances of those fields will be included in the related fields response key.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param fieldId Updates the field related to the provided value.
@return ApiUpdateDatabaseTableFieldRequest

func (*DatabaseTableFieldsApiService) UpdateDatabaseTableFieldExecute ¶

Execute executes the request

@return FieldFieldSerializerWithRelatedFields

type DatabaseTableRowsApiService ¶

type DatabaseTableRowsApiService service

DatabaseTableRowsApiService DatabaseTableRowsApi service

func (*DatabaseTableRowsApiService) BatchCreateDatabaseTableRows ¶

func (a *DatabaseTableRowsApiService) BatchCreateDatabaseTableRows(ctx context.Context, tableId int32) ApiBatchCreateDatabaseTableRowsRequest

BatchCreateDatabaseTableRows Method for BatchCreateDatabaseTableRows

Creates new rows in the table if the user has access to the related table's workspace. The accepted body fields are depending on the fields that the table has. For a complete overview of fields use the **list_database_table_fields** to list them all. None of the fields are required, if they are not provided the value is going to be `null` or `false` or some default value is that is set. If you want to add a value for the field with for example id `10`, the key must be named `field_10`. Or instead if the `user_field_names` GET param is provided the key must be the name of the field. Of course multiple fields can be provided in one request. In the examples below you will find all the different field types, the numbers/ids in the example are just there for example purposes, the field_ID must be replaced with the actual id of the field or the name of the field if `user_field_names` is provided.

**WARNING:** This endpoint doesn't yet work with row created webhooks.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Creates the rows in the table.
@return ApiBatchCreateDatabaseTableRowsRequest

func (*DatabaseTableRowsApiService) BatchCreateDatabaseTableRowsExecute ¶

Execute executes the request

@return ExampleBatchRowsResponse

func (*DatabaseTableRowsApiService) BatchDeleteDatabaseTableRows ¶

func (a *DatabaseTableRowsApiService) BatchDeleteDatabaseTableRows(ctx context.Context, tableId int32) ApiBatchDeleteDatabaseTableRowsRequest

BatchDeleteDatabaseTableRows Method for BatchDeleteDatabaseTableRows

Deletes existing rows in the table if the user has access to the table's workspace.

**WARNING:**  This endpoint doesn't yet work with row deleted webhooks.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Deletes the rows in the table related to the value.
@return ApiBatchDeleteDatabaseTableRowsRequest

func (*DatabaseTableRowsApiService) BatchDeleteDatabaseTableRowsExecute ¶

func (a *DatabaseTableRowsApiService) BatchDeleteDatabaseTableRowsExecute(r ApiBatchDeleteDatabaseTableRowsRequest) (*http.Response, error)

Execute executes the request

func (*DatabaseTableRowsApiService) BatchUpdateDatabaseTableRows ¶

func (a *DatabaseTableRowsApiService) BatchUpdateDatabaseTableRows(ctx context.Context, tableId int32) ApiBatchUpdateDatabaseTableRowsRequest

BatchUpdateDatabaseTableRows Method for BatchUpdateDatabaseTableRows

Updates existing rows in the table if the user has access to the related table's workspace. The accepted body fields are depending on the fields that the table has. For a complete overview of fields use the **list_database_table_fields** endpoint to list them all. None of the fields are required, if they are not provided the value is not going to be updated. When you want to update a value for the field with id `10`, the key must be named `field_10`. Or if the GET parameter `user_field_names` is provided the key of the field to update must be the name of the field. Multiple different fields to update can be provided for each row. In the examples below you will find all the different field types, the numbers/ids in the example are just there for example purposes, the field_ID must be replaced with the actual id of the field or the name of the field if `user_field_names` is provided.

**WARNING:** This endpoint doesn't yet work with row updated webhooks.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Updates the rows in the table.
@return ApiBatchUpdateDatabaseTableRowsRequest

func (*DatabaseTableRowsApiService) BatchUpdateDatabaseTableRowsExecute ¶

Execute executes the request

@return ExampleBatchRowsResponse

func (*DatabaseTableRowsApiService) CreateDatabaseTableRow ¶

func (a *DatabaseTableRowsApiService) CreateDatabaseTableRow(ctx context.Context, tableId int32) ApiCreateDatabaseTableRowRequest

CreateDatabaseTableRow Method for CreateDatabaseTableRow

Creates a new row in the table if the user has access to the related table's workspace. The accepted body fields are depending on the fields that the table has. For a complete overview of fields use the **list_database_table_fields** to list them all. None of the fields are required, if they are not provided the value is going to be `null` or `false` or some default value is that is set. If you want to add a value for the field with for example id `10`, the key must be named `field_10`. Or instead if the `user_field_names` GET param is provided the key must be the name of the field. Of course multiple fields can be provided in one request. In the examples below you will find all the different field types, the numbers/ids in the example are just there for example purposes, the field_ID must be replaced with the actual id of the field or the name of the field if `user_field_names` is provided.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Creates a row in the table related to the provided value.
@return ApiCreateDatabaseTableRowRequest

func (*DatabaseTableRowsApiService) CreateDatabaseTableRowExecute ¶

Execute executes the request

@return ExampleRowResponseSerializerWithUserFieldNames

func (*DatabaseTableRowsApiService) DeleteDatabaseTableRow ¶

func (a *DatabaseTableRowsApiService) DeleteDatabaseTableRow(ctx context.Context, rowId int32, tableId int32) ApiDeleteDatabaseTableRowRequest

DeleteDatabaseTableRow Method for DeleteDatabaseTableRow

Deletes an existing row in the table if the user has access to the table's workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param rowId Deletes the row related to the value.
@param tableId Deletes the row in the table related to the value.
@return ApiDeleteDatabaseTableRowRequest

func (*DatabaseTableRowsApiService) DeleteDatabaseTableRowExecute ¶

func (a *DatabaseTableRowsApiService) DeleteDatabaseTableRowExecute(r ApiDeleteDatabaseTableRowRequest) (*http.Response, error)

Execute executes the request

func (*DatabaseTableRowsApiService) GetAdjacentDatabaseTableRow ¶

func (a *DatabaseTableRowsApiService) GetAdjacentDatabaseTableRow(ctx context.Context, rowId int32, tableId int32) ApiGetAdjacentDatabaseTableRowRequest

GetAdjacentDatabaseTableRow Method for GetAdjacentDatabaseTableRow

Fetches the adjacent row to a given row_id in the table with the given table_id. If the previous flag is set it will return the previous row, otherwise it will return the next row. You can specifya view_id and it will apply the filters and sorts of the provided view.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param rowId Returns the row adjacent the provided value.
@param tableId Returns the row of the table related to the provided value.
@return ApiGetAdjacentDatabaseTableRowRequest

func (*DatabaseTableRowsApiService) GetAdjacentDatabaseTableRowExecute ¶

Execute executes the request

@return ExampleRowResponseSerializerWithUserFieldNames

func (*DatabaseTableRowsApiService) GetDatabaseTableRow ¶

func (a *DatabaseTableRowsApiService) GetDatabaseTableRow(ctx context.Context, rowId int32, tableId int32) ApiGetDatabaseTableRowRequest

GetDatabaseTableRow Method for GetDatabaseTableRow

Fetches an existing row from the table if the user has access to the related table's workspace. The properties of the returned row depend on which fields the table has. For a complete overview of fields use the **list_database_table_fields** endpoint to list them all. In the example all field types are listed, but normally the number in field_{id} key is going to be the id of the field of the field. Or if the GET parameter `user_field_names` is provided then the keys will be the name of the field. The value is what the user has provided and the format of it depends on the fields type.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param rowId Returns the row related the provided value.
@param tableId Returns the row of the table related to the provided value.
@return ApiGetDatabaseTableRowRequest

func (*DatabaseTableRowsApiService) GetDatabaseTableRowExecute ¶

Execute executes the request

@return ExampleRowResponseSerializerWithUserFieldNames

func (*DatabaseTableRowsApiService) ListDatabaseTableRowNames ¶

ListDatabaseTableRowNames Method for ListDatabaseTableRowNames

Returns the names of the given row of the given tables. The nameof a row is the primary field value for this row. The result can be usedfor example, when you want to display the name of a linked row from another table.

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

func (*DatabaseTableRowsApiService) ListDatabaseTableRowNamesExecute ¶

Execute executes the request

@return ListDatabaseTableRowNames200Response

func (*DatabaseTableRowsApiService) ListDatabaseTableRows ¶

func (a *DatabaseTableRowsApiService) ListDatabaseTableRows(ctx context.Context, tableId int32) ApiListDatabaseTableRowsRequest

ListDatabaseTableRows Method for ListDatabaseTableRows

Lists all the rows of the table related to the provided parameter if the user has access to the related database's workspace. The response is paginated by a page/size style. It is also possible to provide an optional search query, only rows where the data matches the search query are going to be returned then. The properties of the returned rows depends on which fields the table has. For a complete overview of fields use the **list_database_table_fields** endpoint to list them all. In the example all field types are listed, but normally the number in field_{id} key is going to be the id of the field. Or if the GET parameter `user_field_names` is provided then the keys will be the name of the field. The value is what the user has provided and the format of it depends on the fields type.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Returns the rows of the table related to the provided value.
@return ApiListDatabaseTableRowsRequest

func (*DatabaseTableRowsApiService) ListDatabaseTableRowsExecute ¶

Execute executes the request

@return PaginationSerializerExampleRowResponseSerializerWithUserFieldNames

func (*DatabaseTableRowsApiService) MoveDatabaseTableRow ¶

func (a *DatabaseTableRowsApiService) MoveDatabaseTableRow(ctx context.Context, rowId int32, tableId int32) ApiMoveDatabaseTableRowRequest

MoveDatabaseTableRow Method for MoveDatabaseTableRow

Moves the row related to given `row_id` parameter to another position. It is only possible to move the row before another existing row or to the end. If the `before_id` is provided then the row related to the `row_id` parameter is moved before that row. If the `before_id` parameter is not provided, then the row will be moved to the end.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param rowId Moves the row related to the value.
@param tableId Moves the row in the table related to the value.
@return ApiMoveDatabaseTableRowRequest

func (*DatabaseTableRowsApiService) MoveDatabaseTableRowExecute ¶

Execute executes the request

@return ExampleRowResponseSerializerWithUserFieldNames

func (*DatabaseTableRowsApiService) UpdateDatabaseTableRow ¶

func (a *DatabaseTableRowsApiService) UpdateDatabaseTableRow(ctx context.Context, rowId int32, tableId int32) ApiUpdateDatabaseTableRowRequest

UpdateDatabaseTableRow Method for UpdateDatabaseTableRow

Updates an existing row in the table if the user has access to the related table's workspace. The accepted body fields are depending on the fields that the table has. For a complete overview of fields use the **list_database_table_fields** endpoint to list them all. None of the fields are required, if they are not provided the value is not going to be updated. When you want to update a value for the field with id `10`, the key must be named `field_10`. Or if the GET parameter `user_field_names` is provided the key of the field to update must be the name of the field. Multiple different fields to update can be provided in one request. In the examples below you will find all the different field types, the numbers/ids in the example are just there for example purposes, the field_ID must be replaced with the actual id of the field or the name of the field if `user_field_names` is provided.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param rowId Updates the row related to the value.
@param tableId Updates the row in the table related to the value.
@return ApiUpdateDatabaseTableRowRequest

func (*DatabaseTableRowsApiService) UpdateDatabaseTableRowExecute ¶

Execute executes the request

@return ExampleRowResponseSerializerWithUserFieldNames

type DatabaseTableWebhooksApiService ¶

type DatabaseTableWebhooksApiService service

DatabaseTableWebhooksApiService DatabaseTableWebhooksApi service

func (*DatabaseTableWebhooksApiService) CreateDatabaseTableWebhook ¶

CreateDatabaseTableWebhook Method for CreateDatabaseTableWebhook

Creates a new webhook for the table related to the provided `table_id` parameter if the authorized user has access to the related database workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Creates a webhook for the table related to the provided value.
@return ApiCreateDatabaseTableWebhookRequest

func (*DatabaseTableWebhooksApiService) CreateDatabaseTableWebhookExecute ¶

Execute executes the request

@return TableWebhook

func (*DatabaseTableWebhooksApiService) DeleteDatabaseTableWebhook ¶

func (a *DatabaseTableWebhooksApiService) DeleteDatabaseTableWebhook(ctx context.Context, webhookId int32) ApiDeleteDatabaseTableWebhookRequest

DeleteDatabaseTableWebhook Method for DeleteDatabaseTableWebhook

Deletes the existing webhook if the authorized user has access to the related database's workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param webhookId Deletes the webhook related to the provided value.
@return ApiDeleteDatabaseTableWebhookRequest

func (*DatabaseTableWebhooksApiService) DeleteDatabaseTableWebhookExecute ¶

func (a *DatabaseTableWebhooksApiService) DeleteDatabaseTableWebhookExecute(r ApiDeleteDatabaseTableWebhookRequest) (*http.Response, error)

Execute executes the request

func (*DatabaseTableWebhooksApiService) GetDatabaseTableWebhook ¶

func (a *DatabaseTableWebhooksApiService) GetDatabaseTableWebhook(ctx context.Context, webhookId int32) ApiGetDatabaseTableWebhookRequest

GetDatabaseTableWebhook Method for GetDatabaseTableWebhook

Returns the existing webhook if the authorized user has access to the related database workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param webhookId Returns the webhook related to the provided value.
@return ApiGetDatabaseTableWebhookRequest

func (*DatabaseTableWebhooksApiService) GetDatabaseTableWebhookExecute ¶

Execute executes the request

@return TableWebhook

func (*DatabaseTableWebhooksApiService) ListDatabaseTableWebhooks ¶

ListDatabaseTableWebhooks Method for ListDatabaseTableWebhooks

Lists all webhooks of the table related to the provided `table_id` if the user has access to the related database workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Returns only webhooks of the table related to this value.
@return ApiListDatabaseTableWebhooksRequest

func (*DatabaseTableWebhooksApiService) ListDatabaseTableWebhooksExecute ¶

Execute executes the request

@return []TableWebhook

func (*DatabaseTableWebhooksApiService) TestCallDatabaseTableWebhook ¶

func (a *DatabaseTableWebhooksApiService) TestCallDatabaseTableWebhook(ctx context.Context, tableId int32) ApiTestCallDatabaseTableWebhookRequest

TestCallDatabaseTableWebhook Method for TestCallDatabaseTableWebhook

This endpoint triggers a test call based on the provided data if the user has access to the workspace related to the table. The test call will be made immediately and a copy of the request, response and status will be included in the response.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId The id of the table that must be tested.
@return ApiTestCallDatabaseTableWebhookRequest

func (*DatabaseTableWebhooksApiService) TestCallDatabaseTableWebhookExecute ¶

Execute executes the request

@return TableWebhookTestCallResponse

func (*DatabaseTableWebhooksApiService) UpdateDatabaseTableWebhook ¶

func (a *DatabaseTableWebhooksApiService) UpdateDatabaseTableWebhook(ctx context.Context, webhookId int32) ApiUpdateDatabaseTableWebhookRequest

UpdateDatabaseTableWebhook Method for UpdateDatabaseTableWebhook

Updates the existing view if the authorized user has access to the related database workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param webhookId Updates the webhook related to the provided value.
@return ApiUpdateDatabaseTableWebhookRequest

func (*DatabaseTableWebhooksApiService) UpdateDatabaseTableWebhookExecute ¶

Execute executes the request

@return TableWebhook

type DatabaseTablesApiService ¶

type DatabaseTablesApiService service

DatabaseTablesApiService DatabaseTablesApi service

func (*DatabaseTablesApiService) CreateDatabaseTable ¶

func (a *DatabaseTablesApiService) CreateDatabaseTable(ctx context.Context, databaseId int32) ApiCreateDatabaseTableRequest

CreateDatabaseTable Method for CreateDatabaseTable

Creates synchronously a new table for the database related to the provided `database_id` parameter if the authorized user has access to the database's workspace.

As an alternative you can use the `create_async_database_table` for better performances and importing bigger files.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param databaseId Creates a table for the database related to the provided value.
@return ApiCreateDatabaseTableRequest

func (*DatabaseTablesApiService) CreateDatabaseTableAsync ¶

func (a *DatabaseTablesApiService) CreateDatabaseTableAsync(ctx context.Context, databaseId int32) ApiCreateDatabaseTableAsyncRequest

CreateDatabaseTableAsync Method for CreateDatabaseTableAsync

Creates a job that creates a new table for the database related to the provided `database_id` parameter if the authorized user has access to the database's workspace. This endpoint is asynchronous and return the created job to track the progress of the task.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param databaseId Creates a table for the database related to the provided value.
@return ApiCreateDatabaseTableAsyncRequest

func (*DatabaseTablesApiService) CreateDatabaseTableAsyncExecute ¶

Execute executes the request

@return SingleFileImportJobSerializerClass

func (*DatabaseTablesApiService) CreateDatabaseTableExecute ¶

func (a *DatabaseTablesApiService) CreateDatabaseTableExecute(r ApiCreateDatabaseTableRequest) (*Table, *http.Response, error)

Execute executes the request

@return Table

func (*DatabaseTablesApiService) DeleteDatabaseTable ¶

func (a *DatabaseTablesApiService) DeleteDatabaseTable(ctx context.Context, tableId int32) ApiDeleteDatabaseTableRequest

DeleteDatabaseTable Method for DeleteDatabaseTable

Deletes the existing table if the authorized user has access to the related database's workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Deletes the table related to the provided value.
@return ApiDeleteDatabaseTableRequest

func (*DatabaseTablesApiService) DeleteDatabaseTableExecute ¶

func (a *DatabaseTablesApiService) DeleteDatabaseTableExecute(r ApiDeleteDatabaseTableRequest) (*http.Response, error)

Execute executes the request

func (*DatabaseTablesApiService) DuplicateDatabaseTableAsync ¶

func (a *DatabaseTablesApiService) DuplicateDatabaseTableAsync(ctx context.Context, tableId int32) ApiDuplicateDatabaseTableAsyncRequest

DuplicateDatabaseTableAsync Method for DuplicateDatabaseTableAsync

Start a job to duplicate the table with the provided `table_id` parameter if the authorized user has access to the database's workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId The table to duplicate.
@return ApiDuplicateDatabaseTableAsyncRequest

func (*DatabaseTablesApiService) DuplicateDatabaseTableAsyncExecute ¶

Execute executes the request

@return SingleDuplicateTableJobType

func (*DatabaseTablesApiService) GetDatabaseTable ¶

func (a *DatabaseTablesApiService) GetDatabaseTable(ctx context.Context, tableId int32) ApiGetDatabaseTableRequest

GetDatabaseTable Method for GetDatabaseTable

Returns the requested table if the authorized user has access to the related database's workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Returns the table related to the provided value.
@return ApiGetDatabaseTableRequest

func (*DatabaseTablesApiService) GetDatabaseTableExecute ¶

func (a *DatabaseTablesApiService) GetDatabaseTableExecute(r ApiGetDatabaseTableRequest) (*Table, *http.Response, error)

Execute executes the request

@return Table

func (*DatabaseTablesApiService) ImportDataDatabaseTableAsync ¶

func (a *DatabaseTablesApiService) ImportDataDatabaseTableAsync(ctx context.Context, tableId int32) ApiImportDataDatabaseTableAsyncRequest

ImportDataDatabaseTableAsync Method for ImportDataDatabaseTableAsync

Import data in the specified table if the authorized user has access to the related database's workspace. This endpoint is asynchronous and return the created job to track the progress of the task.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Import data into the table related to the provided value.
@return ApiImportDataDatabaseTableAsyncRequest

func (*DatabaseTablesApiService) ImportDataDatabaseTableAsyncExecute ¶

Execute executes the request

@return SingleFileImportJobSerializerClass

func (*DatabaseTablesApiService) ListDatabaseTables ¶

func (a *DatabaseTablesApiService) ListDatabaseTables(ctx context.Context, databaseId int32) ApiListDatabaseTablesRequest

ListDatabaseTables Method for ListDatabaseTables

Lists all the tables that are in the database related to the `database_id` parameter if the user has access to the database's workspace. A table is exactly as the name suggests. It can hold multiple fields, each having their own type and multiple rows. They can be added via the **create_database_table_field** and **create_database_table_row** endpoints.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param databaseId Returns only tables that are related to the provided value.
@return ApiListDatabaseTablesRequest

func (*DatabaseTablesApiService) ListDatabaseTablesExecute ¶

func (a *DatabaseTablesApiService) ListDatabaseTablesExecute(r ApiListDatabaseTablesRequest) ([]Table, *http.Response, error)

Execute executes the request

@return []Table

func (*DatabaseTablesApiService) OrderDatabaseTables ¶

func (a *DatabaseTablesApiService) OrderDatabaseTables(ctx context.Context, databaseId int32) ApiOrderDatabaseTablesRequest

OrderDatabaseTables Method for OrderDatabaseTables

Changes the order of the provided table ids to the matching position that the id has in the list. If the authorized user does not belong to the workspace it will be ignored. The order of the not provided tables will be set to `0`.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param databaseId Updates the order of the tables in the database related to the provided value.
@return ApiOrderDatabaseTablesRequest

func (*DatabaseTablesApiService) OrderDatabaseTablesExecute ¶

func (a *DatabaseTablesApiService) OrderDatabaseTablesExecute(r ApiOrderDatabaseTablesRequest) (*http.Response, error)

Execute executes the request

func (*DatabaseTablesApiService) UpdateDatabaseTable ¶

func (a *DatabaseTablesApiService) UpdateDatabaseTable(ctx context.Context, tableId int32) ApiUpdateDatabaseTableRequest

UpdateDatabaseTable Method for UpdateDatabaseTable

Updates the existing table if the authorized user has access to the related database's workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tableId Updates the table related to the provided value.
@return ApiUpdateDatabaseTableRequest

func (*DatabaseTablesApiService) UpdateDatabaseTableExecute ¶

func (a *DatabaseTablesApiService) UpdateDatabaseTableExecute(r ApiUpdateDatabaseTableRequest) (*Table, *http.Response, error)

Execute executes the request

@return Table

type DatabaseTokensApiService ¶

type DatabaseTokensApiService service

DatabaseTokensApiService DatabaseTokensApi service

func (*DatabaseTokensApiService) CheckDatabaseToken ¶

CheckDatabaseToken Method for CheckDatabaseToken

This endpoint check be used to check if the provided personal API token is valid. If returns a `200` response if so and a `403` is not. This can be used by integrations like Zapier or n8n to test if a token is valid.

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

func (*DatabaseTokensApiService) CheckDatabaseTokenExecute ¶

func (a *DatabaseTokensApiService) CheckDatabaseTokenExecute(r ApiCheckDatabaseTokenRequest) (*http.Response, error)

Execute executes the request

func (*DatabaseTokensApiService) CreateDatabaseToken ¶

CreateDatabaseToken Method for CreateDatabaseToken

Creates a new database token for a given workspace and for the authorized user.

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

func (*DatabaseTokensApiService) CreateDatabaseTokenExecute ¶

func (a *DatabaseTokensApiService) CreateDatabaseTokenExecute(r ApiCreateDatabaseTokenRequest) (*Token, *http.Response, error)

Execute executes the request

@return Token

func (*DatabaseTokensApiService) DeleteDatabaseToken ¶

func (a *DatabaseTokensApiService) DeleteDatabaseToken(ctx context.Context, tokenId int32) ApiDeleteDatabaseTokenRequest

DeleteDatabaseToken Method for DeleteDatabaseToken

Deletes the existing database token if it is owned by the authorized user and ifthe user has access to the related workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tokenId Deletes the database token related to the provided value.
@return ApiDeleteDatabaseTokenRequest

func (*DatabaseTokensApiService) DeleteDatabaseTokenExecute ¶

func (a *DatabaseTokensApiService) DeleteDatabaseTokenExecute(r ApiDeleteDatabaseTokenRequest) (*http.Response, error)

Execute executes the request

func (*DatabaseTokensApiService) GetDatabaseToken ¶

func (a *DatabaseTokensApiService) GetDatabaseToken(ctx context.Context, tokenId int32) ApiGetDatabaseTokenRequest

GetDatabaseToken Method for GetDatabaseToken

Returns the requested database token if it is owned by the authorized user andif the user has access to the related workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tokenId Returns the database token related to the provided value.
@return ApiGetDatabaseTokenRequest

func (*DatabaseTokensApiService) GetDatabaseTokenExecute ¶

func (a *DatabaseTokensApiService) GetDatabaseTokenExecute(r ApiGetDatabaseTokenRequest) (*Token, *http.Response, error)

Execute executes the request

@return Token

func (*DatabaseTokensApiService) ListDatabaseTokens ¶

ListDatabaseTokens Method for ListDatabaseTokens

Lists all the database tokens that belong to the authorized user. A token can be used to create, read, update and delete rows in the tables of the token's workspace. It only works on the tables if the token has the correct permissions. The **Database table rows** endpoints can be used for these operations.

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

func (*DatabaseTokensApiService) ListDatabaseTokensExecute ¶

func (a *DatabaseTokensApiService) ListDatabaseTokensExecute(r ApiListDatabaseTokensRequest) ([]Token, *http.Response, error)

Execute executes the request

@return []Token

func (*DatabaseTokensApiService) UpdateDatabaseToken ¶

func (a *DatabaseTokensApiService) UpdateDatabaseToken(ctx context.Context, tokenId int32) ApiUpdateDatabaseTokenRequest

UpdateDatabaseToken Method for UpdateDatabaseToken

Updates the existing database token if it is owned by the authorized user and ifthe user has access to the related workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tokenId Updates the database token related to the provided value.
@return ApiUpdateDatabaseTokenRequest

func (*DatabaseTokensApiService) UpdateDatabaseTokenExecute ¶

func (a *DatabaseTokensApiService) UpdateDatabaseTokenExecute(r ApiUpdateDatabaseTokenRequest) (*Token, *http.Response, error)

Execute executes the request

@return Token

type DateFieldCreateField ¶

type DateFieldCreateField struct {
	Name       *string         `json:"name,omitempty"`
	Type       Type712Enum     `json:"type"`
	DateFormat *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
}

DateFieldCreateField struct for DateFieldCreateField

func NewDateFieldCreateField ¶

func NewDateFieldCreateField(type_ Type712Enum) *DateFieldCreateField

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

func NewDateFieldCreateFieldWithDefaults ¶

func NewDateFieldCreateFieldWithDefaults() *DateFieldCreateField

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

func (*DateFieldCreateField) GetDateForceTimezone ¶

func (o *DateFieldCreateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DateFieldCreateField) GetDateForceTimezoneOk ¶

func (o *DateFieldCreateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DateFieldCreateField) GetDateFormat ¶

func (o *DateFieldCreateField) GetDateFormat() DateFormatEnum

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*DateFieldCreateField) GetDateFormatOk ¶

func (o *DateFieldCreateField) GetDateFormatOk() (*DateFormatEnum, bool)

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

func (*DateFieldCreateField) GetDateIncludeTime ¶

func (o *DateFieldCreateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*DateFieldCreateField) GetDateIncludeTimeOk ¶

func (o *DateFieldCreateField) GetDateIncludeTimeOk() (*bool, bool)

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

func (*DateFieldCreateField) GetDateShowTzinfo ¶

func (o *DateFieldCreateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*DateFieldCreateField) GetDateShowTzinfoOk ¶

func (o *DateFieldCreateField) GetDateShowTzinfoOk() (*bool, bool)

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

func (*DateFieldCreateField) GetDateTimeFormat ¶

func (o *DateFieldCreateField) GetDateTimeFormat() DateTimeFormatEnum

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*DateFieldCreateField) GetDateTimeFormatOk ¶

func (o *DateFieldCreateField) GetDateTimeFormatOk() (*DateTimeFormatEnum, bool)

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

func (*DateFieldCreateField) GetName ¶

func (o *DateFieldCreateField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DateFieldCreateField) GetNameOk ¶

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

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

func (*DateFieldCreateField) GetType ¶

func (o *DateFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*DateFieldCreateField) GetTypeOk ¶

func (o *DateFieldCreateField) GetTypeOk() (*Type712Enum, bool)

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

func (*DateFieldCreateField) HasDateForceTimezone ¶

func (o *DateFieldCreateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*DateFieldCreateField) HasDateFormat ¶

func (o *DateFieldCreateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*DateFieldCreateField) HasDateIncludeTime ¶

func (o *DateFieldCreateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*DateFieldCreateField) HasDateShowTzinfo ¶

func (o *DateFieldCreateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*DateFieldCreateField) HasDateTimeFormat ¶

func (o *DateFieldCreateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*DateFieldCreateField) HasName ¶

func (o *DateFieldCreateField) HasName() bool

HasName returns a boolean if a field has been set.

func (DateFieldCreateField) MarshalJSON ¶

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

func (*DateFieldCreateField) SetDateForceTimezone ¶

func (o *DateFieldCreateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*DateFieldCreateField) SetDateForceTimezoneNil ¶

func (o *DateFieldCreateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*DateFieldCreateField) SetDateFormat ¶

func (o *DateFieldCreateField) SetDateFormat(v DateFormatEnum)

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*DateFieldCreateField) SetDateIncludeTime ¶

func (o *DateFieldCreateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*DateFieldCreateField) SetDateShowTzinfo ¶

func (o *DateFieldCreateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*DateFieldCreateField) SetDateTimeFormat ¶

func (o *DateFieldCreateField) SetDateTimeFormat(v DateTimeFormatEnum)

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*DateFieldCreateField) SetName ¶

func (o *DateFieldCreateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DateFieldCreateField) SetType ¶

func (o *DateFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (DateFieldCreateField) ToMap ¶

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

func (*DateFieldCreateField) UnsetDateForceTimezone ¶

func (o *DateFieldCreateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

type DateFieldField ¶

type DateFieldField struct {
	Id      int32   `json:"id"`
	TableId int32   `json:"table_id"`
	Name    *string `json:"name,omitempty"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly   bool            `json:"read_only"`
	DateFormat *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
}

DateFieldField struct for DateFieldField

func NewDateFieldField ¶

func NewDateFieldField(id int32, tableId int32, order int32, type_ string, readOnly bool) *DateFieldField

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

func NewDateFieldFieldWithDefaults ¶

func NewDateFieldFieldWithDefaults() *DateFieldField

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

func (*DateFieldField) GetDateForceTimezone ¶

func (o *DateFieldField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DateFieldField) GetDateForceTimezoneOk ¶

func (o *DateFieldField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DateFieldField) GetDateFormat ¶

func (o *DateFieldField) GetDateFormat() DateFormatEnum

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*DateFieldField) GetDateFormatOk ¶

func (o *DateFieldField) GetDateFormatOk() (*DateFormatEnum, bool)

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

func (*DateFieldField) GetDateIncludeTime ¶

func (o *DateFieldField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*DateFieldField) GetDateIncludeTimeOk ¶

func (o *DateFieldField) GetDateIncludeTimeOk() (*bool, bool)

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

func (*DateFieldField) GetDateShowTzinfo ¶

func (o *DateFieldField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*DateFieldField) GetDateShowTzinfoOk ¶

func (o *DateFieldField) GetDateShowTzinfoOk() (*bool, bool)

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

func (*DateFieldField) GetDateTimeFormat ¶

func (o *DateFieldField) GetDateTimeFormat() DateTimeFormatEnum

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*DateFieldField) GetDateTimeFormatOk ¶

func (o *DateFieldField) GetDateTimeFormatOk() (*DateTimeFormatEnum, bool)

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

func (*DateFieldField) GetId ¶

func (o *DateFieldField) GetId() int32

GetId returns the Id field value

func (*DateFieldField) GetIdOk ¶

func (o *DateFieldField) GetIdOk() (*int32, bool)

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

func (*DateFieldField) GetName ¶

func (o *DateFieldField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DateFieldField) GetNameOk ¶

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

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

func (*DateFieldField) GetOrder ¶

func (o *DateFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*DateFieldField) GetOrderOk ¶

func (o *DateFieldField) GetOrderOk() (*int32, bool)

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

func (*DateFieldField) GetPrimary ¶

func (o *DateFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*DateFieldField) GetPrimaryOk ¶

func (o *DateFieldField) 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 (*DateFieldField) GetReadOnly ¶

func (o *DateFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*DateFieldField) GetReadOnlyOk ¶

func (o *DateFieldField) GetReadOnlyOk() (*bool, bool)

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

func (*DateFieldField) GetTableId ¶

func (o *DateFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*DateFieldField) GetTableIdOk ¶

func (o *DateFieldField) GetTableIdOk() (*int32, bool)

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

func (*DateFieldField) GetType ¶

func (o *DateFieldField) GetType() string

GetType returns the Type field value

func (*DateFieldField) GetTypeOk ¶

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

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

func (*DateFieldField) HasDateForceTimezone ¶

func (o *DateFieldField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*DateFieldField) HasDateFormat ¶

func (o *DateFieldField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*DateFieldField) HasDateIncludeTime ¶

func (o *DateFieldField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*DateFieldField) HasDateShowTzinfo ¶

func (o *DateFieldField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*DateFieldField) HasDateTimeFormat ¶

func (o *DateFieldField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*DateFieldField) HasName ¶

func (o *DateFieldField) HasName() bool

HasName returns a boolean if a field has been set.

func (*DateFieldField) HasPrimary ¶

func (o *DateFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (DateFieldField) MarshalJSON ¶

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

func (*DateFieldField) SetDateForceTimezone ¶

func (o *DateFieldField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*DateFieldField) SetDateForceTimezoneNil ¶

func (o *DateFieldField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*DateFieldField) SetDateFormat ¶

func (o *DateFieldField) SetDateFormat(v DateFormatEnum)

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*DateFieldField) SetDateIncludeTime ¶

func (o *DateFieldField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*DateFieldField) SetDateShowTzinfo ¶

func (o *DateFieldField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*DateFieldField) SetDateTimeFormat ¶

func (o *DateFieldField) SetDateTimeFormat(v DateTimeFormatEnum)

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*DateFieldField) SetId ¶

func (o *DateFieldField) SetId(v int32)

SetId sets field value

func (*DateFieldField) SetName ¶

func (o *DateFieldField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DateFieldField) SetOrder ¶

func (o *DateFieldField) SetOrder(v int32)

SetOrder sets field value

func (*DateFieldField) SetPrimary ¶

func (o *DateFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*DateFieldField) SetReadOnly ¶

func (o *DateFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*DateFieldField) SetTableId ¶

func (o *DateFieldField) SetTableId(v int32)

SetTableId sets field value

func (*DateFieldField) SetType ¶

func (o *DateFieldField) SetType(v string)

SetType sets field value

func (DateFieldField) ToMap ¶

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

func (*DateFieldField) UnsetDateForceTimezone ¶

func (o *DateFieldField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

type DateFieldFieldSerializerWithRelatedFields ¶

type DateFieldFieldSerializerWithRelatedFields struct {
	Id      int32   `json:"id"`
	TableId int32   `json:"table_id"`
	Name    *string `json:"name,omitempty"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field         `json:"related_fields"`
	DateFormat    *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
}

DateFieldFieldSerializerWithRelatedFields struct for DateFieldFieldSerializerWithRelatedFields

func NewDateFieldFieldSerializerWithRelatedFields ¶

func NewDateFieldFieldSerializerWithRelatedFields(id int32, tableId int32, order int32, type_ string, readOnly bool, relatedFields []Field) *DateFieldFieldSerializerWithRelatedFields

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

func NewDateFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewDateFieldFieldSerializerWithRelatedFieldsWithDefaults() *DateFieldFieldSerializerWithRelatedFields

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

func (*DateFieldFieldSerializerWithRelatedFields) GetDateForceTimezone ¶

func (o *DateFieldFieldSerializerWithRelatedFields) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DateFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk ¶

func (o *DateFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DateFieldFieldSerializerWithRelatedFields) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*DateFieldFieldSerializerWithRelatedFields) GetDateFormatOk ¶

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

func (*DateFieldFieldSerializerWithRelatedFields) GetDateIncludeTime ¶

func (o *DateFieldFieldSerializerWithRelatedFields) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*DateFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk ¶

func (o *DateFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk() (*bool, bool)

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

func (*DateFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo ¶

func (o *DateFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*DateFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk ¶

func (o *DateFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk() (*bool, bool)

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

func (*DateFieldFieldSerializerWithRelatedFields) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*DateFieldFieldSerializerWithRelatedFields) GetDateTimeFormatOk ¶

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

func (*DateFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*DateFieldFieldSerializerWithRelatedFields) GetIdOk ¶

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

func (*DateFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*DateFieldFieldSerializerWithRelatedFields) GetNameOk ¶

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

func (*DateFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*DateFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

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

func (*DateFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*DateFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

func (o *DateFieldFieldSerializerWithRelatedFields) 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 (*DateFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*DateFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

func (o *DateFieldFieldSerializerWithRelatedFields) GetReadOnlyOk() (*bool, bool)

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

func (*DateFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *DateFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*DateFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *DateFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

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

func (*DateFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*DateFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

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

func (*DateFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*DateFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

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

func (*DateFieldFieldSerializerWithRelatedFields) HasDateForceTimezone ¶

func (o *DateFieldFieldSerializerWithRelatedFields) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*DateFieldFieldSerializerWithRelatedFields) HasDateFormat ¶

HasDateFormat returns a boolean if a field has been set.

func (*DateFieldFieldSerializerWithRelatedFields) HasDateIncludeTime ¶

func (o *DateFieldFieldSerializerWithRelatedFields) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*DateFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo ¶

func (o *DateFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*DateFieldFieldSerializerWithRelatedFields) HasDateTimeFormat ¶

func (o *DateFieldFieldSerializerWithRelatedFields) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*DateFieldFieldSerializerWithRelatedFields) HasName ¶

HasName returns a boolean if a field has been set.

func (*DateFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (DateFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*DateFieldFieldSerializerWithRelatedFields) SetDateForceTimezone ¶

func (o *DateFieldFieldSerializerWithRelatedFields) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*DateFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil ¶

func (o *DateFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*DateFieldFieldSerializerWithRelatedFields) SetDateFormat ¶

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*DateFieldFieldSerializerWithRelatedFields) SetDateIncludeTime ¶

func (o *DateFieldFieldSerializerWithRelatedFields) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*DateFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo ¶

func (o *DateFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*DateFieldFieldSerializerWithRelatedFields) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*DateFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*DateFieldFieldSerializerWithRelatedFields) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*DateFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*DateFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*DateFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*DateFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *DateFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*DateFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*DateFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (DateFieldFieldSerializerWithRelatedFields) ToMap ¶

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

func (*DateFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone ¶

func (o *DateFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

type DateFormatEnum ¶

type DateFormatEnum string

DateFormatEnum * `EU` - European (D/M/Y) * `US` - US (M/D/Y) * `ISO` - ISO (Y-M-D)

const (
	EU  DateFormatEnum = "EU"
	US  DateFormatEnum = "US"
	ISO DateFormatEnum = "ISO"
)

List of DateFormatEnum

func NewDateFormatEnumFromValue ¶

func NewDateFormatEnumFromValue(v string) (*DateFormatEnum, error)

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

func (DateFormatEnum) IsValid ¶

func (v DateFormatEnum) IsValid() bool

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

func (DateFormatEnum) Ptr ¶

func (v DateFormatEnum) Ptr() *DateFormatEnum

Ptr returns reference to DateFormatEnum value

func (*DateFormatEnum) UnmarshalJSON ¶

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

type DateTimeFormatEnum ¶

type DateTimeFormatEnum string

DateTimeFormatEnum * `24` - 24 hour * `12` - 12 hour

func NewDateTimeFormatEnumFromValue ¶

func NewDateTimeFormatEnumFromValue(v string) (*DateTimeFormatEnum, error)

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

func (DateTimeFormatEnum) IsValid ¶

func (v DateTimeFormatEnum) IsValid() bool

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

func (DateTimeFormatEnum) Ptr ¶

Ptr returns reference to DateTimeFormatEnum value

func (*DateTimeFormatEnum) UnmarshalJSON ¶

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

type DeleteDatabaseTableField400Response ¶

type DeleteDatabaseTableField400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

DeleteDatabaseTableField400Response struct for DeleteDatabaseTableField400Response

func NewDeleteDatabaseTableField400Response ¶

func NewDeleteDatabaseTableField400Response() *DeleteDatabaseTableField400Response

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

func NewDeleteDatabaseTableField400ResponseWithDefaults ¶

func NewDeleteDatabaseTableField400ResponseWithDefaults() *DeleteDatabaseTableField400Response

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

func (*DeleteDatabaseTableField400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*DeleteDatabaseTableField400Response) GetDetailOk ¶

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

func (*DeleteDatabaseTableField400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*DeleteDatabaseTableField400Response) GetErrorOk ¶

func (o *DeleteDatabaseTableField400Response) 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 (*DeleteDatabaseTableField400Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*DeleteDatabaseTableField400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (DeleteDatabaseTableField400Response) MarshalJSON ¶

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

func (*DeleteDatabaseTableField400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*DeleteDatabaseTableField400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (DeleteDatabaseTableField400Response) ToMap ¶

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

type DeleteDatabaseTableRow400Response ¶

type DeleteDatabaseTableRow400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

DeleteDatabaseTableRow400Response struct for DeleteDatabaseTableRow400Response

func NewDeleteDatabaseTableRow400Response ¶

func NewDeleteDatabaseTableRow400Response() *DeleteDatabaseTableRow400Response

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

func NewDeleteDatabaseTableRow400ResponseWithDefaults ¶

func NewDeleteDatabaseTableRow400ResponseWithDefaults() *DeleteDatabaseTableRow400Response

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

func (*DeleteDatabaseTableRow400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*DeleteDatabaseTableRow400Response) GetDetailOk ¶

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

func (*DeleteDatabaseTableRow400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*DeleteDatabaseTableRow400Response) GetErrorOk ¶

func (o *DeleteDatabaseTableRow400Response) 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 (*DeleteDatabaseTableRow400Response) HasDetail ¶

func (o *DeleteDatabaseTableRow400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*DeleteDatabaseTableRow400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (DeleteDatabaseTableRow400Response) MarshalJSON ¶

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

func (*DeleteDatabaseTableRow400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*DeleteDatabaseTableRow400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (DeleteDatabaseTableRow400Response) ToMap ¶

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

type DeleteWorkspace400Response ¶

type DeleteWorkspace400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

DeleteWorkspace400Response struct for DeleteWorkspace400Response

func NewDeleteWorkspace400Response ¶

func NewDeleteWorkspace400Response() *DeleteWorkspace400Response

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

func NewDeleteWorkspace400ResponseWithDefaults ¶

func NewDeleteWorkspace400ResponseWithDefaults() *DeleteWorkspace400Response

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

func (*DeleteWorkspace400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*DeleteWorkspace400Response) GetDetailOk ¶

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

func (*DeleteWorkspace400Response) GetError ¶

func (o *DeleteWorkspace400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*DeleteWorkspace400Response) GetErrorOk ¶

func (o *DeleteWorkspace400Response) 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 (*DeleteWorkspace400Response) HasDetail ¶

func (o *DeleteWorkspace400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*DeleteWorkspace400Response) HasError ¶

func (o *DeleteWorkspace400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (DeleteWorkspace400Response) MarshalJSON ¶

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

func (*DeleteWorkspace400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*DeleteWorkspace400Response) SetError ¶

func (o *DeleteWorkspace400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (DeleteWorkspace400Response) ToMap ¶

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

type DeleteWorkspace404Response ¶

type DeleteWorkspace404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

DeleteWorkspace404Response struct for DeleteWorkspace404Response

func NewDeleteWorkspace404Response ¶

func NewDeleteWorkspace404Response() *DeleteWorkspace404Response

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

func NewDeleteWorkspace404ResponseWithDefaults ¶

func NewDeleteWorkspace404ResponseWithDefaults() *DeleteWorkspace404Response

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

func (*DeleteWorkspace404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*DeleteWorkspace404Response) GetDetailOk ¶

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

func (*DeleteWorkspace404Response) GetError ¶

func (o *DeleteWorkspace404Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*DeleteWorkspace404Response) GetErrorOk ¶

func (o *DeleteWorkspace404Response) 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 (*DeleteWorkspace404Response) HasDetail ¶

func (o *DeleteWorkspace404Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*DeleteWorkspace404Response) HasError ¶

func (o *DeleteWorkspace404Response) HasError() bool

HasError returns a boolean if a field has been set.

func (DeleteWorkspace404Response) MarshalJSON ¶

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

func (*DeleteWorkspace404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*DeleteWorkspace404Response) SetError ¶

func (o *DeleteWorkspace404Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (DeleteWorkspace404Response) ToMap ¶

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

type DuplicateApplicationJobJob ¶

type DuplicateApplicationJobJob struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError    *string             `json:"human_readable_error,omitempty"`
	OriginalApplication   SpecificApplication `json:"original_application"`
	DuplicatedApplication SpecificApplication `json:"duplicated_application"`
}

DuplicateApplicationJobJob struct for DuplicateApplicationJobJob

func NewDuplicateApplicationJobJob ¶

func NewDuplicateApplicationJobJob(id int32, type_ string, progressPercentage int32, state string, originalApplication SpecificApplication, duplicatedApplication SpecificApplication) *DuplicateApplicationJobJob

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

func NewDuplicateApplicationJobJobWithDefaults ¶

func NewDuplicateApplicationJobJobWithDefaults() *DuplicateApplicationJobJob

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

func (*DuplicateApplicationJobJob) GetDuplicatedApplication ¶

func (o *DuplicateApplicationJobJob) GetDuplicatedApplication() SpecificApplication

GetDuplicatedApplication returns the DuplicatedApplication field value

func (*DuplicateApplicationJobJob) GetDuplicatedApplicationOk ¶

func (o *DuplicateApplicationJobJob) GetDuplicatedApplicationOk() (*SpecificApplication, bool)

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

func (*DuplicateApplicationJobJob) GetHumanReadableError ¶

func (o *DuplicateApplicationJobJob) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*DuplicateApplicationJobJob) GetHumanReadableErrorOk ¶

func (o *DuplicateApplicationJobJob) GetHumanReadableErrorOk() (*string, bool)

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

func (*DuplicateApplicationJobJob) GetId ¶

func (o *DuplicateApplicationJobJob) GetId() int32

GetId returns the Id field value

func (*DuplicateApplicationJobJob) GetIdOk ¶

func (o *DuplicateApplicationJobJob) GetIdOk() (*int32, bool)

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

func (*DuplicateApplicationJobJob) GetOriginalApplication ¶

func (o *DuplicateApplicationJobJob) GetOriginalApplication() SpecificApplication

GetOriginalApplication returns the OriginalApplication field value

func (*DuplicateApplicationJobJob) GetOriginalApplicationOk ¶

func (o *DuplicateApplicationJobJob) GetOriginalApplicationOk() (*SpecificApplication, bool)

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

func (*DuplicateApplicationJobJob) GetProgressPercentage ¶

func (o *DuplicateApplicationJobJob) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*DuplicateApplicationJobJob) GetProgressPercentageOk ¶

func (o *DuplicateApplicationJobJob) GetProgressPercentageOk() (*int32, bool)

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

func (*DuplicateApplicationJobJob) GetState ¶

func (o *DuplicateApplicationJobJob) GetState() string

GetState returns the State field value

func (*DuplicateApplicationJobJob) GetStateOk ¶

func (o *DuplicateApplicationJobJob) GetStateOk() (*string, bool)

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

func (*DuplicateApplicationJobJob) GetType ¶

func (o *DuplicateApplicationJobJob) GetType() string

GetType returns the Type field value

func (*DuplicateApplicationJobJob) GetTypeOk ¶

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

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

func (*DuplicateApplicationJobJob) HasHumanReadableError ¶

func (o *DuplicateApplicationJobJob) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (DuplicateApplicationJobJob) MarshalJSON ¶

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

func (*DuplicateApplicationJobJob) SetDuplicatedApplication ¶

func (o *DuplicateApplicationJobJob) SetDuplicatedApplication(v SpecificApplication)

SetDuplicatedApplication sets field value

func (*DuplicateApplicationJobJob) SetHumanReadableError ¶

func (o *DuplicateApplicationJobJob) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*DuplicateApplicationJobJob) SetId ¶

func (o *DuplicateApplicationJobJob) SetId(v int32)

SetId sets field value

func (*DuplicateApplicationJobJob) SetOriginalApplication ¶

func (o *DuplicateApplicationJobJob) SetOriginalApplication(v SpecificApplication)

SetOriginalApplication sets field value

func (*DuplicateApplicationJobJob) SetProgressPercentage ¶

func (o *DuplicateApplicationJobJob) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*DuplicateApplicationJobJob) SetState ¶

func (o *DuplicateApplicationJobJob) SetState(v string)

SetState sets field value

func (*DuplicateApplicationJobJob) SetType ¶

func (o *DuplicateApplicationJobJob) SetType(v string)

SetType sets field value

func (DuplicateApplicationJobJob) ToMap ¶

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

type DuplicateFieldJobJob ¶

type DuplicateFieldJobJob struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError *string                          `json:"human_readable_error,omitempty"`
	OriginalField      Field                            `json:"original_field"`
	DuplicatedField    FieldSerializerWithRelatedFields `json:"duplicated_field"`
}

DuplicateFieldJobJob struct for DuplicateFieldJobJob

func NewDuplicateFieldJobJob ¶

func NewDuplicateFieldJobJob(id int32, type_ string, progressPercentage int32, state string, originalField Field, duplicatedField FieldSerializerWithRelatedFields) *DuplicateFieldJobJob

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

func NewDuplicateFieldJobJobWithDefaults ¶

func NewDuplicateFieldJobJobWithDefaults() *DuplicateFieldJobJob

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

func (*DuplicateFieldJobJob) GetDuplicatedField ¶

GetDuplicatedField returns the DuplicatedField field value

func (*DuplicateFieldJobJob) GetDuplicatedFieldOk ¶

func (o *DuplicateFieldJobJob) GetDuplicatedFieldOk() (*FieldSerializerWithRelatedFields, bool)

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

func (*DuplicateFieldJobJob) GetHumanReadableError ¶

func (o *DuplicateFieldJobJob) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*DuplicateFieldJobJob) GetHumanReadableErrorOk ¶

func (o *DuplicateFieldJobJob) GetHumanReadableErrorOk() (*string, bool)

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

func (*DuplicateFieldJobJob) GetId ¶

func (o *DuplicateFieldJobJob) GetId() int32

GetId returns the Id field value

func (*DuplicateFieldJobJob) GetIdOk ¶

func (o *DuplicateFieldJobJob) GetIdOk() (*int32, bool)

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

func (*DuplicateFieldJobJob) GetOriginalField ¶

func (o *DuplicateFieldJobJob) GetOriginalField() Field

GetOriginalField returns the OriginalField field value

func (*DuplicateFieldJobJob) GetOriginalFieldOk ¶

func (o *DuplicateFieldJobJob) GetOriginalFieldOk() (*Field, bool)

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

func (*DuplicateFieldJobJob) GetProgressPercentage ¶

func (o *DuplicateFieldJobJob) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*DuplicateFieldJobJob) GetProgressPercentageOk ¶

func (o *DuplicateFieldJobJob) GetProgressPercentageOk() (*int32, bool)

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

func (*DuplicateFieldJobJob) GetState ¶

func (o *DuplicateFieldJobJob) GetState() string

GetState returns the State field value

func (*DuplicateFieldJobJob) GetStateOk ¶

func (o *DuplicateFieldJobJob) GetStateOk() (*string, bool)

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

func (*DuplicateFieldJobJob) GetType ¶

func (o *DuplicateFieldJobJob) GetType() string

GetType returns the Type field value

func (*DuplicateFieldJobJob) GetTypeOk ¶

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

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

func (*DuplicateFieldJobJob) HasHumanReadableError ¶

func (o *DuplicateFieldJobJob) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (DuplicateFieldJobJob) MarshalJSON ¶

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

func (*DuplicateFieldJobJob) SetDuplicatedField ¶

func (o *DuplicateFieldJobJob) SetDuplicatedField(v FieldSerializerWithRelatedFields)

SetDuplicatedField sets field value

func (*DuplicateFieldJobJob) SetHumanReadableError ¶

func (o *DuplicateFieldJobJob) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*DuplicateFieldJobJob) SetId ¶

func (o *DuplicateFieldJobJob) SetId(v int32)

SetId sets field value

func (*DuplicateFieldJobJob) SetOriginalField ¶

func (o *DuplicateFieldJobJob) SetOriginalField(v Field)

SetOriginalField sets field value

func (*DuplicateFieldJobJob) SetProgressPercentage ¶

func (o *DuplicateFieldJobJob) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*DuplicateFieldJobJob) SetState ¶

func (o *DuplicateFieldJobJob) SetState(v string)

SetState sets field value

func (*DuplicateFieldJobJob) SetType ¶

func (o *DuplicateFieldJobJob) SetType(v string)

SetType sets field value

func (DuplicateFieldJobJob) ToMap ¶

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

type DuplicateTableField400Response ¶

type DuplicateTableField400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

DuplicateTableField400Response struct for DuplicateTableField400Response

func NewDuplicateTableField400Response ¶

func NewDuplicateTableField400Response() *DuplicateTableField400Response

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

func NewDuplicateTableField400ResponseWithDefaults ¶

func NewDuplicateTableField400ResponseWithDefaults() *DuplicateTableField400Response

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

func (*DuplicateTableField400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*DuplicateTableField400Response) GetDetailOk ¶

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

func (*DuplicateTableField400Response) GetError ¶

func (o *DuplicateTableField400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*DuplicateTableField400Response) GetErrorOk ¶

func (o *DuplicateTableField400Response) 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 (*DuplicateTableField400Response) HasDetail ¶

func (o *DuplicateTableField400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*DuplicateTableField400Response) HasError ¶

func (o *DuplicateTableField400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (DuplicateTableField400Response) MarshalJSON ¶

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

func (*DuplicateTableField400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*DuplicateTableField400Response) SetError ¶

func (o *DuplicateTableField400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (DuplicateTableField400Response) ToMap ¶

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

type DuplicateTableJobJob ¶

type DuplicateTableJobJob struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError *string `json:"human_readable_error,omitempty"`
	OriginalTable      Table   `json:"original_table"`
	DuplicatedTable    Table   `json:"duplicated_table"`
}

DuplicateTableJobJob struct for DuplicateTableJobJob

func NewDuplicateTableJobJob ¶

func NewDuplicateTableJobJob(id int32, type_ string, progressPercentage int32, state string, originalTable Table, duplicatedTable Table) *DuplicateTableJobJob

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

func NewDuplicateTableJobJobWithDefaults ¶

func NewDuplicateTableJobJobWithDefaults() *DuplicateTableJobJob

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

func (*DuplicateTableJobJob) GetDuplicatedTable ¶

func (o *DuplicateTableJobJob) GetDuplicatedTable() Table

GetDuplicatedTable returns the DuplicatedTable field value

func (*DuplicateTableJobJob) GetDuplicatedTableOk ¶

func (o *DuplicateTableJobJob) GetDuplicatedTableOk() (*Table, bool)

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

func (*DuplicateTableJobJob) GetHumanReadableError ¶

func (o *DuplicateTableJobJob) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*DuplicateTableJobJob) GetHumanReadableErrorOk ¶

func (o *DuplicateTableJobJob) GetHumanReadableErrorOk() (*string, bool)

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

func (*DuplicateTableJobJob) GetId ¶

func (o *DuplicateTableJobJob) GetId() int32

GetId returns the Id field value

func (*DuplicateTableJobJob) GetIdOk ¶

func (o *DuplicateTableJobJob) GetIdOk() (*int32, bool)

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

func (*DuplicateTableJobJob) GetOriginalTable ¶

func (o *DuplicateTableJobJob) GetOriginalTable() Table

GetOriginalTable returns the OriginalTable field value

func (*DuplicateTableJobJob) GetOriginalTableOk ¶

func (o *DuplicateTableJobJob) GetOriginalTableOk() (*Table, bool)

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

func (*DuplicateTableJobJob) GetProgressPercentage ¶

func (o *DuplicateTableJobJob) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*DuplicateTableJobJob) GetProgressPercentageOk ¶

func (o *DuplicateTableJobJob) GetProgressPercentageOk() (*int32, bool)

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

func (*DuplicateTableJobJob) GetState ¶

func (o *DuplicateTableJobJob) GetState() string

GetState returns the State field value

func (*DuplicateTableJobJob) GetStateOk ¶

func (o *DuplicateTableJobJob) GetStateOk() (*string, bool)

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

func (*DuplicateTableJobJob) GetType ¶

func (o *DuplicateTableJobJob) GetType() string

GetType returns the Type field value

func (*DuplicateTableJobJob) GetTypeOk ¶

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

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

func (*DuplicateTableJobJob) HasHumanReadableError ¶

func (o *DuplicateTableJobJob) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (DuplicateTableJobJob) MarshalJSON ¶

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

func (*DuplicateTableJobJob) SetDuplicatedTable ¶

func (o *DuplicateTableJobJob) SetDuplicatedTable(v Table)

SetDuplicatedTable sets field value

func (*DuplicateTableJobJob) SetHumanReadableError ¶

func (o *DuplicateTableJobJob) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*DuplicateTableJobJob) SetId ¶

func (o *DuplicateTableJobJob) SetId(v int32)

SetId sets field value

func (*DuplicateTableJobJob) SetOriginalTable ¶

func (o *DuplicateTableJobJob) SetOriginalTable(v Table)

SetOriginalTable sets field value

func (*DuplicateTableJobJob) SetProgressPercentage ¶

func (o *DuplicateTableJobJob) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*DuplicateTableJobJob) SetState ¶

func (o *DuplicateTableJobJob) SetState(v string)

SetState sets field value

func (*DuplicateTableJobJob) SetType ¶

func (o *DuplicateTableJobJob) SetType(v string)

SetType sets field value

func (DuplicateTableJobJob) ToMap ¶

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

type EmailFieldCreateField ¶

type EmailFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
}

EmailFieldCreateField struct for EmailFieldCreateField

func NewEmailFieldCreateField ¶

func NewEmailFieldCreateField(name string, type_ Type712Enum) *EmailFieldCreateField

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

func NewEmailFieldCreateFieldWithDefaults ¶

func NewEmailFieldCreateFieldWithDefaults() *EmailFieldCreateField

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

func (*EmailFieldCreateField) GetName ¶

func (o *EmailFieldCreateField) GetName() string

GetName returns the Name field value

func (*EmailFieldCreateField) GetNameOk ¶

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

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

func (*EmailFieldCreateField) GetType ¶

func (o *EmailFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*EmailFieldCreateField) GetTypeOk ¶

func (o *EmailFieldCreateField) GetTypeOk() (*Type712Enum, bool)

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

func (EmailFieldCreateField) MarshalJSON ¶

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

func (*EmailFieldCreateField) SetName ¶

func (o *EmailFieldCreateField) SetName(v string)

SetName sets field value

func (*EmailFieldCreateField) SetType ¶

func (o *EmailFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (EmailFieldCreateField) ToMap ¶

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

type EmailFieldField ¶

type EmailFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
}

EmailFieldField struct for EmailFieldField

func NewEmailFieldField ¶

func NewEmailFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *EmailFieldField

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

func NewEmailFieldFieldWithDefaults ¶

func NewEmailFieldFieldWithDefaults() *EmailFieldField

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

func (*EmailFieldField) GetId ¶

func (o *EmailFieldField) GetId() int32

GetId returns the Id field value

func (*EmailFieldField) GetIdOk ¶

func (o *EmailFieldField) GetIdOk() (*int32, bool)

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

func (*EmailFieldField) GetName ¶

func (o *EmailFieldField) GetName() string

GetName returns the Name field value

func (*EmailFieldField) GetNameOk ¶

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

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

func (*EmailFieldField) GetOrder ¶

func (o *EmailFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*EmailFieldField) GetOrderOk ¶

func (o *EmailFieldField) GetOrderOk() (*int32, bool)

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

func (*EmailFieldField) GetPrimary ¶

func (o *EmailFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*EmailFieldField) GetPrimaryOk ¶

func (o *EmailFieldField) 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 (*EmailFieldField) GetReadOnly ¶

func (o *EmailFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*EmailFieldField) GetReadOnlyOk ¶

func (o *EmailFieldField) GetReadOnlyOk() (*bool, bool)

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

func (*EmailFieldField) GetTableId ¶

func (o *EmailFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*EmailFieldField) GetTableIdOk ¶

func (o *EmailFieldField) GetTableIdOk() (*int32, bool)

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

func (*EmailFieldField) GetType ¶

func (o *EmailFieldField) GetType() string

GetType returns the Type field value

func (*EmailFieldField) GetTypeOk ¶

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

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

func (*EmailFieldField) HasPrimary ¶

func (o *EmailFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (EmailFieldField) MarshalJSON ¶

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

func (*EmailFieldField) SetId ¶

func (o *EmailFieldField) SetId(v int32)

SetId sets field value

func (*EmailFieldField) SetName ¶

func (o *EmailFieldField) SetName(v string)

SetName sets field value

func (*EmailFieldField) SetOrder ¶

func (o *EmailFieldField) SetOrder(v int32)

SetOrder sets field value

func (*EmailFieldField) SetPrimary ¶

func (o *EmailFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*EmailFieldField) SetReadOnly ¶

func (o *EmailFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*EmailFieldField) SetTableId ¶

func (o *EmailFieldField) SetTableId(v int32)

SetTableId sets field value

func (*EmailFieldField) SetType ¶

func (o *EmailFieldField) SetType(v string)

SetType sets field value

func (EmailFieldField) ToMap ¶

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

type EmailFieldFieldSerializerWithRelatedFields ¶

type EmailFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
}

EmailFieldFieldSerializerWithRelatedFields struct for EmailFieldFieldSerializerWithRelatedFields

func NewEmailFieldFieldSerializerWithRelatedFields ¶

func NewEmailFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *EmailFieldFieldSerializerWithRelatedFields

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

func NewEmailFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewEmailFieldFieldSerializerWithRelatedFieldsWithDefaults() *EmailFieldFieldSerializerWithRelatedFields

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

func (*EmailFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*EmailFieldFieldSerializerWithRelatedFields) GetIdOk ¶

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

func (*EmailFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*EmailFieldFieldSerializerWithRelatedFields) GetNameOk ¶

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

func (*EmailFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*EmailFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

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

func (*EmailFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*EmailFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*EmailFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*EmailFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

func (o *EmailFieldFieldSerializerWithRelatedFields) GetReadOnlyOk() (*bool, bool)

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

func (*EmailFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *EmailFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*EmailFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *EmailFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

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

func (*EmailFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*EmailFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

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

func (*EmailFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*EmailFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

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

func (*EmailFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (EmailFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*EmailFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*EmailFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*EmailFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*EmailFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*EmailFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*EmailFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *EmailFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*EmailFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*EmailFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (EmailFieldFieldSerializerWithRelatedFields) ToMap ¶

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

type EmailTesterRequest ¶

type EmailTesterRequest struct {
	TargetEmail string `json:"target_email"`
}

EmailTesterRequest struct for EmailTesterRequest

func NewEmailTesterRequest ¶

func NewEmailTesterRequest(targetEmail string) *EmailTesterRequest

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

func NewEmailTesterRequestWithDefaults ¶

func NewEmailTesterRequestWithDefaults() *EmailTesterRequest

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

func (*EmailTesterRequest) GetTargetEmail ¶

func (o *EmailTesterRequest) GetTargetEmail() string

GetTargetEmail returns the TargetEmail field value

func (*EmailTesterRequest) GetTargetEmailOk ¶

func (o *EmailTesterRequest) GetTargetEmailOk() (*string, bool)

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

func (EmailTesterRequest) MarshalJSON ¶

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

func (*EmailTesterRequest) SetTargetEmail ¶

func (o *EmailTesterRequest) SetTargetEmail(v string)

SetTargetEmail sets field value

func (EmailTesterRequest) ToMap ¶

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

type EmailTesterResponse ¶

type EmailTesterResponse struct {
	// Whether or not the test email was sent successfully.
	Succeeded bool `json:"succeeded"`
	// The full stack trace and error message if the test email failed.
	ErrorStack NullableString `json:"error_stack,omitempty"`
	// The type of error that occurred if the test email failed.
	ErrorType NullableString `json:"error_type,omitempty"`
	// A short message describing the error that occured if the test email failed
	Error NullableString `json:"error,omitempty"`
}

EmailTesterResponse struct for EmailTesterResponse

func NewEmailTesterResponse ¶

func NewEmailTesterResponse(succeeded bool) *EmailTesterResponse

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

func NewEmailTesterResponseWithDefaults ¶

func NewEmailTesterResponseWithDefaults() *EmailTesterResponse

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

func (*EmailTesterResponse) GetError ¶

func (o *EmailTesterResponse) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EmailTesterResponse) GetErrorOk ¶

func (o *EmailTesterResponse) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EmailTesterResponse) GetErrorStack ¶

func (o *EmailTesterResponse) GetErrorStack() string

GetErrorStack returns the ErrorStack field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EmailTesterResponse) GetErrorStackOk ¶

func (o *EmailTesterResponse) GetErrorStackOk() (*string, bool)

GetErrorStackOk returns a tuple with the ErrorStack field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EmailTesterResponse) GetErrorType ¶

func (o *EmailTesterResponse) GetErrorType() string

GetErrorType returns the ErrorType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EmailTesterResponse) GetErrorTypeOk ¶

func (o *EmailTesterResponse) GetErrorTypeOk() (*string, bool)

GetErrorTypeOk returns a tuple with the ErrorType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EmailTesterResponse) GetSucceeded ¶

func (o *EmailTesterResponse) GetSucceeded() bool

GetSucceeded returns the Succeeded field value

func (*EmailTesterResponse) GetSucceededOk ¶

func (o *EmailTesterResponse) GetSucceededOk() (*bool, bool)

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

func (*EmailTesterResponse) HasError ¶

func (o *EmailTesterResponse) HasError() bool

HasError returns a boolean if a field has been set.

func (*EmailTesterResponse) HasErrorStack ¶

func (o *EmailTesterResponse) HasErrorStack() bool

HasErrorStack returns a boolean if a field has been set.

func (*EmailTesterResponse) HasErrorType ¶

func (o *EmailTesterResponse) HasErrorType() bool

HasErrorType returns a boolean if a field has been set.

func (EmailTesterResponse) MarshalJSON ¶

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

func (*EmailTesterResponse) SetError ¶

func (o *EmailTesterResponse) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*EmailTesterResponse) SetErrorNil ¶

func (o *EmailTesterResponse) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*EmailTesterResponse) SetErrorStack ¶

func (o *EmailTesterResponse) SetErrorStack(v string)

SetErrorStack gets a reference to the given NullableString and assigns it to the ErrorStack field.

func (*EmailTesterResponse) SetErrorStackNil ¶

func (o *EmailTesterResponse) SetErrorStackNil()

SetErrorStackNil sets the value for ErrorStack to be an explicit nil

func (*EmailTesterResponse) SetErrorType ¶

func (o *EmailTesterResponse) SetErrorType(v string)

SetErrorType gets a reference to the given NullableString and assigns it to the ErrorType field.

func (*EmailTesterResponse) SetErrorTypeNil ¶

func (o *EmailTesterResponse) SetErrorTypeNil()

SetErrorTypeNil sets the value for ErrorType to be an explicit nil

func (*EmailTesterResponse) SetSucceeded ¶

func (o *EmailTesterResponse) SetSucceeded(v bool)

SetSucceeded sets field value

func (EmailTesterResponse) ToMap ¶

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

func (*EmailTesterResponse) UnsetError ¶

func (o *EmailTesterResponse) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*EmailTesterResponse) UnsetErrorStack ¶

func (o *EmailTesterResponse) UnsetErrorStack()

UnsetErrorStack ensures that no value is present for ErrorStack, not even an explicit nil

func (*EmailTesterResponse) UnsetErrorType ¶

func (o *EmailTesterResponse) UnsetErrorType()

UnsetErrorType ensures that no value is present for ErrorType, not even an explicit nil

type EventTypeEnum ¶

type EventTypeEnum string

EventTypeEnum * `rows.created` - rows.created * `row.created` - row.created * `rows.updated` - rows.updated * `row.updated` - row.updated * `rows.deleted` - rows.deleted * `row.deleted` - row.deleted

func NewEventTypeEnumFromValue ¶

func NewEventTypeEnumFromValue(v string) (*EventTypeEnum, error)

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

func (EventTypeEnum) IsValid ¶

func (v EventTypeEnum) IsValid() bool

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

func (EventTypeEnum) Ptr ¶

func (v EventTypeEnum) Ptr() *EventTypeEnum

Ptr returns reference to EventTypeEnum value

func (*EventTypeEnum) UnmarshalJSON ¶

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

type EventTypesEnum ¶

type EventTypesEnum string

EventTypesEnum * `rows.created` - rows.created * `rows.updated` - rows.updated * `rows.deleted` - rows.deleted

const (
	CREATED EventTypesEnum = "rows.created"
	UPDATED EventTypesEnum = "rows.updated"
	DELETED EventTypesEnum = "rows.deleted"
)

List of EventTypesEnum

func NewEventTypesEnumFromValue ¶

func NewEventTypesEnumFromValue(v string) (*EventTypesEnum, error)

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

func (EventTypesEnum) IsValid ¶

func (v EventTypesEnum) IsValid() bool

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

func (EventTypesEnum) Ptr ¶

func (v EventTypesEnum) Ptr() *EventTypesEnum

Ptr returns reference to EventTypesEnum value

func (*EventTypesEnum) UnmarshalJSON ¶

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

type Events3eaEnum ¶

type Events3eaEnum string

Events3eaEnum * `rows.created` - rows.created * `row.created` - row.created * `rows.updated` - rows.updated * `row.updated` - row.updated * `rows.deleted` - rows.deleted * `row.deleted` - row.deleted

const (
	ROWS_CREATED Events3eaEnum = "rows.created"
	ROW_CREATED  Events3eaEnum = "row.created"
	ROWS_UPDATED Events3eaEnum = "rows.updated"
	ROW_UPDATED  Events3eaEnum = "row.updated"
	ROWS_DELETED Events3eaEnum = "rows.deleted"
	ROW_DELETED  Events3eaEnum = "row.deleted"
)

List of Events3eaEnum

func NewEvents3eaEnumFromValue ¶

func NewEvents3eaEnumFromValue(v string) (*Events3eaEnum, error)

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

func (Events3eaEnum) IsValid ¶

func (v Events3eaEnum) IsValid() bool

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

func (Events3eaEnum) Ptr ¶

func (v Events3eaEnum) Ptr() *Events3eaEnum

Ptr returns reference to Events3eaEnum value

func (*Events3eaEnum) UnmarshalJSON ¶

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

type ExampleBatchRowsRequest ¶

type ExampleBatchRowsRequest struct {
	Items []ExampleRowRequestSerializerWithUserFieldNames `json:"items"`
}

ExampleBatchRowsRequest struct for ExampleBatchRowsRequest

func NewExampleBatchRowsRequest ¶

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

func NewExampleBatchRowsRequestWithDefaults ¶

func NewExampleBatchRowsRequestWithDefaults() *ExampleBatchRowsRequest

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

func (*ExampleBatchRowsRequest) GetItems ¶

GetItems returns the Items field value

func (*ExampleBatchRowsRequest) GetItemsOk ¶

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

func (ExampleBatchRowsRequest) MarshalJSON ¶

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

func (*ExampleBatchRowsRequest) SetItems ¶

SetItems sets field value

func (ExampleBatchRowsRequest) ToMap ¶

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

type ExampleBatchRowsResponse ¶

type ExampleBatchRowsResponse struct {
	Items []ExampleRowResponseSerializerWithUserFieldNames `json:"items"`
}

ExampleBatchRowsResponse struct for ExampleBatchRowsResponse

func NewExampleBatchRowsResponse ¶

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

func NewExampleBatchRowsResponseWithDefaults ¶

func NewExampleBatchRowsResponseWithDefaults() *ExampleBatchRowsResponse

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

func (*ExampleBatchRowsResponse) GetItems ¶

GetItems returns the Items field value

func (*ExampleBatchRowsResponse) GetItemsOk ¶

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

func (ExampleBatchRowsResponse) MarshalJSON ¶

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

func (*ExampleBatchRowsResponse) SetItems ¶

SetItems sets field value

func (ExampleBatchRowsResponse) ToMap ¶

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

type ExampleBatchUpdateRowRequestSerializerWithUserFieldNames ¶

type ExampleBatchUpdateRowRequestSerializerWithUserFieldNames struct {
	// The unique identifier of the row in the table.
	Id int32 `json:"id"`
	// This field represents the `text` field. The number in field_1 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field1 NullableString `json:"field_1,omitempty"`
	// This field represents the `long_text` field. The number in field_2 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field2 NullableString `json:"field_2,omitempty"`
	// This field represents the `url` field. The number in field_3 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field3 NullableString `json:"field_3,omitempty"`
	// This field represents the `email` field. The number in field_4 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field4 NullableString `json:"field_4,omitempty"`
	// This field represents the `number` field. The number in field_5 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field5 NullableFloat64 `json:"field_5,omitempty"`
	// This field represents the `rating` field. The number in field_6 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field6 *int32 `json:"field_6,omitempty"`
	// This field represents the `boolean` field. The number in field_7 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field7 *bool `json:"field_7,omitempty"`
	// This field represents the `date` field. The number in field_8 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field8 NullableString `json:"field_8,omitempty"`
	// This field represents the `link_row` field. The number in field_11 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `array` containing the ids or the names of the related rows. In case of names, if the name is not found, this name is ignored. A name is the value of the primary key of the related row.The response contains a list of objects containing the `id` and the primary field's `value` as a string for display purposes.
	Field11 []*int32 `json:"field_11,omitempty"`
	// This field represents the `file` field. The number in field_12 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `array` containing objects with the name of the file. The response contains an `array` of more detailed objects related to the files.
	Field12 []FileFieldRequest `json:"field_12,omitempty"`
	// This field represents the `single_select` field. The number in field_13 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `integer` representing the chosen select option id related to the field. Available ids can be found when getting or listing the field. The response represents chosen field, but also the value and color is exposed.
	Field13 NullableInt32 `json:"field_13,omitempty"`
	// This field represents the `multiple_select` field. The number in field_14 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts a list of `integer` each of which representing the chosen select option id related to the field. Available ids can be foundwhen getting or listing the field. The response represents chosen field, but also the value and color is exposed.
	Field14 []*int32 `json:"field_14,omitempty"`
	// This field represents the `phone_number` field. The number in field_15 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field15 NullableString `json:"field_15,omitempty"`
	// This field represents the `multiple_collaborators` field. The number in field_20 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts a list of objects representing the chosen collaborators through the object's `id` property. The id is Baserow user id. The response objects also contains the collaborator name directly along with its id.
	Field20 []Collaborator `json:"field_20,omitempty"`
}

ExampleBatchUpdateRowRequestSerializerWithUserFieldNames struct for ExampleBatchUpdateRowRequestSerializerWithUserFieldNames

func NewExampleBatchUpdateRowRequestSerializerWithUserFieldNames ¶

func NewExampleBatchUpdateRowRequestSerializerWithUserFieldNames(id int32) *ExampleBatchUpdateRowRequestSerializerWithUserFieldNames

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

func NewExampleBatchUpdateRowRequestSerializerWithUserFieldNamesWithDefaults ¶

func NewExampleBatchUpdateRowRequestSerializerWithUserFieldNamesWithDefaults() *ExampleBatchUpdateRowRequestSerializerWithUserFieldNames

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

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField1 ¶

GetField1 returns the Field1 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField11 ¶

GetField11 returns the Field11 field value if set, zero value otherwise.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField11Ok ¶

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

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField12 ¶

GetField12 returns the Field12 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField12Ok ¶

GetField12Ok returns a tuple with the Field12 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField13 ¶

GetField13 returns the Field13 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField13Ok ¶

GetField13Ok returns a tuple with the Field13 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField14 ¶

GetField14 returns the Field14 field value if set, zero value otherwise.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField14Ok ¶

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

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField15 ¶

GetField15 returns the Field15 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField15Ok ¶

GetField15Ok returns a tuple with the Field15 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField1Ok ¶

GetField1Ok returns a tuple with the Field1 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField2 ¶

GetField2 returns the Field2 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField20 ¶

GetField20 returns the Field20 field value if set, zero value otherwise.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField20Ok ¶

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

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField2Ok ¶

GetField2Ok returns a tuple with the Field2 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField3 ¶

GetField3 returns the Field3 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField3Ok ¶

GetField3Ok returns a tuple with the Field3 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField4 ¶

GetField4 returns the Field4 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField4Ok ¶

GetField4Ok returns a tuple with the Field4 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField5 ¶

GetField5 returns the Field5 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField5Ok ¶

GetField5Ok returns a tuple with the Field5 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField6 ¶

GetField6 returns the Field6 field value if set, zero value otherwise.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField6Ok ¶

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

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField7 ¶

GetField7 returns the Field7 field value if set, zero value otherwise.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField7Ok ¶

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

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField8 ¶

GetField8 returns the Field8 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetField8Ok ¶

GetField8Ok returns a tuple with the Field8 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetId ¶

GetId returns the Id field value

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) GetIdOk ¶

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

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField1 ¶

HasField1 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField11 ¶

HasField11 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField12 ¶

HasField12 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField13 ¶

HasField13 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField14 ¶

HasField14 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField15 ¶

HasField15 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField2 ¶

HasField2 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField20 ¶

HasField20 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField3 ¶

HasField3 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField4 ¶

HasField4 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField5 ¶

HasField5 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField6 ¶

HasField6 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField7 ¶

HasField7 returns a boolean if a field has been set.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) HasField8 ¶

HasField8 returns a boolean if a field has been set.

func (ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) MarshalJSON ¶

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField1 ¶

SetField1 gets a reference to the given NullableString and assigns it to the Field1 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField11 ¶

SetField11 gets a reference to the given []*int32 and assigns it to the Field11 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField12 ¶

SetField12 gets a reference to the given []FileFieldRequest and assigns it to the Field12 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField13 ¶

SetField13 gets a reference to the given NullableInt32 and assigns it to the Field13 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField13Nil ¶

SetField13Nil sets the value for Field13 to be an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField14 ¶

SetField14 gets a reference to the given []*int32 and assigns it to the Field14 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField15 ¶

SetField15 gets a reference to the given NullableString and assigns it to the Field15 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField15Nil ¶

SetField15Nil sets the value for Field15 to be an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField1Nil ¶

SetField1Nil sets the value for Field1 to be an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField2 ¶

SetField2 gets a reference to the given NullableString and assigns it to the Field2 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField20 ¶

SetField20 gets a reference to the given []Collaborator and assigns it to the Field20 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField2Nil ¶

SetField2Nil sets the value for Field2 to be an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField3 ¶

SetField3 gets a reference to the given NullableString and assigns it to the Field3 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField3Nil ¶

SetField3Nil sets the value for Field3 to be an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField4 ¶

SetField4 gets a reference to the given NullableString and assigns it to the Field4 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField4Nil ¶

SetField4Nil sets the value for Field4 to be an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField5 ¶

SetField5 gets a reference to the given NullableFloat64 and assigns it to the Field5 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField5Nil ¶

SetField5Nil sets the value for Field5 to be an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField6 ¶

SetField6 gets a reference to the given int32 and assigns it to the Field6 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField7 ¶

SetField7 gets a reference to the given bool and assigns it to the Field7 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField8 ¶

SetField8 gets a reference to the given NullableString and assigns it to the Field8 field.

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetField8Nil ¶

SetField8Nil sets the value for Field8 to be an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) SetId ¶

SetId sets field value

func (ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) ToMap ¶

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) UnsetField1 ¶

UnsetField1 ensures that no value is present for Field1, not even an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) UnsetField13 ¶

UnsetField13 ensures that no value is present for Field13, not even an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) UnsetField15 ¶

UnsetField15 ensures that no value is present for Field15, not even an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) UnsetField2 ¶

UnsetField2 ensures that no value is present for Field2, not even an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) UnsetField3 ¶

UnsetField3 ensures that no value is present for Field3, not even an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) UnsetField4 ¶

UnsetField4 ensures that no value is present for Field4, not even an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) UnsetField5 ¶

UnsetField5 ensures that no value is present for Field5, not even an explicit nil

func (*ExampleBatchUpdateRowRequestSerializerWithUserFieldNames) UnsetField8 ¶

UnsetField8 ensures that no value is present for Field8, not even an explicit nil

type ExampleRowRequest ¶

type ExampleRowRequest struct {
	// This field represents the `text` field. The number in field_1 is in a normal request or response the id of the field.
	Field1 NullableString `json:"field_1,omitempty"`
	// This field represents the `long_text` field. The number in field_2 is in a normal request or response the id of the field.
	Field2 NullableString `json:"field_2,omitempty"`
	// This field represents the `url` field. The number in field_3 is in a normal request or response the id of the field.
	Field3 NullableString `json:"field_3,omitempty"`
	// This field represents the `email` field. The number in field_4 is in a normal request or response the id of the field.
	Field4 NullableString `json:"field_4,omitempty"`
	// This field represents the `number` field. The number in field_5 is in a normal request or response the id of the field.
	Field5 NullableFloat64 `json:"field_5,omitempty"`
	// This field represents the `rating` field. The number in field_6 is in a normal request or response the id of the field.
	Field6 *int32 `json:"field_6,omitempty"`
	// This field represents the `boolean` field. The number in field_7 is in a normal request or response the id of the field.
	Field7 *bool `json:"field_7,omitempty"`
	// This field represents the `date` field. The number in field_8 is in a normal request or response the id of the field.
	Field8 NullableString `json:"field_8,omitempty"`
	// This field represents the `link_row` field. The number in field_11 is in a normal request or response the id of the field.This field accepts an `array` containing the ids or the names of the related rows. In case of names, if the name is not found, this name is ignored. A name is the value of the primary key of the related row.The response contains a list of objects containing the `id` and the primary field's `value` as a string for display purposes.
	Field11 []*int32 `json:"field_11,omitempty"`
	// This field represents the `file` field. The number in field_12 is in a normal request or response the id of the field.This field accepts an `array` containing objects with the name of the file. The response contains an `array` of more detailed objects related to the files.
	Field12 []FileFieldRequest `json:"field_12,omitempty"`
	// This field represents the `single_select` field. The number in field_13 is in a normal request or response the id of the field.This field accepts an `integer` representing the chosen select option id related to the field. Available ids can be found when getting or listing the field. The response represents chosen field, but also the value and color is exposed.
	Field13 NullableInt32 `json:"field_13,omitempty"`
	// This field represents the `multiple_select` field. The number in field_14 is in a normal request or response the id of the field.This field accepts a list of `integer` each of which representing the chosen select option id related to the field. Available ids can be foundwhen getting or listing the field. The response represents chosen field, but also the value and color is exposed.
	Field14 []*int32 `json:"field_14,omitempty"`
	// This field represents the `phone_number` field. The number in field_15 is in a normal request or response the id of the field.
	Field15 NullableString `json:"field_15,omitempty"`
	// This field represents the `multiple_collaborators` field. The number in field_20 is in a normal request or response the id of the field.This field accepts a list of objects representing the chosen collaborators through the object's `id` property. The id is Baserow user id. The response objects also contains the collaborator name directly along with its id.
	Field20 []Collaborator `json:"field_20,omitempty"`
}

ExampleRowRequest struct for ExampleRowRequest

func NewExampleRowRequest ¶

func NewExampleRowRequest() *ExampleRowRequest

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

func NewExampleRowRequestWithDefaults ¶

func NewExampleRowRequestWithDefaults() *ExampleRowRequest

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

func (*ExampleRowRequest) GetField1 ¶

func (o *ExampleRowRequest) GetField1() string

GetField1 returns the Field1 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequest) GetField11 ¶

func (o *ExampleRowRequest) GetField11() []*int32

GetField11 returns the Field11 field value if set, zero value otherwise.

func (*ExampleRowRequest) GetField11Ok ¶

func (o *ExampleRowRequest) GetField11Ok() ([]*int32, bool)

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

func (*ExampleRowRequest) GetField12 ¶

func (o *ExampleRowRequest) GetField12() []FileFieldRequest

GetField12 returns the Field12 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequest) GetField12Ok ¶

func (o *ExampleRowRequest) GetField12Ok() ([]FileFieldRequest, bool)

GetField12Ok returns a tuple with the Field12 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequest) GetField13 ¶

func (o *ExampleRowRequest) GetField13() int32

GetField13 returns the Field13 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequest) GetField13Ok ¶

func (o *ExampleRowRequest) GetField13Ok() (*int32, bool)

GetField13Ok returns a tuple with the Field13 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequest) GetField14 ¶

func (o *ExampleRowRequest) GetField14() []*int32

GetField14 returns the Field14 field value if set, zero value otherwise.

func (*ExampleRowRequest) GetField14Ok ¶

func (o *ExampleRowRequest) GetField14Ok() ([]*int32, bool)

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

func (*ExampleRowRequest) GetField15 ¶

func (o *ExampleRowRequest) GetField15() string

GetField15 returns the Field15 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequest) GetField15Ok ¶

func (o *ExampleRowRequest) GetField15Ok() (*string, bool)

GetField15Ok returns a tuple with the Field15 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequest) GetField1Ok ¶

func (o *ExampleRowRequest) GetField1Ok() (*string, bool)

GetField1Ok returns a tuple with the Field1 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequest) GetField2 ¶

func (o *ExampleRowRequest) GetField2() string

GetField2 returns the Field2 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequest) GetField20 ¶

func (o *ExampleRowRequest) GetField20() []Collaborator

GetField20 returns the Field20 field value if set, zero value otherwise.

func (*ExampleRowRequest) GetField20Ok ¶

func (o *ExampleRowRequest) GetField20Ok() ([]Collaborator, bool)

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

func (*ExampleRowRequest) GetField2Ok ¶

func (o *ExampleRowRequest) GetField2Ok() (*string, bool)

GetField2Ok returns a tuple with the Field2 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequest) GetField3 ¶

func (o *ExampleRowRequest) GetField3() string

GetField3 returns the Field3 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequest) GetField3Ok ¶

func (o *ExampleRowRequest) GetField3Ok() (*string, bool)

GetField3Ok returns a tuple with the Field3 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequest) GetField4 ¶

func (o *ExampleRowRequest) GetField4() string

GetField4 returns the Field4 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequest) GetField4Ok ¶

func (o *ExampleRowRequest) GetField4Ok() (*string, bool)

GetField4Ok returns a tuple with the Field4 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequest) GetField5 ¶

func (o *ExampleRowRequest) GetField5() float64

GetField5 returns the Field5 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequest) GetField5Ok ¶

func (o *ExampleRowRequest) GetField5Ok() (*float64, bool)

GetField5Ok returns a tuple with the Field5 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequest) GetField6 ¶

func (o *ExampleRowRequest) GetField6() int32

GetField6 returns the Field6 field value if set, zero value otherwise.

func (*ExampleRowRequest) GetField6Ok ¶

func (o *ExampleRowRequest) GetField6Ok() (*int32, bool)

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

func (*ExampleRowRequest) GetField7 ¶

func (o *ExampleRowRequest) GetField7() bool

GetField7 returns the Field7 field value if set, zero value otherwise.

func (*ExampleRowRequest) GetField7Ok ¶

func (o *ExampleRowRequest) GetField7Ok() (*bool, bool)

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

func (*ExampleRowRequest) GetField8 ¶

func (o *ExampleRowRequest) GetField8() string

GetField8 returns the Field8 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequest) GetField8Ok ¶

func (o *ExampleRowRequest) GetField8Ok() (*string, bool)

GetField8Ok returns a tuple with the Field8 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequest) HasField1 ¶

func (o *ExampleRowRequest) HasField1() bool

HasField1 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField11 ¶

func (o *ExampleRowRequest) HasField11() bool

HasField11 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField12 ¶

func (o *ExampleRowRequest) HasField12() bool

HasField12 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField13 ¶

func (o *ExampleRowRequest) HasField13() bool

HasField13 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField14 ¶

func (o *ExampleRowRequest) HasField14() bool

HasField14 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField15 ¶

func (o *ExampleRowRequest) HasField15() bool

HasField15 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField2 ¶

func (o *ExampleRowRequest) HasField2() bool

HasField2 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField20 ¶

func (o *ExampleRowRequest) HasField20() bool

HasField20 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField3 ¶

func (o *ExampleRowRequest) HasField3() bool

HasField3 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField4 ¶

func (o *ExampleRowRequest) HasField4() bool

HasField4 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField5 ¶

func (o *ExampleRowRequest) HasField5() bool

HasField5 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField6 ¶

func (o *ExampleRowRequest) HasField6() bool

HasField6 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField7 ¶

func (o *ExampleRowRequest) HasField7() bool

HasField7 returns a boolean if a field has been set.

func (*ExampleRowRequest) HasField8 ¶

func (o *ExampleRowRequest) HasField8() bool

HasField8 returns a boolean if a field has been set.

func (ExampleRowRequest) MarshalJSON ¶

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

func (*ExampleRowRequest) SetField1 ¶

func (o *ExampleRowRequest) SetField1(v string)

SetField1 gets a reference to the given NullableString and assigns it to the Field1 field.

func (*ExampleRowRequest) SetField11 ¶

func (o *ExampleRowRequest) SetField11(v []*int32)

SetField11 gets a reference to the given []*int32 and assigns it to the Field11 field.

func (*ExampleRowRequest) SetField12 ¶

func (o *ExampleRowRequest) SetField12(v []FileFieldRequest)

SetField12 gets a reference to the given []FileFieldRequest and assigns it to the Field12 field.

func (*ExampleRowRequest) SetField13 ¶

func (o *ExampleRowRequest) SetField13(v int32)

SetField13 gets a reference to the given NullableInt32 and assigns it to the Field13 field.

func (*ExampleRowRequest) SetField13Nil ¶

func (o *ExampleRowRequest) SetField13Nil()

SetField13Nil sets the value for Field13 to be an explicit nil

func (*ExampleRowRequest) SetField14 ¶

func (o *ExampleRowRequest) SetField14(v []*int32)

SetField14 gets a reference to the given []*int32 and assigns it to the Field14 field.

func (*ExampleRowRequest) SetField15 ¶

func (o *ExampleRowRequest) SetField15(v string)

SetField15 gets a reference to the given NullableString and assigns it to the Field15 field.

func (*ExampleRowRequest) SetField15Nil ¶

func (o *ExampleRowRequest) SetField15Nil()

SetField15Nil sets the value for Field15 to be an explicit nil

func (*ExampleRowRequest) SetField1Nil ¶

func (o *ExampleRowRequest) SetField1Nil()

SetField1Nil sets the value for Field1 to be an explicit nil

func (*ExampleRowRequest) SetField2 ¶

func (o *ExampleRowRequest) SetField2(v string)

SetField2 gets a reference to the given NullableString and assigns it to the Field2 field.

func (*ExampleRowRequest) SetField20 ¶

func (o *ExampleRowRequest) SetField20(v []Collaborator)

SetField20 gets a reference to the given []Collaborator and assigns it to the Field20 field.

func (*ExampleRowRequest) SetField2Nil ¶

func (o *ExampleRowRequest) SetField2Nil()

SetField2Nil sets the value for Field2 to be an explicit nil

func (*ExampleRowRequest) SetField3 ¶

func (o *ExampleRowRequest) SetField3(v string)

SetField3 gets a reference to the given NullableString and assigns it to the Field3 field.

func (*ExampleRowRequest) SetField3Nil ¶

func (o *ExampleRowRequest) SetField3Nil()

SetField3Nil sets the value for Field3 to be an explicit nil

func (*ExampleRowRequest) SetField4 ¶

func (o *ExampleRowRequest) SetField4(v string)

SetField4 gets a reference to the given NullableString and assigns it to the Field4 field.

func (*ExampleRowRequest) SetField4Nil ¶

func (o *ExampleRowRequest) SetField4Nil()

SetField4Nil sets the value for Field4 to be an explicit nil

func (*ExampleRowRequest) SetField5 ¶

func (o *ExampleRowRequest) SetField5(v float64)

SetField5 gets a reference to the given NullableFloat64 and assigns it to the Field5 field.

func (*ExampleRowRequest) SetField5Nil ¶

func (o *ExampleRowRequest) SetField5Nil()

SetField5Nil sets the value for Field5 to be an explicit nil

func (*ExampleRowRequest) SetField6 ¶

func (o *ExampleRowRequest) SetField6(v int32)

SetField6 gets a reference to the given int32 and assigns it to the Field6 field.

func (*ExampleRowRequest) SetField7 ¶

func (o *ExampleRowRequest) SetField7(v bool)

SetField7 gets a reference to the given bool and assigns it to the Field7 field.

func (*ExampleRowRequest) SetField8 ¶

func (o *ExampleRowRequest) SetField8(v string)

SetField8 gets a reference to the given NullableString and assigns it to the Field8 field.

func (*ExampleRowRequest) SetField8Nil ¶

func (o *ExampleRowRequest) SetField8Nil()

SetField8Nil sets the value for Field8 to be an explicit nil

func (ExampleRowRequest) ToMap ¶

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

func (*ExampleRowRequest) UnsetField1 ¶

func (o *ExampleRowRequest) UnsetField1()

UnsetField1 ensures that no value is present for Field1, not even an explicit nil

func (*ExampleRowRequest) UnsetField13 ¶

func (o *ExampleRowRequest) UnsetField13()

UnsetField13 ensures that no value is present for Field13, not even an explicit nil

func (*ExampleRowRequest) UnsetField15 ¶

func (o *ExampleRowRequest) UnsetField15()

UnsetField15 ensures that no value is present for Field15, not even an explicit nil

func (*ExampleRowRequest) UnsetField2 ¶

func (o *ExampleRowRequest) UnsetField2()

UnsetField2 ensures that no value is present for Field2, not even an explicit nil

func (*ExampleRowRequest) UnsetField3 ¶

func (o *ExampleRowRequest) UnsetField3()

UnsetField3 ensures that no value is present for Field3, not even an explicit nil

func (*ExampleRowRequest) UnsetField4 ¶

func (o *ExampleRowRequest) UnsetField4()

UnsetField4 ensures that no value is present for Field4, not even an explicit nil

func (*ExampleRowRequest) UnsetField5 ¶

func (o *ExampleRowRequest) UnsetField5()

UnsetField5 ensures that no value is present for Field5, not even an explicit nil

func (*ExampleRowRequest) UnsetField8 ¶

func (o *ExampleRowRequest) UnsetField8()

UnsetField8 ensures that no value is present for Field8, not even an explicit nil

type ExampleRowRequestSerializerWithUserFieldNames ¶

type ExampleRowRequestSerializerWithUserFieldNames struct {
	// This field represents the `text` field. The number in field_1 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field1 NullableString `json:"field_1,omitempty"`
	// This field represents the `long_text` field. The number in field_2 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field2 NullableString `json:"field_2,omitempty"`
	// This field represents the `url` field. The number in field_3 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field3 NullableString `json:"field_3,omitempty"`
	// This field represents the `email` field. The number in field_4 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field4 NullableString `json:"field_4,omitempty"`
	// This field represents the `number` field. The number in field_5 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field5 NullableFloat64 `json:"field_5,omitempty"`
	// This field represents the `rating` field. The number in field_6 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field6 *int32 `json:"field_6,omitempty"`
	// This field represents the `boolean` field. The number in field_7 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field7 *bool `json:"field_7,omitempty"`
	// This field represents the `date` field. The number in field_8 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field8 NullableString `json:"field_8,omitempty"`
	// This field represents the `link_row` field. The number in field_11 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `array` containing the ids or the names of the related rows. In case of names, if the name is not found, this name is ignored. A name is the value of the primary key of the related row.The response contains a list of objects containing the `id` and the primary field's `value` as a string for display purposes.
	Field11 []*int32 `json:"field_11,omitempty"`
	// This field represents the `file` field. The number in field_12 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `array` containing objects with the name of the file. The response contains an `array` of more detailed objects related to the files.
	Field12 []FileFieldRequest `json:"field_12,omitempty"`
	// This field represents the `single_select` field. The number in field_13 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `integer` representing the chosen select option id related to the field. Available ids can be found when getting or listing the field. The response represents chosen field, but also the value and color is exposed.
	Field13 NullableInt32 `json:"field_13,omitempty"`
	// This field represents the `multiple_select` field. The number in field_14 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts a list of `integer` each of which representing the chosen select option id related to the field. Available ids can be foundwhen getting or listing the field. The response represents chosen field, but also the value and color is exposed.
	Field14 []*int32 `json:"field_14,omitempty"`
	// This field represents the `phone_number` field. The number in field_15 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field15 NullableString `json:"field_15,omitempty"`
	// This field represents the `multiple_collaborators` field. The number in field_20 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts a list of objects representing the chosen collaborators through the object's `id` property. The id is Baserow user id. The response objects also contains the collaborator name directly along with its id.
	Field20 []Collaborator `json:"field_20,omitempty"`
}

ExampleRowRequestSerializerWithUserFieldNames struct for ExampleRowRequestSerializerWithUserFieldNames

func NewExampleRowRequestSerializerWithUserFieldNames ¶

func NewExampleRowRequestSerializerWithUserFieldNames() *ExampleRowRequestSerializerWithUserFieldNames

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

func NewExampleRowRequestSerializerWithUserFieldNamesWithDefaults ¶

func NewExampleRowRequestSerializerWithUserFieldNamesWithDefaults() *ExampleRowRequestSerializerWithUserFieldNames

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

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField1 ¶

GetField1 returns the Field1 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField11 ¶

GetField11 returns the Field11 field value if set, zero value otherwise.

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField11Ok ¶

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

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField12 ¶

GetField12 returns the Field12 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField12Ok ¶

GetField12Ok returns a tuple with the Field12 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField13 ¶

GetField13 returns the Field13 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField13Ok ¶

GetField13Ok returns a tuple with the Field13 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField14 ¶

GetField14 returns the Field14 field value if set, zero value otherwise.

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField14Ok ¶

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

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField15 ¶

GetField15 returns the Field15 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField15Ok ¶

GetField15Ok returns a tuple with the Field15 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField1Ok ¶

GetField1Ok returns a tuple with the Field1 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField2 ¶

GetField2 returns the Field2 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField20 ¶

GetField20 returns the Field20 field value if set, zero value otherwise.

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField20Ok ¶

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

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField2Ok ¶

GetField2Ok returns a tuple with the Field2 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField3 ¶

GetField3 returns the Field3 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField3Ok ¶

GetField3Ok returns a tuple with the Field3 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField4 ¶

GetField4 returns the Field4 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField4Ok ¶

GetField4Ok returns a tuple with the Field4 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField5 ¶

GetField5 returns the Field5 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField5Ok ¶

GetField5Ok returns a tuple with the Field5 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField6 ¶

GetField6 returns the Field6 field value if set, zero value otherwise.

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField6Ok ¶

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

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField7 ¶

GetField7 returns the Field7 field value if set, zero value otherwise.

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField7Ok ¶

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

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField8 ¶

GetField8 returns the Field8 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowRequestSerializerWithUserFieldNames) GetField8Ok ¶

GetField8Ok returns a tuple with the Field8 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField1 ¶

HasField1 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField11 ¶

HasField11 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField12 ¶

HasField12 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField13 ¶

HasField13 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField14 ¶

HasField14 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField15 ¶

HasField15 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField2 ¶

HasField2 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField20 ¶

HasField20 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField3 ¶

HasField3 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField4 ¶

HasField4 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField5 ¶

HasField5 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField6 ¶

HasField6 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField7 ¶

HasField7 returns a boolean if a field has been set.

func (*ExampleRowRequestSerializerWithUserFieldNames) HasField8 ¶

HasField8 returns a boolean if a field has been set.

func (ExampleRowRequestSerializerWithUserFieldNames) MarshalJSON ¶

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField1 ¶

SetField1 gets a reference to the given NullableString and assigns it to the Field1 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField11 ¶

SetField11 gets a reference to the given []*int32 and assigns it to the Field11 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField12 ¶

SetField12 gets a reference to the given []FileFieldRequest and assigns it to the Field12 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField13 ¶

SetField13 gets a reference to the given NullableInt32 and assigns it to the Field13 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField13Nil ¶

SetField13Nil sets the value for Field13 to be an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField14 ¶

SetField14 gets a reference to the given []*int32 and assigns it to the Field14 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField15 ¶

SetField15 gets a reference to the given NullableString and assigns it to the Field15 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField15Nil ¶

SetField15Nil sets the value for Field15 to be an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField1Nil ¶

SetField1Nil sets the value for Field1 to be an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField2 ¶

SetField2 gets a reference to the given NullableString and assigns it to the Field2 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField20 ¶

SetField20 gets a reference to the given []Collaborator and assigns it to the Field20 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField2Nil ¶

SetField2Nil sets the value for Field2 to be an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField3 ¶

SetField3 gets a reference to the given NullableString and assigns it to the Field3 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField3Nil ¶

SetField3Nil sets the value for Field3 to be an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField4 ¶

SetField4 gets a reference to the given NullableString and assigns it to the Field4 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField4Nil ¶

SetField4Nil sets the value for Field4 to be an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField5 ¶

SetField5 gets a reference to the given NullableFloat64 and assigns it to the Field5 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField5Nil ¶

SetField5Nil sets the value for Field5 to be an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField6 ¶

SetField6 gets a reference to the given int32 and assigns it to the Field6 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField7 ¶

SetField7 gets a reference to the given bool and assigns it to the Field7 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField8 ¶

SetField8 gets a reference to the given NullableString and assigns it to the Field8 field.

func (*ExampleRowRequestSerializerWithUserFieldNames) SetField8Nil ¶

SetField8Nil sets the value for Field8 to be an explicit nil

func (ExampleRowRequestSerializerWithUserFieldNames) ToMap ¶

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

func (*ExampleRowRequestSerializerWithUserFieldNames) UnsetField1 ¶

UnsetField1 ensures that no value is present for Field1, not even an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) UnsetField13 ¶

UnsetField13 ensures that no value is present for Field13, not even an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) UnsetField15 ¶

UnsetField15 ensures that no value is present for Field15, not even an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) UnsetField2 ¶

UnsetField2 ensures that no value is present for Field2, not even an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) UnsetField3 ¶

UnsetField3 ensures that no value is present for Field3, not even an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) UnsetField4 ¶

UnsetField4 ensures that no value is present for Field4, not even an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) UnsetField5 ¶

UnsetField5 ensures that no value is present for Field5, not even an explicit nil

func (*ExampleRowRequestSerializerWithUserFieldNames) UnsetField8 ¶

UnsetField8 ensures that no value is present for Field8, not even an explicit nil

type ExampleRowResponse ¶

type ExampleRowResponse struct {
	// The unique identifier of the row in the table.
	Id int32 `json:"id"`
	// Indicates the position of the row, lowest first and highest last.
	Order *float64 `json:"order,omitempty"`
	// This field represents the `text` field. The number in field_1 is in a normal request or response the id of the field.
	Field1 NullableString `json:"field_1,omitempty"`
	// This field represents the `long_text` field. The number in field_2 is in a normal request or response the id of the field.
	Field2 NullableString `json:"field_2,omitempty"`
	// This field represents the `url` field. The number in field_3 is in a normal request or response the id of the field.
	Field3 NullableString `json:"field_3,omitempty"`
	// This field represents the `email` field. The number in field_4 is in a normal request or response the id of the field.
	Field4 NullableString `json:"field_4,omitempty"`
	// This field represents the `number` field. The number in field_5 is in a normal request or response the id of the field.
	Field5 NullableFloat64 `json:"field_5,omitempty"`
	// This field represents the `rating` field. The number in field_6 is in a normal request or response the id of the field.
	Field6 *int32 `json:"field_6,omitempty"`
	// This field represents the `boolean` field. The number in field_7 is in a normal request or response the id of the field.
	Field7 *bool `json:"field_7,omitempty"`
	// This field represents the `date` field. The number in field_8 is in a normal request or response the id of the field.
	Field8 NullableString `json:"field_8,omitempty"`
	// This field represents the `last_modified` field. The number in field_9 is in a normal request or response the id of the field.
	Field9 *time.Time `json:"field_9,omitempty"`
	// This field represents the `created_on` field. The number in field_10 is in a normal request or response the id of the field.
	Field10 *time.Time `json:"field_10,omitempty"`
	// This field represents the `link_row` field. The number in field_11 is in a normal request or response the id of the field.This field accepts an `array` containing the ids or the names of the related rows. In case of names, if the name is not found, this name is ignored. A name is the value of the primary key of the related row.The response contains a list of objects containing the `id` and the primary field's `value` as a string for display purposes.
	Field11 []LinkRowValue `json:"field_11,omitempty"`
	// This field represents the `file` field. The number in field_12 is in a normal request or response the id of the field.This field accepts an `array` containing objects with the name of the file. The response contains an `array` of more detailed objects related to the files.
	Field12 []FileFieldResponse               `json:"field_12,omitempty"`
	Field13 NullableExampleRowResponseField13 `json:"field_13,omitempty"`
	// This field represents the `multiple_select` field. The number in field_14 is in a normal request or response the id of the field.This field accepts a list of `integer` each of which representing the chosen select option id related to the field. Available ids can be foundwhen getting or listing the field. The response represents chosen field, but also the value and color is exposed.
	Field14 []SelectOption `json:"field_14,omitempty"`
	// This field represents the `phone_number` field. The number in field_15 is in a normal request or response the id of the field.
	Field15 NullableString `json:"field_15,omitempty"`
	// This field represents the `formula` field. The number in field_16 is in a normal request or response the id of the field.
	Field16 NullableString `json:"field_16,omitempty"`
	// This field represents the `count` field. The number in field_17 is in a normal request or response the id of the field.
	Field17 NullableString `json:"field_17,omitempty"`
	// This field represents the `rollup` field. The number in field_18 is in a normal request or response the id of the field.
	Field18 NullableString `json:"field_18,omitempty"`
	// This field represents the `lookup` field. The number in field_19 is in a normal request or response the id of the field.
	Field19 NullableString `json:"field_19,omitempty"`
	// This field represents the `multiple_collaborators` field. The number in field_20 is in a normal request or response the id of the field.This field accepts a list of objects representing the chosen collaborators through the object's `id` property. The id is Baserow user id. The response objects also contains the collaborator name directly along with its id.
	Field20 []Collaborator `json:"field_20,omitempty"`
}

ExampleRowResponse struct for ExampleRowResponse

func NewExampleRowResponse ¶

func NewExampleRowResponse(id int32) *ExampleRowResponse

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

func NewExampleRowResponseWithDefaults ¶

func NewExampleRowResponseWithDefaults() *ExampleRowResponse

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

func (*ExampleRowResponse) GetField1 ¶

func (o *ExampleRowResponse) GetField1() string

GetField1 returns the Field1 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField10 ¶

func (o *ExampleRowResponse) GetField10() time.Time

GetField10 returns the Field10 field value if set, zero value otherwise.

func (*ExampleRowResponse) GetField10Ok ¶

func (o *ExampleRowResponse) GetField10Ok() (*time.Time, bool)

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

func (*ExampleRowResponse) GetField11 ¶

func (o *ExampleRowResponse) GetField11() []LinkRowValue

GetField11 returns the Field11 field value if set, zero value otherwise.

func (*ExampleRowResponse) GetField11Ok ¶

func (o *ExampleRowResponse) GetField11Ok() ([]LinkRowValue, bool)

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

func (*ExampleRowResponse) GetField12 ¶

func (o *ExampleRowResponse) GetField12() []FileFieldResponse

GetField12 returns the Field12 field value if set, zero value otherwise.

func (*ExampleRowResponse) GetField12Ok ¶

func (o *ExampleRowResponse) GetField12Ok() ([]FileFieldResponse, bool)

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

func (*ExampleRowResponse) GetField13 ¶

GetField13 returns the Field13 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField13Ok ¶

func (o *ExampleRowResponse) GetField13Ok() (*ExampleRowResponseField13, bool)

GetField13Ok returns a tuple with the Field13 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField14 ¶

func (o *ExampleRowResponse) GetField14() []SelectOption

GetField14 returns the Field14 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField14Ok ¶

func (o *ExampleRowResponse) GetField14Ok() ([]SelectOption, bool)

GetField14Ok returns a tuple with the Field14 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField15 ¶

func (o *ExampleRowResponse) GetField15() string

GetField15 returns the Field15 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField15Ok ¶

func (o *ExampleRowResponse) GetField15Ok() (*string, bool)

GetField15Ok returns a tuple with the Field15 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField16 ¶

func (o *ExampleRowResponse) GetField16() string

GetField16 returns the Field16 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField16Ok ¶

func (o *ExampleRowResponse) GetField16Ok() (*string, bool)

GetField16Ok returns a tuple with the Field16 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField17 ¶

func (o *ExampleRowResponse) GetField17() string

GetField17 returns the Field17 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField17Ok ¶

func (o *ExampleRowResponse) GetField17Ok() (*string, bool)

GetField17Ok returns a tuple with the Field17 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField18 ¶

func (o *ExampleRowResponse) GetField18() string

GetField18 returns the Field18 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField18Ok ¶

func (o *ExampleRowResponse) GetField18Ok() (*string, bool)

GetField18Ok returns a tuple with the Field18 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField19 ¶

func (o *ExampleRowResponse) GetField19() string

GetField19 returns the Field19 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField19Ok ¶

func (o *ExampleRowResponse) GetField19Ok() (*string, bool)

GetField19Ok returns a tuple with the Field19 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField1Ok ¶

func (o *ExampleRowResponse) GetField1Ok() (*string, bool)

GetField1Ok returns a tuple with the Field1 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField2 ¶

func (o *ExampleRowResponse) GetField2() string

GetField2 returns the Field2 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField20 ¶

func (o *ExampleRowResponse) GetField20() []Collaborator

GetField20 returns the Field20 field value if set, zero value otherwise.

func (*ExampleRowResponse) GetField20Ok ¶

func (o *ExampleRowResponse) GetField20Ok() ([]Collaborator, bool)

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

func (*ExampleRowResponse) GetField2Ok ¶

func (o *ExampleRowResponse) GetField2Ok() (*string, bool)

GetField2Ok returns a tuple with the Field2 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField3 ¶

func (o *ExampleRowResponse) GetField3() string

GetField3 returns the Field3 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField3Ok ¶

func (o *ExampleRowResponse) GetField3Ok() (*string, bool)

GetField3Ok returns a tuple with the Field3 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField4 ¶

func (o *ExampleRowResponse) GetField4() string

GetField4 returns the Field4 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField4Ok ¶

func (o *ExampleRowResponse) GetField4Ok() (*string, bool)

GetField4Ok returns a tuple with the Field4 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField5 ¶

func (o *ExampleRowResponse) GetField5() float64

GetField5 returns the Field5 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField5Ok ¶

func (o *ExampleRowResponse) GetField5Ok() (*float64, bool)

GetField5Ok returns a tuple with the Field5 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField6 ¶

func (o *ExampleRowResponse) GetField6() int32

GetField6 returns the Field6 field value if set, zero value otherwise.

func (*ExampleRowResponse) GetField6Ok ¶

func (o *ExampleRowResponse) GetField6Ok() (*int32, bool)

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

func (*ExampleRowResponse) GetField7 ¶

func (o *ExampleRowResponse) GetField7() bool

GetField7 returns the Field7 field value if set, zero value otherwise.

func (*ExampleRowResponse) GetField7Ok ¶

func (o *ExampleRowResponse) GetField7Ok() (*bool, bool)

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

func (*ExampleRowResponse) GetField8 ¶

func (o *ExampleRowResponse) GetField8() string

GetField8 returns the Field8 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponse) GetField8Ok ¶

func (o *ExampleRowResponse) GetField8Ok() (*string, bool)

GetField8Ok returns a tuple with the Field8 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponse) GetField9 ¶

func (o *ExampleRowResponse) GetField9() time.Time

GetField9 returns the Field9 field value if set, zero value otherwise.

func (*ExampleRowResponse) GetField9Ok ¶

func (o *ExampleRowResponse) GetField9Ok() (*time.Time, bool)

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

func (*ExampleRowResponse) GetId ¶

func (o *ExampleRowResponse) GetId() int32

GetId returns the Id field value

func (*ExampleRowResponse) GetIdOk ¶

func (o *ExampleRowResponse) GetIdOk() (*int32, bool)

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

func (*ExampleRowResponse) GetOrder ¶

func (o *ExampleRowResponse) GetOrder() float64

GetOrder returns the Order field value if set, zero value otherwise.

func (*ExampleRowResponse) GetOrderOk ¶

func (o *ExampleRowResponse) GetOrderOk() (*float64, bool)

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

func (*ExampleRowResponse) HasField1 ¶

func (o *ExampleRowResponse) HasField1() bool

HasField1 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField10 ¶

func (o *ExampleRowResponse) HasField10() bool

HasField10 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField11 ¶

func (o *ExampleRowResponse) HasField11() bool

HasField11 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField12 ¶

func (o *ExampleRowResponse) HasField12() bool

HasField12 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField13 ¶

func (o *ExampleRowResponse) HasField13() bool

HasField13 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField14 ¶

func (o *ExampleRowResponse) HasField14() bool

HasField14 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField15 ¶

func (o *ExampleRowResponse) HasField15() bool

HasField15 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField16 ¶

func (o *ExampleRowResponse) HasField16() bool

HasField16 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField17 ¶

func (o *ExampleRowResponse) HasField17() bool

HasField17 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField18 ¶

func (o *ExampleRowResponse) HasField18() bool

HasField18 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField19 ¶

func (o *ExampleRowResponse) HasField19() bool

HasField19 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField2 ¶

func (o *ExampleRowResponse) HasField2() bool

HasField2 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField20 ¶

func (o *ExampleRowResponse) HasField20() bool

HasField20 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField3 ¶

func (o *ExampleRowResponse) HasField3() bool

HasField3 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField4 ¶

func (o *ExampleRowResponse) HasField4() bool

HasField4 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField5 ¶

func (o *ExampleRowResponse) HasField5() bool

HasField5 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField6 ¶

func (o *ExampleRowResponse) HasField6() bool

HasField6 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField7 ¶

func (o *ExampleRowResponse) HasField7() bool

HasField7 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField8 ¶

func (o *ExampleRowResponse) HasField8() bool

HasField8 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasField9 ¶

func (o *ExampleRowResponse) HasField9() bool

HasField9 returns a boolean if a field has been set.

func (*ExampleRowResponse) HasOrder ¶

func (o *ExampleRowResponse) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (ExampleRowResponse) MarshalJSON ¶

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

func (*ExampleRowResponse) SetField1 ¶

func (o *ExampleRowResponse) SetField1(v string)

SetField1 gets a reference to the given NullableString and assigns it to the Field1 field.

func (*ExampleRowResponse) SetField10 ¶

func (o *ExampleRowResponse) SetField10(v time.Time)

SetField10 gets a reference to the given time.Time and assigns it to the Field10 field.

func (*ExampleRowResponse) SetField11 ¶

func (o *ExampleRowResponse) SetField11(v []LinkRowValue)

SetField11 gets a reference to the given []LinkRowValue and assigns it to the Field11 field.

func (*ExampleRowResponse) SetField12 ¶

func (o *ExampleRowResponse) SetField12(v []FileFieldResponse)

SetField12 gets a reference to the given []FileFieldResponse and assigns it to the Field12 field.

func (*ExampleRowResponse) SetField13 ¶

SetField13 gets a reference to the given NullableExampleRowResponseField13 and assigns it to the Field13 field.

func (*ExampleRowResponse) SetField13Nil ¶

func (o *ExampleRowResponse) SetField13Nil()

SetField13Nil sets the value for Field13 to be an explicit nil

func (*ExampleRowResponse) SetField14 ¶

func (o *ExampleRowResponse) SetField14(v []SelectOption)

SetField14 gets a reference to the given []SelectOption and assigns it to the Field14 field.

func (*ExampleRowResponse) SetField15 ¶

func (o *ExampleRowResponse) SetField15(v string)

SetField15 gets a reference to the given NullableString and assigns it to the Field15 field.

func (*ExampleRowResponse) SetField15Nil ¶

func (o *ExampleRowResponse) SetField15Nil()

SetField15Nil sets the value for Field15 to be an explicit nil

func (*ExampleRowResponse) SetField16 ¶

func (o *ExampleRowResponse) SetField16(v string)

SetField16 gets a reference to the given NullableString and assigns it to the Field16 field.

func (*ExampleRowResponse) SetField16Nil ¶

func (o *ExampleRowResponse) SetField16Nil()

SetField16Nil sets the value for Field16 to be an explicit nil

func (*ExampleRowResponse) SetField17 ¶

func (o *ExampleRowResponse) SetField17(v string)

SetField17 gets a reference to the given NullableString and assigns it to the Field17 field.

func (*ExampleRowResponse) SetField17Nil ¶

func (o *ExampleRowResponse) SetField17Nil()

SetField17Nil sets the value for Field17 to be an explicit nil

func (*ExampleRowResponse) SetField18 ¶

func (o *ExampleRowResponse) SetField18(v string)

SetField18 gets a reference to the given NullableString and assigns it to the Field18 field.

func (*ExampleRowResponse) SetField18Nil ¶

func (o *ExampleRowResponse) SetField18Nil()

SetField18Nil sets the value for Field18 to be an explicit nil

func (*ExampleRowResponse) SetField19 ¶

func (o *ExampleRowResponse) SetField19(v string)

SetField19 gets a reference to the given NullableString and assigns it to the Field19 field.

func (*ExampleRowResponse) SetField19Nil ¶

func (o *ExampleRowResponse) SetField19Nil()

SetField19Nil sets the value for Field19 to be an explicit nil

func (*ExampleRowResponse) SetField1Nil ¶

func (o *ExampleRowResponse) SetField1Nil()

SetField1Nil sets the value for Field1 to be an explicit nil

func (*ExampleRowResponse) SetField2 ¶

func (o *ExampleRowResponse) SetField2(v string)

SetField2 gets a reference to the given NullableString and assigns it to the Field2 field.

func (*ExampleRowResponse) SetField20 ¶

func (o *ExampleRowResponse) SetField20(v []Collaborator)

SetField20 gets a reference to the given []Collaborator and assigns it to the Field20 field.

func (*ExampleRowResponse) SetField2Nil ¶

func (o *ExampleRowResponse) SetField2Nil()

SetField2Nil sets the value for Field2 to be an explicit nil

func (*ExampleRowResponse) SetField3 ¶

func (o *ExampleRowResponse) SetField3(v string)

SetField3 gets a reference to the given NullableString and assigns it to the Field3 field.

func (*ExampleRowResponse) SetField3Nil ¶

func (o *ExampleRowResponse) SetField3Nil()

SetField3Nil sets the value for Field3 to be an explicit nil

func (*ExampleRowResponse) SetField4 ¶

func (o *ExampleRowResponse) SetField4(v string)

SetField4 gets a reference to the given NullableString and assigns it to the Field4 field.

func (*ExampleRowResponse) SetField4Nil ¶

func (o *ExampleRowResponse) SetField4Nil()

SetField4Nil sets the value for Field4 to be an explicit nil

func (*ExampleRowResponse) SetField5 ¶

func (o *ExampleRowResponse) SetField5(v float64)

SetField5 gets a reference to the given NullableFloat64 and assigns it to the Field5 field.

func (*ExampleRowResponse) SetField5Nil ¶

func (o *ExampleRowResponse) SetField5Nil()

SetField5Nil sets the value for Field5 to be an explicit nil

func (*ExampleRowResponse) SetField6 ¶

func (o *ExampleRowResponse) SetField6(v int32)

SetField6 gets a reference to the given int32 and assigns it to the Field6 field.

func (*ExampleRowResponse) SetField7 ¶

func (o *ExampleRowResponse) SetField7(v bool)

SetField7 gets a reference to the given bool and assigns it to the Field7 field.

func (*ExampleRowResponse) SetField8 ¶

func (o *ExampleRowResponse) SetField8(v string)

SetField8 gets a reference to the given NullableString and assigns it to the Field8 field.

func (*ExampleRowResponse) SetField8Nil ¶

func (o *ExampleRowResponse) SetField8Nil()

SetField8Nil sets the value for Field8 to be an explicit nil

func (*ExampleRowResponse) SetField9 ¶

func (o *ExampleRowResponse) SetField9(v time.Time)

SetField9 gets a reference to the given time.Time and assigns it to the Field9 field.

func (*ExampleRowResponse) SetId ¶

func (o *ExampleRowResponse) SetId(v int32)

SetId sets field value

func (*ExampleRowResponse) SetOrder ¶

func (o *ExampleRowResponse) SetOrder(v float64)

SetOrder gets a reference to the given float64 and assigns it to the Order field.

func (ExampleRowResponse) ToMap ¶

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

func (*ExampleRowResponse) UnsetField1 ¶

func (o *ExampleRowResponse) UnsetField1()

UnsetField1 ensures that no value is present for Field1, not even an explicit nil

func (*ExampleRowResponse) UnsetField13 ¶

func (o *ExampleRowResponse) UnsetField13()

UnsetField13 ensures that no value is present for Field13, not even an explicit nil

func (*ExampleRowResponse) UnsetField15 ¶

func (o *ExampleRowResponse) UnsetField15()

UnsetField15 ensures that no value is present for Field15, not even an explicit nil

func (*ExampleRowResponse) UnsetField16 ¶

func (o *ExampleRowResponse) UnsetField16()

UnsetField16 ensures that no value is present for Field16, not even an explicit nil

func (*ExampleRowResponse) UnsetField17 ¶

func (o *ExampleRowResponse) UnsetField17()

UnsetField17 ensures that no value is present for Field17, not even an explicit nil

func (*ExampleRowResponse) UnsetField18 ¶

func (o *ExampleRowResponse) UnsetField18()

UnsetField18 ensures that no value is present for Field18, not even an explicit nil

func (*ExampleRowResponse) UnsetField19 ¶

func (o *ExampleRowResponse) UnsetField19()

UnsetField19 ensures that no value is present for Field19, not even an explicit nil

func (*ExampleRowResponse) UnsetField2 ¶

func (o *ExampleRowResponse) UnsetField2()

UnsetField2 ensures that no value is present for Field2, not even an explicit nil

func (*ExampleRowResponse) UnsetField3 ¶

func (o *ExampleRowResponse) UnsetField3()

UnsetField3 ensures that no value is present for Field3, not even an explicit nil

func (*ExampleRowResponse) UnsetField4 ¶

func (o *ExampleRowResponse) UnsetField4()

UnsetField4 ensures that no value is present for Field4, not even an explicit nil

func (*ExampleRowResponse) UnsetField5 ¶

func (o *ExampleRowResponse) UnsetField5()

UnsetField5 ensures that no value is present for Field5, not even an explicit nil

func (*ExampleRowResponse) UnsetField8 ¶

func (o *ExampleRowResponse) UnsetField8()

UnsetField8 ensures that no value is present for Field8, not even an explicit nil

type ExampleRowResponseField13 ¶

type ExampleRowResponseField13 struct {
	Id    *int32 `json:"id,omitempty"`
	Value string `json:"value"`
	Color string `json:"color"`
}

ExampleRowResponseField13 This field represents the `single_select` field. The number in field_13 is in a normal request or response the id of the field.This field accepts an `integer` representing the chosen select option id related to the field. Available ids can be found when getting or listing the field. The response represents chosen field, but also the value and color is exposed.

func NewExampleRowResponseField13 ¶

func NewExampleRowResponseField13(value string, color string) *ExampleRowResponseField13

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

func NewExampleRowResponseField13WithDefaults ¶

func NewExampleRowResponseField13WithDefaults() *ExampleRowResponseField13

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

func (*ExampleRowResponseField13) GetColor ¶

func (o *ExampleRowResponseField13) GetColor() string

GetColor returns the Color field value

func (*ExampleRowResponseField13) GetColorOk ¶

func (o *ExampleRowResponseField13) GetColorOk() (*string, bool)

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

func (*ExampleRowResponseField13) GetId ¶

func (o *ExampleRowResponseField13) GetId() int32

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

func (*ExampleRowResponseField13) GetIdOk ¶

func (o *ExampleRowResponseField13) GetIdOk() (*int32, 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 (*ExampleRowResponseField13) GetValue ¶

func (o *ExampleRowResponseField13) GetValue() string

GetValue returns the Value field value

func (*ExampleRowResponseField13) GetValueOk ¶

func (o *ExampleRowResponseField13) GetValueOk() (*string, bool)

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

func (*ExampleRowResponseField13) HasId ¶

func (o *ExampleRowResponseField13) HasId() bool

HasId returns a boolean if a field has been set.

func (ExampleRowResponseField13) MarshalJSON ¶

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

func (*ExampleRowResponseField13) SetColor ¶

func (o *ExampleRowResponseField13) SetColor(v string)

SetColor sets field value

func (*ExampleRowResponseField13) SetId ¶

func (o *ExampleRowResponseField13) SetId(v int32)

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

func (*ExampleRowResponseField13) SetValue ¶

func (o *ExampleRowResponseField13) SetValue(v string)

SetValue sets field value

func (ExampleRowResponseField13) ToMap ¶

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

type ExampleRowResponseSerializerWithUserFieldNames ¶

type ExampleRowResponseSerializerWithUserFieldNames struct {
	// The unique identifier of the row in the table.
	Id int32 `json:"id"`
	// Indicates the position of the row, lowest first and highest last.
	Order *float64 `json:"order,omitempty"`
	// This field represents the `text` field. The number in field_1 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field1 NullableString `json:"field_1,omitempty"`
	// This field represents the `long_text` field. The number in field_2 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field2 NullableString `json:"field_2,omitempty"`
	// This field represents the `url` field. The number in field_3 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field3 NullableString `json:"field_3,omitempty"`
	// This field represents the `email` field. The number in field_4 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field4 NullableString `json:"field_4,omitempty"`
	// This field represents the `number` field. The number in field_5 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field5 NullableFloat64 `json:"field_5,omitempty"`
	// This field represents the `rating` field. The number in field_6 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field6 *int32 `json:"field_6,omitempty"`
	// This field represents the `boolean` field. The number in field_7 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field7 *bool `json:"field_7,omitempty"`
	// This field represents the `date` field. The number in field_8 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field8 NullableString `json:"field_8,omitempty"`
	// This field represents the `last_modified` field. The number in field_9 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field9 *time.Time `json:"field_9,omitempty"`
	// This field represents the `created_on` field. The number in field_10 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field10 *time.Time `json:"field_10,omitempty"`
	// This field represents the `link_row` field. The number in field_11 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `array` containing the ids or the names of the related rows. In case of names, if the name is not found, this name is ignored. A name is the value of the primary key of the related row.The response contains a list of objects containing the `id` and the primary field's `value` as a string for display purposes.
	Field11 []LinkRowValue `json:"field_11,omitempty"`
	// This field represents the `file` field. The number in field_12 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `array` containing objects with the name of the file. The response contains an `array` of more detailed objects related to the files.
	Field12 []FileFieldResponse                                           `json:"field_12,omitempty"`
	Field13 NullableExampleRowResponseSerializerWithUserFieldNamesField13 `json:"field_13,omitempty"`
	// This field represents the `multiple_select` field. The number in field_14 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts a list of `integer` each of which representing the chosen select option id related to the field. Available ids can be foundwhen getting or listing the field. The response represents chosen field, but also the value and color is exposed.
	Field14 []SelectOption `json:"field_14,omitempty"`
	// This field represents the `phone_number` field. The number in field_15 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field15 NullableString `json:"field_15,omitempty"`
	// This field represents the `formula` field. The number in field_16 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field16 NullableString `json:"field_16,omitempty"`
	// This field represents the `count` field. The number in field_17 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field17 NullableString `json:"field_17,omitempty"`
	// This field represents the `rollup` field. The number in field_18 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field18 NullableString `json:"field_18,omitempty"`
	// This field represents the `lookup` field. The number in field_19 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field19 NullableString `json:"field_19,omitempty"`
	// This field represents the `multiple_collaborators` field. The number in field_20 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts a list of objects representing the chosen collaborators through the object's `id` property. The id is Baserow user id. The response objects also contains the collaborator name directly along with its id.
	Field20 []Collaborator `json:"field_20,omitempty"`
}

ExampleRowResponseSerializerWithUserFieldNames struct for ExampleRowResponseSerializerWithUserFieldNames

func NewExampleRowResponseSerializerWithUserFieldNames ¶

func NewExampleRowResponseSerializerWithUserFieldNames(id int32) *ExampleRowResponseSerializerWithUserFieldNames

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

func NewExampleRowResponseSerializerWithUserFieldNamesWithDefaults ¶

func NewExampleRowResponseSerializerWithUserFieldNamesWithDefaults() *ExampleRowResponseSerializerWithUserFieldNames

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

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField1 ¶

GetField1 returns the Field1 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField10 ¶

GetField10 returns the Field10 field value if set, zero value otherwise.

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField10Ok ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField11 ¶

GetField11 returns the Field11 field value if set, zero value otherwise.

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField11Ok ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField12 ¶

GetField12 returns the Field12 field value if set, zero value otherwise.

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField12Ok ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField13 ¶

GetField13 returns the Field13 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField13Ok ¶

GetField13Ok returns a tuple with the Field13 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField14 ¶

GetField14 returns the Field14 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField14Ok ¶

GetField14Ok returns a tuple with the Field14 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField15 ¶

GetField15 returns the Field15 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField15Ok ¶

GetField15Ok returns a tuple with the Field15 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField16 ¶

GetField16 returns the Field16 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField16Ok ¶

GetField16Ok returns a tuple with the Field16 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField17 ¶

GetField17 returns the Field17 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField17Ok ¶

GetField17Ok returns a tuple with the Field17 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField18 ¶

GetField18 returns the Field18 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField18Ok ¶

GetField18Ok returns a tuple with the Field18 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField19 ¶

GetField19 returns the Field19 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField19Ok ¶

GetField19Ok returns a tuple with the Field19 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField1Ok ¶

GetField1Ok returns a tuple with the Field1 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField2 ¶

GetField2 returns the Field2 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField20 ¶

GetField20 returns the Field20 field value if set, zero value otherwise.

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField20Ok ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField2Ok ¶

GetField2Ok returns a tuple with the Field2 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField3 ¶

GetField3 returns the Field3 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField3Ok ¶

GetField3Ok returns a tuple with the Field3 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField4 ¶

GetField4 returns the Field4 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField4Ok ¶

GetField4Ok returns a tuple with the Field4 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField5 ¶

GetField5 returns the Field5 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField5Ok ¶

GetField5Ok returns a tuple with the Field5 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField6 ¶

GetField6 returns the Field6 field value if set, zero value otherwise.

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField6Ok ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField7 ¶

GetField7 returns the Field7 field value if set, zero value otherwise.

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField7Ok ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField8 ¶

GetField8 returns the Field8 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField8Ok ¶

GetField8Ok returns a tuple with the Field8 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField9 ¶

GetField9 returns the Field9 field value if set, zero value otherwise.

func (*ExampleRowResponseSerializerWithUserFieldNames) GetField9Ok ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNames) GetId ¶

GetId returns the Id field value

func (*ExampleRowResponseSerializerWithUserFieldNames) GetIdOk ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNames) GetOrder ¶

GetOrder returns the Order field value if set, zero value otherwise.

func (*ExampleRowResponseSerializerWithUserFieldNames) GetOrderOk ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField1 ¶

HasField1 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField10 ¶

HasField10 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField11 ¶

HasField11 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField12 ¶

HasField12 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField13 ¶

HasField13 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField14 ¶

HasField14 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField15 ¶

HasField15 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField16 ¶

HasField16 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField17 ¶

HasField17 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField18 ¶

HasField18 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField19 ¶

HasField19 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField2 ¶

HasField2 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField20 ¶

HasField20 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField3 ¶

HasField3 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField4 ¶

HasField4 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField5 ¶

HasField5 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField6 ¶

HasField6 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField7 ¶

HasField7 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField8 ¶

HasField8 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasField9 ¶

HasField9 returns a boolean if a field has been set.

func (*ExampleRowResponseSerializerWithUserFieldNames) HasOrder ¶

HasOrder returns a boolean if a field has been set.

func (ExampleRowResponseSerializerWithUserFieldNames) MarshalJSON ¶

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField1 ¶

SetField1 gets a reference to the given NullableString and assigns it to the Field1 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField10 ¶

SetField10 gets a reference to the given time.Time and assigns it to the Field10 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField11 ¶

SetField11 gets a reference to the given []LinkRowValue and assigns it to the Field11 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField12 ¶

SetField12 gets a reference to the given []FileFieldResponse and assigns it to the Field12 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField13 ¶

SetField13 gets a reference to the given NullableExampleRowResponseSerializerWithUserFieldNamesField13 and assigns it to the Field13 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField13Nil ¶

SetField13Nil sets the value for Field13 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField14 ¶

SetField14 gets a reference to the given []SelectOption and assigns it to the Field14 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField15 ¶

SetField15 gets a reference to the given NullableString and assigns it to the Field15 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField15Nil ¶

SetField15Nil sets the value for Field15 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField16 ¶

SetField16 gets a reference to the given NullableString and assigns it to the Field16 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField16Nil ¶

SetField16Nil sets the value for Field16 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField17 ¶

SetField17 gets a reference to the given NullableString and assigns it to the Field17 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField17Nil ¶

SetField17Nil sets the value for Field17 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField18 ¶

SetField18 gets a reference to the given NullableString and assigns it to the Field18 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField18Nil ¶

SetField18Nil sets the value for Field18 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField19 ¶

SetField19 gets a reference to the given NullableString and assigns it to the Field19 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField19Nil ¶

SetField19Nil sets the value for Field19 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField1Nil ¶

SetField1Nil sets the value for Field1 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField2 ¶

SetField2 gets a reference to the given NullableString and assigns it to the Field2 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField20 ¶

SetField20 gets a reference to the given []Collaborator and assigns it to the Field20 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField2Nil ¶

SetField2Nil sets the value for Field2 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField3 ¶

SetField3 gets a reference to the given NullableString and assigns it to the Field3 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField3Nil ¶

SetField3Nil sets the value for Field3 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField4 ¶

SetField4 gets a reference to the given NullableString and assigns it to the Field4 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField4Nil ¶

SetField4Nil sets the value for Field4 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField5 ¶

SetField5 gets a reference to the given NullableFloat64 and assigns it to the Field5 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField5Nil ¶

SetField5Nil sets the value for Field5 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField6 ¶

SetField6 gets a reference to the given int32 and assigns it to the Field6 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField7 ¶

SetField7 gets a reference to the given bool and assigns it to the Field7 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField8 ¶

SetField8 gets a reference to the given NullableString and assigns it to the Field8 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField8Nil ¶

SetField8Nil sets the value for Field8 to be an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) SetField9 ¶

SetField9 gets a reference to the given time.Time and assigns it to the Field9 field.

func (*ExampleRowResponseSerializerWithUserFieldNames) SetId ¶

SetId sets field value

func (*ExampleRowResponseSerializerWithUserFieldNames) SetOrder ¶

SetOrder gets a reference to the given float64 and assigns it to the Order field.

func (ExampleRowResponseSerializerWithUserFieldNames) ToMap ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField1 ¶

UnsetField1 ensures that no value is present for Field1, not even an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField13 ¶

UnsetField13 ensures that no value is present for Field13, not even an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField15 ¶

UnsetField15 ensures that no value is present for Field15, not even an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField16 ¶

UnsetField16 ensures that no value is present for Field16, not even an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField17 ¶

UnsetField17 ensures that no value is present for Field17, not even an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField18 ¶

UnsetField18 ensures that no value is present for Field18, not even an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField19 ¶

UnsetField19 ensures that no value is present for Field19, not even an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField2 ¶

UnsetField2 ensures that no value is present for Field2, not even an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField3 ¶

UnsetField3 ensures that no value is present for Field3, not even an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField4 ¶

UnsetField4 ensures that no value is present for Field4, not even an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField5 ¶

UnsetField5 ensures that no value is present for Field5, not even an explicit nil

func (*ExampleRowResponseSerializerWithUserFieldNames) UnsetField8 ¶

UnsetField8 ensures that no value is present for Field8, not even an explicit nil

type ExampleRowResponseSerializerWithUserFieldNamesField13 ¶

type ExampleRowResponseSerializerWithUserFieldNamesField13 struct {
	Id    *int32 `json:"id,omitempty"`
	Value string `json:"value"`
	Color string `json:"color"`
}

ExampleRowResponseSerializerWithUserFieldNamesField13 This field represents the `single_select` field. The number in field_13 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `integer` representing the chosen select option id related to the field. Available ids can be found when getting or listing the field. The response represents chosen field, but also the value and color is exposed.

func NewExampleRowResponseSerializerWithUserFieldNamesField13 ¶

func NewExampleRowResponseSerializerWithUserFieldNamesField13(value string, color string) *ExampleRowResponseSerializerWithUserFieldNamesField13

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

func NewExampleRowResponseSerializerWithUserFieldNamesField13WithDefaults ¶

func NewExampleRowResponseSerializerWithUserFieldNamesField13WithDefaults() *ExampleRowResponseSerializerWithUserFieldNamesField13

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

func (*ExampleRowResponseSerializerWithUserFieldNamesField13) GetColor ¶

GetColor returns the Color field value

func (*ExampleRowResponseSerializerWithUserFieldNamesField13) GetColorOk ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNamesField13) GetId ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNamesField13) GetIdOk ¶

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 (*ExampleRowResponseSerializerWithUserFieldNamesField13) GetValue ¶

GetValue returns the Value field value

func (*ExampleRowResponseSerializerWithUserFieldNamesField13) GetValueOk ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNamesField13) HasId ¶

HasId returns a boolean if a field has been set.

func (ExampleRowResponseSerializerWithUserFieldNamesField13) MarshalJSON ¶

func (*ExampleRowResponseSerializerWithUserFieldNamesField13) SetColor ¶

SetColor sets field value

func (*ExampleRowResponseSerializerWithUserFieldNamesField13) SetId ¶

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

func (*ExampleRowResponseSerializerWithUserFieldNamesField13) SetValue ¶

SetValue sets field value

func (ExampleRowResponseSerializerWithUserFieldNamesField13) ToMap ¶

type Export ¶

type Export struct {
	BaseExporterOptions *BaseExporterOptions
	CsvExporterOptions  *CsvExporterOptions
}

Export - struct for Export

func BaseExporterOptionsAsExport ¶

func BaseExporterOptionsAsExport(v *BaseExporterOptions) Export

BaseExporterOptionsAsExport is a convenience function that returns BaseExporterOptions wrapped in Export

func CsvExporterOptionsAsExport ¶

func CsvExporterOptionsAsExport(v *CsvExporterOptions) Export

CsvExporterOptionsAsExport is a convenience function that returns CsvExporterOptions wrapped in Export

func (*Export) GetActualInstance ¶

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

Get the actual instance

func (Export) MarshalJSON ¶

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

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

func (*Export) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type ExportCharsetEnum ¶

type ExportCharsetEnum string

ExportCharsetEnum * `utf-8` - utf-8 * `iso-8859-6` - iso-8859-6 * `windows-1256` - windows-1256 * `iso-8859-4` - iso-8859-4 * `windows-1257` - windows-1257 * `iso-8859-14` - iso-8859-14 * `iso-8859-2` - iso-8859-2 * `windows-1250` - windows-1250 * `gbk` - gbk * `gb18030` - gb18030 * `big5` - big5 * `koi8-r` - koi8-r * `koi8-u` - koi8-u * `iso-8859-5` - iso-8859-5 * `windows-1251` - windows-1251 * `x-mac-cyrillic` - mac-cyrillic * `iso-8859-7` - iso-8859-7 * `windows-1253` - windows-1253 * `iso-8859-8` - iso-8859-8 * `windows-1255` - windows-1255 * `euc-jp` - euc-jp * `iso-2022-jp` - iso-2022-jp * `shift-jis` - shift-jis * `euc-kr` - euc-kr * `macintosh` - macintosh * `iso-8859-10` - iso-8859-10 * `iso-8859-16` - iso-8859-16 * `windows-874` - cp874 * `windows-1254` - windows-1254 * `windows-1258` - windows-1258 * `iso-8859-1` - iso-8859-1 * `windows-1252` - windows-1252 * `iso-8859-3` - iso-8859-3

const (
	UTF_8          ExportCharsetEnum = "utf-8"
	ISO_8859_6     ExportCharsetEnum = "iso-8859-6"
	WINDOWS_1256   ExportCharsetEnum = "windows-1256"
	ISO_8859_4     ExportCharsetEnum = "iso-8859-4"
	WINDOWS_1257   ExportCharsetEnum = "windows-1257"
	ISO_8859_14    ExportCharsetEnum = "iso-8859-14"
	ISO_8859_2     ExportCharsetEnum = "iso-8859-2"
	WINDOWS_1250   ExportCharsetEnum = "windows-1250"
	GBK            ExportCharsetEnum = "gbk"
	GB18030        ExportCharsetEnum = "gb18030"
	BIG5           ExportCharsetEnum = "big5"
	KOI8_R         ExportCharsetEnum = "koi8-r"
	KOI8_U         ExportCharsetEnum = "koi8-u"
	ISO_8859_5     ExportCharsetEnum = "iso-8859-5"
	WINDOWS_1251   ExportCharsetEnum = "windows-1251"
	X_MAC_CYRILLIC ExportCharsetEnum = "x-mac-cyrillic"
	ISO_8859_7     ExportCharsetEnum = "iso-8859-7"
	WINDOWS_1253   ExportCharsetEnum = "windows-1253"
	ISO_8859_8     ExportCharsetEnum = "iso-8859-8"
	WINDOWS_1255   ExportCharsetEnum = "windows-1255"
	EUC_JP         ExportCharsetEnum = "euc-jp"
	ISO_2022_JP    ExportCharsetEnum = "iso-2022-jp"
	SHIFT_JIS      ExportCharsetEnum = "shift-jis"
	EUC_KR         ExportCharsetEnum = "euc-kr"
	MACINTOSH      ExportCharsetEnum = "macintosh"
	ISO_8859_10    ExportCharsetEnum = "iso-8859-10"
	ISO_8859_16    ExportCharsetEnum = "iso-8859-16"
	WINDOWS_874    ExportCharsetEnum = "windows-874"
	WINDOWS_1254   ExportCharsetEnum = "windows-1254"
	WINDOWS_1258   ExportCharsetEnum = "windows-1258"
	ISO_8859_1     ExportCharsetEnum = "iso-8859-1"
	WINDOWS_1252   ExportCharsetEnum = "windows-1252"
	ISO_8859_3     ExportCharsetEnum = "iso-8859-3"
)

List of ExportCharsetEnum

func NewExportCharsetEnumFromValue ¶

func NewExportCharsetEnumFromValue(v string) (*ExportCharsetEnum, error)

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

func (ExportCharsetEnum) IsValid ¶

func (v ExportCharsetEnum) IsValid() bool

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

func (ExportCharsetEnum) Ptr ¶

Ptr returns reference to ExportCharsetEnum value

func (*ExportCharsetEnum) UnmarshalJSON ¶

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

type ExportJob ¶

type ExportJob struct {
	Id           int32         `json:"id"`
	Table        NullableInt32 `json:"table,omitempty"`
	View         NullableInt32 `json:"view,omitempty"`
	ExporterType string        `json:"exporter_type"`
	State        StateEnum     `json:"state"`
	// DEPRECATED: Use state instead
	Status             string         `json:"status"`
	ExportedFileName   NullableString `json:"exported_file_name,omitempty"`
	CreatedAt          time.Time      `json:"created_at"`
	ProgressPercentage *float64       `json:"progress_percentage,omitempty"`
	Url                string         `json:"url"`
}

ExportJob When mixed in to a model serializer for an ExportJob this will add an url field with the actual usable url of the export job's file (if it has one).

func NewExportJob ¶

func NewExportJob(id int32, exporterType string, state StateEnum, status string, createdAt time.Time, url string) *ExportJob

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

func NewExportJobWithDefaults ¶

func NewExportJobWithDefaults() *ExportJob

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

func (*ExportJob) GetCreatedAt ¶

func (o *ExportJob) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value

func (*ExportJob) GetCreatedAtOk ¶

func (o *ExportJob) 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 (*ExportJob) GetExportedFileName ¶

func (o *ExportJob) GetExportedFileName() string

GetExportedFileName returns the ExportedFileName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExportJob) GetExportedFileNameOk ¶

func (o *ExportJob) GetExportedFileNameOk() (*string, bool)

GetExportedFileNameOk returns a tuple with the ExportedFileName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExportJob) GetExporterType ¶

func (o *ExportJob) GetExporterType() string

GetExporterType returns the ExporterType field value

func (*ExportJob) GetExporterTypeOk ¶

func (o *ExportJob) GetExporterTypeOk() (*string, bool)

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

func (*ExportJob) GetId ¶

func (o *ExportJob) GetId() int32

GetId returns the Id field value

func (*ExportJob) GetIdOk ¶

func (o *ExportJob) GetIdOk() (*int32, bool)

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

func (*ExportJob) GetProgressPercentage ¶

func (o *ExportJob) GetProgressPercentage() float64

GetProgressPercentage returns the ProgressPercentage field value if set, zero value otherwise.

func (*ExportJob) GetProgressPercentageOk ¶

func (o *ExportJob) GetProgressPercentageOk() (*float64, bool)

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

func (*ExportJob) GetState ¶

func (o *ExportJob) GetState() StateEnum

GetState returns the State field value

func (*ExportJob) GetStateOk ¶

func (o *ExportJob) GetStateOk() (*StateEnum, bool)

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

func (*ExportJob) GetStatus ¶

func (o *ExportJob) GetStatus() string

GetStatus returns the Status field value

func (*ExportJob) GetStatusOk ¶

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

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

func (*ExportJob) GetTable ¶

func (o *ExportJob) GetTable() int32

GetTable returns the Table field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExportJob) GetTableOk ¶

func (o *ExportJob) GetTableOk() (*int32, bool)

GetTableOk returns a tuple with the Table field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExportJob) GetUrl ¶

func (o *ExportJob) GetUrl() string

GetUrl returns the Url field value

func (*ExportJob) GetUrlOk ¶

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

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

func (*ExportJob) GetView ¶

func (o *ExportJob) GetView() int32

GetView returns the View field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ExportJob) GetViewOk ¶

func (o *ExportJob) GetViewOk() (*int32, bool)

GetViewOk returns a tuple with the View field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ExportJob) HasExportedFileName ¶

func (o *ExportJob) HasExportedFileName() bool

HasExportedFileName returns a boolean if a field has been set.

func (*ExportJob) HasProgressPercentage ¶

func (o *ExportJob) HasProgressPercentage() bool

HasProgressPercentage returns a boolean if a field has been set.

func (*ExportJob) HasTable ¶

func (o *ExportJob) HasTable() bool

HasTable returns a boolean if a field has been set.

func (*ExportJob) HasView ¶

func (o *ExportJob) HasView() bool

HasView returns a boolean if a field has been set.

func (ExportJob) MarshalJSON ¶

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

func (*ExportJob) SetCreatedAt ¶

func (o *ExportJob) SetCreatedAt(v time.Time)

SetCreatedAt sets field value

func (*ExportJob) SetExportedFileName ¶

func (o *ExportJob) SetExportedFileName(v string)

SetExportedFileName gets a reference to the given NullableString and assigns it to the ExportedFileName field.

func (*ExportJob) SetExportedFileNameNil ¶

func (o *ExportJob) SetExportedFileNameNil()

SetExportedFileNameNil sets the value for ExportedFileName to be an explicit nil

func (*ExportJob) SetExporterType ¶

func (o *ExportJob) SetExporterType(v string)

SetExporterType sets field value

func (*ExportJob) SetId ¶

func (o *ExportJob) SetId(v int32)

SetId sets field value

func (*ExportJob) SetProgressPercentage ¶

func (o *ExportJob) SetProgressPercentage(v float64)

SetProgressPercentage gets a reference to the given float64 and assigns it to the ProgressPercentage field.

func (*ExportJob) SetState ¶

func (o *ExportJob) SetState(v StateEnum)

SetState sets field value

func (*ExportJob) SetStatus ¶

func (o *ExportJob) SetStatus(v string)

SetStatus sets field value

func (*ExportJob) SetTable ¶

func (o *ExportJob) SetTable(v int32)

SetTable gets a reference to the given NullableInt32 and assigns it to the Table field.

func (*ExportJob) SetTableNil ¶

func (o *ExportJob) SetTableNil()

SetTableNil sets the value for Table to be an explicit nil

func (*ExportJob) SetUrl ¶

func (o *ExportJob) SetUrl(v string)

SetUrl sets field value

func (*ExportJob) SetView ¶

func (o *ExportJob) SetView(v int32)

SetView gets a reference to the given NullableInt32 and assigns it to the View field.

func (*ExportJob) SetViewNil ¶

func (o *ExportJob) SetViewNil()

SetViewNil sets the value for View to be an explicit nil

func (ExportJob) ToMap ¶

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

func (*ExportJob) UnsetExportedFileName ¶

func (o *ExportJob) UnsetExportedFileName()

UnsetExportedFileName ensures that no value is present for ExportedFileName, not even an explicit nil

func (*ExportJob) UnsetTable ¶

func (o *ExportJob) UnsetTable()

UnsetTable ensures that no value is present for Table, not even an explicit nil

func (*ExportJob) UnsetView ¶

func (o *ExportJob) UnsetView()

UnsetView ensures that no value is present for View, not even an explicit nil

type ExporterTypeEnum ¶

type ExporterTypeEnum string

ExporterTypeEnum * `csv` - csv * `json` - json * `xml` - xml

const (
	CSV  ExporterTypeEnum = "csv"
	JSON ExporterTypeEnum = "json"
	XML  ExporterTypeEnum = "xml"
)

List of ExporterTypeEnum

func NewExporterTypeEnumFromValue ¶

func NewExporterTypeEnumFromValue(v string) (*ExporterTypeEnum, error)

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

func (ExporterTypeEnum) IsValid ¶

func (v ExporterTypeEnum) IsValid() bool

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

func (ExporterTypeEnum) Ptr ¶

Ptr returns reference to ExporterTypeEnum value

func (*ExporterTypeEnum) UnmarshalJSON ¶

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

type FacebookAuthProviderModelAuthProvider ¶

type FacebookAuthProviderModelAuthProvider struct {
	Id int32 `json:"id"`
	// The type of the related field.
	Type    string         `json:"type"`
	Domain  NullableString `json:"domain,omitempty"`
	Enabled *bool          `json:"enabled,omitempty"`
	Name    string         `json:"name"`
	// App ID, or consumer key
	ClientId string `json:"client_id"`
	// API secret, client secret, or consumer secret
	Secret string `json:"secret"`
}

FacebookAuthProviderModelAuthProvider struct for FacebookAuthProviderModelAuthProvider

func NewFacebookAuthProviderModelAuthProvider ¶

func NewFacebookAuthProviderModelAuthProvider(id int32, type_ string, name string, clientId string, secret string) *FacebookAuthProviderModelAuthProvider

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

func NewFacebookAuthProviderModelAuthProviderWithDefaults ¶

func NewFacebookAuthProviderModelAuthProviderWithDefaults() *FacebookAuthProviderModelAuthProvider

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

func (*FacebookAuthProviderModelAuthProvider) GetClientId ¶

GetClientId returns the ClientId field value

func (*FacebookAuthProviderModelAuthProvider) GetClientIdOk ¶

func (o *FacebookAuthProviderModelAuthProvider) GetClientIdOk() (*string, bool)

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

func (*FacebookAuthProviderModelAuthProvider) GetDomain ¶

GetDomain returns the Domain field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FacebookAuthProviderModelAuthProvider) GetDomainOk ¶

func (o *FacebookAuthProviderModelAuthProvider) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FacebookAuthProviderModelAuthProvider) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*FacebookAuthProviderModelAuthProvider) GetEnabledOk ¶

func (o *FacebookAuthProviderModelAuthProvider) GetEnabledOk() (*bool, bool)

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

func (*FacebookAuthProviderModelAuthProvider) GetId ¶

GetId returns the Id field value

func (*FacebookAuthProviderModelAuthProvider) GetIdOk ¶

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

func (*FacebookAuthProviderModelAuthProvider) GetName ¶

GetName returns the Name field value

func (*FacebookAuthProviderModelAuthProvider) GetNameOk ¶

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

func (*FacebookAuthProviderModelAuthProvider) GetSecret ¶

GetSecret returns the Secret field value

func (*FacebookAuthProviderModelAuthProvider) GetSecretOk ¶

func (o *FacebookAuthProviderModelAuthProvider) GetSecretOk() (*string, bool)

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

func (*FacebookAuthProviderModelAuthProvider) GetType ¶

GetType returns the Type field value

func (*FacebookAuthProviderModelAuthProvider) GetTypeOk ¶

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

func (*FacebookAuthProviderModelAuthProvider) HasDomain ¶

HasDomain returns a boolean if a field has been set.

func (*FacebookAuthProviderModelAuthProvider) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (FacebookAuthProviderModelAuthProvider) MarshalJSON ¶

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

func (*FacebookAuthProviderModelAuthProvider) SetClientId ¶

SetClientId sets field value

func (*FacebookAuthProviderModelAuthProvider) SetDomain ¶

SetDomain gets a reference to the given NullableString and assigns it to the Domain field.

func (*FacebookAuthProviderModelAuthProvider) SetDomainNil ¶

func (o *FacebookAuthProviderModelAuthProvider) SetDomainNil()

SetDomainNil sets the value for Domain to be an explicit nil

func (*FacebookAuthProviderModelAuthProvider) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*FacebookAuthProviderModelAuthProvider) SetId ¶

SetId sets field value

func (*FacebookAuthProviderModelAuthProvider) SetName ¶

SetName sets field value

func (*FacebookAuthProviderModelAuthProvider) SetSecret ¶

SetSecret sets field value

func (*FacebookAuthProviderModelAuthProvider) SetType ¶

SetType sets field value

func (FacebookAuthProviderModelAuthProvider) ToMap ¶

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

func (*FacebookAuthProviderModelAuthProvider) UnsetDomain ¶

func (o *FacebookAuthProviderModelAuthProvider) UnsetDomain()

UnsetDomain ensures that no value is present for Domain, not even an explicit nil

type Field ¶

type Field struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
}

Field struct for Field

func NewField ¶

func NewField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *Field

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

func NewFieldWithDefaults ¶

func NewFieldWithDefaults() *Field

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

func (*Field) GetId ¶

func (o *Field) GetId() int32

GetId returns the Id field value

func (*Field) GetIdOk ¶

func (o *Field) GetIdOk() (*int32, bool)

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

func (*Field) GetName ¶

func (o *Field) GetName() string

GetName returns the Name field value

func (*Field) GetNameOk ¶

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

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

func (*Field) GetOrder ¶

func (o *Field) GetOrder() int32

GetOrder returns the Order field value

func (*Field) GetOrderOk ¶

func (o *Field) GetOrderOk() (*int32, bool)

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

func (*Field) GetPrimary ¶

func (o *Field) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*Field) GetPrimaryOk ¶

func (o *Field) 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 (*Field) GetReadOnly ¶

func (o *Field) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*Field) GetReadOnlyOk ¶

func (o *Field) GetReadOnlyOk() (*bool, bool)

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

func (*Field) GetTableId ¶

func (o *Field) GetTableId() int32

GetTableId returns the TableId field value

func (*Field) GetTableIdOk ¶

func (o *Field) GetTableIdOk() (*int32, bool)

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

func (*Field) GetType ¶

func (o *Field) GetType() string

GetType returns the Type field value

func (*Field) GetTypeOk ¶

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

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

func (*Field) HasPrimary ¶

func (o *Field) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (Field) MarshalJSON ¶

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

func (*Field) SetId ¶

func (o *Field) SetId(v int32)

SetId sets field value

func (*Field) SetName ¶

func (o *Field) SetName(v string)

SetName sets field value

func (*Field) SetOrder ¶

func (o *Field) SetOrder(v int32)

SetOrder sets field value

func (*Field) SetPrimary ¶

func (o *Field) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*Field) SetReadOnly ¶

func (o *Field) SetReadOnly(v bool)

SetReadOnly sets field value

func (*Field) SetTableId ¶

func (o *Field) SetTableId(v int32)

SetTableId sets field value

func (*Field) SetType ¶

func (o *Field) SetType(v string)

SetType sets field value

func (Field) ToMap ¶

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

type FieldCreateField ¶

type FieldCreateField struct {
	BooleanFieldCreateField               *BooleanFieldCreateField
	CountFieldCreateField                 *CountFieldCreateField
	CreatedOnFieldCreateField             *CreatedOnFieldCreateField
	DateFieldCreateField                  *DateFieldCreateField
	EmailFieldCreateField                 *EmailFieldCreateField
	FileFieldCreateField                  *FileFieldCreateField
	FormulaFieldCreateField               *FormulaFieldCreateField
	LastModifiedFieldCreateField          *LastModifiedFieldCreateField
	LinkRowFieldCreateField               *LinkRowFieldCreateField
	LongTextFieldCreateField              *LongTextFieldCreateField
	LookupFieldCreateField                *LookupFieldCreateField
	MultipleCollaboratorsFieldCreateField *MultipleCollaboratorsFieldCreateField
	MultipleSelectFieldCreateField        *MultipleSelectFieldCreateField
	NumberFieldCreateField                *NumberFieldCreateField
	PhoneNumberFieldCreateField           *PhoneNumberFieldCreateField
	RatingFieldCreateField                *RatingFieldCreateField
	RollupFieldCreateField                *RollupFieldCreateField
	SingleSelectFieldCreateField          *SingleSelectFieldCreateField
	TextFieldCreateField                  *TextFieldCreateField
	URLFieldCreateField                   *URLFieldCreateField
}

FieldCreateField - struct for FieldCreateField

func BooleanFieldCreateFieldAsFieldCreateField ¶

func BooleanFieldCreateFieldAsFieldCreateField(v *BooleanFieldCreateField) FieldCreateField

BooleanFieldCreateFieldAsFieldCreateField is a convenience function that returns BooleanFieldCreateField wrapped in FieldCreateField

func CountFieldCreateFieldAsFieldCreateField ¶

func CountFieldCreateFieldAsFieldCreateField(v *CountFieldCreateField) FieldCreateField

CountFieldCreateFieldAsFieldCreateField is a convenience function that returns CountFieldCreateField wrapped in FieldCreateField

func CreatedOnFieldCreateFieldAsFieldCreateField ¶

func CreatedOnFieldCreateFieldAsFieldCreateField(v *CreatedOnFieldCreateField) FieldCreateField

CreatedOnFieldCreateFieldAsFieldCreateField is a convenience function that returns CreatedOnFieldCreateField wrapped in FieldCreateField

func DateFieldCreateFieldAsFieldCreateField ¶

func DateFieldCreateFieldAsFieldCreateField(v *DateFieldCreateField) FieldCreateField

DateFieldCreateFieldAsFieldCreateField is a convenience function that returns DateFieldCreateField wrapped in FieldCreateField

func EmailFieldCreateFieldAsFieldCreateField ¶

func EmailFieldCreateFieldAsFieldCreateField(v *EmailFieldCreateField) FieldCreateField

EmailFieldCreateFieldAsFieldCreateField is a convenience function that returns EmailFieldCreateField wrapped in FieldCreateField

func FileFieldCreateFieldAsFieldCreateField ¶

func FileFieldCreateFieldAsFieldCreateField(v *FileFieldCreateField) FieldCreateField

FileFieldCreateFieldAsFieldCreateField is a convenience function that returns FileFieldCreateField wrapped in FieldCreateField

func FormulaFieldCreateFieldAsFieldCreateField ¶

func FormulaFieldCreateFieldAsFieldCreateField(v *FormulaFieldCreateField) FieldCreateField

FormulaFieldCreateFieldAsFieldCreateField is a convenience function that returns FormulaFieldCreateField wrapped in FieldCreateField

func LastModifiedFieldCreateFieldAsFieldCreateField ¶

func LastModifiedFieldCreateFieldAsFieldCreateField(v *LastModifiedFieldCreateField) FieldCreateField

LastModifiedFieldCreateFieldAsFieldCreateField is a convenience function that returns LastModifiedFieldCreateField wrapped in FieldCreateField

func LinkRowFieldCreateFieldAsFieldCreateField ¶

func LinkRowFieldCreateFieldAsFieldCreateField(v *LinkRowFieldCreateField) FieldCreateField

LinkRowFieldCreateFieldAsFieldCreateField is a convenience function that returns LinkRowFieldCreateField wrapped in FieldCreateField

func LongTextFieldCreateFieldAsFieldCreateField ¶

func LongTextFieldCreateFieldAsFieldCreateField(v *LongTextFieldCreateField) FieldCreateField

LongTextFieldCreateFieldAsFieldCreateField is a convenience function that returns LongTextFieldCreateField wrapped in FieldCreateField

func LookupFieldCreateFieldAsFieldCreateField ¶

func LookupFieldCreateFieldAsFieldCreateField(v *LookupFieldCreateField) FieldCreateField

LookupFieldCreateFieldAsFieldCreateField is a convenience function that returns LookupFieldCreateField wrapped in FieldCreateField

func MultipleCollaboratorsFieldCreateFieldAsFieldCreateField ¶

func MultipleCollaboratorsFieldCreateFieldAsFieldCreateField(v *MultipleCollaboratorsFieldCreateField) FieldCreateField

MultipleCollaboratorsFieldCreateFieldAsFieldCreateField is a convenience function that returns MultipleCollaboratorsFieldCreateField wrapped in FieldCreateField

func MultipleSelectFieldCreateFieldAsFieldCreateField ¶

func MultipleSelectFieldCreateFieldAsFieldCreateField(v *MultipleSelectFieldCreateField) FieldCreateField

MultipleSelectFieldCreateFieldAsFieldCreateField is a convenience function that returns MultipleSelectFieldCreateField wrapped in FieldCreateField

func NumberFieldCreateFieldAsFieldCreateField ¶

func NumberFieldCreateFieldAsFieldCreateField(v *NumberFieldCreateField) FieldCreateField

NumberFieldCreateFieldAsFieldCreateField is a convenience function that returns NumberFieldCreateField wrapped in FieldCreateField

func PhoneNumberFieldCreateFieldAsFieldCreateField ¶

func PhoneNumberFieldCreateFieldAsFieldCreateField(v *PhoneNumberFieldCreateField) FieldCreateField

PhoneNumberFieldCreateFieldAsFieldCreateField is a convenience function that returns PhoneNumberFieldCreateField wrapped in FieldCreateField

func RatingFieldCreateFieldAsFieldCreateField ¶

func RatingFieldCreateFieldAsFieldCreateField(v *RatingFieldCreateField) FieldCreateField

RatingFieldCreateFieldAsFieldCreateField is a convenience function that returns RatingFieldCreateField wrapped in FieldCreateField

func RollupFieldCreateFieldAsFieldCreateField ¶

func RollupFieldCreateFieldAsFieldCreateField(v *RollupFieldCreateField) FieldCreateField

RollupFieldCreateFieldAsFieldCreateField is a convenience function that returns RollupFieldCreateField wrapped in FieldCreateField

func SingleSelectFieldCreateFieldAsFieldCreateField ¶

func SingleSelectFieldCreateFieldAsFieldCreateField(v *SingleSelectFieldCreateField) FieldCreateField

SingleSelectFieldCreateFieldAsFieldCreateField is a convenience function that returns SingleSelectFieldCreateField wrapped in FieldCreateField

func TextFieldCreateFieldAsFieldCreateField ¶

func TextFieldCreateFieldAsFieldCreateField(v *TextFieldCreateField) FieldCreateField

TextFieldCreateFieldAsFieldCreateField is a convenience function that returns TextFieldCreateField wrapped in FieldCreateField

func URLFieldCreateFieldAsFieldCreateField ¶

func URLFieldCreateFieldAsFieldCreateField(v *URLFieldCreateField) FieldCreateField

URLFieldCreateFieldAsFieldCreateField is a convenience function that returns URLFieldCreateField wrapped in FieldCreateField

func (*FieldCreateField) GetActualInstance ¶

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

Get the actual instance

func (FieldCreateField) MarshalJSON ¶

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

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

func (*FieldCreateField) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type FieldField ¶

type FieldField struct {
	BooleanFieldField               *BooleanFieldField
	CountFieldField                 *CountFieldField
	CreatedOnFieldField             *CreatedOnFieldField
	DateFieldField                  *DateFieldField
	EmailFieldField                 *EmailFieldField
	FileFieldField                  *FileFieldField
	FormulaFieldField               *FormulaFieldField
	LastModifiedFieldField          *LastModifiedFieldField
	LinkRowFieldField               *LinkRowFieldField
	LongTextFieldField              *LongTextFieldField
	LookupFieldField                *LookupFieldField
	MultipleCollaboratorsFieldField *MultipleCollaboratorsFieldField
	MultipleSelectFieldField        *MultipleSelectFieldField
	NumberFieldField                *NumberFieldField
	PhoneNumberFieldField           *PhoneNumberFieldField
	RatingFieldField                *RatingFieldField
	RollupFieldField                *RollupFieldField
	SingleSelectFieldField          *SingleSelectFieldField
	TextFieldField                  *TextFieldField
	URLFieldField                   *URLFieldField
}

FieldField - struct for FieldField

func BooleanFieldFieldAsFieldField ¶

func BooleanFieldFieldAsFieldField(v *BooleanFieldField) FieldField

BooleanFieldFieldAsFieldField is a convenience function that returns BooleanFieldField wrapped in FieldField

func CountFieldFieldAsFieldField ¶

func CountFieldFieldAsFieldField(v *CountFieldField) FieldField

CountFieldFieldAsFieldField is a convenience function that returns CountFieldField wrapped in FieldField

func CreatedOnFieldFieldAsFieldField ¶

func CreatedOnFieldFieldAsFieldField(v *CreatedOnFieldField) FieldField

CreatedOnFieldFieldAsFieldField is a convenience function that returns CreatedOnFieldField wrapped in FieldField

func DateFieldFieldAsFieldField ¶

func DateFieldFieldAsFieldField(v *DateFieldField) FieldField

DateFieldFieldAsFieldField is a convenience function that returns DateFieldField wrapped in FieldField

func EmailFieldFieldAsFieldField ¶

func EmailFieldFieldAsFieldField(v *EmailFieldField) FieldField

EmailFieldFieldAsFieldField is a convenience function that returns EmailFieldField wrapped in FieldField

func FileFieldFieldAsFieldField ¶

func FileFieldFieldAsFieldField(v *FileFieldField) FieldField

FileFieldFieldAsFieldField is a convenience function that returns FileFieldField wrapped in FieldField

func FormulaFieldFieldAsFieldField ¶

func FormulaFieldFieldAsFieldField(v *FormulaFieldField) FieldField

FormulaFieldFieldAsFieldField is a convenience function that returns FormulaFieldField wrapped in FieldField

func LastModifiedFieldFieldAsFieldField ¶

func LastModifiedFieldFieldAsFieldField(v *LastModifiedFieldField) FieldField

LastModifiedFieldFieldAsFieldField is a convenience function that returns LastModifiedFieldField wrapped in FieldField

func LinkRowFieldFieldAsFieldField ¶

func LinkRowFieldFieldAsFieldField(v *LinkRowFieldField) FieldField

LinkRowFieldFieldAsFieldField is a convenience function that returns LinkRowFieldField wrapped in FieldField

func LongTextFieldFieldAsFieldField ¶

func LongTextFieldFieldAsFieldField(v *LongTextFieldField) FieldField

LongTextFieldFieldAsFieldField is a convenience function that returns LongTextFieldField wrapped in FieldField

func LookupFieldFieldAsFieldField ¶

func LookupFieldFieldAsFieldField(v *LookupFieldField) FieldField

LookupFieldFieldAsFieldField is a convenience function that returns LookupFieldField wrapped in FieldField

func MultipleCollaboratorsFieldFieldAsFieldField ¶

func MultipleCollaboratorsFieldFieldAsFieldField(v *MultipleCollaboratorsFieldField) FieldField

MultipleCollaboratorsFieldFieldAsFieldField is a convenience function that returns MultipleCollaboratorsFieldField wrapped in FieldField

func MultipleSelectFieldFieldAsFieldField ¶

func MultipleSelectFieldFieldAsFieldField(v *MultipleSelectFieldField) FieldField

MultipleSelectFieldFieldAsFieldField is a convenience function that returns MultipleSelectFieldField wrapped in FieldField

func NumberFieldFieldAsFieldField ¶

func NumberFieldFieldAsFieldField(v *NumberFieldField) FieldField

NumberFieldFieldAsFieldField is a convenience function that returns NumberFieldField wrapped in FieldField

func PhoneNumberFieldFieldAsFieldField ¶

func PhoneNumberFieldFieldAsFieldField(v *PhoneNumberFieldField) FieldField

PhoneNumberFieldFieldAsFieldField is a convenience function that returns PhoneNumberFieldField wrapped in FieldField

func RatingFieldFieldAsFieldField ¶

func RatingFieldFieldAsFieldField(v *RatingFieldField) FieldField

RatingFieldFieldAsFieldField is a convenience function that returns RatingFieldField wrapped in FieldField

func RollupFieldFieldAsFieldField ¶

func RollupFieldFieldAsFieldField(v *RollupFieldField) FieldField

RollupFieldFieldAsFieldField is a convenience function that returns RollupFieldField wrapped in FieldField

func SingleSelectFieldFieldAsFieldField ¶

func SingleSelectFieldFieldAsFieldField(v *SingleSelectFieldField) FieldField

SingleSelectFieldFieldAsFieldField is a convenience function that returns SingleSelectFieldField wrapped in FieldField

func TextFieldFieldAsFieldField ¶

func TextFieldFieldAsFieldField(v *TextFieldField) FieldField

TextFieldFieldAsFieldField is a convenience function that returns TextFieldField wrapped in FieldField

func URLFieldFieldAsFieldField ¶

func URLFieldFieldAsFieldField(v *URLFieldField) FieldField

URLFieldFieldAsFieldField is a convenience function that returns URLFieldField wrapped in FieldField

func (*FieldField) GetActualInstance ¶

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

Get the actual instance

func (FieldField) MarshalJSON ¶

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

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

func (*FieldField) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type FieldFieldSerializerWithRelatedFields ¶

type FieldFieldSerializerWithRelatedFields struct {
	BooleanFieldFieldSerializerWithRelatedFields               *BooleanFieldFieldSerializerWithRelatedFields
	CountFieldFieldSerializerWithRelatedFields                 *CountFieldFieldSerializerWithRelatedFields
	CreatedOnFieldFieldSerializerWithRelatedFields             *CreatedOnFieldFieldSerializerWithRelatedFields
	DateFieldFieldSerializerWithRelatedFields                  *DateFieldFieldSerializerWithRelatedFields
	EmailFieldFieldSerializerWithRelatedFields                 *EmailFieldFieldSerializerWithRelatedFields
	FileFieldFieldSerializerWithRelatedFields                  *FileFieldFieldSerializerWithRelatedFields
	FormulaFieldFieldSerializerWithRelatedFields               *FormulaFieldFieldSerializerWithRelatedFields
	LastModifiedFieldFieldSerializerWithRelatedFields          *LastModifiedFieldFieldSerializerWithRelatedFields
	LinkRowFieldFieldSerializerWithRelatedFields               *LinkRowFieldFieldSerializerWithRelatedFields
	LongTextFieldFieldSerializerWithRelatedFields              *LongTextFieldFieldSerializerWithRelatedFields
	LookupFieldFieldSerializerWithRelatedFields                *LookupFieldFieldSerializerWithRelatedFields
	MultipleCollaboratorsFieldFieldSerializerWithRelatedFields *MultipleCollaboratorsFieldFieldSerializerWithRelatedFields
	MultipleSelectFieldFieldSerializerWithRelatedFields        *MultipleSelectFieldFieldSerializerWithRelatedFields
	NumberFieldFieldSerializerWithRelatedFields                *NumberFieldFieldSerializerWithRelatedFields
	PhoneNumberFieldFieldSerializerWithRelatedFields           *PhoneNumberFieldFieldSerializerWithRelatedFields
	RatingFieldFieldSerializerWithRelatedFields                *RatingFieldFieldSerializerWithRelatedFields
	RollupFieldFieldSerializerWithRelatedFields                *RollupFieldFieldSerializerWithRelatedFields
	SingleSelectFieldFieldSerializerWithRelatedFields          *SingleSelectFieldFieldSerializerWithRelatedFields
	TextFieldFieldSerializerWithRelatedFields                  *TextFieldFieldSerializerWithRelatedFields
	URLFieldFieldSerializerWithRelatedFields                   *URLFieldFieldSerializerWithRelatedFields
}

FieldFieldSerializerWithRelatedFields - struct for FieldFieldSerializerWithRelatedFields

func BooleanFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func BooleanFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *BooleanFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

BooleanFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns BooleanFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func CountFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func CountFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *CountFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

CountFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns CountFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func CreatedOnFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func CreatedOnFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *CreatedOnFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

CreatedOnFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns CreatedOnFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func DateFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func DateFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *DateFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

DateFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns DateFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func EmailFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func EmailFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *EmailFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

EmailFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns EmailFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func FileFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func FileFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *FileFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

FileFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns FileFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func FormulaFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func FormulaFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *FormulaFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

FormulaFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns FormulaFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func LastModifiedFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func LastModifiedFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *LastModifiedFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

LastModifiedFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns LastModifiedFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func LinkRowFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func LinkRowFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *LinkRowFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

LinkRowFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns LinkRowFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func LongTextFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func LongTextFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *LongTextFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

LongTextFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns LongTextFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func LookupFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func LookupFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *LookupFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

LookupFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns LookupFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func MultipleCollaboratorsFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func MultipleCollaboratorsFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

MultipleCollaboratorsFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns MultipleCollaboratorsFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func MultipleSelectFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func MultipleSelectFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *MultipleSelectFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

MultipleSelectFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns MultipleSelectFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func NumberFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func NumberFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *NumberFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

NumberFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns NumberFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func PhoneNumberFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func PhoneNumberFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *PhoneNumberFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

PhoneNumberFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns PhoneNumberFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func RatingFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func RatingFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *RatingFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

RatingFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns RatingFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func RollupFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func RollupFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *RollupFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

RollupFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns RollupFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func SingleSelectFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func SingleSelectFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *SingleSelectFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

SingleSelectFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns SingleSelectFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func TextFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func TextFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *TextFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

TextFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns TextFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func URLFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields ¶

func URLFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields(v *URLFieldFieldSerializerWithRelatedFields) FieldFieldSerializerWithRelatedFields

URLFieldFieldSerializerWithRelatedFieldsAsFieldFieldSerializerWithRelatedFields is a convenience function that returns URLFieldFieldSerializerWithRelatedFields wrapped in FieldFieldSerializerWithRelatedFields

func (*FieldFieldSerializerWithRelatedFields) GetActualInstance ¶

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

Get the actual instance

func (FieldFieldSerializerWithRelatedFields) MarshalJSON ¶

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

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

func (*FieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type FieldSerializerWithRelatedFields ¶

type FieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
}

FieldSerializerWithRelatedFields struct for FieldSerializerWithRelatedFields

func NewFieldSerializerWithRelatedFields ¶

func NewFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *FieldSerializerWithRelatedFields

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

func NewFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewFieldSerializerWithRelatedFieldsWithDefaults() *FieldSerializerWithRelatedFields

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

func (*FieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*FieldSerializerWithRelatedFields) GetIdOk ¶

func (o *FieldSerializerWithRelatedFields) GetIdOk() (*int32, bool)

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

func (*FieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*FieldSerializerWithRelatedFields) GetNameOk ¶

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

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

func (*FieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*FieldSerializerWithRelatedFields) GetOrderOk ¶

func (o *FieldSerializerWithRelatedFields) GetOrderOk() (*int32, bool)

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

func (*FieldSerializerWithRelatedFields) GetPrimary ¶

func (o *FieldSerializerWithRelatedFields) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*FieldSerializerWithRelatedFields) GetPrimaryOk ¶

func (o *FieldSerializerWithRelatedFields) 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 (*FieldSerializerWithRelatedFields) GetReadOnly ¶

func (o *FieldSerializerWithRelatedFields) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*FieldSerializerWithRelatedFields) GetReadOnlyOk ¶

func (o *FieldSerializerWithRelatedFields) GetReadOnlyOk() (*bool, bool)

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

func (*FieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *FieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*FieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *FieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

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

func (*FieldSerializerWithRelatedFields) GetTableId ¶

func (o *FieldSerializerWithRelatedFields) GetTableId() int32

GetTableId returns the TableId field value

func (*FieldSerializerWithRelatedFields) GetTableIdOk ¶

func (o *FieldSerializerWithRelatedFields) GetTableIdOk() (*int32, bool)

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

func (*FieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*FieldSerializerWithRelatedFields) GetTypeOk ¶

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

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

func (*FieldSerializerWithRelatedFields) HasPrimary ¶

func (o *FieldSerializerWithRelatedFields) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (FieldSerializerWithRelatedFields) MarshalJSON ¶

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

func (*FieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*FieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*FieldSerializerWithRelatedFields) SetOrder ¶

func (o *FieldSerializerWithRelatedFields) SetOrder(v int32)

SetOrder sets field value

func (*FieldSerializerWithRelatedFields) SetPrimary ¶

func (o *FieldSerializerWithRelatedFields) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*FieldSerializerWithRelatedFields) SetReadOnly ¶

func (o *FieldSerializerWithRelatedFields) SetReadOnly(v bool)

SetReadOnly sets field value

func (*FieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *FieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*FieldSerializerWithRelatedFields) SetTableId ¶

func (o *FieldSerializerWithRelatedFields) SetTableId(v int32)

SetTableId sets field value

func (*FieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (FieldSerializerWithRelatedFields) ToMap ¶

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

type FileFieldCreateField ¶

type FileFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
}

FileFieldCreateField struct for FileFieldCreateField

func NewFileFieldCreateField ¶

func NewFileFieldCreateField(name string, type_ Type712Enum) *FileFieldCreateField

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

func NewFileFieldCreateFieldWithDefaults ¶

func NewFileFieldCreateFieldWithDefaults() *FileFieldCreateField

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

func (*FileFieldCreateField) GetName ¶

func (o *FileFieldCreateField) GetName() string

GetName returns the Name field value

func (*FileFieldCreateField) GetNameOk ¶

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

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

func (*FileFieldCreateField) GetType ¶

func (o *FileFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*FileFieldCreateField) GetTypeOk ¶

func (o *FileFieldCreateField) GetTypeOk() (*Type712Enum, bool)

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

func (FileFieldCreateField) MarshalJSON ¶

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

func (*FileFieldCreateField) SetName ¶

func (o *FileFieldCreateField) SetName(v string)

SetName sets field value

func (*FileFieldCreateField) SetType ¶

func (o *FileFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (FileFieldCreateField) ToMap ¶

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

type FileFieldField ¶

type FileFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
}

FileFieldField struct for FileFieldField

func NewFileFieldField ¶

func NewFileFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *FileFieldField

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

func NewFileFieldFieldWithDefaults ¶

func NewFileFieldFieldWithDefaults() *FileFieldField

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

func (*FileFieldField) GetId ¶

func (o *FileFieldField) GetId() int32

GetId returns the Id field value

func (*FileFieldField) GetIdOk ¶

func (o *FileFieldField) GetIdOk() (*int32, bool)

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

func (*FileFieldField) GetName ¶

func (o *FileFieldField) GetName() string

GetName returns the Name field value

func (*FileFieldField) GetNameOk ¶

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

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

func (*FileFieldField) GetOrder ¶

func (o *FileFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*FileFieldField) GetOrderOk ¶

func (o *FileFieldField) GetOrderOk() (*int32, bool)

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

func (*FileFieldField) GetPrimary ¶

func (o *FileFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*FileFieldField) GetPrimaryOk ¶

func (o *FileFieldField) 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 (*FileFieldField) GetReadOnly ¶

func (o *FileFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*FileFieldField) GetReadOnlyOk ¶

func (o *FileFieldField) GetReadOnlyOk() (*bool, bool)

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

func (*FileFieldField) GetTableId ¶

func (o *FileFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*FileFieldField) GetTableIdOk ¶

func (o *FileFieldField) GetTableIdOk() (*int32, bool)

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

func (*FileFieldField) GetType ¶

func (o *FileFieldField) GetType() string

GetType returns the Type field value

func (*FileFieldField) GetTypeOk ¶

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

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

func (*FileFieldField) HasPrimary ¶

func (o *FileFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (FileFieldField) MarshalJSON ¶

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

func (*FileFieldField) SetId ¶

func (o *FileFieldField) SetId(v int32)

SetId sets field value

func (*FileFieldField) SetName ¶

func (o *FileFieldField) SetName(v string)

SetName sets field value

func (*FileFieldField) SetOrder ¶

func (o *FileFieldField) SetOrder(v int32)

SetOrder sets field value

func (*FileFieldField) SetPrimary ¶

func (o *FileFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*FileFieldField) SetReadOnly ¶

func (o *FileFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*FileFieldField) SetTableId ¶

func (o *FileFieldField) SetTableId(v int32)

SetTableId sets field value

func (*FileFieldField) SetType ¶

func (o *FileFieldField) SetType(v string)

SetType sets field value

func (FileFieldField) ToMap ¶

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

type FileFieldFieldSerializerWithRelatedFields ¶

type FileFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
}

FileFieldFieldSerializerWithRelatedFields struct for FileFieldFieldSerializerWithRelatedFields

func NewFileFieldFieldSerializerWithRelatedFields ¶

func NewFileFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *FileFieldFieldSerializerWithRelatedFields

NewFileFieldFieldSerializerWithRelatedFields instantiates a new FileFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewFileFieldFieldSerializerWithRelatedFieldsWithDefaults() *FileFieldFieldSerializerWithRelatedFields

NewFileFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new FileFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*FileFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*FileFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*FileFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FileFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*FileFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*FileFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*FileFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

func (o *FileFieldFieldSerializerWithRelatedFields) 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 (*FileFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*FileFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

func (o *FileFieldFieldSerializerWithRelatedFields) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*FileFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *FileFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*FileFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *FileFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*FileFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*FileFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*FileFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*FileFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*FileFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (FileFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*FileFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*FileFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*FileFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*FileFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*FileFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*FileFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *FileFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*FileFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*FileFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (FileFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o FileFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

type FileFieldRequest ¶

type FileFieldRequest struct {
	// A visually editable name for the field.
	VisibleName *string `json:"visible_name,omitempty"`
	// Accepts the name of the already uploaded user file.
	Name string `json:"name"`
}

FileFieldRequest struct for FileFieldRequest

func NewFileFieldRequest ¶

func NewFileFieldRequest(name string) *FileFieldRequest

NewFileFieldRequest instantiates a new FileFieldRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileFieldRequestWithDefaults ¶

func NewFileFieldRequestWithDefaults() *FileFieldRequest

NewFileFieldRequestWithDefaults instantiates a new FileFieldRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileFieldRequest) GetName ¶

func (o *FileFieldRequest) GetName() string

GetName returns the Name field value

func (*FileFieldRequest) GetNameOk ¶

func (o *FileFieldRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FileFieldRequest) GetVisibleName ¶

func (o *FileFieldRequest) GetVisibleName() string

GetVisibleName returns the VisibleName field value if set, zero value otherwise.

func (*FileFieldRequest) GetVisibleNameOk ¶

func (o *FileFieldRequest) GetVisibleNameOk() (*string, bool)

GetVisibleNameOk returns a tuple with the VisibleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileFieldRequest) HasVisibleName ¶

func (o *FileFieldRequest) HasVisibleName() bool

HasVisibleName returns a boolean if a field has been set.

func (FileFieldRequest) MarshalJSON ¶

func (o FileFieldRequest) MarshalJSON() ([]byte, error)

func (*FileFieldRequest) SetName ¶

func (o *FileFieldRequest) SetName(v string)

SetName sets field value

func (*FileFieldRequest) SetVisibleName ¶

func (o *FileFieldRequest) SetVisibleName(v string)

SetVisibleName gets a reference to the given string and assigns it to the VisibleName field.

func (FileFieldRequest) ToMap ¶

func (o FileFieldRequest) ToMap() (map[string]interface{}, error)

type FileFieldResponse ¶

type FileFieldResponse struct {
	Url         string                 `json:"url"`
	Thumbnails  map[string]interface{} `json:"thumbnails"`
	VisibleName string                 `json:"visible_name"`
	Name        string                 `json:"name"`
	Size        int32                  `json:"size"`
	MimeType    string                 `json:"mime_type"`
	IsImage     bool                   `json:"is_image"`
	ImageWidth  int32                  `json:"image_width"`
	ImageHeight int32                  `json:"image_height"`
	UploadedAt  time.Time              `json:"uploaded_at"`
}

FileFieldResponse struct for FileFieldResponse

func NewFileFieldResponse ¶

func NewFileFieldResponse(url string, thumbnails map[string]interface{}, visibleName string, name string, size int32, mimeType string, isImage bool, imageWidth int32, imageHeight int32, uploadedAt time.Time) *FileFieldResponse

NewFileFieldResponse instantiates a new FileFieldResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileFieldResponseWithDefaults ¶

func NewFileFieldResponseWithDefaults() *FileFieldResponse

NewFileFieldResponseWithDefaults instantiates a new FileFieldResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileFieldResponse) GetImageHeight ¶

func (o *FileFieldResponse) GetImageHeight() int32

GetImageHeight returns the ImageHeight field value

func (*FileFieldResponse) GetImageHeightOk ¶

func (o *FileFieldResponse) GetImageHeightOk() (*int32, bool)

GetImageHeightOk returns a tuple with the ImageHeight field value and a boolean to check if the value has been set.

func (*FileFieldResponse) GetImageWidth ¶

func (o *FileFieldResponse) GetImageWidth() int32

GetImageWidth returns the ImageWidth field value

func (*FileFieldResponse) GetImageWidthOk ¶

func (o *FileFieldResponse) GetImageWidthOk() (*int32, bool)

GetImageWidthOk returns a tuple with the ImageWidth field value and a boolean to check if the value has been set.

func (*FileFieldResponse) GetIsImage ¶

func (o *FileFieldResponse) GetIsImage() bool

GetIsImage returns the IsImage field value

func (*FileFieldResponse) GetIsImageOk ¶

func (o *FileFieldResponse) GetIsImageOk() (*bool, bool)

GetIsImageOk returns a tuple with the IsImage field value and a boolean to check if the value has been set.

func (*FileFieldResponse) GetMimeType ¶

func (o *FileFieldResponse) GetMimeType() string

GetMimeType returns the MimeType field value

func (*FileFieldResponse) GetMimeTypeOk ¶

func (o *FileFieldResponse) GetMimeTypeOk() (*string, bool)

GetMimeTypeOk returns a tuple with the MimeType field value and a boolean to check if the value has been set.

func (*FileFieldResponse) GetName ¶

func (o *FileFieldResponse) GetName() string

GetName returns the Name field value

func (*FileFieldResponse) GetNameOk ¶

func (o *FileFieldResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FileFieldResponse) GetSize ¶

func (o *FileFieldResponse) GetSize() int32

GetSize returns the Size field value

func (*FileFieldResponse) GetSizeOk ¶

func (o *FileFieldResponse) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*FileFieldResponse) GetThumbnails ¶

func (o *FileFieldResponse) GetThumbnails() map[string]interface{}

GetThumbnails returns the Thumbnails field value

func (*FileFieldResponse) GetThumbnailsOk ¶

func (o *FileFieldResponse) GetThumbnailsOk() (map[string]interface{}, bool)

GetThumbnailsOk returns a tuple with the Thumbnails field value and a boolean to check if the value has been set.

func (*FileFieldResponse) GetUploadedAt ¶

func (o *FileFieldResponse) GetUploadedAt() time.Time

GetUploadedAt returns the UploadedAt field value

func (*FileFieldResponse) GetUploadedAtOk ¶

func (o *FileFieldResponse) GetUploadedAtOk() (*time.Time, bool)

GetUploadedAtOk returns a tuple with the UploadedAt field value and a boolean to check if the value has been set.

func (*FileFieldResponse) GetUrl ¶

func (o *FileFieldResponse) GetUrl() string

GetUrl returns the Url field value

func (*FileFieldResponse) GetUrlOk ¶

func (o *FileFieldResponse) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*FileFieldResponse) GetVisibleName ¶

func (o *FileFieldResponse) GetVisibleName() string

GetVisibleName returns the VisibleName field value

func (*FileFieldResponse) GetVisibleNameOk ¶

func (o *FileFieldResponse) GetVisibleNameOk() (*string, bool)

GetVisibleNameOk returns a tuple with the VisibleName field value and a boolean to check if the value has been set.

func (FileFieldResponse) MarshalJSON ¶

func (o FileFieldResponse) MarshalJSON() ([]byte, error)

func (*FileFieldResponse) SetImageHeight ¶

func (o *FileFieldResponse) SetImageHeight(v int32)

SetImageHeight sets field value

func (*FileFieldResponse) SetImageWidth ¶

func (o *FileFieldResponse) SetImageWidth(v int32)

SetImageWidth sets field value

func (*FileFieldResponse) SetIsImage ¶

func (o *FileFieldResponse) SetIsImage(v bool)

SetIsImage sets field value

func (*FileFieldResponse) SetMimeType ¶

func (o *FileFieldResponse) SetMimeType(v string)

SetMimeType sets field value

func (*FileFieldResponse) SetName ¶

func (o *FileFieldResponse) SetName(v string)

SetName sets field value

func (*FileFieldResponse) SetSize ¶

func (o *FileFieldResponse) SetSize(v int32)

SetSize sets field value

func (*FileFieldResponse) SetThumbnails ¶

func (o *FileFieldResponse) SetThumbnails(v map[string]interface{})

SetThumbnails sets field value

func (*FileFieldResponse) SetUploadedAt ¶

func (o *FileFieldResponse) SetUploadedAt(v time.Time)

SetUploadedAt sets field value

func (*FileFieldResponse) SetUrl ¶

func (o *FileFieldResponse) SetUrl(v string)

SetUrl sets field value

func (*FileFieldResponse) SetVisibleName ¶

func (o *FileFieldResponse) SetVisibleName(v string)

SetVisibleName sets field value

func (FileFieldResponse) ToMap ¶

func (o FileFieldResponse) ToMap() (map[string]interface{}, error)

type FileImportJobJob ¶

type FileImportJobJob struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError *string `json:"human_readable_error,omitempty"`
	// Database id where the table will be created.
	DatabaseId int32 `json:"database_id"`
	// The name of the new table.
	Name *string `json:"name,omitempty"`
	// Table id where the data will be imported.
	TableId        *int32                 `json:"table_id,omitempty"`
	FirstRowHeader *bool                  `json:"first_row_header,omitempty"`
	Report         FileImportJobJobReport `json:"report"`
}

FileImportJobJob struct for FileImportJobJob

func NewFileImportJobJob ¶

func NewFileImportJobJob(id int32, type_ string, progressPercentage int32, state string, databaseId int32, report FileImportJobJobReport) *FileImportJobJob

NewFileImportJobJob instantiates a new FileImportJobJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileImportJobJobWithDefaults ¶

func NewFileImportJobJobWithDefaults() *FileImportJobJob

NewFileImportJobJobWithDefaults instantiates a new FileImportJobJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileImportJobJob) GetDatabaseId ¶

func (o *FileImportJobJob) GetDatabaseId() int32

GetDatabaseId returns the DatabaseId field value

func (*FileImportJobJob) GetDatabaseIdOk ¶

func (o *FileImportJobJob) GetDatabaseIdOk() (*int32, bool)

GetDatabaseIdOk returns a tuple with the DatabaseId field value and a boolean to check if the value has been set.

func (*FileImportJobJob) GetFirstRowHeader ¶

func (o *FileImportJobJob) GetFirstRowHeader() bool

GetFirstRowHeader returns the FirstRowHeader field value if set, zero value otherwise.

func (*FileImportJobJob) GetFirstRowHeaderOk ¶

func (o *FileImportJobJob) GetFirstRowHeaderOk() (*bool, bool)

GetFirstRowHeaderOk returns a tuple with the FirstRowHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileImportJobJob) GetHumanReadableError ¶

func (o *FileImportJobJob) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*FileImportJobJob) GetHumanReadableErrorOk ¶

func (o *FileImportJobJob) GetHumanReadableErrorOk() (*string, bool)

GetHumanReadableErrorOk returns a tuple with the HumanReadableError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileImportJobJob) GetId ¶

func (o *FileImportJobJob) GetId() int32

GetId returns the Id field value

func (*FileImportJobJob) GetIdOk ¶

func (o *FileImportJobJob) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*FileImportJobJob) GetName ¶

func (o *FileImportJobJob) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FileImportJobJob) GetNameOk ¶

func (o *FileImportJobJob) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileImportJobJob) GetProgressPercentage ¶

func (o *FileImportJobJob) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*FileImportJobJob) GetProgressPercentageOk ¶

func (o *FileImportJobJob) GetProgressPercentageOk() (*int32, bool)

GetProgressPercentageOk returns a tuple with the ProgressPercentage field value and a boolean to check if the value has been set.

func (*FileImportJobJob) GetReport ¶

GetReport returns the Report field value

func (*FileImportJobJob) GetReportOk ¶

func (o *FileImportJobJob) GetReportOk() (*FileImportJobJobReport, bool)

GetReportOk returns a tuple with the Report field value and a boolean to check if the value has been set.

func (*FileImportJobJob) GetState ¶

func (o *FileImportJobJob) GetState() string

GetState returns the State field value

func (*FileImportJobJob) GetStateOk ¶

func (o *FileImportJobJob) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*FileImportJobJob) GetTableId ¶

func (o *FileImportJobJob) GetTableId() int32

GetTableId returns the TableId field value if set, zero value otherwise.

func (*FileImportJobJob) GetTableIdOk ¶

func (o *FileImportJobJob) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileImportJobJob) GetType ¶

func (o *FileImportJobJob) GetType() string

GetType returns the Type field value

func (*FileImportJobJob) GetTypeOk ¶

func (o *FileImportJobJob) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*FileImportJobJob) HasFirstRowHeader ¶

func (o *FileImportJobJob) HasFirstRowHeader() bool

HasFirstRowHeader returns a boolean if a field has been set.

func (*FileImportJobJob) HasHumanReadableError ¶

func (o *FileImportJobJob) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (*FileImportJobJob) HasName ¶

func (o *FileImportJobJob) HasName() bool

HasName returns a boolean if a field has been set.

func (*FileImportJobJob) HasTableId ¶

func (o *FileImportJobJob) HasTableId() bool

HasTableId returns a boolean if a field has been set.

func (FileImportJobJob) MarshalJSON ¶

func (o FileImportJobJob) MarshalJSON() ([]byte, error)

func (*FileImportJobJob) SetDatabaseId ¶

func (o *FileImportJobJob) SetDatabaseId(v int32)

SetDatabaseId sets field value

func (*FileImportJobJob) SetFirstRowHeader ¶

func (o *FileImportJobJob) SetFirstRowHeader(v bool)

SetFirstRowHeader gets a reference to the given bool and assigns it to the FirstRowHeader field.

func (*FileImportJobJob) SetHumanReadableError ¶

func (o *FileImportJobJob) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*FileImportJobJob) SetId ¶

func (o *FileImportJobJob) SetId(v int32)

SetId sets field value

func (*FileImportJobJob) SetName ¶

func (o *FileImportJobJob) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*FileImportJobJob) SetProgressPercentage ¶

func (o *FileImportJobJob) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*FileImportJobJob) SetReport ¶

func (o *FileImportJobJob) SetReport(v FileImportJobJobReport)

SetReport sets field value

func (*FileImportJobJob) SetState ¶

func (o *FileImportJobJob) SetState(v string)

SetState sets field value

func (*FileImportJobJob) SetTableId ¶

func (o *FileImportJobJob) SetTableId(v int32)

SetTableId gets a reference to the given int32 and assigns it to the TableId field.

func (*FileImportJobJob) SetType ¶

func (o *FileImportJobJob) SetType(v string)

SetType sets field value

func (FileImportJobJob) ToMap ¶

func (o FileImportJobJob) ToMap() (map[string]interface{}, error)

type FileImportJobJobReport ¶

type FileImportJobJobReport struct {
	// An object containing field in error by rows. The keys are the row indexes from original file and values are objects of errors by fields.
	FailingRows map[string]map[string][]string `json:"failing_rows"`
}

FileImportJobJobReport Import error report.

func NewFileImportJobJobReport ¶

func NewFileImportJobJobReport(failingRows map[string]map[string][]string) *FileImportJobJobReport

NewFileImportJobJobReport instantiates a new FileImportJobJobReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileImportJobJobReportWithDefaults ¶

func NewFileImportJobJobReportWithDefaults() *FileImportJobJobReport

NewFileImportJobJobReportWithDefaults instantiates a new FileImportJobJobReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileImportJobJobReport) GetFailingRows ¶

func (o *FileImportJobJobReport) GetFailingRows() map[string]map[string][]string

GetFailingRows returns the FailingRows field value

func (*FileImportJobJobReport) GetFailingRowsOk ¶

func (o *FileImportJobJobReport) GetFailingRowsOk() (*map[string]map[string][]string, bool)

GetFailingRowsOk returns a tuple with the FailingRows field value and a boolean to check if the value has been set.

func (FileImportJobJobReport) MarshalJSON ¶

func (o FileImportJobJobReport) MarshalJSON() ([]byte, error)

func (*FileImportJobJobReport) SetFailingRows ¶

func (o *FileImportJobJobReport) SetFailingRows(v map[string]map[string][]string)

SetFailingRows sets field value

func (FileImportJobJobReport) ToMap ¶

func (o FileImportJobJobReport) ToMap() (map[string]interface{}, error)

type FilterActionTypeEnum ¶

type FilterActionTypeEnum string

FilterActionTypeEnum * `create_group` - create_group * `delete_group` - delete_group * `update_group` - update_group * `order_groups` - order_groups * `create_application` - create_application * `update_application` - update_application * `delete_application` - delete_application * `order_applications` - order_applications * `duplicate_application` - duplicate_application * `install_template` - install_template * `create_group_invitation` - create_group_invitation * `delete_group_invitation` - delete_group_invitation * `accept_group_invitation` - accept_group_invitation * `reject_group_invitation` - reject_group_invitation * `update_group_invitation_permissions` - update_group_invitation_permissions * `leave_group` - leave_group * `create_snapshot` - create_snapshot * `delete_snapshot` - delete_snapshot * `restore_snapshot` - restore_snapshot * `empty_trash` - empty_trash * `restore_from_trash` - restore_from_trash * `create_user` - create_user * `update_user` - update_user * `schedule_user_deletion` - schedule_user_deletion * `cancel_user_deletion` - cancel_user_deletion * `sign_in_user` - sign_in_user * `change_user_password` - change_user_password * `send_reset_user_password` - send_reset_user_password * `reset_user_password` - reset_user_password * `create_db_token` - create_db_token * `update_db_token_name` - update_db_token_name * `update_db_token_permissions` - update_db_token_permissions * `rotate_db_token_key` - rotate_db_token_key * `delete_db_token_key` - delete_db_token_key * `create_webhook` - create_webhook * `delete_webhook` - delete_webhook * `update_webhook` - update_webhook * `export_table` - export_table * `import_database_from_airtable` - import_database_from_airtable * `create_table` - create_table * `delete_table` - delete_table * `order_tables` - order_tables * `update_table` - update_table * `duplicate_table` - duplicate_table * `create_row` - create_row * `create_rows` - create_rows * `import_rows` - import_rows * `delete_row` - delete_row * `delete_rows` - delete_rows * `move_row` - move_row * `update_row` - update_row * `update_rows` - update_rows * `create_view` - create_view * `duplicate_view` - duplicate_view * `delete_view` - delete_view * `order_views` - order_views * `update_view` - update_view * `create_view_filter` - create_view_filter * `update_view_filter` - update_view_filter * `delete_view_filter` - delete_view_filter * `create_view_sort` - create_view_sort * `update_view_sort` - update_view_sort * `delete_view_sort` - delete_view_sort * `rotate_view_slug` - rotate_view_slug * `update_view_field_options` - update_view_field_options * `create_decoration` - create_decoration * `update_decoration` - update_decoration * `delete_decoration` - delete_decoration * `create_field` - create_field * `delete_field` - delete_field * `update_field` - update_field * `duplicate_field` - duplicate_field * `create_row_comment` - create_row_comment * `create_team` - create_team * `update_team` - update_team * `delete_team` - delete_team * `create_team_subject` - create_team_subject * `delete_team_subject` - delete_team_subject * `batch_assign_role` - batch_assign_role

func NewFilterActionTypeEnumFromValue ¶

func NewFilterActionTypeEnumFromValue(v string) (*FilterActionTypeEnum, error)

NewFilterActionTypeEnumFromValue returns a pointer to a valid FilterActionTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FilterActionTypeEnum) IsValid ¶

func (v FilterActionTypeEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FilterActionTypeEnum) Ptr ¶

Ptr returns reference to FilterActionTypeEnum value

func (*FilterActionTypeEnum) UnmarshalJSON ¶

func (v *FilterActionTypeEnum) UnmarshalJSON(src []byte) error

type FormViewCreateView ¶

type FormViewCreateView struct {
	Name          string             `json:"name"`
	Type          ViewTypesEnum      `json:"type"`
	OwnershipType *OwnershipTypeEnum `json:"ownership_type,omitempty"`
	FilterType    *ConditionTypeEnum `json:"filter_type,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled *bool `json:"filters_disabled,omitempty"`
	// The title that is displayed at the beginning of the form.
	Title *string `json:"title,omitempty"`
	// The description that is displayed at the beginning of the form.
	Description *string                              `json:"description,omitempty"`
	Mode        *ModeEnum                            `json:"mode,omitempty"`
	CoverImage  NullableFormViewCreateViewCoverImage `json:"cover_image,omitempty"`
	LogoImage   NullableFormViewCreateViewLogoImage  `json:"logo_image,omitempty"`
	// The text displayed on the submit button.
	SubmitText   *string           `json:"submit_text,omitempty"`
	SubmitAction *SubmitActionEnum `json:"submit_action,omitempty"`
	// If the `submit_action` is MESSAGE, then this message will be shown to the visitor after submitting the form.
	SubmitActionMessage *string `json:"submit_action_message,omitempty"`
	// If the `submit_action` is REDIRECT,then the visitors will be redirected to the this URL after submitting the form.
	SubmitActionRedirectUrl *string `json:"submit_action_redirect_url,omitempty"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug that can be used to construct a public URL.
	Slug string `json:"slug"`
}

FormViewCreateView struct for FormViewCreateView

func NewFormViewCreateView ¶

func NewFormViewCreateView(name string, type_ ViewTypesEnum, slug string) *FormViewCreateView

NewFormViewCreateView instantiates a new FormViewCreateView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFormViewCreateViewWithDefaults ¶

func NewFormViewCreateViewWithDefaults() *FormViewCreateView

NewFormViewCreateViewWithDefaults instantiates a new FormViewCreateView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FormViewCreateView) GetCoverImage ¶

GetCoverImage returns the CoverImage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormViewCreateView) GetCoverImageOk ¶

func (o *FormViewCreateView) GetCoverImageOk() (*FormViewCreateViewCoverImage, bool)

GetCoverImageOk returns a tuple with the CoverImage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormViewCreateView) GetDescription ¶

func (o *FormViewCreateView) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*FormViewCreateView) GetDescriptionOk ¶

func (o *FormViewCreateView) 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 (*FormViewCreateView) GetFilterType ¶

func (o *FormViewCreateView) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*FormViewCreateView) GetFilterTypeOk ¶

func (o *FormViewCreateView) GetFilterTypeOk() (*ConditionTypeEnum, bool)

GetFilterTypeOk returns a tuple with the FilterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewCreateView) GetFiltersDisabled ¶

func (o *FormViewCreateView) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*FormViewCreateView) GetFiltersDisabledOk ¶

func (o *FormViewCreateView) GetFiltersDisabledOk() (*bool, bool)

GetFiltersDisabledOk returns a tuple with the FiltersDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewCreateView) GetLogoImage ¶

GetLogoImage returns the LogoImage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormViewCreateView) GetLogoImageOk ¶

func (o *FormViewCreateView) GetLogoImageOk() (*FormViewCreateViewLogoImage, bool)

GetLogoImageOk returns a tuple with the LogoImage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormViewCreateView) GetMode ¶

func (o *FormViewCreateView) GetMode() ModeEnum

GetMode returns the Mode field value if set, zero value otherwise.

func (*FormViewCreateView) GetModeOk ¶

func (o *FormViewCreateView) GetModeOk() (*ModeEnum, 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 (*FormViewCreateView) GetName ¶

func (o *FormViewCreateView) GetName() string

GetName returns the Name field value

func (*FormViewCreateView) GetNameOk ¶

func (o *FormViewCreateView) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FormViewCreateView) GetOwnershipType ¶

func (o *FormViewCreateView) GetOwnershipType() OwnershipTypeEnum

GetOwnershipType returns the OwnershipType field value if set, zero value otherwise.

func (*FormViewCreateView) GetOwnershipTypeOk ¶

func (o *FormViewCreateView) GetOwnershipTypeOk() (*OwnershipTypeEnum, bool)

GetOwnershipTypeOk returns a tuple with the OwnershipType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewCreateView) GetPublic ¶

func (o *FormViewCreateView) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*FormViewCreateView) GetPublicOk ¶

func (o *FormViewCreateView) GetPublicOk() (*bool, 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 (*FormViewCreateView) GetSlug ¶

func (o *FormViewCreateView) GetSlug() string

GetSlug returns the Slug field value

func (*FormViewCreateView) GetSlugOk ¶

func (o *FormViewCreateView) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*FormViewCreateView) GetSubmitAction ¶

func (o *FormViewCreateView) GetSubmitAction() SubmitActionEnum

GetSubmitAction returns the SubmitAction field value if set, zero value otherwise.

func (*FormViewCreateView) GetSubmitActionMessage ¶

func (o *FormViewCreateView) GetSubmitActionMessage() string

GetSubmitActionMessage returns the SubmitActionMessage field value if set, zero value otherwise.

func (*FormViewCreateView) GetSubmitActionMessageOk ¶

func (o *FormViewCreateView) GetSubmitActionMessageOk() (*string, bool)

GetSubmitActionMessageOk returns a tuple with the SubmitActionMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewCreateView) GetSubmitActionOk ¶

func (o *FormViewCreateView) GetSubmitActionOk() (*SubmitActionEnum, bool)

GetSubmitActionOk returns a tuple with the SubmitAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewCreateView) GetSubmitActionRedirectUrl ¶

func (o *FormViewCreateView) GetSubmitActionRedirectUrl() string

GetSubmitActionRedirectUrl returns the SubmitActionRedirectUrl field value if set, zero value otherwise.

func (*FormViewCreateView) GetSubmitActionRedirectUrlOk ¶

func (o *FormViewCreateView) GetSubmitActionRedirectUrlOk() (*string, bool)

GetSubmitActionRedirectUrlOk returns a tuple with the SubmitActionRedirectUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewCreateView) GetSubmitText ¶

func (o *FormViewCreateView) GetSubmitText() string

GetSubmitText returns the SubmitText field value if set, zero value otherwise.

func (*FormViewCreateView) GetSubmitTextOk ¶

func (o *FormViewCreateView) GetSubmitTextOk() (*string, bool)

GetSubmitTextOk returns a tuple with the SubmitText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewCreateView) GetTitle ¶

func (o *FormViewCreateView) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*FormViewCreateView) GetTitleOk ¶

func (o *FormViewCreateView) 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 (*FormViewCreateView) GetType ¶

func (o *FormViewCreateView) GetType() ViewTypesEnum

GetType returns the Type field value

func (*FormViewCreateView) GetTypeOk ¶

func (o *FormViewCreateView) GetTypeOk() (*ViewTypesEnum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*FormViewCreateView) HasCoverImage ¶

func (o *FormViewCreateView) HasCoverImage() bool

HasCoverImage returns a boolean if a field has been set.

func (*FormViewCreateView) HasDescription ¶

func (o *FormViewCreateView) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*FormViewCreateView) HasFilterType ¶

func (o *FormViewCreateView) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*FormViewCreateView) HasFiltersDisabled ¶

func (o *FormViewCreateView) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (*FormViewCreateView) HasLogoImage ¶

func (o *FormViewCreateView) HasLogoImage() bool

HasLogoImage returns a boolean if a field has been set.

func (*FormViewCreateView) HasMode ¶

func (o *FormViewCreateView) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*FormViewCreateView) HasOwnershipType ¶

func (o *FormViewCreateView) HasOwnershipType() bool

HasOwnershipType returns a boolean if a field has been set.

func (*FormViewCreateView) HasPublic ¶

func (o *FormViewCreateView) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (*FormViewCreateView) HasSubmitAction ¶

func (o *FormViewCreateView) HasSubmitAction() bool

HasSubmitAction returns a boolean if a field has been set.

func (*FormViewCreateView) HasSubmitActionMessage ¶

func (o *FormViewCreateView) HasSubmitActionMessage() bool

HasSubmitActionMessage returns a boolean if a field has been set.

func (*FormViewCreateView) HasSubmitActionRedirectUrl ¶

func (o *FormViewCreateView) HasSubmitActionRedirectUrl() bool

HasSubmitActionRedirectUrl returns a boolean if a field has been set.

func (*FormViewCreateView) HasSubmitText ¶

func (o *FormViewCreateView) HasSubmitText() bool

HasSubmitText returns a boolean if a field has been set.

func (*FormViewCreateView) HasTitle ¶

func (o *FormViewCreateView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (FormViewCreateView) MarshalJSON ¶

func (o FormViewCreateView) MarshalJSON() ([]byte, error)

func (*FormViewCreateView) SetCoverImage ¶

SetCoverImage gets a reference to the given NullableFormViewCreateViewCoverImage and assigns it to the CoverImage field.

func (*FormViewCreateView) SetCoverImageNil ¶

func (o *FormViewCreateView) SetCoverImageNil()

SetCoverImageNil sets the value for CoverImage to be an explicit nil

func (*FormViewCreateView) SetDescription ¶

func (o *FormViewCreateView) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*FormViewCreateView) SetFilterType ¶

func (o *FormViewCreateView) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*FormViewCreateView) SetFiltersDisabled ¶

func (o *FormViewCreateView) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*FormViewCreateView) SetLogoImage ¶

SetLogoImage gets a reference to the given NullableFormViewCreateViewLogoImage and assigns it to the LogoImage field.

func (*FormViewCreateView) SetLogoImageNil ¶

func (o *FormViewCreateView) SetLogoImageNil()

SetLogoImageNil sets the value for LogoImage to be an explicit nil

func (*FormViewCreateView) SetMode ¶

func (o *FormViewCreateView) SetMode(v ModeEnum)

SetMode gets a reference to the given ModeEnum and assigns it to the Mode field.

func (*FormViewCreateView) SetName ¶

func (o *FormViewCreateView) SetName(v string)

SetName sets field value

func (*FormViewCreateView) SetOwnershipType ¶

func (o *FormViewCreateView) SetOwnershipType(v OwnershipTypeEnum)

SetOwnershipType gets a reference to the given OwnershipTypeEnum and assigns it to the OwnershipType field.

func (*FormViewCreateView) SetPublic ¶

func (o *FormViewCreateView) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (*FormViewCreateView) SetSlug ¶

func (o *FormViewCreateView) SetSlug(v string)

SetSlug sets field value

func (*FormViewCreateView) SetSubmitAction ¶

func (o *FormViewCreateView) SetSubmitAction(v SubmitActionEnum)

SetSubmitAction gets a reference to the given SubmitActionEnum and assigns it to the SubmitAction field.

func (*FormViewCreateView) SetSubmitActionMessage ¶

func (o *FormViewCreateView) SetSubmitActionMessage(v string)

SetSubmitActionMessage gets a reference to the given string and assigns it to the SubmitActionMessage field.

func (*FormViewCreateView) SetSubmitActionRedirectUrl ¶

func (o *FormViewCreateView) SetSubmitActionRedirectUrl(v string)

SetSubmitActionRedirectUrl gets a reference to the given string and assigns it to the SubmitActionRedirectUrl field.

func (*FormViewCreateView) SetSubmitText ¶

func (o *FormViewCreateView) SetSubmitText(v string)

SetSubmitText gets a reference to the given string and assigns it to the SubmitText field.

func (*FormViewCreateView) SetTitle ¶

func (o *FormViewCreateView) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*FormViewCreateView) SetType ¶

func (o *FormViewCreateView) SetType(v ViewTypesEnum)

SetType sets field value

func (FormViewCreateView) ToMap ¶

func (o FormViewCreateView) ToMap() (map[string]interface{}, error)

func (*FormViewCreateView) UnsetCoverImage ¶

func (o *FormViewCreateView) UnsetCoverImage()

UnsetCoverImage ensures that no value is present for CoverImage, not even an explicit nil

func (*FormViewCreateView) UnsetLogoImage ¶

func (o *FormViewCreateView) UnsetLogoImage()

UnsetLogoImage ensures that no value is present for LogoImage, not even an explicit nil

type FormViewCreateViewCoverImage ¶

type FormViewCreateViewCoverImage struct {
	Size         int32                  `json:"size"`
	MimeType     *string                `json:"mime_type,omitempty"`
	IsImage      *bool                  `json:"is_image,omitempty"`
	ImageWidth   NullableInt32          `json:"image_width,omitempty"`
	ImageHeight  NullableInt32          `json:"image_height,omitempty"`
	UploadedAt   time.Time              `json:"uploaded_at"`
	Url          string                 `json:"url"`
	Thumbnails   map[string]interface{} `json:"thumbnails"`
	Name         string                 `json:"name"`
	OriginalName string                 `json:"original_name"`
}

FormViewCreateViewCoverImage The cover image that must be displayed at the top of the form.

func NewFormViewCreateViewCoverImage ¶

func NewFormViewCreateViewCoverImage(size int32, uploadedAt time.Time, url string, thumbnails map[string]interface{}, name string, originalName string) *FormViewCreateViewCoverImage

NewFormViewCreateViewCoverImage instantiates a new FormViewCreateViewCoverImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFormViewCreateViewCoverImageWithDefaults ¶

func NewFormViewCreateViewCoverImageWithDefaults() *FormViewCreateViewCoverImage

NewFormViewCreateViewCoverImageWithDefaults instantiates a new FormViewCreateViewCoverImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FormViewCreateViewCoverImage) GetImageHeight ¶

func (o *FormViewCreateViewCoverImage) GetImageHeight() int32

GetImageHeight returns the ImageHeight field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormViewCreateViewCoverImage) GetImageHeightOk ¶

func (o *FormViewCreateViewCoverImage) GetImageHeightOk() (*int32, bool)

GetImageHeightOk returns a tuple with the ImageHeight field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormViewCreateViewCoverImage) GetImageWidth ¶

func (o *FormViewCreateViewCoverImage) GetImageWidth() int32

GetImageWidth returns the ImageWidth field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormViewCreateViewCoverImage) GetImageWidthOk ¶

func (o *FormViewCreateViewCoverImage) GetImageWidthOk() (*int32, bool)

GetImageWidthOk returns a tuple with the ImageWidth field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormViewCreateViewCoverImage) GetIsImage ¶

func (o *FormViewCreateViewCoverImage) GetIsImage() bool

GetIsImage returns the IsImage field value if set, zero value otherwise.

func (*FormViewCreateViewCoverImage) GetIsImageOk ¶

func (o *FormViewCreateViewCoverImage) GetIsImageOk() (*bool, bool)

GetIsImageOk returns a tuple with the IsImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewCreateViewCoverImage) GetMimeType ¶

func (o *FormViewCreateViewCoverImage) GetMimeType() string

GetMimeType returns the MimeType field value if set, zero value otherwise.

func (*FormViewCreateViewCoverImage) GetMimeTypeOk ¶

func (o *FormViewCreateViewCoverImage) GetMimeTypeOk() (*string, bool)

GetMimeTypeOk returns a tuple with the MimeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewCreateViewCoverImage) GetName ¶

func (o *FormViewCreateViewCoverImage) GetName() string

GetName returns the Name field value

func (*FormViewCreateViewCoverImage) GetNameOk ¶

func (o *FormViewCreateViewCoverImage) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FormViewCreateViewCoverImage) GetOriginalName ¶

func (o *FormViewCreateViewCoverImage) GetOriginalName() string

GetOriginalName returns the OriginalName field value

func (*FormViewCreateViewCoverImage) GetOriginalNameOk ¶

func (o *FormViewCreateViewCoverImage) GetOriginalNameOk() (*string, bool)

GetOriginalNameOk returns a tuple with the OriginalName field value and a boolean to check if the value has been set.

func (*FormViewCreateViewCoverImage) GetSize ¶

func (o *FormViewCreateViewCoverImage) GetSize() int32

GetSize returns the Size field value

func (*FormViewCreateViewCoverImage) GetSizeOk ¶

func (o *FormViewCreateViewCoverImage) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*FormViewCreateViewCoverImage) GetThumbnails ¶

func (o *FormViewCreateViewCoverImage) GetThumbnails() map[string]interface{}

GetThumbnails returns the Thumbnails field value

func (*FormViewCreateViewCoverImage) GetThumbnailsOk ¶

func (o *FormViewCreateViewCoverImage) GetThumbnailsOk() (map[string]interface{}, bool)

GetThumbnailsOk returns a tuple with the Thumbnails field value and a boolean to check if the value has been set.

func (*FormViewCreateViewCoverImage) GetUploadedAt ¶

func (o *FormViewCreateViewCoverImage) GetUploadedAt() time.Time

GetUploadedAt returns the UploadedAt field value

func (*FormViewCreateViewCoverImage) GetUploadedAtOk ¶

func (o *FormViewCreateViewCoverImage) GetUploadedAtOk() (*time.Time, bool)

GetUploadedAtOk returns a tuple with the UploadedAt field value and a boolean to check if the value has been set.

func (*FormViewCreateViewCoverImage) GetUrl ¶

GetUrl returns the Url field value

func (*FormViewCreateViewCoverImage) GetUrlOk ¶

func (o *FormViewCreateViewCoverImage) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*FormViewCreateViewCoverImage) HasImageHeight ¶

func (o *FormViewCreateViewCoverImage) HasImageHeight() bool

HasImageHeight returns a boolean if a field has been set.

func (*FormViewCreateViewCoverImage) HasImageWidth ¶

func (o *FormViewCreateViewCoverImage) HasImageWidth() bool

HasImageWidth returns a boolean if a field has been set.

func (*FormViewCreateViewCoverImage) HasIsImage ¶

func (o *FormViewCreateViewCoverImage) HasIsImage() bool

HasIsImage returns a boolean if a field has been set.

func (*FormViewCreateViewCoverImage) HasMimeType ¶

func (o *FormViewCreateViewCoverImage) HasMimeType() bool

HasMimeType returns a boolean if a field has been set.

func (FormViewCreateViewCoverImage) MarshalJSON ¶

func (o FormViewCreateViewCoverImage) MarshalJSON() ([]byte, error)

func (*FormViewCreateViewCoverImage) SetImageHeight ¶

func (o *FormViewCreateViewCoverImage) SetImageHeight(v int32)

SetImageHeight gets a reference to the given NullableInt32 and assigns it to the ImageHeight field.

func (*FormViewCreateViewCoverImage) SetImageHeightNil ¶

func (o *FormViewCreateViewCoverImage) SetImageHeightNil()

SetImageHeightNil sets the value for ImageHeight to be an explicit nil

func (*FormViewCreateViewCoverImage) SetImageWidth ¶

func (o *FormViewCreateViewCoverImage) SetImageWidth(v int32)

SetImageWidth gets a reference to the given NullableInt32 and assigns it to the ImageWidth field.

func (*FormViewCreateViewCoverImage) SetImageWidthNil ¶

func (o *FormViewCreateViewCoverImage) SetImageWidthNil()

SetImageWidthNil sets the value for ImageWidth to be an explicit nil

func (*FormViewCreateViewCoverImage) SetIsImage ¶

func (o *FormViewCreateViewCoverImage) SetIsImage(v bool)

SetIsImage gets a reference to the given bool and assigns it to the IsImage field.

func (*FormViewCreateViewCoverImage) SetMimeType ¶

func (o *FormViewCreateViewCoverImage) SetMimeType(v string)

SetMimeType gets a reference to the given string and assigns it to the MimeType field.

func (*FormViewCreateViewCoverImage) SetName ¶

func (o *FormViewCreateViewCoverImage) SetName(v string)

SetName sets field value

func (*FormViewCreateViewCoverImage) SetOriginalName ¶

func (o *FormViewCreateViewCoverImage) SetOriginalName(v string)

SetOriginalName sets field value

func (*FormViewCreateViewCoverImage) SetSize ¶

func (o *FormViewCreateViewCoverImage) SetSize(v int32)

SetSize sets field value

func (*FormViewCreateViewCoverImage) SetThumbnails ¶

func (o *FormViewCreateViewCoverImage) SetThumbnails(v map[string]interface{})

SetThumbnails sets field value

func (*FormViewCreateViewCoverImage) SetUploadedAt ¶

func (o *FormViewCreateViewCoverImage) SetUploadedAt(v time.Time)

SetUploadedAt sets field value

func (*FormViewCreateViewCoverImage) SetUrl ¶

func (o *FormViewCreateViewCoverImage) SetUrl(v string)

SetUrl sets field value

func (FormViewCreateViewCoverImage) ToMap ¶

func (o FormViewCreateViewCoverImage) ToMap() (map[string]interface{}, error)

func (*FormViewCreateViewCoverImage) UnsetImageHeight ¶

func (o *FormViewCreateViewCoverImage) UnsetImageHeight()

UnsetImageHeight ensures that no value is present for ImageHeight, not even an explicit nil

func (*FormViewCreateViewCoverImage) UnsetImageWidth ¶

func (o *FormViewCreateViewCoverImage) UnsetImageWidth()

UnsetImageWidth ensures that no value is present for ImageWidth, not even an explicit nil

type FormViewCreateViewLogoImage ¶

type FormViewCreateViewLogoImage struct {
	Size         int32                  `json:"size"`
	MimeType     *string                `json:"mime_type,omitempty"`
	IsImage      *bool                  `json:"is_image,omitempty"`
	ImageWidth   NullableInt32          `json:"image_width,omitempty"`
	ImageHeight  NullableInt32          `json:"image_height,omitempty"`
	UploadedAt   time.Time              `json:"uploaded_at"`
	Url          string                 `json:"url"`
	Thumbnails   map[string]interface{} `json:"thumbnails"`
	Name         string                 `json:"name"`
	OriginalName string                 `json:"original_name"`
}

FormViewCreateViewLogoImage The logo image that must be displayed at the top of the form.

func NewFormViewCreateViewLogoImage ¶

func NewFormViewCreateViewLogoImage(size int32, uploadedAt time.Time, url string, thumbnails map[string]interface{}, name string, originalName string) *FormViewCreateViewLogoImage

NewFormViewCreateViewLogoImage instantiates a new FormViewCreateViewLogoImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFormViewCreateViewLogoImageWithDefaults ¶

func NewFormViewCreateViewLogoImageWithDefaults() *FormViewCreateViewLogoImage

NewFormViewCreateViewLogoImageWithDefaults instantiates a new FormViewCreateViewLogoImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FormViewCreateViewLogoImage) GetImageHeight ¶

func (o *FormViewCreateViewLogoImage) GetImageHeight() int32

GetImageHeight returns the ImageHeight field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormViewCreateViewLogoImage) GetImageHeightOk ¶

func (o *FormViewCreateViewLogoImage) GetImageHeightOk() (*int32, bool)

GetImageHeightOk returns a tuple with the ImageHeight field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormViewCreateViewLogoImage) GetImageWidth ¶

func (o *FormViewCreateViewLogoImage) GetImageWidth() int32

GetImageWidth returns the ImageWidth field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormViewCreateViewLogoImage) GetImageWidthOk ¶

func (o *FormViewCreateViewLogoImage) GetImageWidthOk() (*int32, bool)

GetImageWidthOk returns a tuple with the ImageWidth field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormViewCreateViewLogoImage) GetIsImage ¶

func (o *FormViewCreateViewLogoImage) GetIsImage() bool

GetIsImage returns the IsImage field value if set, zero value otherwise.

func (*FormViewCreateViewLogoImage) GetIsImageOk ¶

func (o *FormViewCreateViewLogoImage) GetIsImageOk() (*bool, bool)

GetIsImageOk returns a tuple with the IsImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewCreateViewLogoImage) GetMimeType ¶

func (o *FormViewCreateViewLogoImage) GetMimeType() string

GetMimeType returns the MimeType field value if set, zero value otherwise.

func (*FormViewCreateViewLogoImage) GetMimeTypeOk ¶

func (o *FormViewCreateViewLogoImage) GetMimeTypeOk() (*string, bool)

GetMimeTypeOk returns a tuple with the MimeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewCreateViewLogoImage) GetName ¶

func (o *FormViewCreateViewLogoImage) GetName() string

GetName returns the Name field value

func (*FormViewCreateViewLogoImage) GetNameOk ¶

func (o *FormViewCreateViewLogoImage) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FormViewCreateViewLogoImage) GetOriginalName ¶

func (o *FormViewCreateViewLogoImage) GetOriginalName() string

GetOriginalName returns the OriginalName field value

func (*FormViewCreateViewLogoImage) GetOriginalNameOk ¶

func (o *FormViewCreateViewLogoImage) GetOriginalNameOk() (*string, bool)

GetOriginalNameOk returns a tuple with the OriginalName field value and a boolean to check if the value has been set.

func (*FormViewCreateViewLogoImage) GetSize ¶

func (o *FormViewCreateViewLogoImage) GetSize() int32

GetSize returns the Size field value

func (*FormViewCreateViewLogoImage) GetSizeOk ¶

func (o *FormViewCreateViewLogoImage) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*FormViewCreateViewLogoImage) GetThumbnails ¶

func (o *FormViewCreateViewLogoImage) GetThumbnails() map[string]interface{}

GetThumbnails returns the Thumbnails field value

func (*FormViewCreateViewLogoImage) GetThumbnailsOk ¶

func (o *FormViewCreateViewLogoImage) GetThumbnailsOk() (map[string]interface{}, bool)

GetThumbnailsOk returns a tuple with the Thumbnails field value and a boolean to check if the value has been set.

func (*FormViewCreateViewLogoImage) GetUploadedAt ¶

func (o *FormViewCreateViewLogoImage) GetUploadedAt() time.Time

GetUploadedAt returns the UploadedAt field value

func (*FormViewCreateViewLogoImage) GetUploadedAtOk ¶

func (o *FormViewCreateViewLogoImage) GetUploadedAtOk() (*time.Time, bool)

GetUploadedAtOk returns a tuple with the UploadedAt field value and a boolean to check if the value has been set.

func (*FormViewCreateViewLogoImage) GetUrl ¶

func (o *FormViewCreateViewLogoImage) GetUrl() string

GetUrl returns the Url field value

func (*FormViewCreateViewLogoImage) GetUrlOk ¶

func (o *FormViewCreateViewLogoImage) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*FormViewCreateViewLogoImage) HasImageHeight ¶

func (o *FormViewCreateViewLogoImage) HasImageHeight() bool

HasImageHeight returns a boolean if a field has been set.

func (*FormViewCreateViewLogoImage) HasImageWidth ¶

func (o *FormViewCreateViewLogoImage) HasImageWidth() bool

HasImageWidth returns a boolean if a field has been set.

func (*FormViewCreateViewLogoImage) HasIsImage ¶

func (o *FormViewCreateViewLogoImage) HasIsImage() bool

HasIsImage returns a boolean if a field has been set.

func (*FormViewCreateViewLogoImage) HasMimeType ¶

func (o *FormViewCreateViewLogoImage) HasMimeType() bool

HasMimeType returns a boolean if a field has been set.

func (FormViewCreateViewLogoImage) MarshalJSON ¶

func (o FormViewCreateViewLogoImage) MarshalJSON() ([]byte, error)

func (*FormViewCreateViewLogoImage) SetImageHeight ¶

func (o *FormViewCreateViewLogoImage) SetImageHeight(v int32)

SetImageHeight gets a reference to the given NullableInt32 and assigns it to the ImageHeight field.

func (*FormViewCreateViewLogoImage) SetImageHeightNil ¶

func (o *FormViewCreateViewLogoImage) SetImageHeightNil()

SetImageHeightNil sets the value for ImageHeight to be an explicit nil

func (*FormViewCreateViewLogoImage) SetImageWidth ¶

func (o *FormViewCreateViewLogoImage) SetImageWidth(v int32)

SetImageWidth gets a reference to the given NullableInt32 and assigns it to the ImageWidth field.

func (*FormViewCreateViewLogoImage) SetImageWidthNil ¶

func (o *FormViewCreateViewLogoImage) SetImageWidthNil()

SetImageWidthNil sets the value for ImageWidth to be an explicit nil

func (*FormViewCreateViewLogoImage) SetIsImage ¶

func (o *FormViewCreateViewLogoImage) SetIsImage(v bool)

SetIsImage gets a reference to the given bool and assigns it to the IsImage field.

func (*FormViewCreateViewLogoImage) SetMimeType ¶

func (o *FormViewCreateViewLogoImage) SetMimeType(v string)

SetMimeType gets a reference to the given string and assigns it to the MimeType field.

func (*FormViewCreateViewLogoImage) SetName ¶

func (o *FormViewCreateViewLogoImage) SetName(v string)

SetName sets field value

func (*FormViewCreateViewLogoImage) SetOriginalName ¶

func (o *FormViewCreateViewLogoImage) SetOriginalName(v string)

SetOriginalName sets field value

func (*FormViewCreateViewLogoImage) SetSize ¶

func (o *FormViewCreateViewLogoImage) SetSize(v int32)

SetSize sets field value

func (*FormViewCreateViewLogoImage) SetThumbnails ¶

func (o *FormViewCreateViewLogoImage) SetThumbnails(v map[string]interface{})

SetThumbnails sets field value

func (*FormViewCreateViewLogoImage) SetUploadedAt ¶

func (o *FormViewCreateViewLogoImage) SetUploadedAt(v time.Time)

SetUploadedAt sets field value

func (*FormViewCreateViewLogoImage) SetUrl ¶

func (o *FormViewCreateViewLogoImage) SetUrl(v string)

SetUrl sets field value

func (FormViewCreateViewLogoImage) ToMap ¶

func (o FormViewCreateViewLogoImage) ToMap() (map[string]interface{}, error)

func (*FormViewCreateViewLogoImage) UnsetImageHeight ¶

func (o *FormViewCreateViewLogoImage) UnsetImageHeight()

UnsetImageHeight ensures that no value is present for ImageHeight, not even an explicit nil

func (*FormViewCreateViewLogoImage) UnsetImageWidth ¶

func (o *FormViewCreateViewLogoImage) UnsetImageWidth()

UnsetImageWidth ensures that no value is present for ImageWidth, not even an explicit nil

type FormViewFieldOptions ¶

type FormViewFieldOptions struct {
	// An object containing the field id as key and the properties related to view as value.
	FieldOptions map[string]FormViewFieldOptions `json:"field_options"`
}

FormViewFieldOptions struct for FormViewFieldOptions

func NewFormViewFieldOptions ¶

func NewFormViewFieldOptions(fieldOptions map[string]FormViewFieldOptions) *FormViewFieldOptions

NewFormViewFieldOptions instantiates a new FormViewFieldOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFormViewFieldOptionsWithDefaults ¶

func NewFormViewFieldOptionsWithDefaults() *FormViewFieldOptions

NewFormViewFieldOptionsWithDefaults instantiates a new FormViewFieldOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FormViewFieldOptions) GetFieldOptions ¶

func (o *FormViewFieldOptions) GetFieldOptions() map[string]FormViewFieldOptions

GetFieldOptions returns the FieldOptions field value

func (*FormViewFieldOptions) GetFieldOptionsOk ¶

func (o *FormViewFieldOptions) GetFieldOptionsOk() (*map[string]FormViewFieldOptions, bool)

GetFieldOptionsOk returns a tuple with the FieldOptions field value and a boolean to check if the value has been set.

func (FormViewFieldOptions) MarshalJSON ¶

func (o FormViewFieldOptions) MarshalJSON() ([]byte, error)

func (*FormViewFieldOptions) SetFieldOptions ¶

func (o *FormViewFieldOptions) SetFieldOptions(v map[string]FormViewFieldOptions)

SetFieldOptions sets field value

func (FormViewFieldOptions) ToMap ¶

func (o FormViewFieldOptions) ToMap() (map[string]interface{}, error)

type FormViewFieldOptionsCondition ¶

type FormViewFieldOptionsCondition struct {
	Id    int32 `json:"id"`
	Field int32 `json:"field"`
	// Indicates how the field's value must be compared to the filter's value. The filter is always in this order `field` `type` `value` (example: `field_1` `contains` `Test`).
	Type string `json:"type"`
	// The filter value that must be compared to the field's value.
	Value *string `json:"value,omitempty"`
}

FormViewFieldOptionsCondition struct for FormViewFieldOptionsCondition

func NewFormViewFieldOptionsCondition ¶

func NewFormViewFieldOptionsCondition(id int32, field int32, type_ string) *FormViewFieldOptionsCondition

NewFormViewFieldOptionsCondition instantiates a new FormViewFieldOptionsCondition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFormViewFieldOptionsConditionWithDefaults ¶

func NewFormViewFieldOptionsConditionWithDefaults() *FormViewFieldOptionsCondition

NewFormViewFieldOptionsConditionWithDefaults instantiates a new FormViewFieldOptionsCondition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FormViewFieldOptionsCondition) GetField ¶

func (o *FormViewFieldOptionsCondition) GetField() int32

GetField returns the Field field value

func (*FormViewFieldOptionsCondition) GetFieldOk ¶

func (o *FormViewFieldOptionsCondition) GetFieldOk() (*int32, bool)

GetFieldOk returns a tuple with the Field field value and a boolean to check if the value has been set.

func (*FormViewFieldOptionsCondition) GetId ¶

GetId returns the Id field value

func (*FormViewFieldOptionsCondition) GetIdOk ¶

func (o *FormViewFieldOptionsCondition) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*FormViewFieldOptionsCondition) GetType ¶

GetType returns the Type field value

func (*FormViewFieldOptionsCondition) GetTypeOk ¶

func (o *FormViewFieldOptionsCondition) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*FormViewFieldOptionsCondition) GetValue ¶

func (o *FormViewFieldOptionsCondition) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*FormViewFieldOptionsCondition) GetValueOk ¶

func (o *FormViewFieldOptionsCondition) GetValueOk() (*string, 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 (*FormViewFieldOptionsCondition) HasValue ¶

func (o *FormViewFieldOptionsCondition) HasValue() bool

HasValue returns a boolean if a field has been set.

func (FormViewFieldOptionsCondition) MarshalJSON ¶

func (o FormViewFieldOptionsCondition) MarshalJSON() ([]byte, error)

func (*FormViewFieldOptionsCondition) SetField ¶

func (o *FormViewFieldOptionsCondition) SetField(v int32)

SetField sets field value

func (*FormViewFieldOptionsCondition) SetId ¶

SetId sets field value

func (*FormViewFieldOptionsCondition) SetType ¶

func (o *FormViewFieldOptionsCondition) SetType(v string)

SetType sets field value

func (*FormViewFieldOptionsCondition) SetValue ¶

func (o *FormViewFieldOptionsCondition) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (FormViewFieldOptionsCondition) ToMap ¶

func (o FormViewFieldOptionsCondition) ToMap() (map[string]interface{}, error)

type FormViewSubmitted ¶

type FormViewSubmitted struct {
	SubmitAction *SubmitActionEnum `json:"submit_action,omitempty"`
	// If the `submit_action` is MESSAGE, then this message will be shown to the visitor after submitting the form.
	SubmitActionMessage *string `json:"submit_action_message,omitempty"`
	// If the `submit_action` is REDIRECT,then the visitors will be redirected to the this URL after submitting the form.
	SubmitActionRedirectUrl *string `json:"submit_action_redirect_url,omitempty"`
	RowId                   int32   `json:"row_id"`
}

FormViewSubmitted struct for FormViewSubmitted

func NewFormViewSubmitted ¶

func NewFormViewSubmitted(rowId int32) *FormViewSubmitted

NewFormViewSubmitted instantiates a new FormViewSubmitted object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFormViewSubmittedWithDefaults ¶

func NewFormViewSubmittedWithDefaults() *FormViewSubmitted

NewFormViewSubmittedWithDefaults instantiates a new FormViewSubmitted object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FormViewSubmitted) GetRowId ¶

func (o *FormViewSubmitted) GetRowId() int32

GetRowId returns the RowId field value

func (*FormViewSubmitted) GetRowIdOk ¶

func (o *FormViewSubmitted) GetRowIdOk() (*int32, bool)

GetRowIdOk returns a tuple with the RowId field value and a boolean to check if the value has been set.

func (*FormViewSubmitted) GetSubmitAction ¶

func (o *FormViewSubmitted) GetSubmitAction() SubmitActionEnum

GetSubmitAction returns the SubmitAction field value if set, zero value otherwise.

func (*FormViewSubmitted) GetSubmitActionMessage ¶

func (o *FormViewSubmitted) GetSubmitActionMessage() string

GetSubmitActionMessage returns the SubmitActionMessage field value if set, zero value otherwise.

func (*FormViewSubmitted) GetSubmitActionMessageOk ¶

func (o *FormViewSubmitted) GetSubmitActionMessageOk() (*string, bool)

GetSubmitActionMessageOk returns a tuple with the SubmitActionMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewSubmitted) GetSubmitActionOk ¶

func (o *FormViewSubmitted) GetSubmitActionOk() (*SubmitActionEnum, bool)

GetSubmitActionOk returns a tuple with the SubmitAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewSubmitted) GetSubmitActionRedirectUrl ¶

func (o *FormViewSubmitted) GetSubmitActionRedirectUrl() string

GetSubmitActionRedirectUrl returns the SubmitActionRedirectUrl field value if set, zero value otherwise.

func (*FormViewSubmitted) GetSubmitActionRedirectUrlOk ¶

func (o *FormViewSubmitted) GetSubmitActionRedirectUrlOk() (*string, bool)

GetSubmitActionRedirectUrlOk returns a tuple with the SubmitActionRedirectUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewSubmitted) HasSubmitAction ¶

func (o *FormViewSubmitted) HasSubmitAction() bool

HasSubmitAction returns a boolean if a field has been set.

func (*FormViewSubmitted) HasSubmitActionMessage ¶

func (o *FormViewSubmitted) HasSubmitActionMessage() bool

HasSubmitActionMessage returns a boolean if a field has been set.

func (*FormViewSubmitted) HasSubmitActionRedirectUrl ¶

func (o *FormViewSubmitted) HasSubmitActionRedirectUrl() bool

HasSubmitActionRedirectUrl returns a boolean if a field has been set.

func (FormViewSubmitted) MarshalJSON ¶

func (o FormViewSubmitted) MarshalJSON() ([]byte, error)

func (*FormViewSubmitted) SetRowId ¶

func (o *FormViewSubmitted) SetRowId(v int32)

SetRowId sets field value

func (*FormViewSubmitted) SetSubmitAction ¶

func (o *FormViewSubmitted) SetSubmitAction(v SubmitActionEnum)

SetSubmitAction gets a reference to the given SubmitActionEnum and assigns it to the SubmitAction field.

func (*FormViewSubmitted) SetSubmitActionMessage ¶

func (o *FormViewSubmitted) SetSubmitActionMessage(v string)

SetSubmitActionMessage gets a reference to the given string and assigns it to the SubmitActionMessage field.

func (*FormViewSubmitted) SetSubmitActionRedirectUrl ¶

func (o *FormViewSubmitted) SetSubmitActionRedirectUrl(v string)

SetSubmitActionRedirectUrl gets a reference to the given string and assigns it to the SubmitActionRedirectUrl field.

func (FormViewSubmitted) ToMap ¶

func (o FormViewSubmitted) ToMap() (map[string]interface{}, error)

type FormViewUpdate ¶

type FormViewUpdate struct {
	Name       *string            `json:"name,omitempty"`
	FilterType *ConditionTypeEnum `json:"filter_type,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled *bool `json:"filters_disabled,omitempty"`
	// The password required to access the public view URL.
	PublicViewPassword *string `json:"public_view_password,omitempty"`
	// The title that is displayed at the beginning of the form.
	Title *string `json:"title,omitempty"`
	// The description that is displayed at the beginning of the form.
	Description *string                              `json:"description,omitempty"`
	Mode        *ModeEnum                            `json:"mode,omitempty"`
	CoverImage  NullableFormViewCreateViewCoverImage `json:"cover_image,omitempty"`
	LogoImage   NullableFormViewCreateViewLogoImage  `json:"logo_image,omitempty"`
	// The text displayed on the submit button.
	SubmitText   *string           `json:"submit_text,omitempty"`
	SubmitAction *SubmitActionEnum `json:"submit_action,omitempty"`
	// If the `submit_action` is MESSAGE, then this message will be shown to the visitor after submitting the form.
	SubmitActionMessage *string `json:"submit_action_message,omitempty"`
	// If the `submit_action` is REDIRECT,then the visitors will be redirected to the this URL after submitting the form.
	SubmitActionRedirectUrl *string `json:"submit_action_redirect_url,omitempty"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug that can be used to construct a public URL.
	Slug string `json:"slug"`
}

FormViewUpdate struct for FormViewUpdate

func NewFormViewUpdate ¶

func NewFormViewUpdate(slug string) *FormViewUpdate

NewFormViewUpdate instantiates a new FormViewUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFormViewUpdateWithDefaults ¶

func NewFormViewUpdateWithDefaults() *FormViewUpdate

NewFormViewUpdateWithDefaults instantiates a new FormViewUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FormViewUpdate) GetCoverImage ¶

func (o *FormViewUpdate) GetCoverImage() FormViewCreateViewCoverImage

GetCoverImage returns the CoverImage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormViewUpdate) GetCoverImageOk ¶

func (o *FormViewUpdate) GetCoverImageOk() (*FormViewCreateViewCoverImage, bool)

GetCoverImageOk returns a tuple with the CoverImage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormViewUpdate) GetDescription ¶

func (o *FormViewUpdate) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*FormViewUpdate) GetDescriptionOk ¶

func (o *FormViewUpdate) 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 (*FormViewUpdate) GetFilterType ¶

func (o *FormViewUpdate) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*FormViewUpdate) GetFilterTypeOk ¶

func (o *FormViewUpdate) GetFilterTypeOk() (*ConditionTypeEnum, bool)

GetFilterTypeOk returns a tuple with the FilterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewUpdate) GetFiltersDisabled ¶

func (o *FormViewUpdate) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*FormViewUpdate) GetFiltersDisabledOk ¶

func (o *FormViewUpdate) GetFiltersDisabledOk() (*bool, bool)

GetFiltersDisabledOk returns a tuple with the FiltersDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewUpdate) GetLogoImage ¶

func (o *FormViewUpdate) GetLogoImage() FormViewCreateViewLogoImage

GetLogoImage returns the LogoImage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormViewUpdate) GetLogoImageOk ¶

func (o *FormViewUpdate) GetLogoImageOk() (*FormViewCreateViewLogoImage, bool)

GetLogoImageOk returns a tuple with the LogoImage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormViewUpdate) GetMode ¶

func (o *FormViewUpdate) GetMode() ModeEnum

GetMode returns the Mode field value if set, zero value otherwise.

func (*FormViewUpdate) GetModeOk ¶

func (o *FormViewUpdate) GetModeOk() (*ModeEnum, 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 (*FormViewUpdate) GetName ¶

func (o *FormViewUpdate) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FormViewUpdate) GetNameOk ¶

func (o *FormViewUpdate) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewUpdate) GetPublic ¶

func (o *FormViewUpdate) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*FormViewUpdate) GetPublicOk ¶

func (o *FormViewUpdate) GetPublicOk() (*bool, 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 (*FormViewUpdate) GetPublicViewPassword ¶

func (o *FormViewUpdate) GetPublicViewPassword() string

GetPublicViewPassword returns the PublicViewPassword field value if set, zero value otherwise.

func (*FormViewUpdate) GetPublicViewPasswordOk ¶

func (o *FormViewUpdate) GetPublicViewPasswordOk() (*string, bool)

GetPublicViewPasswordOk returns a tuple with the PublicViewPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewUpdate) GetSlug ¶

func (o *FormViewUpdate) GetSlug() string

GetSlug returns the Slug field value

func (*FormViewUpdate) GetSlugOk ¶

func (o *FormViewUpdate) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*FormViewUpdate) GetSubmitAction ¶

func (o *FormViewUpdate) GetSubmitAction() SubmitActionEnum

GetSubmitAction returns the SubmitAction field value if set, zero value otherwise.

func (*FormViewUpdate) GetSubmitActionMessage ¶

func (o *FormViewUpdate) GetSubmitActionMessage() string

GetSubmitActionMessage returns the SubmitActionMessage field value if set, zero value otherwise.

func (*FormViewUpdate) GetSubmitActionMessageOk ¶

func (o *FormViewUpdate) GetSubmitActionMessageOk() (*string, bool)

GetSubmitActionMessageOk returns a tuple with the SubmitActionMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewUpdate) GetSubmitActionOk ¶

func (o *FormViewUpdate) GetSubmitActionOk() (*SubmitActionEnum, bool)

GetSubmitActionOk returns a tuple with the SubmitAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewUpdate) GetSubmitActionRedirectUrl ¶

func (o *FormViewUpdate) GetSubmitActionRedirectUrl() string

GetSubmitActionRedirectUrl returns the SubmitActionRedirectUrl field value if set, zero value otherwise.

func (*FormViewUpdate) GetSubmitActionRedirectUrlOk ¶

func (o *FormViewUpdate) GetSubmitActionRedirectUrlOk() (*string, bool)

GetSubmitActionRedirectUrlOk returns a tuple with the SubmitActionRedirectUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewUpdate) GetSubmitText ¶

func (o *FormViewUpdate) GetSubmitText() string

GetSubmitText returns the SubmitText field value if set, zero value otherwise.

func (*FormViewUpdate) GetSubmitTextOk ¶

func (o *FormViewUpdate) GetSubmitTextOk() (*string, bool)

GetSubmitTextOk returns a tuple with the SubmitText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewUpdate) GetTitle ¶

func (o *FormViewUpdate) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*FormViewUpdate) GetTitleOk ¶

func (o *FormViewUpdate) 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 (*FormViewUpdate) HasCoverImage ¶

func (o *FormViewUpdate) HasCoverImage() bool

HasCoverImage returns a boolean if a field has been set.

func (*FormViewUpdate) HasDescription ¶

func (o *FormViewUpdate) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*FormViewUpdate) HasFilterType ¶

func (o *FormViewUpdate) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*FormViewUpdate) HasFiltersDisabled ¶

func (o *FormViewUpdate) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (*FormViewUpdate) HasLogoImage ¶

func (o *FormViewUpdate) HasLogoImage() bool

HasLogoImage returns a boolean if a field has been set.

func (*FormViewUpdate) HasMode ¶

func (o *FormViewUpdate) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*FormViewUpdate) HasName ¶

func (o *FormViewUpdate) HasName() bool

HasName returns a boolean if a field has been set.

func (*FormViewUpdate) HasPublic ¶

func (o *FormViewUpdate) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (*FormViewUpdate) HasPublicViewPassword ¶

func (o *FormViewUpdate) HasPublicViewPassword() bool

HasPublicViewPassword returns a boolean if a field has been set.

func (*FormViewUpdate) HasSubmitAction ¶

func (o *FormViewUpdate) HasSubmitAction() bool

HasSubmitAction returns a boolean if a field has been set.

func (*FormViewUpdate) HasSubmitActionMessage ¶

func (o *FormViewUpdate) HasSubmitActionMessage() bool

HasSubmitActionMessage returns a boolean if a field has been set.

func (*FormViewUpdate) HasSubmitActionRedirectUrl ¶

func (o *FormViewUpdate) HasSubmitActionRedirectUrl() bool

HasSubmitActionRedirectUrl returns a boolean if a field has been set.

func (*FormViewUpdate) HasSubmitText ¶

func (o *FormViewUpdate) HasSubmitText() bool

HasSubmitText returns a boolean if a field has been set.

func (*FormViewUpdate) HasTitle ¶

func (o *FormViewUpdate) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (FormViewUpdate) MarshalJSON ¶

func (o FormViewUpdate) MarshalJSON() ([]byte, error)

func (*FormViewUpdate) SetCoverImage ¶

func (o *FormViewUpdate) SetCoverImage(v FormViewCreateViewCoverImage)

SetCoverImage gets a reference to the given NullableFormViewCreateViewCoverImage and assigns it to the CoverImage field.

func (*FormViewUpdate) SetCoverImageNil ¶

func (o *FormViewUpdate) SetCoverImageNil()

SetCoverImageNil sets the value for CoverImage to be an explicit nil

func (*FormViewUpdate) SetDescription ¶

func (o *FormViewUpdate) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*FormViewUpdate) SetFilterType ¶

func (o *FormViewUpdate) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*FormViewUpdate) SetFiltersDisabled ¶

func (o *FormViewUpdate) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*FormViewUpdate) SetLogoImage ¶

func (o *FormViewUpdate) SetLogoImage(v FormViewCreateViewLogoImage)

SetLogoImage gets a reference to the given NullableFormViewCreateViewLogoImage and assigns it to the LogoImage field.

func (*FormViewUpdate) SetLogoImageNil ¶

func (o *FormViewUpdate) SetLogoImageNil()

SetLogoImageNil sets the value for LogoImage to be an explicit nil

func (*FormViewUpdate) SetMode ¶

func (o *FormViewUpdate) SetMode(v ModeEnum)

SetMode gets a reference to the given ModeEnum and assigns it to the Mode field.

func (*FormViewUpdate) SetName ¶

func (o *FormViewUpdate) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*FormViewUpdate) SetPublic ¶

func (o *FormViewUpdate) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (*FormViewUpdate) SetPublicViewPassword ¶

func (o *FormViewUpdate) SetPublicViewPassword(v string)

SetPublicViewPassword gets a reference to the given string and assigns it to the PublicViewPassword field.

func (*FormViewUpdate) SetSlug ¶

func (o *FormViewUpdate) SetSlug(v string)

SetSlug sets field value

func (*FormViewUpdate) SetSubmitAction ¶

func (o *FormViewUpdate) SetSubmitAction(v SubmitActionEnum)

SetSubmitAction gets a reference to the given SubmitActionEnum and assigns it to the SubmitAction field.

func (*FormViewUpdate) SetSubmitActionMessage ¶

func (o *FormViewUpdate) SetSubmitActionMessage(v string)

SetSubmitActionMessage gets a reference to the given string and assigns it to the SubmitActionMessage field.

func (*FormViewUpdate) SetSubmitActionRedirectUrl ¶

func (o *FormViewUpdate) SetSubmitActionRedirectUrl(v string)

SetSubmitActionRedirectUrl gets a reference to the given string and assigns it to the SubmitActionRedirectUrl field.

func (*FormViewUpdate) SetSubmitText ¶

func (o *FormViewUpdate) SetSubmitText(v string)

SetSubmitText gets a reference to the given string and assigns it to the SubmitText field.

func (*FormViewUpdate) SetTitle ¶

func (o *FormViewUpdate) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (FormViewUpdate) ToMap ¶

func (o FormViewUpdate) ToMap() (map[string]interface{}, error)

func (*FormViewUpdate) UnsetCoverImage ¶

func (o *FormViewUpdate) UnsetCoverImage()

UnsetCoverImage ensures that no value is present for CoverImage, not even an explicit nil

func (*FormViewUpdate) UnsetLogoImage ¶

func (o *FormViewUpdate) UnsetLogoImage()

UnsetLogoImage ensures that no value is present for LogoImage, not even an explicit nil

type FormViewView ¶

type FormViewView struct {
	Id          int32              `json:"id"`
	TableId     int32              `json:"table_id"`
	Name        string             `json:"name"`
	Order       int32              `json:"order"`
	Type        string             `json:"type"`
	Table       Table              `json:"table"`
	FilterType  *ConditionTypeEnum `json:"filter_type,omitempty"`
	Filters     []ViewFilter       `json:"filters,omitempty"`
	Sortings    []ViewSort         `json:"sortings,omitempty"`
	Decorations []ViewDecoration   `json:"decorations,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled *bool `json:"filters_disabled,omitempty"`
	// Indicates whether the public view is password protected or not.  :return: True if the public view is password protected, False otherwise.
	PublicViewHasPassword bool   `json:"public_view_has_password"`
	OwnershipType         string `json:"ownership_type"`
	// The title that is displayed at the beginning of the form.
	Title *string `json:"title,omitempty"`
	// The description that is displayed at the beginning of the form.
	Description *string                              `json:"description,omitempty"`
	Mode        *ModeEnum                            `json:"mode,omitempty"`
	CoverImage  NullableFormViewCreateViewCoverImage `json:"cover_image,omitempty"`
	LogoImage   NullableFormViewCreateViewLogoImage  `json:"logo_image,omitempty"`
	// The text displayed on the submit button.
	SubmitText   *string           `json:"submit_text,omitempty"`
	SubmitAction *SubmitActionEnum `json:"submit_action,omitempty"`
	// If the `submit_action` is MESSAGE, then this message will be shown to the visitor after submitting the form.
	SubmitActionMessage *string `json:"submit_action_message,omitempty"`
	// If the `submit_action` is REDIRECT,then the visitors will be redirected to the this URL after submitting the form.
	SubmitActionRedirectUrl *string `json:"submit_action_redirect_url,omitempty"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug that can be used to construct a public URL.
	Slug string `json:"slug"`
}

FormViewView struct for FormViewView

func NewFormViewView ¶

func NewFormViewView(id int32, tableId int32, name string, order int32, type_ string, table Table, publicViewHasPassword bool, ownershipType string, slug string) *FormViewView

NewFormViewView instantiates a new FormViewView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFormViewViewWithDefaults ¶

func NewFormViewViewWithDefaults() *FormViewView

NewFormViewViewWithDefaults instantiates a new FormViewView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FormViewView) GetCoverImage ¶

func (o *FormViewView) GetCoverImage() FormViewCreateViewCoverImage

GetCoverImage returns the CoverImage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormViewView) GetCoverImageOk ¶

func (o *FormViewView) GetCoverImageOk() (*FormViewCreateViewCoverImage, bool)

GetCoverImageOk returns a tuple with the CoverImage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormViewView) GetDecorations ¶

func (o *FormViewView) GetDecorations() []ViewDecoration

GetDecorations returns the Decorations field value if set, zero value otherwise.

func (*FormViewView) GetDecorationsOk ¶

func (o *FormViewView) GetDecorationsOk() ([]ViewDecoration, bool)

GetDecorationsOk returns a tuple with the Decorations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewView) GetDescription ¶

func (o *FormViewView) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*FormViewView) GetDescriptionOk ¶

func (o *FormViewView) 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 (*FormViewView) GetFilterType ¶

func (o *FormViewView) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*FormViewView) GetFilterTypeOk ¶

func (o *FormViewView) GetFilterTypeOk() (*ConditionTypeEnum, bool)

GetFilterTypeOk returns a tuple with the FilterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewView) GetFilters ¶

func (o *FormViewView) GetFilters() []ViewFilter

GetFilters returns the Filters field value if set, zero value otherwise.

func (*FormViewView) GetFiltersDisabled ¶

func (o *FormViewView) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*FormViewView) GetFiltersDisabledOk ¶

func (o *FormViewView) GetFiltersDisabledOk() (*bool, bool)

GetFiltersDisabledOk returns a tuple with the FiltersDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewView) GetFiltersOk ¶

func (o *FormViewView) GetFiltersOk() ([]ViewFilter, bool)

GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewView) GetId ¶

func (o *FormViewView) GetId() int32

GetId returns the Id field value

func (*FormViewView) GetIdOk ¶

func (o *FormViewView) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*FormViewView) GetLogoImage ¶

func (o *FormViewView) GetLogoImage() FormViewCreateViewLogoImage

GetLogoImage returns the LogoImage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormViewView) GetLogoImageOk ¶

func (o *FormViewView) GetLogoImageOk() (*FormViewCreateViewLogoImage, bool)

GetLogoImageOk returns a tuple with the LogoImage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormViewView) GetMode ¶

func (o *FormViewView) GetMode() ModeEnum

GetMode returns the Mode field value if set, zero value otherwise.

func (*FormViewView) GetModeOk ¶

func (o *FormViewView) GetModeOk() (*ModeEnum, 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 (*FormViewView) GetName ¶

func (o *FormViewView) GetName() string

GetName returns the Name field value

func (*FormViewView) GetNameOk ¶

func (o *FormViewView) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FormViewView) GetOrder ¶

func (o *FormViewView) GetOrder() int32

GetOrder returns the Order field value

func (*FormViewView) GetOrderOk ¶

func (o *FormViewView) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*FormViewView) GetOwnershipType ¶

func (o *FormViewView) GetOwnershipType() string

GetOwnershipType returns the OwnershipType field value

func (*FormViewView) GetOwnershipTypeOk ¶

func (o *FormViewView) GetOwnershipTypeOk() (*string, bool)

GetOwnershipTypeOk returns a tuple with the OwnershipType field value and a boolean to check if the value has been set.

func (*FormViewView) GetPublic ¶

func (o *FormViewView) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*FormViewView) GetPublicOk ¶

func (o *FormViewView) GetPublicOk() (*bool, 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 (*FormViewView) GetPublicViewHasPassword ¶

func (o *FormViewView) GetPublicViewHasPassword() bool

GetPublicViewHasPassword returns the PublicViewHasPassword field value

func (*FormViewView) GetPublicViewHasPasswordOk ¶

func (o *FormViewView) GetPublicViewHasPasswordOk() (*bool, bool)

GetPublicViewHasPasswordOk returns a tuple with the PublicViewHasPassword field value and a boolean to check if the value has been set.

func (o *FormViewView) GetShowLogo() bool

GetShowLogo returns the ShowLogo field value if set, zero value otherwise.

func (*FormViewView) GetShowLogoOk ¶

func (o *FormViewView) GetShowLogoOk() (*bool, bool)

GetShowLogoOk returns a tuple with the ShowLogo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewView) GetSlug ¶

func (o *FormViewView) GetSlug() string

GetSlug returns the Slug field value

func (*FormViewView) GetSlugOk ¶

func (o *FormViewView) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*FormViewView) GetSortings ¶

func (o *FormViewView) GetSortings() []ViewSort

GetSortings returns the Sortings field value if set, zero value otherwise.

func (*FormViewView) GetSortingsOk ¶

func (o *FormViewView) GetSortingsOk() ([]ViewSort, bool)

GetSortingsOk returns a tuple with the Sortings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewView) GetSubmitAction ¶

func (o *FormViewView) GetSubmitAction() SubmitActionEnum

GetSubmitAction returns the SubmitAction field value if set, zero value otherwise.

func (*FormViewView) GetSubmitActionMessage ¶

func (o *FormViewView) GetSubmitActionMessage() string

GetSubmitActionMessage returns the SubmitActionMessage field value if set, zero value otherwise.

func (*FormViewView) GetSubmitActionMessageOk ¶

func (o *FormViewView) GetSubmitActionMessageOk() (*string, bool)

GetSubmitActionMessageOk returns a tuple with the SubmitActionMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewView) GetSubmitActionOk ¶

func (o *FormViewView) GetSubmitActionOk() (*SubmitActionEnum, bool)

GetSubmitActionOk returns a tuple with the SubmitAction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewView) GetSubmitActionRedirectUrl ¶

func (o *FormViewView) GetSubmitActionRedirectUrl() string

GetSubmitActionRedirectUrl returns the SubmitActionRedirectUrl field value if set, zero value otherwise.

func (*FormViewView) GetSubmitActionRedirectUrlOk ¶

func (o *FormViewView) GetSubmitActionRedirectUrlOk() (*string, bool)

GetSubmitActionRedirectUrlOk returns a tuple with the SubmitActionRedirectUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewView) GetSubmitText ¶

func (o *FormViewView) GetSubmitText() string

GetSubmitText returns the SubmitText field value if set, zero value otherwise.

func (*FormViewView) GetSubmitTextOk ¶

func (o *FormViewView) GetSubmitTextOk() (*string, bool)

GetSubmitTextOk returns a tuple with the SubmitText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormViewView) GetTable ¶

func (o *FormViewView) GetTable() Table

GetTable returns the Table field value

func (*FormViewView) GetTableId ¶

func (o *FormViewView) GetTableId() int32

GetTableId returns the TableId field value

func (*FormViewView) GetTableIdOk ¶

func (o *FormViewView) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*FormViewView) GetTableOk ¶

func (o *FormViewView) GetTableOk() (*Table, bool)

GetTableOk returns a tuple with the Table field value and a boolean to check if the value has been set.

func (*FormViewView) GetTitle ¶

func (o *FormViewView) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*FormViewView) GetTitleOk ¶

func (o *FormViewView) 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 (*FormViewView) GetType ¶

func (o *FormViewView) GetType() string

GetType returns the Type field value

func (*FormViewView) GetTypeOk ¶

func (o *FormViewView) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*FormViewView) HasCoverImage ¶

func (o *FormViewView) HasCoverImage() bool

HasCoverImage returns a boolean if a field has been set.

func (*FormViewView) HasDecorations ¶

func (o *FormViewView) HasDecorations() bool

HasDecorations returns a boolean if a field has been set.

func (*FormViewView) HasDescription ¶

func (o *FormViewView) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*FormViewView) HasFilterType ¶

func (o *FormViewView) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*FormViewView) HasFilters ¶

func (o *FormViewView) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (*FormViewView) HasFiltersDisabled ¶

func (o *FormViewView) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (*FormViewView) HasLogoImage ¶

func (o *FormViewView) HasLogoImage() bool

HasLogoImage returns a boolean if a field has been set.

func (*FormViewView) HasMode ¶

func (o *FormViewView) HasMode() bool

HasMode returns a boolean if a field has been set.

func (*FormViewView) HasPublic ¶

func (o *FormViewView) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (o *FormViewView) HasShowLogo() bool

HasShowLogo returns a boolean if a field has been set.

func (*FormViewView) HasSortings ¶

func (o *FormViewView) HasSortings() bool

HasSortings returns a boolean if a field has been set.

func (*FormViewView) HasSubmitAction ¶

func (o *FormViewView) HasSubmitAction() bool

HasSubmitAction returns a boolean if a field has been set.

func (*FormViewView) HasSubmitActionMessage ¶

func (o *FormViewView) HasSubmitActionMessage() bool

HasSubmitActionMessage returns a boolean if a field has been set.

func (*FormViewView) HasSubmitActionRedirectUrl ¶

func (o *FormViewView) HasSubmitActionRedirectUrl() bool

HasSubmitActionRedirectUrl returns a boolean if a field has been set.

func (*FormViewView) HasSubmitText ¶

func (o *FormViewView) HasSubmitText() bool

HasSubmitText returns a boolean if a field has been set.

func (*FormViewView) HasTitle ¶

func (o *FormViewView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (FormViewView) MarshalJSON ¶

func (o FormViewView) MarshalJSON() ([]byte, error)

func (*FormViewView) SetCoverImage ¶

func (o *FormViewView) SetCoverImage(v FormViewCreateViewCoverImage)

SetCoverImage gets a reference to the given NullableFormViewCreateViewCoverImage and assigns it to the CoverImage field.

func (*FormViewView) SetCoverImageNil ¶

func (o *FormViewView) SetCoverImageNil()

SetCoverImageNil sets the value for CoverImage to be an explicit nil

func (*FormViewView) SetDecorations ¶

func (o *FormViewView) SetDecorations(v []ViewDecoration)

SetDecorations gets a reference to the given []ViewDecoration and assigns it to the Decorations field.

func (*FormViewView) SetDescription ¶

func (o *FormViewView) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*FormViewView) SetFilterType ¶

func (o *FormViewView) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*FormViewView) SetFilters ¶

func (o *FormViewView) SetFilters(v []ViewFilter)

SetFilters gets a reference to the given []ViewFilter and assigns it to the Filters field.

func (*FormViewView) SetFiltersDisabled ¶

func (o *FormViewView) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*FormViewView) SetId ¶

func (o *FormViewView) SetId(v int32)

SetId sets field value

func (*FormViewView) SetLogoImage ¶

func (o *FormViewView) SetLogoImage(v FormViewCreateViewLogoImage)

SetLogoImage gets a reference to the given NullableFormViewCreateViewLogoImage and assigns it to the LogoImage field.

func (*FormViewView) SetLogoImageNil ¶

func (o *FormViewView) SetLogoImageNil()

SetLogoImageNil sets the value for LogoImage to be an explicit nil

func (*FormViewView) SetMode ¶

func (o *FormViewView) SetMode(v ModeEnum)

SetMode gets a reference to the given ModeEnum and assigns it to the Mode field.

func (*FormViewView) SetName ¶

func (o *FormViewView) SetName(v string)

SetName sets field value

func (*FormViewView) SetOrder ¶

func (o *FormViewView) SetOrder(v int32)

SetOrder sets field value

func (*FormViewView) SetOwnershipType ¶

func (o *FormViewView) SetOwnershipType(v string)

SetOwnershipType sets field value

func (*FormViewView) SetPublic ¶

func (o *FormViewView) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (*FormViewView) SetPublicViewHasPassword ¶

func (o *FormViewView) SetPublicViewHasPassword(v bool)

SetPublicViewHasPassword sets field value

func (o *FormViewView) SetShowLogo(v bool)

SetShowLogo gets a reference to the given bool and assigns it to the ShowLogo field.

func (*FormViewView) SetSlug ¶

func (o *FormViewView) SetSlug(v string)

SetSlug sets field value

func (*FormViewView) SetSortings ¶

func (o *FormViewView) SetSortings(v []ViewSort)

SetSortings gets a reference to the given []ViewSort and assigns it to the Sortings field.

func (*FormViewView) SetSubmitAction ¶

func (o *FormViewView) SetSubmitAction(v SubmitActionEnum)

SetSubmitAction gets a reference to the given SubmitActionEnum and assigns it to the SubmitAction field.

func (*FormViewView) SetSubmitActionMessage ¶

func (o *FormViewView) SetSubmitActionMessage(v string)

SetSubmitActionMessage gets a reference to the given string and assigns it to the SubmitActionMessage field.

func (*FormViewView) SetSubmitActionRedirectUrl ¶

func (o *FormViewView) SetSubmitActionRedirectUrl(v string)

SetSubmitActionRedirectUrl gets a reference to the given string and assigns it to the SubmitActionRedirectUrl field.

func (*FormViewView) SetSubmitText ¶

func (o *FormViewView) SetSubmitText(v string)

SetSubmitText gets a reference to the given string and assigns it to the SubmitText field.

func (*FormViewView) SetTable ¶

func (o *FormViewView) SetTable(v Table)

SetTable sets field value

func (*FormViewView) SetTableId ¶

func (o *FormViewView) SetTableId(v int32)

SetTableId sets field value

func (*FormViewView) SetTitle ¶

func (o *FormViewView) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*FormViewView) SetType ¶

func (o *FormViewView) SetType(v string)

SetType sets field value

func (FormViewView) ToMap ¶

func (o FormViewView) ToMap() (map[string]interface{}, error)

func (*FormViewView) UnsetCoverImage ¶

func (o *FormViewView) UnsetCoverImage()

UnsetCoverImage ensures that no value is present for CoverImage, not even an explicit nil

func (*FormViewView) UnsetLogoImage ¶

func (o *FormViewView) UnsetLogoImage()

UnsetLogoImage ensures that no value is present for LogoImage, not even an explicit nil

type FormulaFieldCreateField ¶

type FormulaFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               string                                           `json:"error"`
	Formula             string                                           `json:"formula"`
	FormulaType         *FormulaTypeEnum                                 `json:"formula_type,omitempty"`
}

FormulaFieldCreateField struct for FormulaFieldCreateField

func NewFormulaFieldCreateField ¶

func NewFormulaFieldCreateField(name string, type_ Type712Enum, nullable bool, error_ string, formula string) *FormulaFieldCreateField

NewFormulaFieldCreateField instantiates a new FormulaFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFormulaFieldCreateFieldWithDefaults ¶

func NewFormulaFieldCreateFieldWithDefaults() *FormulaFieldCreateField

NewFormulaFieldCreateFieldWithDefaults instantiates a new FormulaFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FormulaFieldCreateField) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldCreateField) GetArrayFormulaTypeOk ¶

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldCreateField) GetDateForceTimezone ¶

func (o *FormulaFieldCreateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldCreateField) GetDateForceTimezoneOk ¶

func (o *FormulaFieldCreateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldCreateField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldCreateField) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldCreateField) GetDateIncludeTime ¶

func (o *FormulaFieldCreateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldCreateField) GetDateIncludeTimeOk ¶

func (o *FormulaFieldCreateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldCreateField) GetDateShowTzinfo ¶

func (o *FormulaFieldCreateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldCreateField) GetDateShowTzinfoOk ¶

func (o *FormulaFieldCreateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldCreateField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldCreateField) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldCreateField) GetError ¶

func (o *FormulaFieldCreateField) GetError() string

GetError returns the Error field value

func (*FormulaFieldCreateField) GetErrorOk ¶

func (o *FormulaFieldCreateField) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.

func (*FormulaFieldCreateField) GetFormula ¶

func (o *FormulaFieldCreateField) GetFormula() string

GetFormula returns the Formula field value

func (*FormulaFieldCreateField) GetFormulaOk ¶

func (o *FormulaFieldCreateField) GetFormulaOk() (*string, bool)

GetFormulaOk returns a tuple with the Formula field value and a boolean to check if the value has been set.

func (*FormulaFieldCreateField) GetFormulaType ¶

func (o *FormulaFieldCreateField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*FormulaFieldCreateField) GetFormulaTypeOk ¶

func (o *FormulaFieldCreateField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormulaFieldCreateField) GetName ¶

func (o *FormulaFieldCreateField) GetName() string

GetName returns the Name field value

func (*FormulaFieldCreateField) GetNameOk ¶

func (o *FormulaFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FormulaFieldCreateField) GetNullable ¶

func (o *FormulaFieldCreateField) GetNullable() bool

GetNullable returns the Nullable field value

func (*FormulaFieldCreateField) GetNullableOk ¶

func (o *FormulaFieldCreateField) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*FormulaFieldCreateField) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldCreateField) GetNumberDecimalPlacesOk ¶

func (o *FormulaFieldCreateField) GetNumberDecimalPlacesOk() (*CountFieldCreateFieldNumberDecimalPlaces, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldCreateField) GetType ¶

func (o *FormulaFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*FormulaFieldCreateField) GetTypeOk ¶

func (o *FormulaFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*FormulaFieldCreateField) HasArrayFormulaType ¶

func (o *FormulaFieldCreateField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*FormulaFieldCreateField) HasDateForceTimezone ¶

func (o *FormulaFieldCreateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*FormulaFieldCreateField) HasDateFormat ¶

func (o *FormulaFieldCreateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*FormulaFieldCreateField) HasDateIncludeTime ¶

func (o *FormulaFieldCreateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*FormulaFieldCreateField) HasDateShowTzinfo ¶

func (o *FormulaFieldCreateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*FormulaFieldCreateField) HasDateTimeFormat ¶

func (o *FormulaFieldCreateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*FormulaFieldCreateField) HasFormulaType ¶

func (o *FormulaFieldCreateField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*FormulaFieldCreateField) HasNumberDecimalPlaces ¶

func (o *FormulaFieldCreateField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (FormulaFieldCreateField) MarshalJSON ¶

func (o FormulaFieldCreateField) MarshalJSON() ([]byte, error)

func (*FormulaFieldCreateField) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*FormulaFieldCreateField) SetArrayFormulaTypeNil ¶

func (o *FormulaFieldCreateField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*FormulaFieldCreateField) SetDateForceTimezone ¶

func (o *FormulaFieldCreateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*FormulaFieldCreateField) SetDateForceTimezoneNil ¶

func (o *FormulaFieldCreateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*FormulaFieldCreateField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*FormulaFieldCreateField) SetDateFormatNil ¶

func (o *FormulaFieldCreateField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*FormulaFieldCreateField) SetDateIncludeTime ¶

func (o *FormulaFieldCreateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*FormulaFieldCreateField) SetDateIncludeTimeNil ¶

func (o *FormulaFieldCreateField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*FormulaFieldCreateField) SetDateShowTzinfo ¶

func (o *FormulaFieldCreateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*FormulaFieldCreateField) SetDateShowTzinfoNil ¶

func (o *FormulaFieldCreateField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*FormulaFieldCreateField) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*FormulaFieldCreateField) SetDateTimeFormatNil ¶

func (o *FormulaFieldCreateField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*FormulaFieldCreateField) SetError ¶

func (o *FormulaFieldCreateField) SetError(v string)

SetError sets field value

func (*FormulaFieldCreateField) SetFormula ¶

func (o *FormulaFieldCreateField) SetFormula(v string)

SetFormula sets field value

func (*FormulaFieldCreateField) SetFormulaType ¶

func (o *FormulaFieldCreateField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*FormulaFieldCreateField) SetName ¶

func (o *FormulaFieldCreateField) SetName(v string)

SetName sets field value

func (*FormulaFieldCreateField) SetNullable ¶

func (o *FormulaFieldCreateField) SetNullable(v bool)

SetNullable sets field value

func (*FormulaFieldCreateField) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*FormulaFieldCreateField) SetNumberDecimalPlacesNil ¶

func (o *FormulaFieldCreateField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*FormulaFieldCreateField) SetType ¶

func (o *FormulaFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (FormulaFieldCreateField) ToMap ¶

func (o FormulaFieldCreateField) ToMap() (map[string]interface{}, error)

func (*FormulaFieldCreateField) UnsetArrayFormulaType ¶

func (o *FormulaFieldCreateField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*FormulaFieldCreateField) UnsetDateForceTimezone ¶

func (o *FormulaFieldCreateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*FormulaFieldCreateField) UnsetDateFormat ¶

func (o *FormulaFieldCreateField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*FormulaFieldCreateField) UnsetDateIncludeTime ¶

func (o *FormulaFieldCreateField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*FormulaFieldCreateField) UnsetDateShowTzinfo ¶

func (o *FormulaFieldCreateField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*FormulaFieldCreateField) UnsetDateTimeFormat ¶

func (o *FormulaFieldCreateField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*FormulaFieldCreateField) UnsetNumberDecimalPlaces ¶

func (o *FormulaFieldCreateField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

type FormulaFieldField ¶

type FormulaFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               string                                           `json:"error"`
	Formula             string                                           `json:"formula"`
	FormulaType         *FormulaTypeEnum                                 `json:"formula_type,omitempty"`
}

FormulaFieldField struct for FormulaFieldField

func NewFormulaFieldField ¶

func NewFormulaFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, nullable bool, error_ string, formula string) *FormulaFieldField

NewFormulaFieldField instantiates a new FormulaFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFormulaFieldFieldWithDefaults ¶

func NewFormulaFieldFieldWithDefaults() *FormulaFieldField

NewFormulaFieldFieldWithDefaults instantiates a new FormulaFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FormulaFieldField) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldField) GetArrayFormulaTypeOk ¶

func (o *FormulaFieldField) GetArrayFormulaTypeOk() (*CountFieldCreateFieldArrayFormulaType, bool)

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldField) GetDateForceTimezone ¶

func (o *FormulaFieldField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldField) GetDateForceTimezoneOk ¶

func (o *FormulaFieldField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldField) GetDateFormatOk ¶

func (o *FormulaFieldField) GetDateFormatOk() (*CountFieldCreateFieldDateFormat, bool)

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldField) GetDateIncludeTime ¶

func (o *FormulaFieldField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldField) GetDateIncludeTimeOk ¶

func (o *FormulaFieldField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldField) GetDateShowTzinfo ¶

func (o *FormulaFieldField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldField) GetDateShowTzinfoOk ¶

func (o *FormulaFieldField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldField) GetDateTimeFormatOk ¶

func (o *FormulaFieldField) GetDateTimeFormatOk() (*CountFieldCreateFieldDateTimeFormat, bool)

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldField) GetError ¶

func (o *FormulaFieldField) GetError() string

GetError returns the Error field value

func (*FormulaFieldField) GetErrorOk ¶

func (o *FormulaFieldField) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.

func (*FormulaFieldField) GetFormula ¶

func (o *FormulaFieldField) GetFormula() string

GetFormula returns the Formula field value

func (*FormulaFieldField) GetFormulaOk ¶

func (o *FormulaFieldField) GetFormulaOk() (*string, bool)

GetFormulaOk returns a tuple with the Formula field value and a boolean to check if the value has been set.

func (*FormulaFieldField) GetFormulaType ¶

func (o *FormulaFieldField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*FormulaFieldField) GetFormulaTypeOk ¶

func (o *FormulaFieldField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormulaFieldField) GetId ¶

func (o *FormulaFieldField) GetId() int32

GetId returns the Id field value

func (*FormulaFieldField) GetIdOk ¶

func (o *FormulaFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*FormulaFieldField) GetName ¶

func (o *FormulaFieldField) GetName() string

GetName returns the Name field value

func (*FormulaFieldField) GetNameOk ¶

func (o *FormulaFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FormulaFieldField) GetNullable ¶

func (o *FormulaFieldField) GetNullable() bool

GetNullable returns the Nullable field value

func (*FormulaFieldField) GetNullableOk ¶

func (o *FormulaFieldField) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*FormulaFieldField) GetNumberDecimalPlaces ¶

func (o *FormulaFieldField) GetNumberDecimalPlaces() CountFieldCreateFieldNumberDecimalPlaces

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldField) GetNumberDecimalPlacesOk ¶

func (o *FormulaFieldField) GetNumberDecimalPlacesOk() (*CountFieldCreateFieldNumberDecimalPlaces, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldField) GetOrder ¶

func (o *FormulaFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*FormulaFieldField) GetOrderOk ¶

func (o *FormulaFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*FormulaFieldField) GetPrimary ¶

func (o *FormulaFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*FormulaFieldField) GetPrimaryOk ¶

func (o *FormulaFieldField) 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 (*FormulaFieldField) GetReadOnly ¶

func (o *FormulaFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*FormulaFieldField) GetReadOnlyOk ¶

func (o *FormulaFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*FormulaFieldField) GetTableId ¶

func (o *FormulaFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*FormulaFieldField) GetTableIdOk ¶

func (o *FormulaFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*FormulaFieldField) GetType ¶

func (o *FormulaFieldField) GetType() string

GetType returns the Type field value

func (*FormulaFieldField) GetTypeOk ¶

func (o *FormulaFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*FormulaFieldField) HasArrayFormulaType ¶

func (o *FormulaFieldField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*FormulaFieldField) HasDateForceTimezone ¶

func (o *FormulaFieldField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*FormulaFieldField) HasDateFormat ¶

func (o *FormulaFieldField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*FormulaFieldField) HasDateIncludeTime ¶

func (o *FormulaFieldField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*FormulaFieldField) HasDateShowTzinfo ¶

func (o *FormulaFieldField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*FormulaFieldField) HasDateTimeFormat ¶

func (o *FormulaFieldField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*FormulaFieldField) HasFormulaType ¶

func (o *FormulaFieldField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*FormulaFieldField) HasNumberDecimalPlaces ¶

func (o *FormulaFieldField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*FormulaFieldField) HasPrimary ¶

func (o *FormulaFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (FormulaFieldField) MarshalJSON ¶

func (o FormulaFieldField) MarshalJSON() ([]byte, error)

func (*FormulaFieldField) SetArrayFormulaType ¶

func (o *FormulaFieldField) SetArrayFormulaType(v CountFieldCreateFieldArrayFormulaType)

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*FormulaFieldField) SetArrayFormulaTypeNil ¶

func (o *FormulaFieldField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*FormulaFieldField) SetDateForceTimezone ¶

func (o *FormulaFieldField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*FormulaFieldField) SetDateForceTimezoneNil ¶

func (o *FormulaFieldField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*FormulaFieldField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*FormulaFieldField) SetDateFormatNil ¶

func (o *FormulaFieldField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*FormulaFieldField) SetDateIncludeTime ¶

func (o *FormulaFieldField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*FormulaFieldField) SetDateIncludeTimeNil ¶

func (o *FormulaFieldField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*FormulaFieldField) SetDateShowTzinfo ¶

func (o *FormulaFieldField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*FormulaFieldField) SetDateShowTzinfoNil ¶

func (o *FormulaFieldField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*FormulaFieldField) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*FormulaFieldField) SetDateTimeFormatNil ¶

func (o *FormulaFieldField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*FormulaFieldField) SetError ¶

func (o *FormulaFieldField) SetError(v string)

SetError sets field value

func (*FormulaFieldField) SetFormula ¶

func (o *FormulaFieldField) SetFormula(v string)

SetFormula sets field value

func (*FormulaFieldField) SetFormulaType ¶

func (o *FormulaFieldField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*FormulaFieldField) SetId ¶

func (o *FormulaFieldField) SetId(v int32)

SetId sets field value

func (*FormulaFieldField) SetName ¶

func (o *FormulaFieldField) SetName(v string)

SetName sets field value

func (*FormulaFieldField) SetNullable ¶

func (o *FormulaFieldField) SetNullable(v bool)

SetNullable sets field value

func (*FormulaFieldField) SetNumberDecimalPlaces ¶

func (o *FormulaFieldField) SetNumberDecimalPlaces(v CountFieldCreateFieldNumberDecimalPlaces)

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*FormulaFieldField) SetNumberDecimalPlacesNil ¶

func (o *FormulaFieldField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*FormulaFieldField) SetOrder ¶

func (o *FormulaFieldField) SetOrder(v int32)

SetOrder sets field value

func (*FormulaFieldField) SetPrimary ¶

func (o *FormulaFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*FormulaFieldField) SetReadOnly ¶

func (o *FormulaFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*FormulaFieldField) SetTableId ¶

func (o *FormulaFieldField) SetTableId(v int32)

SetTableId sets field value

func (*FormulaFieldField) SetType ¶

func (o *FormulaFieldField) SetType(v string)

SetType sets field value

func (FormulaFieldField) ToMap ¶

func (o FormulaFieldField) ToMap() (map[string]interface{}, error)

func (*FormulaFieldField) UnsetArrayFormulaType ¶

func (o *FormulaFieldField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*FormulaFieldField) UnsetDateForceTimezone ¶

func (o *FormulaFieldField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*FormulaFieldField) UnsetDateFormat ¶

func (o *FormulaFieldField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*FormulaFieldField) UnsetDateIncludeTime ¶

func (o *FormulaFieldField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*FormulaFieldField) UnsetDateShowTzinfo ¶

func (o *FormulaFieldField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*FormulaFieldField) UnsetDateTimeFormat ¶

func (o *FormulaFieldField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*FormulaFieldField) UnsetNumberDecimalPlaces ¶

func (o *FormulaFieldField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

type FormulaFieldFieldSerializerWithRelatedFields ¶

type FormulaFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               string                                           `json:"error"`
	Formula             string                                           `json:"formula"`
	FormulaType         *FormulaTypeEnum                                 `json:"formula_type,omitempty"`
}

FormulaFieldFieldSerializerWithRelatedFields struct for FormulaFieldFieldSerializerWithRelatedFields

func NewFormulaFieldFieldSerializerWithRelatedFields ¶

func NewFormulaFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field, nullable bool, error_ string, formula string) *FormulaFieldFieldSerializerWithRelatedFields

NewFormulaFieldFieldSerializerWithRelatedFields instantiates a new FormulaFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFormulaFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewFormulaFieldFieldSerializerWithRelatedFieldsWithDefaults() *FormulaFieldFieldSerializerWithRelatedFields

NewFormulaFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new FormulaFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FormulaFieldFieldSerializerWithRelatedFields) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldFieldSerializerWithRelatedFields) GetArrayFormulaTypeOk ¶

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldFieldSerializerWithRelatedFields) GetDateForceTimezone ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldFieldSerializerWithRelatedFields) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldFieldSerializerWithRelatedFields) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldFieldSerializerWithRelatedFields) GetDateIncludeTime ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldFieldSerializerWithRelatedFields) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldFieldSerializerWithRelatedFields) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldFieldSerializerWithRelatedFields) GetError ¶

GetError returns the Error field value

func (*FormulaFieldFieldSerializerWithRelatedFields) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetFormula ¶

GetFormula returns the Formula field value

func (*FormulaFieldFieldSerializerWithRelatedFields) GetFormulaOk ¶

GetFormulaOk returns a tuple with the Formula field value and a boolean to check if the value has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetFormulaType ¶

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetFormulaTypeOk ¶

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*FormulaFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*FormulaFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetNullable ¶

GetNullable returns the Nullable field value

func (*FormulaFieldFieldSerializerWithRelatedFields) GetNullableOk ¶

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FormulaFieldFieldSerializerWithRelatedFields) GetNumberDecimalPlacesOk ¶

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FormulaFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*FormulaFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*FormulaFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*FormulaFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*FormulaFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*FormulaFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*FormulaFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) HasArrayFormulaType ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) HasDateForceTimezone ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) HasDateFormat ¶

HasDateFormat returns a boolean if a field has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) HasDateIncludeTime ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) HasDateTimeFormat ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) HasFormulaType ¶

HasFormulaType returns a boolean if a field has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) HasNumberDecimalPlaces ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*FormulaFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (FormulaFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*FormulaFieldFieldSerializerWithRelatedFields) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*FormulaFieldFieldSerializerWithRelatedFields) SetArrayFormulaTypeNil ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) SetDateForceTimezone ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*FormulaFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*FormulaFieldFieldSerializerWithRelatedFields) SetDateFormatNil ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) SetDateIncludeTime ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*FormulaFieldFieldSerializerWithRelatedFields) SetDateIncludeTimeNil ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*FormulaFieldFieldSerializerWithRelatedFields) SetDateShowTzinfoNil ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*FormulaFieldFieldSerializerWithRelatedFields) SetDateTimeFormatNil ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) SetError ¶

SetError sets field value

func (*FormulaFieldFieldSerializerWithRelatedFields) SetFormula ¶

SetFormula sets field value

func (*FormulaFieldFieldSerializerWithRelatedFields) SetFormulaType ¶

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*FormulaFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*FormulaFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*FormulaFieldFieldSerializerWithRelatedFields) SetNullable ¶

SetNullable sets field value

func (*FormulaFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*FormulaFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlacesNil ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*FormulaFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*FormulaFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*FormulaFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*FormulaFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*FormulaFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (FormulaFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o FormulaFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

func (*FormulaFieldFieldSerializerWithRelatedFields) UnsetArrayFormulaType ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) UnsetDateFormat ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) UnsetDateIncludeTime ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) UnsetDateShowTzinfo ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) UnsetDateTimeFormat ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*FormulaFieldFieldSerializerWithRelatedFields) UnsetNumberDecimalPlaces ¶

func (o *FormulaFieldFieldSerializerWithRelatedFields) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

type FormulaTypeEnum ¶

type FormulaTypeEnum string

FormulaTypeEnum * `invalid` - invalid * `text` - text * `char` - char * `link` - link * `date_interval` - date_interval * `date` - date * `boolean` - boolean * `number` - number * `array` - array * `single_select` - single_select

const (
	INVALID       FormulaTypeEnum = "invalid"
	CHAR          FormulaTypeEnum = "char"
	LINK          FormulaTypeEnum = "link"
	DATE_INTERVAL FormulaTypeEnum = "date_interval"
	ARRAY         FormulaTypeEnum = "array"
)

List of FormulaTypeEnum

func NewFormulaTypeEnumFromValue ¶

func NewFormulaTypeEnumFromValue(v string) (*FormulaTypeEnum, error)

NewFormulaTypeEnumFromValue returns a pointer to a valid FormulaTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FormulaTypeEnum) IsValid ¶

func (v FormulaTypeEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FormulaTypeEnum) Ptr ¶

Ptr returns reference to FormulaTypeEnum value

func (*FormulaTypeEnum) UnmarshalJSON ¶

func (v *FormulaTypeEnum) UnmarshalJSON(src []byte) error

type FullHealthCheck ¶

type FullHealthCheck struct {
	// False if any of the critical service health checks are failing, true otherwise.
	Passing bool `json:"passing"`
	// An object keyed by the name of the health check and the value being the result.
	Checks map[string]string `json:"checks"`
}

FullHealthCheck struct for FullHealthCheck

func NewFullHealthCheck ¶

func NewFullHealthCheck(passing bool, checks map[string]string) *FullHealthCheck

NewFullHealthCheck instantiates a new FullHealthCheck object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFullHealthCheckWithDefaults ¶

func NewFullHealthCheckWithDefaults() *FullHealthCheck

NewFullHealthCheckWithDefaults instantiates a new FullHealthCheck object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FullHealthCheck) GetChecks ¶

func (o *FullHealthCheck) GetChecks() map[string]string

GetChecks returns the Checks field value

func (*FullHealthCheck) GetChecksOk ¶

func (o *FullHealthCheck) GetChecksOk() (*map[string]string, bool)

GetChecksOk returns a tuple with the Checks field value and a boolean to check if the value has been set.

func (*FullHealthCheck) GetPassing ¶

func (o *FullHealthCheck) GetPassing() bool

GetPassing returns the Passing field value

func (*FullHealthCheck) GetPassingOk ¶

func (o *FullHealthCheck) GetPassingOk() (*bool, bool)

GetPassingOk returns a tuple with the Passing field value and a boolean to check if the value has been set.

func (FullHealthCheck) MarshalJSON ¶

func (o FullHealthCheck) MarshalJSON() ([]byte, error)

func (*FullHealthCheck) SetChecks ¶

func (o *FullHealthCheck) SetChecks(v map[string]string)

SetChecks sets field value

func (*FullHealthCheck) SetPassing ¶

func (o *FullHealthCheck) SetPassing(v bool)

SetPassing sets field value

func (FullHealthCheck) ToMap ¶

func (o FullHealthCheck) ToMap() (map[string]interface{}, error)

type GalleryViewFieldOptions ¶

type GalleryViewFieldOptions struct {
	// An object containing the field id as key and the properties related to view as value.
	FieldOptions map[string]GalleryViewFieldOptions `json:"field_options"`
}

GalleryViewFieldOptions struct for GalleryViewFieldOptions

func NewGalleryViewFieldOptions ¶

func NewGalleryViewFieldOptions(fieldOptions map[string]GalleryViewFieldOptions) *GalleryViewFieldOptions

NewGalleryViewFieldOptions instantiates a new GalleryViewFieldOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGalleryViewFieldOptionsWithDefaults ¶

func NewGalleryViewFieldOptionsWithDefaults() *GalleryViewFieldOptions

NewGalleryViewFieldOptionsWithDefaults instantiates a new GalleryViewFieldOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GalleryViewFieldOptions) GetFieldOptions ¶

func (o *GalleryViewFieldOptions) GetFieldOptions() map[string]GalleryViewFieldOptions

GetFieldOptions returns the FieldOptions field value

func (*GalleryViewFieldOptions) GetFieldOptionsOk ¶

func (o *GalleryViewFieldOptions) GetFieldOptionsOk() (*map[string]GalleryViewFieldOptions, bool)

GetFieldOptionsOk returns a tuple with the FieldOptions field value and a boolean to check if the value has been set.

func (GalleryViewFieldOptions) MarshalJSON ¶

func (o GalleryViewFieldOptions) MarshalJSON() ([]byte, error)

func (*GalleryViewFieldOptions) SetFieldOptions ¶

func (o *GalleryViewFieldOptions) SetFieldOptions(v map[string]GalleryViewFieldOptions)

SetFieldOptions sets field value

func (GalleryViewFieldOptions) ToMap ¶

func (o GalleryViewFieldOptions) ToMap() (map[string]interface{}, error)

type GalleryViewUpdate ¶

type GalleryViewUpdate struct {
	Name       *string            `json:"name,omitempty"`
	FilterType *ConditionTypeEnum `json:"filter_type,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled *bool `json:"filters_disabled,omitempty"`
	// The password required to access the public view URL.
	PublicViewPassword *string `json:"public_view_password,omitempty"`
	// References a file field of which the first image must be shown as card cover image.
	CardCoverImageField NullableInt32 `json:"card_cover_image_field,omitempty"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug that can be used to construct a public URL.
	Slug string `json:"slug"`
}

GalleryViewUpdate struct for GalleryViewUpdate

func NewGalleryViewUpdate ¶

func NewGalleryViewUpdate(slug string) *GalleryViewUpdate

NewGalleryViewUpdate instantiates a new GalleryViewUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGalleryViewUpdateWithDefaults ¶

func NewGalleryViewUpdateWithDefaults() *GalleryViewUpdate

NewGalleryViewUpdateWithDefaults instantiates a new GalleryViewUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GalleryViewUpdate) GetCardCoverImageField ¶

func (o *GalleryViewUpdate) GetCardCoverImageField() int32

GetCardCoverImageField returns the CardCoverImageField field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GalleryViewUpdate) GetCardCoverImageFieldOk ¶

func (o *GalleryViewUpdate) GetCardCoverImageFieldOk() (*int32, bool)

GetCardCoverImageFieldOk returns a tuple with the CardCoverImageField field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GalleryViewUpdate) GetFilterType ¶

func (o *GalleryViewUpdate) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*GalleryViewUpdate) GetFilterTypeOk ¶

func (o *GalleryViewUpdate) GetFilterTypeOk() (*ConditionTypeEnum, bool)

GetFilterTypeOk returns a tuple with the FilterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GalleryViewUpdate) GetFiltersDisabled ¶

func (o *GalleryViewUpdate) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*GalleryViewUpdate) GetFiltersDisabledOk ¶

func (o *GalleryViewUpdate) GetFiltersDisabledOk() (*bool, bool)

GetFiltersDisabledOk returns a tuple with the FiltersDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GalleryViewUpdate) GetName ¶

func (o *GalleryViewUpdate) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GalleryViewUpdate) GetNameOk ¶

func (o *GalleryViewUpdate) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GalleryViewUpdate) GetPublic ¶

func (o *GalleryViewUpdate) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*GalleryViewUpdate) GetPublicOk ¶

func (o *GalleryViewUpdate) GetPublicOk() (*bool, 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 (*GalleryViewUpdate) GetPublicViewPassword ¶

func (o *GalleryViewUpdate) GetPublicViewPassword() string

GetPublicViewPassword returns the PublicViewPassword field value if set, zero value otherwise.

func (*GalleryViewUpdate) GetPublicViewPasswordOk ¶

func (o *GalleryViewUpdate) GetPublicViewPasswordOk() (*string, bool)

GetPublicViewPasswordOk returns a tuple with the PublicViewPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GalleryViewUpdate) GetSlug ¶

func (o *GalleryViewUpdate) GetSlug() string

GetSlug returns the Slug field value

func (*GalleryViewUpdate) GetSlugOk ¶

func (o *GalleryViewUpdate) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*GalleryViewUpdate) HasCardCoverImageField ¶

func (o *GalleryViewUpdate) HasCardCoverImageField() bool

HasCardCoverImageField returns a boolean if a field has been set.

func (*GalleryViewUpdate) HasFilterType ¶

func (o *GalleryViewUpdate) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*GalleryViewUpdate) HasFiltersDisabled ¶

func (o *GalleryViewUpdate) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (*GalleryViewUpdate) HasName ¶

func (o *GalleryViewUpdate) HasName() bool

HasName returns a boolean if a field has been set.

func (*GalleryViewUpdate) HasPublic ¶

func (o *GalleryViewUpdate) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (*GalleryViewUpdate) HasPublicViewPassword ¶

func (o *GalleryViewUpdate) HasPublicViewPassword() bool

HasPublicViewPassword returns a boolean if a field has been set.

func (GalleryViewUpdate) MarshalJSON ¶

func (o GalleryViewUpdate) MarshalJSON() ([]byte, error)

func (*GalleryViewUpdate) SetCardCoverImageField ¶

func (o *GalleryViewUpdate) SetCardCoverImageField(v int32)

SetCardCoverImageField gets a reference to the given NullableInt32 and assigns it to the CardCoverImageField field.

func (*GalleryViewUpdate) SetCardCoverImageFieldNil ¶

func (o *GalleryViewUpdate) SetCardCoverImageFieldNil()

SetCardCoverImageFieldNil sets the value for CardCoverImageField to be an explicit nil

func (*GalleryViewUpdate) SetFilterType ¶

func (o *GalleryViewUpdate) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*GalleryViewUpdate) SetFiltersDisabled ¶

func (o *GalleryViewUpdate) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*GalleryViewUpdate) SetName ¶

func (o *GalleryViewUpdate) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GalleryViewUpdate) SetPublic ¶

func (o *GalleryViewUpdate) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (*GalleryViewUpdate) SetPublicViewPassword ¶

func (o *GalleryViewUpdate) SetPublicViewPassword(v string)

SetPublicViewPassword gets a reference to the given string and assigns it to the PublicViewPassword field.

func (*GalleryViewUpdate) SetSlug ¶

func (o *GalleryViewUpdate) SetSlug(v string)

SetSlug sets field value

func (GalleryViewUpdate) ToMap ¶

func (o GalleryViewUpdate) ToMap() (map[string]interface{}, error)

func (*GalleryViewUpdate) UnsetCardCoverImageField ¶

func (o *GalleryViewUpdate) UnsetCardCoverImageField()

UnsetCardCoverImageField ensures that no value is present for CardCoverImageField, not even an explicit nil

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 GetAdjacentDatabaseTableRow404Response ¶

type GetAdjacentDatabaseTableRow404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

GetAdjacentDatabaseTableRow404Response struct for GetAdjacentDatabaseTableRow404Response

func NewGetAdjacentDatabaseTableRow404Response ¶

func NewGetAdjacentDatabaseTableRow404Response() *GetAdjacentDatabaseTableRow404Response

NewGetAdjacentDatabaseTableRow404Response instantiates a new GetAdjacentDatabaseTableRow404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAdjacentDatabaseTableRow404ResponseWithDefaults ¶

func NewGetAdjacentDatabaseTableRow404ResponseWithDefaults() *GetAdjacentDatabaseTableRow404Response

NewGetAdjacentDatabaseTableRow404ResponseWithDefaults instantiates a new GetAdjacentDatabaseTableRow404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAdjacentDatabaseTableRow404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*GetAdjacentDatabaseTableRow404Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetAdjacentDatabaseTableRow404Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*GetAdjacentDatabaseTableRow404Response) GetErrorOk ¶

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 (*GetAdjacentDatabaseTableRow404Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*GetAdjacentDatabaseTableRow404Response) HasError ¶

HasError returns a boolean if a field has been set.

func (GetAdjacentDatabaseTableRow404Response) MarshalJSON ¶

func (o GetAdjacentDatabaseTableRow404Response) MarshalJSON() ([]byte, error)

func (*GetAdjacentDatabaseTableRow404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*GetAdjacentDatabaseTableRow404Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (GetAdjacentDatabaseTableRow404Response) ToMap ¶

func (o GetAdjacentDatabaseTableRow404Response) ToMap() (map[string]interface{}, error)

type GetDatabaseTableField400Response ¶

type GetDatabaseTableField400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

GetDatabaseTableField400Response struct for GetDatabaseTableField400Response

func NewGetDatabaseTableField400Response ¶

func NewGetDatabaseTableField400Response() *GetDatabaseTableField400Response

NewGetDatabaseTableField400Response instantiates a new GetDatabaseTableField400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetDatabaseTableField400ResponseWithDefaults ¶

func NewGetDatabaseTableField400ResponseWithDefaults() *GetDatabaseTableField400Response

NewGetDatabaseTableField400ResponseWithDefaults instantiates a new GetDatabaseTableField400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetDatabaseTableField400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*GetDatabaseTableField400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDatabaseTableField400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*GetDatabaseTableField400Response) GetErrorOk ¶

func (o *GetDatabaseTableField400Response) 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 (*GetDatabaseTableField400Response) HasDetail ¶

func (o *GetDatabaseTableField400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*GetDatabaseTableField400Response) HasError ¶

func (o *GetDatabaseTableField400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (GetDatabaseTableField400Response) MarshalJSON ¶

func (o GetDatabaseTableField400Response) MarshalJSON() ([]byte, error)

func (*GetDatabaseTableField400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*GetDatabaseTableField400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (GetDatabaseTableField400Response) ToMap ¶

func (o GetDatabaseTableField400Response) ToMap() (map[string]interface{}, error)

type GetDatabaseTableField404Response ¶

type GetDatabaseTableField404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

GetDatabaseTableField404Response struct for GetDatabaseTableField404Response

func NewGetDatabaseTableField404Response ¶

func NewGetDatabaseTableField404Response() *GetDatabaseTableField404Response

NewGetDatabaseTableField404Response instantiates a new GetDatabaseTableField404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetDatabaseTableField404ResponseWithDefaults ¶

func NewGetDatabaseTableField404ResponseWithDefaults() *GetDatabaseTableField404Response

NewGetDatabaseTableField404ResponseWithDefaults instantiates a new GetDatabaseTableField404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetDatabaseTableField404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*GetDatabaseTableField404Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDatabaseTableField404Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*GetDatabaseTableField404Response) GetErrorOk ¶

func (o *GetDatabaseTableField404Response) 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 (*GetDatabaseTableField404Response) HasDetail ¶

func (o *GetDatabaseTableField404Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*GetDatabaseTableField404Response) HasError ¶

func (o *GetDatabaseTableField404Response) HasError() bool

HasError returns a boolean if a field has been set.

func (GetDatabaseTableField404Response) MarshalJSON ¶

func (o GetDatabaseTableField404Response) MarshalJSON() ([]byte, error)

func (*GetDatabaseTableField404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*GetDatabaseTableField404Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (GetDatabaseTableField404Response) ToMap ¶

func (o GetDatabaseTableField404Response) ToMap() (map[string]interface{}, error)

type GetDatabaseTableRow400Response ¶

type GetDatabaseTableRow400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

GetDatabaseTableRow400Response struct for GetDatabaseTableRow400Response

func NewGetDatabaseTableRow400Response ¶

func NewGetDatabaseTableRow400Response() *GetDatabaseTableRow400Response

NewGetDatabaseTableRow400Response instantiates a new GetDatabaseTableRow400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetDatabaseTableRow400ResponseWithDefaults ¶

func NewGetDatabaseTableRow400ResponseWithDefaults() *GetDatabaseTableRow400Response

NewGetDatabaseTableRow400ResponseWithDefaults instantiates a new GetDatabaseTableRow400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetDatabaseTableRow400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*GetDatabaseTableRow400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDatabaseTableRow400Response) GetError ¶

func (o *GetDatabaseTableRow400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetDatabaseTableRow400Response) GetErrorOk ¶

func (o *GetDatabaseTableRow400Response) 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 (*GetDatabaseTableRow400Response) HasDetail ¶

func (o *GetDatabaseTableRow400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*GetDatabaseTableRow400Response) HasError ¶

func (o *GetDatabaseTableRow400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (GetDatabaseTableRow400Response) MarshalJSON ¶

func (o GetDatabaseTableRow400Response) MarshalJSON() ([]byte, error)

func (*GetDatabaseTableRow400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*GetDatabaseTableRow400Response) SetError ¶

func (o *GetDatabaseTableRow400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (GetDatabaseTableRow400Response) ToMap ¶

func (o GetDatabaseTableRow400Response) ToMap() (map[string]interface{}, error)

type GetDatabaseTableWebhook404Response ¶

type GetDatabaseTableWebhook404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

GetDatabaseTableWebhook404Response struct for GetDatabaseTableWebhook404Response

func NewGetDatabaseTableWebhook404Response ¶

func NewGetDatabaseTableWebhook404Response() *GetDatabaseTableWebhook404Response

NewGetDatabaseTableWebhook404Response instantiates a new GetDatabaseTableWebhook404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetDatabaseTableWebhook404ResponseWithDefaults ¶

func NewGetDatabaseTableWebhook404ResponseWithDefaults() *GetDatabaseTableWebhook404Response

NewGetDatabaseTableWebhook404ResponseWithDefaults instantiates a new GetDatabaseTableWebhook404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetDatabaseTableWebhook404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*GetDatabaseTableWebhook404Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDatabaseTableWebhook404Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*GetDatabaseTableWebhook404Response) GetErrorOk ¶

func (o *GetDatabaseTableWebhook404Response) 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 (*GetDatabaseTableWebhook404Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*GetDatabaseTableWebhook404Response) HasError ¶

HasError returns a boolean if a field has been set.

func (GetDatabaseTableWebhook404Response) MarshalJSON ¶

func (o GetDatabaseTableWebhook404Response) MarshalJSON() ([]byte, error)

func (*GetDatabaseTableWebhook404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*GetDatabaseTableWebhook404Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (GetDatabaseTableWebhook404Response) ToMap ¶

func (o GetDatabaseTableWebhook404Response) ToMap() (map[string]interface{}, error)

type GetDatabaseToken404Response ¶

type GetDatabaseToken404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

GetDatabaseToken404Response struct for GetDatabaseToken404Response

func NewGetDatabaseToken404Response ¶

func NewGetDatabaseToken404Response() *GetDatabaseToken404Response

NewGetDatabaseToken404Response instantiates a new GetDatabaseToken404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetDatabaseToken404ResponseWithDefaults ¶

func NewGetDatabaseToken404ResponseWithDefaults() *GetDatabaseToken404Response

NewGetDatabaseToken404ResponseWithDefaults instantiates a new GetDatabaseToken404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetDatabaseToken404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*GetDatabaseToken404Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetDatabaseToken404Response) GetError ¶

func (o *GetDatabaseToken404Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*GetDatabaseToken404Response) GetErrorOk ¶

func (o *GetDatabaseToken404Response) 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 (*GetDatabaseToken404Response) HasDetail ¶

func (o *GetDatabaseToken404Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*GetDatabaseToken404Response) HasError ¶

func (o *GetDatabaseToken404Response) HasError() bool

HasError returns a boolean if a field has been set.

func (GetDatabaseToken404Response) MarshalJSON ¶

func (o GetDatabaseToken404Response) MarshalJSON() ([]byte, error)

func (*GetDatabaseToken404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*GetDatabaseToken404Response) SetError ¶

func (o *GetDatabaseToken404Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (GetDatabaseToken404Response) ToMap ¶

func (o GetDatabaseToken404Response) ToMap() (map[string]interface{}, error)

type GetWorkspaceInvitation400Response ¶

type GetWorkspaceInvitation400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

GetWorkspaceInvitation400Response struct for GetWorkspaceInvitation400Response

func NewGetWorkspaceInvitation400Response ¶

func NewGetWorkspaceInvitation400Response() *GetWorkspaceInvitation400Response

NewGetWorkspaceInvitation400Response instantiates a new GetWorkspaceInvitation400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetWorkspaceInvitation400ResponseWithDefaults ¶

func NewGetWorkspaceInvitation400ResponseWithDefaults() *GetWorkspaceInvitation400Response

NewGetWorkspaceInvitation400ResponseWithDefaults instantiates a new GetWorkspaceInvitation400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetWorkspaceInvitation400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*GetWorkspaceInvitation400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWorkspaceInvitation400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*GetWorkspaceInvitation400Response) GetErrorOk ¶

func (o *GetWorkspaceInvitation400Response) 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 (*GetWorkspaceInvitation400Response) HasDetail ¶

func (o *GetWorkspaceInvitation400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*GetWorkspaceInvitation400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (GetWorkspaceInvitation400Response) MarshalJSON ¶

func (o GetWorkspaceInvitation400Response) MarshalJSON() ([]byte, error)

func (*GetWorkspaceInvitation400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*GetWorkspaceInvitation400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (GetWorkspaceInvitation400Response) ToMap ¶

func (o GetWorkspaceInvitation400Response) ToMap() (map[string]interface{}, error)

type GetWorkspaceInvitationByToken400Response ¶

type GetWorkspaceInvitationByToken400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

GetWorkspaceInvitationByToken400Response struct for GetWorkspaceInvitationByToken400Response

func NewGetWorkspaceInvitationByToken400Response ¶

func NewGetWorkspaceInvitationByToken400Response() *GetWorkspaceInvitationByToken400Response

NewGetWorkspaceInvitationByToken400Response instantiates a new GetWorkspaceInvitationByToken400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetWorkspaceInvitationByToken400ResponseWithDefaults ¶

func NewGetWorkspaceInvitationByToken400ResponseWithDefaults() *GetWorkspaceInvitationByToken400Response

NewGetWorkspaceInvitationByToken400ResponseWithDefaults instantiates a new GetWorkspaceInvitationByToken400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetWorkspaceInvitationByToken400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*GetWorkspaceInvitationByToken400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GetWorkspaceInvitationByToken400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*GetWorkspaceInvitationByToken400Response) GetErrorOk ¶

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 (*GetWorkspaceInvitationByToken400Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*GetWorkspaceInvitationByToken400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (GetWorkspaceInvitationByToken400Response) MarshalJSON ¶

func (*GetWorkspaceInvitationByToken400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*GetWorkspaceInvitationByToken400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (GetWorkspaceInvitationByToken400Response) ToMap ¶

func (o GetWorkspaceInvitationByToken400Response) ToMap() (map[string]interface{}, error)

type GitHubAuthProviderModelAuthProvider ¶

type GitHubAuthProviderModelAuthProvider struct {
	Id int32 `json:"id"`
	// The type of the related field.
	Type    string         `json:"type"`
	Domain  NullableString `json:"domain,omitempty"`
	Enabled *bool          `json:"enabled,omitempty"`
	Name    string         `json:"name"`
	// App ID, or consumer key
	ClientId string `json:"client_id"`
	// API secret, client secret, or consumer secret
	Secret string `json:"secret"`
}

GitHubAuthProviderModelAuthProvider struct for GitHubAuthProviderModelAuthProvider

func NewGitHubAuthProviderModelAuthProvider ¶

func NewGitHubAuthProviderModelAuthProvider(id int32, type_ string, name string, clientId string, secret string) *GitHubAuthProviderModelAuthProvider

NewGitHubAuthProviderModelAuthProvider instantiates a new GitHubAuthProviderModelAuthProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGitHubAuthProviderModelAuthProviderWithDefaults ¶

func NewGitHubAuthProviderModelAuthProviderWithDefaults() *GitHubAuthProviderModelAuthProvider

NewGitHubAuthProviderModelAuthProviderWithDefaults instantiates a new GitHubAuthProviderModelAuthProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GitHubAuthProviderModelAuthProvider) GetClientId ¶

GetClientId returns the ClientId field value

func (*GitHubAuthProviderModelAuthProvider) GetClientIdOk ¶

func (o *GitHubAuthProviderModelAuthProvider) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.

func (*GitHubAuthProviderModelAuthProvider) GetDomain ¶

GetDomain returns the Domain field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GitHubAuthProviderModelAuthProvider) GetDomainOk ¶

func (o *GitHubAuthProviderModelAuthProvider) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GitHubAuthProviderModelAuthProvider) GetEnabled ¶

func (o *GitHubAuthProviderModelAuthProvider) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*GitHubAuthProviderModelAuthProvider) GetEnabledOk ¶

func (o *GitHubAuthProviderModelAuthProvider) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GitHubAuthProviderModelAuthProvider) GetId ¶

GetId returns the Id field value

func (*GitHubAuthProviderModelAuthProvider) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*GitHubAuthProviderModelAuthProvider) GetName ¶

GetName returns the Name field value

func (*GitHubAuthProviderModelAuthProvider) GetNameOk ¶

func (o *GitHubAuthProviderModelAuthProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*GitHubAuthProviderModelAuthProvider) GetSecret ¶

GetSecret returns the Secret field value

func (*GitHubAuthProviderModelAuthProvider) GetSecretOk ¶

func (o *GitHubAuthProviderModelAuthProvider) GetSecretOk() (*string, bool)

GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.

func (*GitHubAuthProviderModelAuthProvider) GetType ¶

GetType returns the Type field value

func (*GitHubAuthProviderModelAuthProvider) GetTypeOk ¶

func (o *GitHubAuthProviderModelAuthProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*GitHubAuthProviderModelAuthProvider) HasDomain ¶

HasDomain returns a boolean if a field has been set.

func (*GitHubAuthProviderModelAuthProvider) HasEnabled ¶

func (o *GitHubAuthProviderModelAuthProvider) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (GitHubAuthProviderModelAuthProvider) MarshalJSON ¶

func (o GitHubAuthProviderModelAuthProvider) MarshalJSON() ([]byte, error)

func (*GitHubAuthProviderModelAuthProvider) SetClientId ¶

func (o *GitHubAuthProviderModelAuthProvider) SetClientId(v string)

SetClientId sets field value

func (*GitHubAuthProviderModelAuthProvider) SetDomain ¶

SetDomain gets a reference to the given NullableString and assigns it to the Domain field.

func (*GitHubAuthProviderModelAuthProvider) SetDomainNil ¶

func (o *GitHubAuthProviderModelAuthProvider) SetDomainNil()

SetDomainNil sets the value for Domain to be an explicit nil

func (*GitHubAuthProviderModelAuthProvider) SetEnabled ¶

func (o *GitHubAuthProviderModelAuthProvider) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*GitHubAuthProviderModelAuthProvider) SetId ¶

SetId sets field value

func (*GitHubAuthProviderModelAuthProvider) SetName ¶

SetName sets field value

func (*GitHubAuthProviderModelAuthProvider) SetSecret ¶

SetSecret sets field value

func (*GitHubAuthProviderModelAuthProvider) SetType ¶

SetType sets field value

func (GitHubAuthProviderModelAuthProvider) ToMap ¶

func (o GitHubAuthProviderModelAuthProvider) ToMap() (map[string]interface{}, error)

func (*GitHubAuthProviderModelAuthProvider) UnsetDomain ¶

func (o *GitHubAuthProviderModelAuthProvider) UnsetDomain()

UnsetDomain ensures that no value is present for Domain, not even an explicit nil

type GitLabAuthProviderModelAuthProvider ¶

type GitLabAuthProviderModelAuthProvider struct {
	Id int32 `json:"id"`
	// The type of the related field.
	Type    string         `json:"type"`
	Domain  NullableString `json:"domain,omitempty"`
	Enabled *bool          `json:"enabled,omitempty"`
	Name    string         `json:"name"`
	// Base URL of the authorization server
	BaseUrl string `json:"base_url"`
	// App ID, or consumer key
	ClientId string `json:"client_id"`
	// API secret, client secret, or consumer secret
	Secret string `json:"secret"`
}

GitLabAuthProviderModelAuthProvider struct for GitLabAuthProviderModelAuthProvider

func NewGitLabAuthProviderModelAuthProvider ¶

func NewGitLabAuthProviderModelAuthProvider(id int32, type_ string, name string, baseUrl string, clientId string, secret string) *GitLabAuthProviderModelAuthProvider

NewGitLabAuthProviderModelAuthProvider instantiates a new GitLabAuthProviderModelAuthProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGitLabAuthProviderModelAuthProviderWithDefaults ¶

func NewGitLabAuthProviderModelAuthProviderWithDefaults() *GitLabAuthProviderModelAuthProvider

NewGitLabAuthProviderModelAuthProviderWithDefaults instantiates a new GitLabAuthProviderModelAuthProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GitLabAuthProviderModelAuthProvider) GetBaseUrl ¶

GetBaseUrl returns the BaseUrl field value

func (*GitLabAuthProviderModelAuthProvider) GetBaseUrlOk ¶

func (o *GitLabAuthProviderModelAuthProvider) GetBaseUrlOk() (*string, bool)

GetBaseUrlOk returns a tuple with the BaseUrl field value and a boolean to check if the value has been set.

func (*GitLabAuthProviderModelAuthProvider) GetClientId ¶

GetClientId returns the ClientId field value

func (*GitLabAuthProviderModelAuthProvider) GetClientIdOk ¶

func (o *GitLabAuthProviderModelAuthProvider) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.

func (*GitLabAuthProviderModelAuthProvider) GetDomain ¶

GetDomain returns the Domain field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GitLabAuthProviderModelAuthProvider) GetDomainOk ¶

func (o *GitLabAuthProviderModelAuthProvider) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GitLabAuthProviderModelAuthProvider) GetEnabled ¶

func (o *GitLabAuthProviderModelAuthProvider) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*GitLabAuthProviderModelAuthProvider) GetEnabledOk ¶

func (o *GitLabAuthProviderModelAuthProvider) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GitLabAuthProviderModelAuthProvider) GetId ¶

GetId returns the Id field value

func (*GitLabAuthProviderModelAuthProvider) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*GitLabAuthProviderModelAuthProvider) GetName ¶

GetName returns the Name field value

func (*GitLabAuthProviderModelAuthProvider) GetNameOk ¶

func (o *GitLabAuthProviderModelAuthProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*GitLabAuthProviderModelAuthProvider) GetSecret ¶

GetSecret returns the Secret field value

func (*GitLabAuthProviderModelAuthProvider) GetSecretOk ¶

func (o *GitLabAuthProviderModelAuthProvider) GetSecretOk() (*string, bool)

GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.

func (*GitLabAuthProviderModelAuthProvider) GetType ¶

GetType returns the Type field value

func (*GitLabAuthProviderModelAuthProvider) GetTypeOk ¶

func (o *GitLabAuthProviderModelAuthProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*GitLabAuthProviderModelAuthProvider) HasDomain ¶

HasDomain returns a boolean if a field has been set.

func (*GitLabAuthProviderModelAuthProvider) HasEnabled ¶

func (o *GitLabAuthProviderModelAuthProvider) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (GitLabAuthProviderModelAuthProvider) MarshalJSON ¶

func (o GitLabAuthProviderModelAuthProvider) MarshalJSON() ([]byte, error)

func (*GitLabAuthProviderModelAuthProvider) SetBaseUrl ¶

SetBaseUrl sets field value

func (*GitLabAuthProviderModelAuthProvider) SetClientId ¶

func (o *GitLabAuthProviderModelAuthProvider) SetClientId(v string)

SetClientId sets field value

func (*GitLabAuthProviderModelAuthProvider) SetDomain ¶

SetDomain gets a reference to the given NullableString and assigns it to the Domain field.

func (*GitLabAuthProviderModelAuthProvider) SetDomainNil ¶

func (o *GitLabAuthProviderModelAuthProvider) SetDomainNil()

SetDomainNil sets the value for Domain to be an explicit nil

func (*GitLabAuthProviderModelAuthProvider) SetEnabled ¶

func (o *GitLabAuthProviderModelAuthProvider) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*GitLabAuthProviderModelAuthProvider) SetId ¶

SetId sets field value

func (*GitLabAuthProviderModelAuthProvider) SetName ¶

SetName sets field value

func (*GitLabAuthProviderModelAuthProvider) SetSecret ¶

SetSecret sets field value

func (*GitLabAuthProviderModelAuthProvider) SetType ¶

SetType sets field value

func (GitLabAuthProviderModelAuthProvider) ToMap ¶

func (o GitLabAuthProviderModelAuthProvider) ToMap() (map[string]interface{}, error)

func (*GitLabAuthProviderModelAuthProvider) UnsetDomain ¶

func (o *GitLabAuthProviderModelAuthProvider) UnsetDomain()

UnsetDomain ensures that no value is present for Domain, not even an explicit nil

type GoogleAuthProviderModelAuthProvider ¶

type GoogleAuthProviderModelAuthProvider struct {
	Id int32 `json:"id"`
	// The type of the related field.
	Type    string         `json:"type"`
	Domain  NullableString `json:"domain,omitempty"`
	Enabled *bool          `json:"enabled,omitempty"`
	Name    string         `json:"name"`
	// App ID, or consumer key
	ClientId string `json:"client_id"`
	// API secret, client secret, or consumer secret
	Secret string `json:"secret"`
}

GoogleAuthProviderModelAuthProvider struct for GoogleAuthProviderModelAuthProvider

func NewGoogleAuthProviderModelAuthProvider ¶

func NewGoogleAuthProviderModelAuthProvider(id int32, type_ string, name string, clientId string, secret string) *GoogleAuthProviderModelAuthProvider

NewGoogleAuthProviderModelAuthProvider instantiates a new GoogleAuthProviderModelAuthProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGoogleAuthProviderModelAuthProviderWithDefaults ¶

func NewGoogleAuthProviderModelAuthProviderWithDefaults() *GoogleAuthProviderModelAuthProvider

NewGoogleAuthProviderModelAuthProviderWithDefaults instantiates a new GoogleAuthProviderModelAuthProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GoogleAuthProviderModelAuthProvider) GetClientId ¶

GetClientId returns the ClientId field value

func (*GoogleAuthProviderModelAuthProvider) GetClientIdOk ¶

func (o *GoogleAuthProviderModelAuthProvider) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.

func (*GoogleAuthProviderModelAuthProvider) GetDomain ¶

GetDomain returns the Domain field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GoogleAuthProviderModelAuthProvider) GetDomainOk ¶

func (o *GoogleAuthProviderModelAuthProvider) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GoogleAuthProviderModelAuthProvider) GetEnabled ¶

func (o *GoogleAuthProviderModelAuthProvider) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*GoogleAuthProviderModelAuthProvider) GetEnabledOk ¶

func (o *GoogleAuthProviderModelAuthProvider) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GoogleAuthProviderModelAuthProvider) GetId ¶

GetId returns the Id field value

func (*GoogleAuthProviderModelAuthProvider) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*GoogleAuthProviderModelAuthProvider) GetName ¶

GetName returns the Name field value

func (*GoogleAuthProviderModelAuthProvider) GetNameOk ¶

func (o *GoogleAuthProviderModelAuthProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*GoogleAuthProviderModelAuthProvider) GetSecret ¶

GetSecret returns the Secret field value

func (*GoogleAuthProviderModelAuthProvider) GetSecretOk ¶

func (o *GoogleAuthProviderModelAuthProvider) GetSecretOk() (*string, bool)

GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.

func (*GoogleAuthProviderModelAuthProvider) GetType ¶

GetType returns the Type field value

func (*GoogleAuthProviderModelAuthProvider) GetTypeOk ¶

func (o *GoogleAuthProviderModelAuthProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*GoogleAuthProviderModelAuthProvider) HasDomain ¶

HasDomain returns a boolean if a field has been set.

func (*GoogleAuthProviderModelAuthProvider) HasEnabled ¶

func (o *GoogleAuthProviderModelAuthProvider) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (GoogleAuthProviderModelAuthProvider) MarshalJSON ¶

func (o GoogleAuthProviderModelAuthProvider) MarshalJSON() ([]byte, error)

func (*GoogleAuthProviderModelAuthProvider) SetClientId ¶

func (o *GoogleAuthProviderModelAuthProvider) SetClientId(v string)

SetClientId sets field value

func (*GoogleAuthProviderModelAuthProvider) SetDomain ¶

SetDomain gets a reference to the given NullableString and assigns it to the Domain field.

func (*GoogleAuthProviderModelAuthProvider) SetDomainNil ¶

func (o *GoogleAuthProviderModelAuthProvider) SetDomainNil()

SetDomainNil sets the value for Domain to be an explicit nil

func (*GoogleAuthProviderModelAuthProvider) SetEnabled ¶

func (o *GoogleAuthProviderModelAuthProvider) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*GoogleAuthProviderModelAuthProvider) SetId ¶

SetId sets field value

func (*GoogleAuthProviderModelAuthProvider) SetName ¶

SetName sets field value

func (*GoogleAuthProviderModelAuthProvider) SetSecret ¶

SetSecret sets field value

func (*GoogleAuthProviderModelAuthProvider) SetType ¶

SetType sets field value

func (GoogleAuthProviderModelAuthProvider) ToMap ¶

func (o GoogleAuthProviderModelAuthProvider) ToMap() (map[string]interface{}, error)

func (*GoogleAuthProviderModelAuthProvider) UnsetDomain ¶

func (o *GoogleAuthProviderModelAuthProvider) UnsetDomain()

UnsetDomain ensures that no value is present for Domain, not even an explicit nil

type GridViewCreateView ¶

type GridViewCreateView struct {
	Name          string             `json:"name"`
	Type          ViewTypesEnum      `json:"type"`
	OwnershipType *OwnershipTypeEnum `json:"ownership_type,omitempty"`
	FilterType    *ConditionTypeEnum `json:"filter_type,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled   *bool                  `json:"filters_disabled,omitempty"`
	RowIdentifierType *RowIdentifierTypeEnum `json:"row_identifier_type,omitempty"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug that can be used to construct a public URL.
	Slug string `json:"slug"`
}

GridViewCreateView struct for GridViewCreateView

func NewGridViewCreateView ¶

func NewGridViewCreateView(name string, type_ ViewTypesEnum, slug string) *GridViewCreateView

NewGridViewCreateView instantiates a new GridViewCreateView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGridViewCreateViewWithDefaults ¶

func NewGridViewCreateViewWithDefaults() *GridViewCreateView

NewGridViewCreateViewWithDefaults instantiates a new GridViewCreateView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GridViewCreateView) GetFilterType ¶

func (o *GridViewCreateView) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*GridViewCreateView) GetFilterTypeOk ¶

func (o *GridViewCreateView) GetFilterTypeOk() (*ConditionTypeEnum, bool)

GetFilterTypeOk returns a tuple with the FilterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewCreateView) GetFiltersDisabled ¶

func (o *GridViewCreateView) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*GridViewCreateView) GetFiltersDisabledOk ¶

func (o *GridViewCreateView) GetFiltersDisabledOk() (*bool, bool)

GetFiltersDisabledOk returns a tuple with the FiltersDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewCreateView) GetName ¶

func (o *GridViewCreateView) GetName() string

GetName returns the Name field value

func (*GridViewCreateView) GetNameOk ¶

func (o *GridViewCreateView) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*GridViewCreateView) GetOwnershipType ¶

func (o *GridViewCreateView) GetOwnershipType() OwnershipTypeEnum

GetOwnershipType returns the OwnershipType field value if set, zero value otherwise.

func (*GridViewCreateView) GetOwnershipTypeOk ¶

func (o *GridViewCreateView) GetOwnershipTypeOk() (*OwnershipTypeEnum, bool)

GetOwnershipTypeOk returns a tuple with the OwnershipType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewCreateView) GetPublic ¶

func (o *GridViewCreateView) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*GridViewCreateView) GetPublicOk ¶

func (o *GridViewCreateView) GetPublicOk() (*bool, 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 (*GridViewCreateView) GetRowIdentifierType ¶

func (o *GridViewCreateView) GetRowIdentifierType() RowIdentifierTypeEnum

GetRowIdentifierType returns the RowIdentifierType field value if set, zero value otherwise.

func (*GridViewCreateView) GetRowIdentifierTypeOk ¶

func (o *GridViewCreateView) GetRowIdentifierTypeOk() (*RowIdentifierTypeEnum, bool)

GetRowIdentifierTypeOk returns a tuple with the RowIdentifierType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewCreateView) GetSlug ¶

func (o *GridViewCreateView) GetSlug() string

GetSlug returns the Slug field value

func (*GridViewCreateView) GetSlugOk ¶

func (o *GridViewCreateView) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*GridViewCreateView) GetType ¶

func (o *GridViewCreateView) GetType() ViewTypesEnum

GetType returns the Type field value

func (*GridViewCreateView) GetTypeOk ¶

func (o *GridViewCreateView) GetTypeOk() (*ViewTypesEnum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*GridViewCreateView) HasFilterType ¶

func (o *GridViewCreateView) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*GridViewCreateView) HasFiltersDisabled ¶

func (o *GridViewCreateView) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (*GridViewCreateView) HasOwnershipType ¶

func (o *GridViewCreateView) HasOwnershipType() bool

HasOwnershipType returns a boolean if a field has been set.

func (*GridViewCreateView) HasPublic ¶

func (o *GridViewCreateView) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (*GridViewCreateView) HasRowIdentifierType ¶

func (o *GridViewCreateView) HasRowIdentifierType() bool

HasRowIdentifierType returns a boolean if a field has been set.

func (GridViewCreateView) MarshalJSON ¶

func (o GridViewCreateView) MarshalJSON() ([]byte, error)

func (*GridViewCreateView) SetFilterType ¶

func (o *GridViewCreateView) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*GridViewCreateView) SetFiltersDisabled ¶

func (o *GridViewCreateView) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*GridViewCreateView) SetName ¶

func (o *GridViewCreateView) SetName(v string)

SetName sets field value

func (*GridViewCreateView) SetOwnershipType ¶

func (o *GridViewCreateView) SetOwnershipType(v OwnershipTypeEnum)

SetOwnershipType gets a reference to the given OwnershipTypeEnum and assigns it to the OwnershipType field.

func (*GridViewCreateView) SetPublic ¶

func (o *GridViewCreateView) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (*GridViewCreateView) SetRowIdentifierType ¶

func (o *GridViewCreateView) SetRowIdentifierType(v RowIdentifierTypeEnum)

SetRowIdentifierType gets a reference to the given RowIdentifierTypeEnum and assigns it to the RowIdentifierType field.

func (*GridViewCreateView) SetSlug ¶

func (o *GridViewCreateView) SetSlug(v string)

SetSlug sets field value

func (*GridViewCreateView) SetType ¶

func (o *GridViewCreateView) SetType(v ViewTypesEnum)

SetType sets field value

func (GridViewCreateView) ToMap ¶

func (o GridViewCreateView) ToMap() (map[string]interface{}, error)

type GridViewFieldOptions ¶

type GridViewFieldOptions struct {
	// An object containing the field id as key and the properties related to view as value.
	FieldOptions map[string]GridViewFieldOptions `json:"field_options"`
}

GridViewFieldOptions struct for GridViewFieldOptions

func NewGridViewFieldOptions ¶

func NewGridViewFieldOptions(fieldOptions map[string]GridViewFieldOptions) *GridViewFieldOptions

NewGridViewFieldOptions instantiates a new GridViewFieldOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGridViewFieldOptionsWithDefaults ¶

func NewGridViewFieldOptionsWithDefaults() *GridViewFieldOptions

NewGridViewFieldOptionsWithDefaults instantiates a new GridViewFieldOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GridViewFieldOptions) GetFieldOptions ¶

func (o *GridViewFieldOptions) GetFieldOptions() map[string]GridViewFieldOptions

GetFieldOptions returns the FieldOptions field value

func (*GridViewFieldOptions) GetFieldOptionsOk ¶

func (o *GridViewFieldOptions) GetFieldOptionsOk() (*map[string]GridViewFieldOptions, bool)

GetFieldOptionsOk returns a tuple with the FieldOptions field value and a boolean to check if the value has been set.

func (GridViewFieldOptions) MarshalJSON ¶

func (o GridViewFieldOptions) MarshalJSON() ([]byte, error)

func (*GridViewFieldOptions) SetFieldOptions ¶

func (o *GridViewFieldOptions) SetFieldOptions(v map[string]GridViewFieldOptions)

SetFieldOptions sets field value

func (GridViewFieldOptions) ToMap ¶

func (o GridViewFieldOptions) ToMap() (map[string]interface{}, error)

type GridViewFieldOptionsAggregationRawType ¶

type GridViewFieldOptionsAggregationRawType struct {
	AggregationRawTypeEnum *AggregationRawTypeEnum
	BlankEnum              *BlankEnum
}

GridViewFieldOptionsAggregationRawType - Indicates how to compute the raw aggregation value from database. This type must be registered in the backend prior to use it. * `empty_count` - empty_count * `not_empty_count` - not_empty_count * `unique_count` - unique_count * `min` - min * `max` - max * `sum` - sum * `average` - average * `median` - median * `decile` - decile * `variance` - variance * `std_dev` - std_dev

func AggregationRawTypeEnumAsGridViewFieldOptionsAggregationRawType ¶

func AggregationRawTypeEnumAsGridViewFieldOptionsAggregationRawType(v *AggregationRawTypeEnum) GridViewFieldOptionsAggregationRawType

AggregationRawTypeEnumAsGridViewFieldOptionsAggregationRawType is a convenience function that returns AggregationRawTypeEnum wrapped in GridViewFieldOptionsAggregationRawType

func BlankEnumAsGridViewFieldOptionsAggregationRawType ¶

func BlankEnumAsGridViewFieldOptionsAggregationRawType(v *BlankEnum) GridViewFieldOptionsAggregationRawType

BlankEnumAsGridViewFieldOptionsAggregationRawType is a convenience function that returns BlankEnum wrapped in GridViewFieldOptionsAggregationRawType

func (*GridViewFieldOptionsAggregationRawType) GetActualInstance ¶

func (obj *GridViewFieldOptionsAggregationRawType) GetActualInstance() interface{}

Get the actual instance

func (GridViewFieldOptionsAggregationRawType) MarshalJSON ¶

func (src GridViewFieldOptionsAggregationRawType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*GridViewFieldOptionsAggregationRawType) UnmarshalJSON ¶

func (dst *GridViewFieldOptionsAggregationRawType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type GridViewFilter ¶

type GridViewFilter struct {
	// Only the fields related to the provided ids are added to the response. If None are provided all fields will be returned.
	FieldIds []int32 `json:"field_ids,omitempty"`
	// Only rows related to the provided ids are added to the response.
	RowIds []int32 `json:"row_ids"`
}

GridViewFilter struct for GridViewFilter

func NewGridViewFilter ¶

func NewGridViewFilter(rowIds []int32) *GridViewFilter

NewGridViewFilter instantiates a new GridViewFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGridViewFilterWithDefaults ¶

func NewGridViewFilterWithDefaults() *GridViewFilter

NewGridViewFilterWithDefaults instantiates a new GridViewFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GridViewFilter) GetFieldIds ¶

func (o *GridViewFilter) GetFieldIds() []int32

GetFieldIds returns the FieldIds field value if set, zero value otherwise.

func (*GridViewFilter) GetFieldIdsOk ¶

func (o *GridViewFilter) GetFieldIdsOk() ([]int32, bool)

GetFieldIdsOk returns a tuple with the FieldIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewFilter) GetRowIds ¶

func (o *GridViewFilter) GetRowIds() []int32

GetRowIds returns the RowIds field value

func (*GridViewFilter) GetRowIdsOk ¶

func (o *GridViewFilter) GetRowIdsOk() ([]int32, bool)

GetRowIdsOk returns a tuple with the RowIds field value and a boolean to check if the value has been set.

func (*GridViewFilter) HasFieldIds ¶

func (o *GridViewFilter) HasFieldIds() bool

HasFieldIds returns a boolean if a field has been set.

func (GridViewFilter) MarshalJSON ¶

func (o GridViewFilter) MarshalJSON() ([]byte, error)

func (*GridViewFilter) SetFieldIds ¶

func (o *GridViewFilter) SetFieldIds(v []int32)

SetFieldIds gets a reference to the given []int32 and assigns it to the FieldIds field.

func (*GridViewFilter) SetRowIds ¶

func (o *GridViewFilter) SetRowIds(v []int32)

SetRowIds sets field value

func (GridViewFilter) ToMap ¶

func (o GridViewFilter) ToMap() (map[string]interface{}, error)

type GridViewUpdate ¶

type GridViewUpdate struct {
	Name       *string            `json:"name,omitempty"`
	FilterType *ConditionTypeEnum `json:"filter_type,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled *bool `json:"filters_disabled,omitempty"`
	// The password required to access the public view URL.
	PublicViewPassword *string                `json:"public_view_password,omitempty"`
	RowIdentifierType  *RowIdentifierTypeEnum `json:"row_identifier_type,omitempty"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug that can be used to construct a public URL.
	Slug string `json:"slug"`
}

GridViewUpdate struct for GridViewUpdate

func NewGridViewUpdate ¶

func NewGridViewUpdate(slug string) *GridViewUpdate

NewGridViewUpdate instantiates a new GridViewUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGridViewUpdateWithDefaults ¶

func NewGridViewUpdateWithDefaults() *GridViewUpdate

NewGridViewUpdateWithDefaults instantiates a new GridViewUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GridViewUpdate) GetFilterType ¶

func (o *GridViewUpdate) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*GridViewUpdate) GetFilterTypeOk ¶

func (o *GridViewUpdate) GetFilterTypeOk() (*ConditionTypeEnum, bool)

GetFilterTypeOk returns a tuple with the FilterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewUpdate) GetFiltersDisabled ¶

func (o *GridViewUpdate) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*GridViewUpdate) GetFiltersDisabledOk ¶

func (o *GridViewUpdate) GetFiltersDisabledOk() (*bool, bool)

GetFiltersDisabledOk returns a tuple with the FiltersDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewUpdate) GetName ¶

func (o *GridViewUpdate) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GridViewUpdate) GetNameOk ¶

func (o *GridViewUpdate) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewUpdate) GetPublic ¶

func (o *GridViewUpdate) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*GridViewUpdate) GetPublicOk ¶

func (o *GridViewUpdate) GetPublicOk() (*bool, 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 (*GridViewUpdate) GetPublicViewPassword ¶

func (o *GridViewUpdate) GetPublicViewPassword() string

GetPublicViewPassword returns the PublicViewPassword field value if set, zero value otherwise.

func (*GridViewUpdate) GetPublicViewPasswordOk ¶

func (o *GridViewUpdate) GetPublicViewPasswordOk() (*string, bool)

GetPublicViewPasswordOk returns a tuple with the PublicViewPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewUpdate) GetRowIdentifierType ¶

func (o *GridViewUpdate) GetRowIdentifierType() RowIdentifierTypeEnum

GetRowIdentifierType returns the RowIdentifierType field value if set, zero value otherwise.

func (*GridViewUpdate) GetRowIdentifierTypeOk ¶

func (o *GridViewUpdate) GetRowIdentifierTypeOk() (*RowIdentifierTypeEnum, bool)

GetRowIdentifierTypeOk returns a tuple with the RowIdentifierType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewUpdate) GetSlug ¶

func (o *GridViewUpdate) GetSlug() string

GetSlug returns the Slug field value

func (*GridViewUpdate) GetSlugOk ¶

func (o *GridViewUpdate) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*GridViewUpdate) HasFilterType ¶

func (o *GridViewUpdate) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*GridViewUpdate) HasFiltersDisabled ¶

func (o *GridViewUpdate) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (*GridViewUpdate) HasName ¶

func (o *GridViewUpdate) HasName() bool

HasName returns a boolean if a field has been set.

func (*GridViewUpdate) HasPublic ¶

func (o *GridViewUpdate) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (*GridViewUpdate) HasPublicViewPassword ¶

func (o *GridViewUpdate) HasPublicViewPassword() bool

HasPublicViewPassword returns a boolean if a field has been set.

func (*GridViewUpdate) HasRowIdentifierType ¶

func (o *GridViewUpdate) HasRowIdentifierType() bool

HasRowIdentifierType returns a boolean if a field has been set.

func (GridViewUpdate) MarshalJSON ¶

func (o GridViewUpdate) MarshalJSON() ([]byte, error)

func (*GridViewUpdate) SetFilterType ¶

func (o *GridViewUpdate) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*GridViewUpdate) SetFiltersDisabled ¶

func (o *GridViewUpdate) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*GridViewUpdate) SetName ¶

func (o *GridViewUpdate) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*GridViewUpdate) SetPublic ¶

func (o *GridViewUpdate) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (*GridViewUpdate) SetPublicViewPassword ¶

func (o *GridViewUpdate) SetPublicViewPassword(v string)

SetPublicViewPassword gets a reference to the given string and assigns it to the PublicViewPassword field.

func (*GridViewUpdate) SetRowIdentifierType ¶

func (o *GridViewUpdate) SetRowIdentifierType(v RowIdentifierTypeEnum)

SetRowIdentifierType gets a reference to the given RowIdentifierTypeEnum and assigns it to the RowIdentifierType field.

func (*GridViewUpdate) SetSlug ¶

func (o *GridViewUpdate) SetSlug(v string)

SetSlug sets field value

func (GridViewUpdate) ToMap ¶

func (o GridViewUpdate) ToMap() (map[string]interface{}, error)

type GridViewView ¶

type GridViewView struct {
	Id          int32              `json:"id"`
	TableId     int32              `json:"table_id"`
	Name        string             `json:"name"`
	Order       int32              `json:"order"`
	Type        string             `json:"type"`
	Table       Table              `json:"table"`
	FilterType  *ConditionTypeEnum `json:"filter_type,omitempty"`
	Filters     []ViewFilter       `json:"filters,omitempty"`
	Sortings    []ViewSort         `json:"sortings,omitempty"`
	Decorations []ViewDecoration   `json:"decorations,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled *bool `json:"filters_disabled,omitempty"`
	// Indicates whether the public view is password protected or not.  :return: True if the public view is password protected, False otherwise.
	PublicViewHasPassword bool                   `json:"public_view_has_password"`
	OwnershipType         string                 `json:"ownership_type"`
	RowIdentifierType     *RowIdentifierTypeEnum `json:"row_identifier_type,omitempty"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug that can be used to construct a public URL.
	Slug string `json:"slug"`
}

GridViewView struct for GridViewView

func NewGridViewView ¶

func NewGridViewView(id int32, tableId int32, name string, order int32, type_ string, table Table, publicViewHasPassword bool, ownershipType string, slug string) *GridViewView

NewGridViewView instantiates a new GridViewView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGridViewViewWithDefaults ¶

func NewGridViewViewWithDefaults() *GridViewView

NewGridViewViewWithDefaults instantiates a new GridViewView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GridViewView) GetDecorations ¶

func (o *GridViewView) GetDecorations() []ViewDecoration

GetDecorations returns the Decorations field value if set, zero value otherwise.

func (*GridViewView) GetDecorationsOk ¶

func (o *GridViewView) GetDecorationsOk() ([]ViewDecoration, bool)

GetDecorationsOk returns a tuple with the Decorations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewView) GetFilterType ¶

func (o *GridViewView) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*GridViewView) GetFilterTypeOk ¶

func (o *GridViewView) GetFilterTypeOk() (*ConditionTypeEnum, bool)

GetFilterTypeOk returns a tuple with the FilterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewView) GetFilters ¶

func (o *GridViewView) GetFilters() []ViewFilter

GetFilters returns the Filters field value if set, zero value otherwise.

func (*GridViewView) GetFiltersDisabled ¶

func (o *GridViewView) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*GridViewView) GetFiltersDisabledOk ¶

func (o *GridViewView) GetFiltersDisabledOk() (*bool, bool)

GetFiltersDisabledOk returns a tuple with the FiltersDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewView) GetFiltersOk ¶

func (o *GridViewView) GetFiltersOk() ([]ViewFilter, bool)

GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewView) GetId ¶

func (o *GridViewView) GetId() int32

GetId returns the Id field value

func (*GridViewView) GetIdOk ¶

func (o *GridViewView) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*GridViewView) GetName ¶

func (o *GridViewView) GetName() string

GetName returns the Name field value

func (*GridViewView) GetNameOk ¶

func (o *GridViewView) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*GridViewView) GetOrder ¶

func (o *GridViewView) GetOrder() int32

GetOrder returns the Order field value

func (*GridViewView) GetOrderOk ¶

func (o *GridViewView) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*GridViewView) GetOwnershipType ¶

func (o *GridViewView) GetOwnershipType() string

GetOwnershipType returns the OwnershipType field value

func (*GridViewView) GetOwnershipTypeOk ¶

func (o *GridViewView) GetOwnershipTypeOk() (*string, bool)

GetOwnershipTypeOk returns a tuple with the OwnershipType field value and a boolean to check if the value has been set.

func (*GridViewView) GetPublic ¶

func (o *GridViewView) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*GridViewView) GetPublicOk ¶

func (o *GridViewView) GetPublicOk() (*bool, 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 (*GridViewView) GetPublicViewHasPassword ¶

func (o *GridViewView) GetPublicViewHasPassword() bool

GetPublicViewHasPassword returns the PublicViewHasPassword field value

func (*GridViewView) GetPublicViewHasPasswordOk ¶

func (o *GridViewView) GetPublicViewHasPasswordOk() (*bool, bool)

GetPublicViewHasPasswordOk returns a tuple with the PublicViewHasPassword field value and a boolean to check if the value has been set.

func (*GridViewView) GetRowIdentifierType ¶

func (o *GridViewView) GetRowIdentifierType() RowIdentifierTypeEnum

GetRowIdentifierType returns the RowIdentifierType field value if set, zero value otherwise.

func (*GridViewView) GetRowIdentifierTypeOk ¶

func (o *GridViewView) GetRowIdentifierTypeOk() (*RowIdentifierTypeEnum, bool)

GetRowIdentifierTypeOk returns a tuple with the RowIdentifierType field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *GridViewView) GetShowLogo() bool

GetShowLogo returns the ShowLogo field value if set, zero value otherwise.

func (*GridViewView) GetShowLogoOk ¶

func (o *GridViewView) GetShowLogoOk() (*bool, bool)

GetShowLogoOk returns a tuple with the ShowLogo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewView) GetSlug ¶

func (o *GridViewView) GetSlug() string

GetSlug returns the Slug field value

func (*GridViewView) GetSlugOk ¶

func (o *GridViewView) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*GridViewView) GetSortings ¶

func (o *GridViewView) GetSortings() []ViewSort

GetSortings returns the Sortings field value if set, zero value otherwise.

func (*GridViewView) GetSortingsOk ¶

func (o *GridViewView) GetSortingsOk() ([]ViewSort, bool)

GetSortingsOk returns a tuple with the Sortings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GridViewView) GetTable ¶

func (o *GridViewView) GetTable() Table

GetTable returns the Table field value

func (*GridViewView) GetTableId ¶

func (o *GridViewView) GetTableId() int32

GetTableId returns the TableId field value

func (*GridViewView) GetTableIdOk ¶

func (o *GridViewView) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*GridViewView) GetTableOk ¶

func (o *GridViewView) GetTableOk() (*Table, bool)

GetTableOk returns a tuple with the Table field value and a boolean to check if the value has been set.

func (*GridViewView) GetType ¶

func (o *GridViewView) GetType() string

GetType returns the Type field value

func (*GridViewView) GetTypeOk ¶

func (o *GridViewView) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*GridViewView) HasDecorations ¶

func (o *GridViewView) HasDecorations() bool

HasDecorations returns a boolean if a field has been set.

func (*GridViewView) HasFilterType ¶

func (o *GridViewView) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*GridViewView) HasFilters ¶

func (o *GridViewView) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (*GridViewView) HasFiltersDisabled ¶

func (o *GridViewView) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (*GridViewView) HasPublic ¶

func (o *GridViewView) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (*GridViewView) HasRowIdentifierType ¶

func (o *GridViewView) HasRowIdentifierType() bool

HasRowIdentifierType returns a boolean if a field has been set.

func (o *GridViewView) HasShowLogo() bool

HasShowLogo returns a boolean if a field has been set.

func (*GridViewView) HasSortings ¶

func (o *GridViewView) HasSortings() bool

HasSortings returns a boolean if a field has been set.

func (GridViewView) MarshalJSON ¶

func (o GridViewView) MarshalJSON() ([]byte, error)

func (*GridViewView) SetDecorations ¶

func (o *GridViewView) SetDecorations(v []ViewDecoration)

SetDecorations gets a reference to the given []ViewDecoration and assigns it to the Decorations field.

func (*GridViewView) SetFilterType ¶

func (o *GridViewView) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*GridViewView) SetFilters ¶

func (o *GridViewView) SetFilters(v []ViewFilter)

SetFilters gets a reference to the given []ViewFilter and assigns it to the Filters field.

func (*GridViewView) SetFiltersDisabled ¶

func (o *GridViewView) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*GridViewView) SetId ¶

func (o *GridViewView) SetId(v int32)

SetId sets field value

func (*GridViewView) SetName ¶

func (o *GridViewView) SetName(v string)

SetName sets field value

func (*GridViewView) SetOrder ¶

func (o *GridViewView) SetOrder(v int32)

SetOrder sets field value

func (*GridViewView) SetOwnershipType ¶

func (o *GridViewView) SetOwnershipType(v string)

SetOwnershipType sets field value

func (*GridViewView) SetPublic ¶

func (o *GridViewView) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (*GridViewView) SetPublicViewHasPassword ¶

func (o *GridViewView) SetPublicViewHasPassword(v bool)

SetPublicViewHasPassword sets field value

func (*GridViewView) SetRowIdentifierType ¶

func (o *GridViewView) SetRowIdentifierType(v RowIdentifierTypeEnum)

SetRowIdentifierType gets a reference to the given RowIdentifierTypeEnum and assigns it to the RowIdentifierType field.

func (o *GridViewView) SetShowLogo(v bool)

SetShowLogo gets a reference to the given bool and assigns it to the ShowLogo field.

func (*GridViewView) SetSlug ¶

func (o *GridViewView) SetSlug(v string)

SetSlug sets field value

func (*GridViewView) SetSortings ¶

func (o *GridViewView) SetSortings(v []ViewSort)

SetSortings gets a reference to the given []ViewSort and assigns it to the Sortings field.

func (*GridViewView) SetTable ¶

func (o *GridViewView) SetTable(v Table)

SetTable sets field value

func (*GridViewView) SetTableId ¶

func (o *GridViewView) SetTableId(v int32)

SetTableId sets field value

func (*GridViewView) SetType ¶

func (o *GridViewView) SetType(v string)

SetType sets field value

func (GridViewView) ToMap ¶

func (o GridViewView) ToMap() (map[string]interface{}, error)

type IdEnum ¶

type IdEnum string

IdEnum * `create_group` - create_group * `delete_group` - delete_group * `update_group` - update_group * `order_groups` - order_groups * `create_application` - create_application * `update_application` - update_application * `delete_application` - delete_application * `order_applications` - order_applications * `duplicate_application` - duplicate_application * `install_template` - install_template * `create_group_invitation` - create_group_invitation * `delete_group_invitation` - delete_group_invitation * `accept_group_invitation` - accept_group_invitation * `reject_group_invitation` - reject_group_invitation * `update_group_invitation_permissions` - update_group_invitation_permissions * `leave_group` - leave_group * `create_snapshot` - create_snapshot * `delete_snapshot` - delete_snapshot * `restore_snapshot` - restore_snapshot * `empty_trash` - empty_trash * `restore_from_trash` - restore_from_trash * `create_user` - create_user * `update_user` - update_user * `schedule_user_deletion` - schedule_user_deletion * `cancel_user_deletion` - cancel_user_deletion * `sign_in_user` - sign_in_user * `change_user_password` - change_user_password * `send_reset_user_password` - send_reset_user_password * `reset_user_password` - reset_user_password * `create_db_token` - create_db_token * `update_db_token_name` - update_db_token_name * `update_db_token_permissions` - update_db_token_permissions * `rotate_db_token_key` - rotate_db_token_key * `delete_db_token_key` - delete_db_token_key * `create_webhook` - create_webhook * `delete_webhook` - delete_webhook * `update_webhook` - update_webhook * `export_table` - export_table * `import_database_from_airtable` - import_database_from_airtable * `create_table` - create_table * `delete_table` - delete_table * `order_tables` - order_tables * `update_table` - update_table * `duplicate_table` - duplicate_table * `create_row` - create_row * `create_rows` - create_rows * `import_rows` - import_rows * `delete_row` - delete_row * `delete_rows` - delete_rows * `move_row` - move_row * `update_row` - update_row * `update_rows` - update_rows * `create_view` - create_view * `duplicate_view` - duplicate_view * `delete_view` - delete_view * `order_views` - order_views * `update_view` - update_view * `create_view_filter` - create_view_filter * `update_view_filter` - update_view_filter * `delete_view_filter` - delete_view_filter * `create_view_sort` - create_view_sort * `update_view_sort` - update_view_sort * `delete_view_sort` - delete_view_sort * `rotate_view_slug` - rotate_view_slug * `update_view_field_options` - update_view_field_options * `create_decoration` - create_decoration * `update_decoration` - update_decoration * `delete_decoration` - delete_decoration * `create_field` - create_field * `delete_field` - delete_field * `update_field` - update_field * `duplicate_field` - duplicate_field * `create_row_comment` - create_row_comment * `create_team` - create_team * `update_team` - update_team * `delete_team` - delete_team * `create_team_subject` - create_team_subject * `delete_team_subject` - delete_team_subject * `batch_assign_role` - batch_assign_role

const (
	CREATE_GROUP                        IdEnum = "create_group"
	DELETE_GROUP                        IdEnum = "delete_group"
	UPDATE_GROUP                        IdEnum = "update_group"
	ORDER_GROUPS                        IdEnum = "order_groups"
	CREATE_APPLICATION                  IdEnum = "create_application"
	UPDATE_APPLICATION                  IdEnum = "update_application"
	DELETE_APPLICATION                  IdEnum = "delete_application"
	ORDER_APPLICATIONS                  IdEnum = "order_applications"
	DUPLICATE_APPLICATION               IdEnum = "duplicate_application"
	INSTALL_TEMPLATE                    IdEnum = "install_template"
	CREATE_GROUP_INVITATION             IdEnum = "create_group_invitation"
	DELETE_GROUP_INVITATION             IdEnum = "delete_group_invitation"
	ACCEPT_GROUP_INVITATION             IdEnum = "accept_group_invitation"
	REJECT_GROUP_INVITATION             IdEnum = "reject_group_invitation"
	UPDATE_GROUP_INVITATION_PERMISSIONS IdEnum = "update_group_invitation_permissions"
	LEAVE_GROUP                         IdEnum = "leave_group"
	CREATE_SNAPSHOT                     IdEnum = "create_snapshot"
	DELETE_SNAPSHOT                     IdEnum = "delete_snapshot"
	RESTORE_SNAPSHOT                    IdEnum = "restore_snapshot"
	EMPTY_TRASH                         IdEnum = "empty_trash"
	RESTORE_FROM_TRASH                  IdEnum = "restore_from_trash"
	CREATE_USER                         IdEnum = "create_user"
	UPDATE_USER                         IdEnum = "update_user"
	SCHEDULE_USER_DELETION              IdEnum = "schedule_user_deletion"
	CANCEL_USER_DELETION                IdEnum = "cancel_user_deletion"
	SIGN_IN_USER                        IdEnum = "sign_in_user"
	CHANGE_USER_PASSWORD                IdEnum = "change_user_password"
	SEND_RESET_USER_PASSWORD            IdEnum = "send_reset_user_password"
	RESET_USER_PASSWORD                 IdEnum = "reset_user_password"
	CREATE_DB_TOKEN                     IdEnum = "create_db_token"
	UPDATE_DB_TOKEN_NAME                IdEnum = "update_db_token_name"
	UPDATE_DB_TOKEN_PERMISSIONS         IdEnum = "update_db_token_permissions"
	ROTATE_DB_TOKEN_KEY                 IdEnum = "rotate_db_token_key"
	DELETE_DB_TOKEN_KEY                 IdEnum = "delete_db_token_key"
	CREATE_WEBHOOK                      IdEnum = "create_webhook"
	DELETE_WEBHOOK                      IdEnum = "delete_webhook"
	UPDATE_WEBHOOK                      IdEnum = "update_webhook"
	EXPORT_TABLE                        IdEnum = "export_table"
	IMPORT_DATABASE_FROM_AIRTABLE       IdEnum = "import_database_from_airtable"
	CREATE_TABLE                        IdEnum = "create_table"
	DELETE_TABLE                        IdEnum = "delete_table"
	ORDER_TABLES                        IdEnum = "order_tables"
	UPDATE_TABLE                        IdEnum = "update_table"
	DUPLICATE_TABLE                     IdEnum = "duplicate_table"
	CREATE_ROW                          IdEnum = "create_row"
	CREATE_ROWS                         IdEnum = "create_rows"
	IMPORT_ROWS                         IdEnum = "import_rows"
	DELETE_ROW                          IdEnum = "delete_row"
	DELETE_ROWS                         IdEnum = "delete_rows"
	MOVE_ROW                            IdEnum = "move_row"
	UPDATE_ROW                          IdEnum = "update_row"
	UPDATE_ROWS                         IdEnum = "update_rows"
	CREATE_VIEW                         IdEnum = "create_view"
	DUPLICATE_VIEW                      IdEnum = "duplicate_view"
	DELETE_VIEW                         IdEnum = "delete_view"
	ORDER_VIEWS                         IdEnum = "order_views"
	UPDATE_VIEW                         IdEnum = "update_view"
	CREATE_VIEW_FILTER                  IdEnum = "create_view_filter"
	UPDATE_VIEW_FILTER                  IdEnum = "update_view_filter"
	DELETE_VIEW_FILTER                  IdEnum = "delete_view_filter"
	CREATE_VIEW_SORT                    IdEnum = "create_view_sort"
	UPDATE_VIEW_SORT                    IdEnum = "update_view_sort"
	DELETE_VIEW_SORT                    IdEnum = "delete_view_sort"
	ROTATE_VIEW_SLUG                    IdEnum = "rotate_view_slug"
	UPDATE_VIEW_FIELD_OPTIONS           IdEnum = "update_view_field_options"
	CREATE_DECORATION                   IdEnum = "create_decoration"
	UPDATE_DECORATION                   IdEnum = "update_decoration"
	DELETE_DECORATION                   IdEnum = "delete_decoration"
	CREATE_FIELD                        IdEnum = "create_field"
	DELETE_FIELD                        IdEnum = "delete_field"
	UPDATE_FIELD                        IdEnum = "update_field"
	DUPLICATE_FIELD                     IdEnum = "duplicate_field"
	CREATE_ROW_COMMENT                  IdEnum = "create_row_comment"
	CREATE_TEAM                         IdEnum = "create_team"
	UPDATE_TEAM                         IdEnum = "update_team"
	DELETE_TEAM                         IdEnum = "delete_team"
	CREATE_TEAM_SUBJECT                 IdEnum = "create_team_subject"
	DELETE_TEAM_SUBJECT                 IdEnum = "delete_team_subject"
	BATCH_ASSIGN_ROLE                   IdEnum = "batch_assign_role"
)

List of IdEnum

func NewIdEnumFromValue ¶

func NewIdEnumFromValue(v string) (*IdEnum, error)

NewIdEnumFromValue returns a pointer to a valid IdEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (IdEnum) IsValid ¶

func (v IdEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (IdEnum) Ptr ¶

func (v IdEnum) Ptr() *IdEnum

Ptr returns reference to IdEnum value

func (*IdEnum) UnmarshalJSON ¶

func (v *IdEnum) UnmarshalJSON(src []byte) error

type InstallTemplateJobJob ¶

type InstallTemplateJobJob struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError    *string                `json:"human_readable_error,omitempty"`
	Workspace             Workspace              `json:"workspace"`
	Template              Template               `json:"template"`
	InstalledApplications map[string]interface{} `json:"installed_applications"`
	Group                 Workspace              `json:"group"`
}

InstallTemplateJobJob struct for InstallTemplateJobJob

func NewInstallTemplateJobJob ¶

func NewInstallTemplateJobJob(id int32, type_ string, progressPercentage int32, state string, workspace Workspace, template Template, installedApplications map[string]interface{}, group Workspace) *InstallTemplateJobJob

NewInstallTemplateJobJob instantiates a new InstallTemplateJobJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInstallTemplateJobJobWithDefaults ¶

func NewInstallTemplateJobJobWithDefaults() *InstallTemplateJobJob

NewInstallTemplateJobJobWithDefaults instantiates a new InstallTemplateJobJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InstallTemplateJobJob) GetGroup ¶

func (o *InstallTemplateJobJob) GetGroup() Workspace

GetGroup returns the Group field value

func (*InstallTemplateJobJob) GetGroupOk ¶

func (o *InstallTemplateJobJob) GetGroupOk() (*Workspace, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*InstallTemplateJobJob) GetHumanReadableError ¶

func (o *InstallTemplateJobJob) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*InstallTemplateJobJob) GetHumanReadableErrorOk ¶

func (o *InstallTemplateJobJob) GetHumanReadableErrorOk() (*string, bool)

GetHumanReadableErrorOk returns a tuple with the HumanReadableError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstallTemplateJobJob) GetId ¶

func (o *InstallTemplateJobJob) GetId() int32

GetId returns the Id field value

func (*InstallTemplateJobJob) GetIdOk ¶

func (o *InstallTemplateJobJob) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*InstallTemplateJobJob) GetInstalledApplications ¶

func (o *InstallTemplateJobJob) GetInstalledApplications() map[string]interface{}

GetInstalledApplications returns the InstalledApplications field value

func (*InstallTemplateJobJob) GetInstalledApplicationsOk ¶

func (o *InstallTemplateJobJob) GetInstalledApplicationsOk() (map[string]interface{}, bool)

GetInstalledApplicationsOk returns a tuple with the InstalledApplications field value and a boolean to check if the value has been set.

func (*InstallTemplateJobJob) GetProgressPercentage ¶

func (o *InstallTemplateJobJob) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*InstallTemplateJobJob) GetProgressPercentageOk ¶

func (o *InstallTemplateJobJob) GetProgressPercentageOk() (*int32, bool)

GetProgressPercentageOk returns a tuple with the ProgressPercentage field value and a boolean to check if the value has been set.

func (*InstallTemplateJobJob) GetState ¶

func (o *InstallTemplateJobJob) GetState() string

GetState returns the State field value

func (*InstallTemplateJobJob) GetStateOk ¶

func (o *InstallTemplateJobJob) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*InstallTemplateJobJob) GetTemplate ¶

func (o *InstallTemplateJobJob) GetTemplate() Template

GetTemplate returns the Template field value

func (*InstallTemplateJobJob) GetTemplateOk ¶

func (o *InstallTemplateJobJob) GetTemplateOk() (*Template, bool)

GetTemplateOk returns a tuple with the Template field value and a boolean to check if the value has been set.

func (*InstallTemplateJobJob) GetType ¶

func (o *InstallTemplateJobJob) GetType() string

GetType returns the Type field value

func (*InstallTemplateJobJob) GetTypeOk ¶

func (o *InstallTemplateJobJob) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*InstallTemplateJobJob) GetWorkspace ¶

func (o *InstallTemplateJobJob) GetWorkspace() Workspace

GetWorkspace returns the Workspace field value

func (*InstallTemplateJobJob) GetWorkspaceOk ¶

func (o *InstallTemplateJobJob) GetWorkspaceOk() (*Workspace, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (*InstallTemplateJobJob) HasHumanReadableError ¶

func (o *InstallTemplateJobJob) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (InstallTemplateJobJob) MarshalJSON ¶

func (o InstallTemplateJobJob) MarshalJSON() ([]byte, error)

func (*InstallTemplateJobJob) SetGroup ¶

func (o *InstallTemplateJobJob) SetGroup(v Workspace)

SetGroup sets field value

func (*InstallTemplateJobJob) SetHumanReadableError ¶

func (o *InstallTemplateJobJob) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*InstallTemplateJobJob) SetId ¶

func (o *InstallTemplateJobJob) SetId(v int32)

SetId sets field value

func (*InstallTemplateJobJob) SetInstalledApplications ¶

func (o *InstallTemplateJobJob) SetInstalledApplications(v map[string]interface{})

SetInstalledApplications sets field value

func (*InstallTemplateJobJob) SetProgressPercentage ¶

func (o *InstallTemplateJobJob) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*InstallTemplateJobJob) SetState ¶

func (o *InstallTemplateJobJob) SetState(v string)

SetState sets field value

func (*InstallTemplateJobJob) SetTemplate ¶

func (o *InstallTemplateJobJob) SetTemplate(v Template)

SetTemplate sets field value

func (*InstallTemplateJobJob) SetType ¶

func (o *InstallTemplateJobJob) SetType(v string)

SetType sets field value

func (*InstallTemplateJobJob) SetWorkspace ¶

func (o *InstallTemplateJobJob) SetWorkspace(v Workspace)

SetWorkspace sets field value

func (InstallTemplateJobJob) ToMap ¶

func (o InstallTemplateJobJob) ToMap() (map[string]interface{}, error)

type InstanceId ¶

type InstanceId struct {
	InstanceId string `json:"instance_id"`
}

InstanceId struct for InstanceId

func NewInstanceId ¶

func NewInstanceId(instanceId string) *InstanceId

NewInstanceId instantiates a new InstanceId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInstanceIdWithDefaults ¶

func NewInstanceIdWithDefaults() *InstanceId

NewInstanceIdWithDefaults instantiates a new InstanceId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InstanceId) GetInstanceId ¶

func (o *InstanceId) GetInstanceId() string

GetInstanceId returns the InstanceId field value

func (*InstanceId) GetInstanceIdOk ¶

func (o *InstanceId) GetInstanceIdOk() (*string, bool)

GetInstanceIdOk returns a tuple with the InstanceId field value and a boolean to check if the value has been set.

func (InstanceId) MarshalJSON ¶

func (o InstanceId) MarshalJSON() ([]byte, error)

func (*InstanceId) SetInstanceId ¶

func (o *InstanceId) SetInstanceId(v string)

SetInstanceId sets field value

func (InstanceId) ToMap ¶

func (o InstanceId) ToMap() (map[string]interface{}, error)

type Job ¶

type Job struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError *string `json:"human_readable_error,omitempty"`
}

Job struct for Job

func NewJob ¶

func NewJob(id int32, type_ string, progressPercentage int32, state string) *Job

NewJob instantiates a new Job object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJobWithDefaults ¶

func NewJobWithDefaults() *Job

NewJobWithDefaults instantiates a new Job object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Job) GetHumanReadableError ¶

func (o *Job) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*Job) GetHumanReadableErrorOk ¶

func (o *Job) GetHumanReadableErrorOk() (*string, bool)

GetHumanReadableErrorOk returns a tuple with the HumanReadableError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Job) GetId ¶

func (o *Job) GetId() int32

GetId returns the Id field value

func (*Job) GetIdOk ¶

func (o *Job) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Job) GetProgressPercentage ¶

func (o *Job) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*Job) GetProgressPercentageOk ¶

func (o *Job) GetProgressPercentageOk() (*int32, bool)

GetProgressPercentageOk returns a tuple with the ProgressPercentage field value and a boolean to check if the value has been set.

func (*Job) GetState ¶

func (o *Job) GetState() string

GetState returns the State field value

func (*Job) GetStateOk ¶

func (o *Job) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*Job) GetType ¶

func (o *Job) GetType() string

GetType returns the Type field value

func (*Job) GetTypeOk ¶

func (o *Job) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*Job) HasHumanReadableError ¶

func (o *Job) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (Job) MarshalJSON ¶

func (o Job) MarshalJSON() ([]byte, error)

func (*Job) SetHumanReadableError ¶

func (o *Job) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*Job) SetId ¶

func (o *Job) SetId(v int32)

SetId sets field value

func (*Job) SetProgressPercentage ¶

func (o *Job) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*Job) SetState ¶

func (o *Job) SetState(v string)

SetState sets field value

func (*Job) SetType ¶

func (o *Job) SetType(v string)

SetType sets field value

func (Job) ToMap ¶

func (o Job) ToMap() (map[string]interface{}, error)

type JobTypeCreateJob ¶

type JobTypeCreateJob struct {
	RequestAirtableImportJobCreateJob       *RequestAirtableImportJobCreateJob
	RequestAuditLogExportJobCreateJob       *RequestAuditLogExportJobCreateJob
	RequestCreateSnapshotJobCreateJob       *RequestCreateSnapshotJobCreateJob
	RequestDuplicateApplicationJobCreateJob *RequestDuplicateApplicationJobCreateJob
	RequestDuplicateFieldJobCreateJob       *RequestDuplicateFieldJobCreateJob
	RequestDuplicateTableJobCreateJob       *RequestDuplicateTableJobCreateJob
	RequestFileImportJobCreateJob           *RequestFileImportJobCreateJob
	RequestInstallTemplateJobCreateJob      *RequestInstallTemplateJobCreateJob
	RequestRestoreSnapshotJobCreateJob      *RequestRestoreSnapshotJobCreateJob
}

JobTypeCreateJob - struct for JobTypeCreateJob

func RequestAirtableImportJobCreateJobAsJobTypeCreateJob ¶

func RequestAirtableImportJobCreateJobAsJobTypeCreateJob(v *RequestAirtableImportJobCreateJob) JobTypeCreateJob

RequestAirtableImportJobCreateJobAsJobTypeCreateJob is a convenience function that returns RequestAirtableImportJobCreateJob wrapped in JobTypeCreateJob

func RequestAuditLogExportJobCreateJobAsJobTypeCreateJob ¶

func RequestAuditLogExportJobCreateJobAsJobTypeCreateJob(v *RequestAuditLogExportJobCreateJob) JobTypeCreateJob

RequestAuditLogExportJobCreateJobAsJobTypeCreateJob is a convenience function that returns RequestAuditLogExportJobCreateJob wrapped in JobTypeCreateJob

func RequestCreateSnapshotJobCreateJobAsJobTypeCreateJob ¶

func RequestCreateSnapshotJobCreateJobAsJobTypeCreateJob(v *RequestCreateSnapshotJobCreateJob) JobTypeCreateJob

RequestCreateSnapshotJobCreateJobAsJobTypeCreateJob is a convenience function that returns RequestCreateSnapshotJobCreateJob wrapped in JobTypeCreateJob

func RequestDuplicateApplicationJobCreateJobAsJobTypeCreateJob ¶

func RequestDuplicateApplicationJobCreateJobAsJobTypeCreateJob(v *RequestDuplicateApplicationJobCreateJob) JobTypeCreateJob

RequestDuplicateApplicationJobCreateJobAsJobTypeCreateJob is a convenience function that returns RequestDuplicateApplicationJobCreateJob wrapped in JobTypeCreateJob

func RequestDuplicateFieldJobCreateJobAsJobTypeCreateJob ¶

func RequestDuplicateFieldJobCreateJobAsJobTypeCreateJob(v *RequestDuplicateFieldJobCreateJob) JobTypeCreateJob

RequestDuplicateFieldJobCreateJobAsJobTypeCreateJob is a convenience function that returns RequestDuplicateFieldJobCreateJob wrapped in JobTypeCreateJob

func RequestDuplicateTableJobCreateJobAsJobTypeCreateJob ¶

func RequestDuplicateTableJobCreateJobAsJobTypeCreateJob(v *RequestDuplicateTableJobCreateJob) JobTypeCreateJob

RequestDuplicateTableJobCreateJobAsJobTypeCreateJob is a convenience function that returns RequestDuplicateTableJobCreateJob wrapped in JobTypeCreateJob

func RequestFileImportJobCreateJobAsJobTypeCreateJob ¶

func RequestFileImportJobCreateJobAsJobTypeCreateJob(v *RequestFileImportJobCreateJob) JobTypeCreateJob

RequestFileImportJobCreateJobAsJobTypeCreateJob is a convenience function that returns RequestFileImportJobCreateJob wrapped in JobTypeCreateJob

func RequestInstallTemplateJobCreateJobAsJobTypeCreateJob ¶

func RequestInstallTemplateJobCreateJobAsJobTypeCreateJob(v *RequestInstallTemplateJobCreateJob) JobTypeCreateJob

RequestInstallTemplateJobCreateJobAsJobTypeCreateJob is a convenience function that returns RequestInstallTemplateJobCreateJob wrapped in JobTypeCreateJob

func RequestRestoreSnapshotJobCreateJobAsJobTypeCreateJob ¶

func RequestRestoreSnapshotJobCreateJobAsJobTypeCreateJob(v *RequestRestoreSnapshotJobCreateJob) JobTypeCreateJob

RequestRestoreSnapshotJobCreateJobAsJobTypeCreateJob is a convenience function that returns RequestRestoreSnapshotJobCreateJob wrapped in JobTypeCreateJob

func (*JobTypeCreateJob) GetActualInstance ¶

func (obj *JobTypeCreateJob) GetActualInstance() interface{}

Get the actual instance

func (JobTypeCreateJob) MarshalJSON ¶

func (src JobTypeCreateJob) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*JobTypeCreateJob) UnmarshalJSON ¶

func (dst *JobTypeCreateJob) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type KanbanViewCreateView ¶

type KanbanViewCreateView struct {
	Name          string             `json:"name"`
	Type          ViewTypesEnum      `json:"type"`
	OwnershipType *OwnershipTypeEnum `json:"ownership_type,omitempty"`
	FilterType    *ConditionTypeEnum `json:"filter_type,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled   *bool         `json:"filters_disabled,omitempty"`
	SingleSelectField NullableInt32 `json:"single_select_field,omitempty"`
	// References a file field of which the first image must be shown as card cover image.
	CardCoverImageField NullableInt32 `json:"card_cover_image_field,omitempty"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug that can be used to construct a public URL.
	Slug string `json:"slug"`
}

KanbanViewCreateView struct for KanbanViewCreateView

func NewKanbanViewCreateView ¶

func NewKanbanViewCreateView(name string, type_ ViewTypesEnum, slug string) *KanbanViewCreateView

NewKanbanViewCreateView instantiates a new KanbanViewCreateView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewKanbanViewCreateViewWithDefaults ¶

func NewKanbanViewCreateViewWithDefaults() *KanbanViewCreateView

NewKanbanViewCreateViewWithDefaults instantiates a new KanbanViewCreateView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*KanbanViewCreateView) GetCardCoverImageField ¶

func (o *KanbanViewCreateView) GetCardCoverImageField() int32

GetCardCoverImageField returns the CardCoverImageField field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KanbanViewCreateView) GetCardCoverImageFieldOk ¶

func (o *KanbanViewCreateView) GetCardCoverImageFieldOk() (*int32, bool)

GetCardCoverImageFieldOk returns a tuple with the CardCoverImageField field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KanbanViewCreateView) GetFilterType ¶

func (o *KanbanViewCreateView) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*KanbanViewCreateView) GetFilterTypeOk ¶

func (o *KanbanViewCreateView) GetFilterTypeOk() (*ConditionTypeEnum, bool)

GetFilterTypeOk returns a tuple with the FilterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewCreateView) GetFiltersDisabled ¶

func (o *KanbanViewCreateView) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*KanbanViewCreateView) GetFiltersDisabledOk ¶

func (o *KanbanViewCreateView) GetFiltersDisabledOk() (*bool, bool)

GetFiltersDisabledOk returns a tuple with the FiltersDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewCreateView) GetName ¶

func (o *KanbanViewCreateView) GetName() string

GetName returns the Name field value

func (*KanbanViewCreateView) GetNameOk ¶

func (o *KanbanViewCreateView) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*KanbanViewCreateView) GetOwnershipType ¶

func (o *KanbanViewCreateView) GetOwnershipType() OwnershipTypeEnum

GetOwnershipType returns the OwnershipType field value if set, zero value otherwise.

func (*KanbanViewCreateView) GetOwnershipTypeOk ¶

func (o *KanbanViewCreateView) GetOwnershipTypeOk() (*OwnershipTypeEnum, bool)

GetOwnershipTypeOk returns a tuple with the OwnershipType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewCreateView) GetPublic ¶

func (o *KanbanViewCreateView) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*KanbanViewCreateView) GetPublicOk ¶

func (o *KanbanViewCreateView) GetPublicOk() (*bool, 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 (*KanbanViewCreateView) GetSingleSelectField ¶

func (o *KanbanViewCreateView) GetSingleSelectField() int32

GetSingleSelectField returns the SingleSelectField field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KanbanViewCreateView) GetSingleSelectFieldOk ¶

func (o *KanbanViewCreateView) GetSingleSelectFieldOk() (*int32, bool)

GetSingleSelectFieldOk returns a tuple with the SingleSelectField field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KanbanViewCreateView) GetSlug ¶

func (o *KanbanViewCreateView) GetSlug() string

GetSlug returns the Slug field value

func (*KanbanViewCreateView) GetSlugOk ¶

func (o *KanbanViewCreateView) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*KanbanViewCreateView) GetType ¶

func (o *KanbanViewCreateView) GetType() ViewTypesEnum

GetType returns the Type field value

func (*KanbanViewCreateView) GetTypeOk ¶

func (o *KanbanViewCreateView) GetTypeOk() (*ViewTypesEnum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*KanbanViewCreateView) HasCardCoverImageField ¶

func (o *KanbanViewCreateView) HasCardCoverImageField() bool

HasCardCoverImageField returns a boolean if a field has been set.

func (*KanbanViewCreateView) HasFilterType ¶

func (o *KanbanViewCreateView) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*KanbanViewCreateView) HasFiltersDisabled ¶

func (o *KanbanViewCreateView) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (*KanbanViewCreateView) HasOwnershipType ¶

func (o *KanbanViewCreateView) HasOwnershipType() bool

HasOwnershipType returns a boolean if a field has been set.

func (*KanbanViewCreateView) HasPublic ¶

func (o *KanbanViewCreateView) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (*KanbanViewCreateView) HasSingleSelectField ¶

func (o *KanbanViewCreateView) HasSingleSelectField() bool

HasSingleSelectField returns a boolean if a field has been set.

func (KanbanViewCreateView) MarshalJSON ¶

func (o KanbanViewCreateView) MarshalJSON() ([]byte, error)

func (*KanbanViewCreateView) SetCardCoverImageField ¶

func (o *KanbanViewCreateView) SetCardCoverImageField(v int32)

SetCardCoverImageField gets a reference to the given NullableInt32 and assigns it to the CardCoverImageField field.

func (*KanbanViewCreateView) SetCardCoverImageFieldNil ¶

func (o *KanbanViewCreateView) SetCardCoverImageFieldNil()

SetCardCoverImageFieldNil sets the value for CardCoverImageField to be an explicit nil

func (*KanbanViewCreateView) SetFilterType ¶

func (o *KanbanViewCreateView) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*KanbanViewCreateView) SetFiltersDisabled ¶

func (o *KanbanViewCreateView) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*KanbanViewCreateView) SetName ¶

func (o *KanbanViewCreateView) SetName(v string)

SetName sets field value

func (*KanbanViewCreateView) SetOwnershipType ¶

func (o *KanbanViewCreateView) SetOwnershipType(v OwnershipTypeEnum)

SetOwnershipType gets a reference to the given OwnershipTypeEnum and assigns it to the OwnershipType field.

func (*KanbanViewCreateView) SetPublic ¶

func (o *KanbanViewCreateView) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (*KanbanViewCreateView) SetSingleSelectField ¶

func (o *KanbanViewCreateView) SetSingleSelectField(v int32)

SetSingleSelectField gets a reference to the given NullableInt32 and assigns it to the SingleSelectField field.

func (*KanbanViewCreateView) SetSingleSelectFieldNil ¶

func (o *KanbanViewCreateView) SetSingleSelectFieldNil()

SetSingleSelectFieldNil sets the value for SingleSelectField to be an explicit nil

func (*KanbanViewCreateView) SetSlug ¶

func (o *KanbanViewCreateView) SetSlug(v string)

SetSlug sets field value

func (*KanbanViewCreateView) SetType ¶

func (o *KanbanViewCreateView) SetType(v ViewTypesEnum)

SetType sets field value

func (KanbanViewCreateView) ToMap ¶

func (o KanbanViewCreateView) ToMap() (map[string]interface{}, error)

func (*KanbanViewCreateView) UnsetCardCoverImageField ¶

func (o *KanbanViewCreateView) UnsetCardCoverImageField()

UnsetCardCoverImageField ensures that no value is present for CardCoverImageField, not even an explicit nil

func (*KanbanViewCreateView) UnsetSingleSelectField ¶

func (o *KanbanViewCreateView) UnsetSingleSelectField()

UnsetSingleSelectField ensures that no value is present for SingleSelectField, not even an explicit nil

type KanbanViewExampleResponse ¶

type KanbanViewExampleResponse struct {
	OPTION_ID    KanbanViewExampleResponseOPTIONID `json:"OPTION_ID"`
	FieldOptions []KanbanViewFieldOptions          `json:"field_options"`
}

KanbanViewExampleResponse struct for KanbanViewExampleResponse

func NewKanbanViewExampleResponse ¶

func NewKanbanViewExampleResponse(oPTIONID KanbanViewExampleResponseOPTIONID, fieldOptions []KanbanViewFieldOptions) *KanbanViewExampleResponse

NewKanbanViewExampleResponse instantiates a new KanbanViewExampleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewKanbanViewExampleResponseWithDefaults ¶

func NewKanbanViewExampleResponseWithDefaults() *KanbanViewExampleResponse

NewKanbanViewExampleResponseWithDefaults instantiates a new KanbanViewExampleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*KanbanViewExampleResponse) GetFieldOptions ¶

func (o *KanbanViewExampleResponse) GetFieldOptions() []KanbanViewFieldOptions

GetFieldOptions returns the FieldOptions field value

func (*KanbanViewExampleResponse) GetFieldOptionsOk ¶

func (o *KanbanViewExampleResponse) GetFieldOptionsOk() ([]KanbanViewFieldOptions, bool)

GetFieldOptionsOk returns a tuple with the FieldOptions field value and a boolean to check if the value has been set.

func (*KanbanViewExampleResponse) GetOPTION_ID ¶

GetOPTION_ID returns the OPTION_ID field value

func (*KanbanViewExampleResponse) GetOPTION_IDOk ¶

GetOPTION_IDOk returns a tuple with the OPTION_ID field value and a boolean to check if the value has been set.

func (KanbanViewExampleResponse) MarshalJSON ¶

func (o KanbanViewExampleResponse) MarshalJSON() ([]byte, error)

func (*KanbanViewExampleResponse) SetFieldOptions ¶

func (o *KanbanViewExampleResponse) SetFieldOptions(v []KanbanViewFieldOptions)

SetFieldOptions sets field value

func (*KanbanViewExampleResponse) SetOPTION_ID ¶

SetOPTION_ID sets field value

func (KanbanViewExampleResponse) ToMap ¶

func (o KanbanViewExampleResponse) ToMap() (map[string]interface{}, error)

type KanbanViewExampleResponseOPTIONID ¶

type KanbanViewExampleResponseOPTIONID struct {
	// The total count of rows that are included in this group.
	Count int32 `json:"count"`
	// All the rows that belong in this group related with the provided `limit` and `offset`.
	Results []ExampleRowResponse `json:"results"`
}

KanbanViewExampleResponseOPTIONID Every select option related to the view's single select field can have its own entry like this.

func NewKanbanViewExampleResponseOPTIONID ¶

func NewKanbanViewExampleResponseOPTIONID(count int32, results []ExampleRowResponse) *KanbanViewExampleResponseOPTIONID

NewKanbanViewExampleResponseOPTIONID instantiates a new KanbanViewExampleResponseOPTIONID object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewKanbanViewExampleResponseOPTIONIDWithDefaults ¶

func NewKanbanViewExampleResponseOPTIONIDWithDefaults() *KanbanViewExampleResponseOPTIONID

NewKanbanViewExampleResponseOPTIONIDWithDefaults instantiates a new KanbanViewExampleResponseOPTIONID object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*KanbanViewExampleResponseOPTIONID) GetCount ¶

GetCount returns the Count field value

func (*KanbanViewExampleResponseOPTIONID) GetCountOk ¶

func (o *KanbanViewExampleResponseOPTIONID) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*KanbanViewExampleResponseOPTIONID) GetResults ¶

GetResults returns the Results field value

func (*KanbanViewExampleResponseOPTIONID) GetResultsOk ¶

GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.

func (KanbanViewExampleResponseOPTIONID) MarshalJSON ¶

func (o KanbanViewExampleResponseOPTIONID) MarshalJSON() ([]byte, error)

func (*KanbanViewExampleResponseOPTIONID) SetCount ¶

SetCount sets field value

func (*KanbanViewExampleResponseOPTIONID) SetResults ¶

SetResults sets field value

func (KanbanViewExampleResponseOPTIONID) ToMap ¶

func (o KanbanViewExampleResponseOPTIONID) ToMap() (map[string]interface{}, error)

type KanbanViewExampleResponseStack ¶

type KanbanViewExampleResponseStack struct {
	// The total count of rows that are included in this group.
	Count int32 `json:"count"`
	// All the rows that belong in this group related with the provided `limit` and `offset`.
	Results []ExampleRowResponse `json:"results"`
}

KanbanViewExampleResponseStack struct for KanbanViewExampleResponseStack

func NewKanbanViewExampleResponseStack ¶

func NewKanbanViewExampleResponseStack(count int32, results []ExampleRowResponse) *KanbanViewExampleResponseStack

NewKanbanViewExampleResponseStack instantiates a new KanbanViewExampleResponseStack object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewKanbanViewExampleResponseStackWithDefaults ¶

func NewKanbanViewExampleResponseStackWithDefaults() *KanbanViewExampleResponseStack

NewKanbanViewExampleResponseStackWithDefaults instantiates a new KanbanViewExampleResponseStack object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*KanbanViewExampleResponseStack) GetCount ¶

func (o *KanbanViewExampleResponseStack) GetCount() int32

GetCount returns the Count field value

func (*KanbanViewExampleResponseStack) GetCountOk ¶

func (o *KanbanViewExampleResponseStack) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*KanbanViewExampleResponseStack) GetResults ¶

GetResults returns the Results field value

func (*KanbanViewExampleResponseStack) GetResultsOk ¶

GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.

func (KanbanViewExampleResponseStack) MarshalJSON ¶

func (o KanbanViewExampleResponseStack) MarshalJSON() ([]byte, error)

func (*KanbanViewExampleResponseStack) SetCount ¶

func (o *KanbanViewExampleResponseStack) SetCount(v int32)

SetCount sets field value

func (*KanbanViewExampleResponseStack) SetResults ¶

SetResults sets field value

func (KanbanViewExampleResponseStack) ToMap ¶

func (o KanbanViewExampleResponseStack) ToMap() (map[string]interface{}, error)

type KanbanViewFieldOptions ¶

type KanbanViewFieldOptions struct {
	// An object containing the field id as key and the properties related to view as value.
	FieldOptions map[string]KanbanViewFieldOptions `json:"field_options"`
}

KanbanViewFieldOptions struct for KanbanViewFieldOptions

func NewKanbanViewFieldOptions ¶

func NewKanbanViewFieldOptions(fieldOptions map[string]KanbanViewFieldOptions) *KanbanViewFieldOptions

NewKanbanViewFieldOptions instantiates a new KanbanViewFieldOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewKanbanViewFieldOptionsWithDefaults ¶

func NewKanbanViewFieldOptionsWithDefaults() *KanbanViewFieldOptions

NewKanbanViewFieldOptionsWithDefaults instantiates a new KanbanViewFieldOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*KanbanViewFieldOptions) GetFieldOptions ¶

func (o *KanbanViewFieldOptions) GetFieldOptions() map[string]KanbanViewFieldOptions

GetFieldOptions returns the FieldOptions field value

func (*KanbanViewFieldOptions) GetFieldOptionsOk ¶

func (o *KanbanViewFieldOptions) GetFieldOptionsOk() (*map[string]KanbanViewFieldOptions, bool)

GetFieldOptionsOk returns a tuple with the FieldOptions field value and a boolean to check if the value has been set.

func (KanbanViewFieldOptions) MarshalJSON ¶

func (o KanbanViewFieldOptions) MarshalJSON() ([]byte, error)

func (*KanbanViewFieldOptions) SetFieldOptions ¶

func (o *KanbanViewFieldOptions) SetFieldOptions(v map[string]KanbanViewFieldOptions)

SetFieldOptions sets field value

func (KanbanViewFieldOptions) ToMap ¶

func (o KanbanViewFieldOptions) ToMap() (map[string]interface{}, error)

type KanbanViewUpdate ¶

type KanbanViewUpdate struct {
	Name       *string            `json:"name,omitempty"`
	FilterType *ConditionTypeEnum `json:"filter_type,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled *bool `json:"filters_disabled,omitempty"`
	// The password required to access the public view URL.
	PublicViewPassword *string       `json:"public_view_password,omitempty"`
	SingleSelectField  NullableInt32 `json:"single_select_field,omitempty"`
	// References a file field of which the first image must be shown as card cover image.
	CardCoverImageField NullableInt32 `json:"card_cover_image_field,omitempty"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug that can be used to construct a public URL.
	Slug string `json:"slug"`
}

KanbanViewUpdate struct for KanbanViewUpdate

func NewKanbanViewUpdate ¶

func NewKanbanViewUpdate(slug string) *KanbanViewUpdate

NewKanbanViewUpdate instantiates a new KanbanViewUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewKanbanViewUpdateWithDefaults ¶

func NewKanbanViewUpdateWithDefaults() *KanbanViewUpdate

NewKanbanViewUpdateWithDefaults instantiates a new KanbanViewUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*KanbanViewUpdate) GetCardCoverImageField ¶

func (o *KanbanViewUpdate) GetCardCoverImageField() int32

GetCardCoverImageField returns the CardCoverImageField field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KanbanViewUpdate) GetCardCoverImageFieldOk ¶

func (o *KanbanViewUpdate) GetCardCoverImageFieldOk() (*int32, bool)

GetCardCoverImageFieldOk returns a tuple with the CardCoverImageField field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KanbanViewUpdate) GetFilterType ¶

func (o *KanbanViewUpdate) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*KanbanViewUpdate) GetFilterTypeOk ¶

func (o *KanbanViewUpdate) GetFilterTypeOk() (*ConditionTypeEnum, bool)

GetFilterTypeOk returns a tuple with the FilterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewUpdate) GetFiltersDisabled ¶

func (o *KanbanViewUpdate) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*KanbanViewUpdate) GetFiltersDisabledOk ¶

func (o *KanbanViewUpdate) GetFiltersDisabledOk() (*bool, bool)

GetFiltersDisabledOk returns a tuple with the FiltersDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewUpdate) GetName ¶

func (o *KanbanViewUpdate) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*KanbanViewUpdate) GetNameOk ¶

func (o *KanbanViewUpdate) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewUpdate) GetPublic ¶

func (o *KanbanViewUpdate) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*KanbanViewUpdate) GetPublicOk ¶

func (o *KanbanViewUpdate) GetPublicOk() (*bool, 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 (*KanbanViewUpdate) GetPublicViewPassword ¶

func (o *KanbanViewUpdate) GetPublicViewPassword() string

GetPublicViewPassword returns the PublicViewPassword field value if set, zero value otherwise.

func (*KanbanViewUpdate) GetPublicViewPasswordOk ¶

func (o *KanbanViewUpdate) GetPublicViewPasswordOk() (*string, bool)

GetPublicViewPasswordOk returns a tuple with the PublicViewPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewUpdate) GetSingleSelectField ¶

func (o *KanbanViewUpdate) GetSingleSelectField() int32

GetSingleSelectField returns the SingleSelectField field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KanbanViewUpdate) GetSingleSelectFieldOk ¶

func (o *KanbanViewUpdate) GetSingleSelectFieldOk() (*int32, bool)

GetSingleSelectFieldOk returns a tuple with the SingleSelectField field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KanbanViewUpdate) GetSlug ¶

func (o *KanbanViewUpdate) GetSlug() string

GetSlug returns the Slug field value

func (*KanbanViewUpdate) GetSlugOk ¶

func (o *KanbanViewUpdate) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*KanbanViewUpdate) HasCardCoverImageField ¶

func (o *KanbanViewUpdate) HasCardCoverImageField() bool

HasCardCoverImageField returns a boolean if a field has been set.

func (*KanbanViewUpdate) HasFilterType ¶

func (o *KanbanViewUpdate) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*KanbanViewUpdate) HasFiltersDisabled ¶

func (o *KanbanViewUpdate) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (*KanbanViewUpdate) HasName ¶

func (o *KanbanViewUpdate) HasName() bool

HasName returns a boolean if a field has been set.

func (*KanbanViewUpdate) HasPublic ¶

func (o *KanbanViewUpdate) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (*KanbanViewUpdate) HasPublicViewPassword ¶

func (o *KanbanViewUpdate) HasPublicViewPassword() bool

HasPublicViewPassword returns a boolean if a field has been set.

func (*KanbanViewUpdate) HasSingleSelectField ¶

func (o *KanbanViewUpdate) HasSingleSelectField() bool

HasSingleSelectField returns a boolean if a field has been set.

func (KanbanViewUpdate) MarshalJSON ¶

func (o KanbanViewUpdate) MarshalJSON() ([]byte, error)

func (*KanbanViewUpdate) SetCardCoverImageField ¶

func (o *KanbanViewUpdate) SetCardCoverImageField(v int32)

SetCardCoverImageField gets a reference to the given NullableInt32 and assigns it to the CardCoverImageField field.

func (*KanbanViewUpdate) SetCardCoverImageFieldNil ¶

func (o *KanbanViewUpdate) SetCardCoverImageFieldNil()

SetCardCoverImageFieldNil sets the value for CardCoverImageField to be an explicit nil

func (*KanbanViewUpdate) SetFilterType ¶

func (o *KanbanViewUpdate) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*KanbanViewUpdate) SetFiltersDisabled ¶

func (o *KanbanViewUpdate) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*KanbanViewUpdate) SetName ¶

func (o *KanbanViewUpdate) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*KanbanViewUpdate) SetPublic ¶

func (o *KanbanViewUpdate) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (*KanbanViewUpdate) SetPublicViewPassword ¶

func (o *KanbanViewUpdate) SetPublicViewPassword(v string)

SetPublicViewPassword gets a reference to the given string and assigns it to the PublicViewPassword field.

func (*KanbanViewUpdate) SetSingleSelectField ¶

func (o *KanbanViewUpdate) SetSingleSelectField(v int32)

SetSingleSelectField gets a reference to the given NullableInt32 and assigns it to the SingleSelectField field.

func (*KanbanViewUpdate) SetSingleSelectFieldNil ¶

func (o *KanbanViewUpdate) SetSingleSelectFieldNil()

SetSingleSelectFieldNil sets the value for SingleSelectField to be an explicit nil

func (*KanbanViewUpdate) SetSlug ¶

func (o *KanbanViewUpdate) SetSlug(v string)

SetSlug sets field value

func (KanbanViewUpdate) ToMap ¶

func (o KanbanViewUpdate) ToMap() (map[string]interface{}, error)

func (*KanbanViewUpdate) UnsetCardCoverImageField ¶

func (o *KanbanViewUpdate) UnsetCardCoverImageField()

UnsetCardCoverImageField ensures that no value is present for CardCoverImageField, not even an explicit nil

func (*KanbanViewUpdate) UnsetSingleSelectField ¶

func (o *KanbanViewUpdate) UnsetSingleSelectField()

UnsetSingleSelectField ensures that no value is present for SingleSelectField, not even an explicit nil

type KanbanViewView ¶

type KanbanViewView struct {
	Id          int32              `json:"id"`
	TableId     int32              `json:"table_id"`
	Name        string             `json:"name"`
	Order       int32              `json:"order"`
	Type        string             `json:"type"`
	Table       Table              `json:"table"`
	FilterType  *ConditionTypeEnum `json:"filter_type,omitempty"`
	Filters     []ViewFilter       `json:"filters,omitempty"`
	Sortings    []ViewSort         `json:"sortings,omitempty"`
	Decorations []ViewDecoration   `json:"decorations,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled *bool `json:"filters_disabled,omitempty"`
	// Indicates whether the public view is password protected or not.  :return: True if the public view is password protected, False otherwise.
	PublicViewHasPassword bool          `json:"public_view_has_password"`
	OwnershipType         string        `json:"ownership_type"`
	SingleSelectField     NullableInt32 `json:"single_select_field,omitempty"`
	// References a file field of which the first image must be shown as card cover image.
	CardCoverImageField NullableInt32 `json:"card_cover_image_field,omitempty"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug that can be used to construct a public URL.
	Slug string `json:"slug"`
}

KanbanViewView struct for KanbanViewView

func NewKanbanViewView ¶

func NewKanbanViewView(id int32, tableId int32, name string, order int32, type_ string, table Table, publicViewHasPassword bool, ownershipType string, slug string) *KanbanViewView

NewKanbanViewView instantiates a new KanbanViewView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewKanbanViewViewWithDefaults ¶

func NewKanbanViewViewWithDefaults() *KanbanViewView

NewKanbanViewViewWithDefaults instantiates a new KanbanViewView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*KanbanViewView) GetCardCoverImageField ¶

func (o *KanbanViewView) GetCardCoverImageField() int32

GetCardCoverImageField returns the CardCoverImageField field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KanbanViewView) GetCardCoverImageFieldOk ¶

func (o *KanbanViewView) GetCardCoverImageFieldOk() (*int32, bool)

GetCardCoverImageFieldOk returns a tuple with the CardCoverImageField field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KanbanViewView) GetDecorations ¶

func (o *KanbanViewView) GetDecorations() []ViewDecoration

GetDecorations returns the Decorations field value if set, zero value otherwise.

func (*KanbanViewView) GetDecorationsOk ¶

func (o *KanbanViewView) GetDecorationsOk() ([]ViewDecoration, bool)

GetDecorationsOk returns a tuple with the Decorations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewView) GetFilterType ¶

func (o *KanbanViewView) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*KanbanViewView) GetFilterTypeOk ¶

func (o *KanbanViewView) GetFilterTypeOk() (*ConditionTypeEnum, bool)

GetFilterTypeOk returns a tuple with the FilterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewView) GetFilters ¶

func (o *KanbanViewView) GetFilters() []ViewFilter

GetFilters returns the Filters field value if set, zero value otherwise.

func (*KanbanViewView) GetFiltersDisabled ¶

func (o *KanbanViewView) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*KanbanViewView) GetFiltersDisabledOk ¶

func (o *KanbanViewView) GetFiltersDisabledOk() (*bool, bool)

GetFiltersDisabledOk returns a tuple with the FiltersDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewView) GetFiltersOk ¶

func (o *KanbanViewView) GetFiltersOk() ([]ViewFilter, bool)

GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewView) GetId ¶

func (o *KanbanViewView) GetId() int32

GetId returns the Id field value

func (*KanbanViewView) GetIdOk ¶

func (o *KanbanViewView) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*KanbanViewView) GetName ¶

func (o *KanbanViewView) GetName() string

GetName returns the Name field value

func (*KanbanViewView) GetNameOk ¶

func (o *KanbanViewView) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*KanbanViewView) GetOrder ¶

func (o *KanbanViewView) GetOrder() int32

GetOrder returns the Order field value

func (*KanbanViewView) GetOrderOk ¶

func (o *KanbanViewView) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*KanbanViewView) GetOwnershipType ¶

func (o *KanbanViewView) GetOwnershipType() string

GetOwnershipType returns the OwnershipType field value

func (*KanbanViewView) GetOwnershipTypeOk ¶

func (o *KanbanViewView) GetOwnershipTypeOk() (*string, bool)

GetOwnershipTypeOk returns a tuple with the OwnershipType field value and a boolean to check if the value has been set.

func (*KanbanViewView) GetPublic ¶

func (o *KanbanViewView) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*KanbanViewView) GetPublicOk ¶

func (o *KanbanViewView) GetPublicOk() (*bool, 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 (*KanbanViewView) GetPublicViewHasPassword ¶

func (o *KanbanViewView) GetPublicViewHasPassword() bool

GetPublicViewHasPassword returns the PublicViewHasPassword field value

func (*KanbanViewView) GetPublicViewHasPasswordOk ¶

func (o *KanbanViewView) GetPublicViewHasPasswordOk() (*bool, bool)

GetPublicViewHasPasswordOk returns a tuple with the PublicViewHasPassword field value and a boolean to check if the value has been set.

func (o *KanbanViewView) GetShowLogo() bool

GetShowLogo returns the ShowLogo field value if set, zero value otherwise.

func (*KanbanViewView) GetShowLogoOk ¶

func (o *KanbanViewView) GetShowLogoOk() (*bool, bool)

GetShowLogoOk returns a tuple with the ShowLogo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewView) GetSingleSelectField ¶

func (o *KanbanViewView) GetSingleSelectField() int32

GetSingleSelectField returns the SingleSelectField field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KanbanViewView) GetSingleSelectFieldOk ¶

func (o *KanbanViewView) GetSingleSelectFieldOk() (*int32, bool)

GetSingleSelectFieldOk returns a tuple with the SingleSelectField field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KanbanViewView) GetSlug ¶

func (o *KanbanViewView) GetSlug() string

GetSlug returns the Slug field value

func (*KanbanViewView) GetSlugOk ¶

func (o *KanbanViewView) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*KanbanViewView) GetSortings ¶

func (o *KanbanViewView) GetSortings() []ViewSort

GetSortings returns the Sortings field value if set, zero value otherwise.

func (*KanbanViewView) GetSortingsOk ¶

func (o *KanbanViewView) GetSortingsOk() ([]ViewSort, bool)

GetSortingsOk returns a tuple with the Sortings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KanbanViewView) GetTable ¶

func (o *KanbanViewView) GetTable() Table

GetTable returns the Table field value

func (*KanbanViewView) GetTableId ¶

func (o *KanbanViewView) GetTableId() int32

GetTableId returns the TableId field value

func (*KanbanViewView) GetTableIdOk ¶

func (o *KanbanViewView) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*KanbanViewView) GetTableOk ¶

func (o *KanbanViewView) GetTableOk() (*Table, bool)

GetTableOk returns a tuple with the Table field value and a boolean to check if the value has been set.

func (*KanbanViewView) GetType ¶

func (o *KanbanViewView) GetType() string

GetType returns the Type field value

func (*KanbanViewView) GetTypeOk ¶

func (o *KanbanViewView) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*KanbanViewView) HasCardCoverImageField ¶

func (o *KanbanViewView) HasCardCoverImageField() bool

HasCardCoverImageField returns a boolean if a field has been set.

func (*KanbanViewView) HasDecorations ¶

func (o *KanbanViewView) HasDecorations() bool

HasDecorations returns a boolean if a field has been set.

func (*KanbanViewView) HasFilterType ¶

func (o *KanbanViewView) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*KanbanViewView) HasFilters ¶

func (o *KanbanViewView) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (*KanbanViewView) HasFiltersDisabled ¶

func (o *KanbanViewView) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (*KanbanViewView) HasPublic ¶

func (o *KanbanViewView) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (o *KanbanViewView) HasShowLogo() bool

HasShowLogo returns a boolean if a field has been set.

func (*KanbanViewView) HasSingleSelectField ¶

func (o *KanbanViewView) HasSingleSelectField() bool

HasSingleSelectField returns a boolean if a field has been set.

func (*KanbanViewView) HasSortings ¶

func (o *KanbanViewView) HasSortings() bool

HasSortings returns a boolean if a field has been set.

func (KanbanViewView) MarshalJSON ¶

func (o KanbanViewView) MarshalJSON() ([]byte, error)

func (*KanbanViewView) SetCardCoverImageField ¶

func (o *KanbanViewView) SetCardCoverImageField(v int32)

SetCardCoverImageField gets a reference to the given NullableInt32 and assigns it to the CardCoverImageField field.

func (*KanbanViewView) SetCardCoverImageFieldNil ¶

func (o *KanbanViewView) SetCardCoverImageFieldNil()

SetCardCoverImageFieldNil sets the value for CardCoverImageField to be an explicit nil

func (*KanbanViewView) SetDecorations ¶

func (o *KanbanViewView) SetDecorations(v []ViewDecoration)

SetDecorations gets a reference to the given []ViewDecoration and assigns it to the Decorations field.

func (*KanbanViewView) SetFilterType ¶

func (o *KanbanViewView) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*KanbanViewView) SetFilters ¶

func (o *KanbanViewView) SetFilters(v []ViewFilter)

SetFilters gets a reference to the given []ViewFilter and assigns it to the Filters field.

func (*KanbanViewView) SetFiltersDisabled ¶

func (o *KanbanViewView) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*KanbanViewView) SetId ¶

func (o *KanbanViewView) SetId(v int32)

SetId sets field value

func (*KanbanViewView) SetName ¶

func (o *KanbanViewView) SetName(v string)

SetName sets field value

func (*KanbanViewView) SetOrder ¶

func (o *KanbanViewView) SetOrder(v int32)

SetOrder sets field value

func (*KanbanViewView) SetOwnershipType ¶

func (o *KanbanViewView) SetOwnershipType(v string)

SetOwnershipType sets field value

func (*KanbanViewView) SetPublic ¶

func (o *KanbanViewView) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (*KanbanViewView) SetPublicViewHasPassword ¶

func (o *KanbanViewView) SetPublicViewHasPassword(v bool)

SetPublicViewHasPassword sets field value

func (o *KanbanViewView) SetShowLogo(v bool)

SetShowLogo gets a reference to the given bool and assigns it to the ShowLogo field.

func (*KanbanViewView) SetSingleSelectField ¶

func (o *KanbanViewView) SetSingleSelectField(v int32)

SetSingleSelectField gets a reference to the given NullableInt32 and assigns it to the SingleSelectField field.

func (*KanbanViewView) SetSingleSelectFieldNil ¶

func (o *KanbanViewView) SetSingleSelectFieldNil()

SetSingleSelectFieldNil sets the value for SingleSelectField to be an explicit nil

func (*KanbanViewView) SetSlug ¶

func (o *KanbanViewView) SetSlug(v string)

SetSlug sets field value

func (*KanbanViewView) SetSortings ¶

func (o *KanbanViewView) SetSortings(v []ViewSort)

SetSortings gets a reference to the given []ViewSort and assigns it to the Sortings field.

func (*KanbanViewView) SetTable ¶

func (o *KanbanViewView) SetTable(v Table)

SetTable sets field value

func (*KanbanViewView) SetTableId ¶

func (o *KanbanViewView) SetTableId(v int32)

SetTableId sets field value

func (*KanbanViewView) SetType ¶

func (o *KanbanViewView) SetType(v string)

SetType sets field value

func (KanbanViewView) ToMap ¶

func (o KanbanViewView) ToMap() (map[string]interface{}, error)

func (*KanbanViewView) UnsetCardCoverImageField ¶

func (o *KanbanViewView) UnsetCardCoverImageField()

UnsetCardCoverImageField ensures that no value is present for CardCoverImageField, not even an explicit nil

func (*KanbanViewView) UnsetSingleSelectField ¶

func (o *KanbanViewView) UnsetSingleSelectField()

UnsetSingleSelectField ensures that no value is present for SingleSelectField, not even an explicit nil

type LastModifiedFieldCreateField ¶

type LastModifiedFieldCreateField struct {
	Name       *string         `json:"name,omitempty"`
	Type       Type712Enum     `json:"type"`
	DateFormat *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
}

LastModifiedFieldCreateField struct for LastModifiedFieldCreateField

func NewLastModifiedFieldCreateField ¶

func NewLastModifiedFieldCreateField(type_ Type712Enum) *LastModifiedFieldCreateField

NewLastModifiedFieldCreateField instantiates a new LastModifiedFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLastModifiedFieldCreateFieldWithDefaults ¶

func NewLastModifiedFieldCreateFieldWithDefaults() *LastModifiedFieldCreateField

NewLastModifiedFieldCreateFieldWithDefaults instantiates a new LastModifiedFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LastModifiedFieldCreateField) GetDateForceTimezone ¶

func (o *LastModifiedFieldCreateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LastModifiedFieldCreateField) GetDateForceTimezoneOk ¶

func (o *LastModifiedFieldCreateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LastModifiedFieldCreateField) GetDateFormat ¶

func (o *LastModifiedFieldCreateField) GetDateFormat() DateFormatEnum

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*LastModifiedFieldCreateField) GetDateFormatOk ¶

func (o *LastModifiedFieldCreateField) GetDateFormatOk() (*DateFormatEnum, bool)

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldCreateField) GetDateIncludeTime ¶

func (o *LastModifiedFieldCreateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*LastModifiedFieldCreateField) GetDateIncludeTimeOk ¶

func (o *LastModifiedFieldCreateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldCreateField) GetDateShowTzinfo ¶

func (o *LastModifiedFieldCreateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*LastModifiedFieldCreateField) GetDateShowTzinfoOk ¶

func (o *LastModifiedFieldCreateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldCreateField) GetDateTimeFormat ¶

func (o *LastModifiedFieldCreateField) GetDateTimeFormat() DateTimeFormatEnum

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*LastModifiedFieldCreateField) GetDateTimeFormatOk ¶

func (o *LastModifiedFieldCreateField) GetDateTimeFormatOk() (*DateTimeFormatEnum, bool)

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldCreateField) GetName ¶

func (o *LastModifiedFieldCreateField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*LastModifiedFieldCreateField) GetNameOk ¶

func (o *LastModifiedFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldCreateField) GetType ¶

GetType returns the Type field value

func (*LastModifiedFieldCreateField) GetTypeOk ¶

func (o *LastModifiedFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LastModifiedFieldCreateField) HasDateForceTimezone ¶

func (o *LastModifiedFieldCreateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*LastModifiedFieldCreateField) HasDateFormat ¶

func (o *LastModifiedFieldCreateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*LastModifiedFieldCreateField) HasDateIncludeTime ¶

func (o *LastModifiedFieldCreateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*LastModifiedFieldCreateField) HasDateShowTzinfo ¶

func (o *LastModifiedFieldCreateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*LastModifiedFieldCreateField) HasDateTimeFormat ¶

func (o *LastModifiedFieldCreateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*LastModifiedFieldCreateField) HasName ¶

func (o *LastModifiedFieldCreateField) HasName() bool

HasName returns a boolean if a field has been set.

func (LastModifiedFieldCreateField) MarshalJSON ¶

func (o LastModifiedFieldCreateField) MarshalJSON() ([]byte, error)

func (*LastModifiedFieldCreateField) SetDateForceTimezone ¶

func (o *LastModifiedFieldCreateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*LastModifiedFieldCreateField) SetDateForceTimezoneNil ¶

func (o *LastModifiedFieldCreateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*LastModifiedFieldCreateField) SetDateFormat ¶

func (o *LastModifiedFieldCreateField) SetDateFormat(v DateFormatEnum)

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*LastModifiedFieldCreateField) SetDateIncludeTime ¶

func (o *LastModifiedFieldCreateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*LastModifiedFieldCreateField) SetDateShowTzinfo ¶

func (o *LastModifiedFieldCreateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*LastModifiedFieldCreateField) SetDateTimeFormat ¶

func (o *LastModifiedFieldCreateField) SetDateTimeFormat(v DateTimeFormatEnum)

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*LastModifiedFieldCreateField) SetName ¶

func (o *LastModifiedFieldCreateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*LastModifiedFieldCreateField) SetType ¶

SetType sets field value

func (LastModifiedFieldCreateField) ToMap ¶

func (o LastModifiedFieldCreateField) ToMap() (map[string]interface{}, error)

func (*LastModifiedFieldCreateField) UnsetDateForceTimezone ¶

func (o *LastModifiedFieldCreateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

type LastModifiedFieldField ¶

type LastModifiedFieldField struct {
	Id      int32   `json:"id"`
	TableId int32   `json:"table_id"`
	Name    *string `json:"name,omitempty"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly   bool            `json:"read_only"`
	DateFormat *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
}

LastModifiedFieldField struct for LastModifiedFieldField

func NewLastModifiedFieldField ¶

func NewLastModifiedFieldField(id int32, tableId int32, order int32, type_ string, readOnly bool) *LastModifiedFieldField

NewLastModifiedFieldField instantiates a new LastModifiedFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLastModifiedFieldFieldWithDefaults ¶

func NewLastModifiedFieldFieldWithDefaults() *LastModifiedFieldField

NewLastModifiedFieldFieldWithDefaults instantiates a new LastModifiedFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LastModifiedFieldField) GetDateForceTimezone ¶

func (o *LastModifiedFieldField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LastModifiedFieldField) GetDateForceTimezoneOk ¶

func (o *LastModifiedFieldField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LastModifiedFieldField) GetDateFormat ¶

func (o *LastModifiedFieldField) GetDateFormat() DateFormatEnum

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*LastModifiedFieldField) GetDateFormatOk ¶

func (o *LastModifiedFieldField) GetDateFormatOk() (*DateFormatEnum, bool)

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldField) GetDateIncludeTime ¶

func (o *LastModifiedFieldField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*LastModifiedFieldField) GetDateIncludeTimeOk ¶

func (o *LastModifiedFieldField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldField) GetDateShowTzinfo ¶

func (o *LastModifiedFieldField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*LastModifiedFieldField) GetDateShowTzinfoOk ¶

func (o *LastModifiedFieldField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldField) GetDateTimeFormat ¶

func (o *LastModifiedFieldField) GetDateTimeFormat() DateTimeFormatEnum

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*LastModifiedFieldField) GetDateTimeFormatOk ¶

func (o *LastModifiedFieldField) GetDateTimeFormatOk() (*DateTimeFormatEnum, bool)

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldField) GetId ¶

func (o *LastModifiedFieldField) GetId() int32

GetId returns the Id field value

func (*LastModifiedFieldField) GetIdOk ¶

func (o *LastModifiedFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LastModifiedFieldField) GetName ¶

func (o *LastModifiedFieldField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*LastModifiedFieldField) GetNameOk ¶

func (o *LastModifiedFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldField) GetOrder ¶

func (o *LastModifiedFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*LastModifiedFieldField) GetOrderOk ¶

func (o *LastModifiedFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*LastModifiedFieldField) GetPrimary ¶

func (o *LastModifiedFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*LastModifiedFieldField) GetPrimaryOk ¶

func (o *LastModifiedFieldField) 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 (*LastModifiedFieldField) GetReadOnly ¶

func (o *LastModifiedFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*LastModifiedFieldField) GetReadOnlyOk ¶

func (o *LastModifiedFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*LastModifiedFieldField) GetTableId ¶

func (o *LastModifiedFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*LastModifiedFieldField) GetTableIdOk ¶

func (o *LastModifiedFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*LastModifiedFieldField) GetType ¶

func (o *LastModifiedFieldField) GetType() string

GetType returns the Type field value

func (*LastModifiedFieldField) GetTypeOk ¶

func (o *LastModifiedFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LastModifiedFieldField) HasDateForceTimezone ¶

func (o *LastModifiedFieldField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*LastModifiedFieldField) HasDateFormat ¶

func (o *LastModifiedFieldField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*LastModifiedFieldField) HasDateIncludeTime ¶

func (o *LastModifiedFieldField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*LastModifiedFieldField) HasDateShowTzinfo ¶

func (o *LastModifiedFieldField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*LastModifiedFieldField) HasDateTimeFormat ¶

func (o *LastModifiedFieldField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*LastModifiedFieldField) HasName ¶

func (o *LastModifiedFieldField) HasName() bool

HasName returns a boolean if a field has been set.

func (*LastModifiedFieldField) HasPrimary ¶

func (o *LastModifiedFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (LastModifiedFieldField) MarshalJSON ¶

func (o LastModifiedFieldField) MarshalJSON() ([]byte, error)

func (*LastModifiedFieldField) SetDateForceTimezone ¶

func (o *LastModifiedFieldField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*LastModifiedFieldField) SetDateForceTimezoneNil ¶

func (o *LastModifiedFieldField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*LastModifiedFieldField) SetDateFormat ¶

func (o *LastModifiedFieldField) SetDateFormat(v DateFormatEnum)

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*LastModifiedFieldField) SetDateIncludeTime ¶

func (o *LastModifiedFieldField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*LastModifiedFieldField) SetDateShowTzinfo ¶

func (o *LastModifiedFieldField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*LastModifiedFieldField) SetDateTimeFormat ¶

func (o *LastModifiedFieldField) SetDateTimeFormat(v DateTimeFormatEnum)

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*LastModifiedFieldField) SetId ¶

func (o *LastModifiedFieldField) SetId(v int32)

SetId sets field value

func (*LastModifiedFieldField) SetName ¶

func (o *LastModifiedFieldField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*LastModifiedFieldField) SetOrder ¶

func (o *LastModifiedFieldField) SetOrder(v int32)

SetOrder sets field value

func (*LastModifiedFieldField) SetPrimary ¶

func (o *LastModifiedFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*LastModifiedFieldField) SetReadOnly ¶

func (o *LastModifiedFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*LastModifiedFieldField) SetTableId ¶

func (o *LastModifiedFieldField) SetTableId(v int32)

SetTableId sets field value

func (*LastModifiedFieldField) SetType ¶

func (o *LastModifiedFieldField) SetType(v string)

SetType sets field value

func (LastModifiedFieldField) ToMap ¶

func (o LastModifiedFieldField) ToMap() (map[string]interface{}, error)

func (*LastModifiedFieldField) UnsetDateForceTimezone ¶

func (o *LastModifiedFieldField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

type LastModifiedFieldFieldSerializerWithRelatedFields ¶

type LastModifiedFieldFieldSerializerWithRelatedFields struct {
	Id      int32   `json:"id"`
	TableId int32   `json:"table_id"`
	Name    *string `json:"name,omitempty"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field         `json:"related_fields"`
	DateFormat    *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
}

LastModifiedFieldFieldSerializerWithRelatedFields struct for LastModifiedFieldFieldSerializerWithRelatedFields

func NewLastModifiedFieldFieldSerializerWithRelatedFields ¶

func NewLastModifiedFieldFieldSerializerWithRelatedFields(id int32, tableId int32, order int32, type_ string, readOnly bool, relatedFields []Field) *LastModifiedFieldFieldSerializerWithRelatedFields

NewLastModifiedFieldFieldSerializerWithRelatedFields instantiates a new LastModifiedFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLastModifiedFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewLastModifiedFieldFieldSerializerWithRelatedFieldsWithDefaults() *LastModifiedFieldFieldSerializerWithRelatedFields

NewLastModifiedFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new LastModifiedFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetDateForceTimezone ¶

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk ¶

func (o *LastModifiedFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetDateIncludeTime ¶

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk ¶

func (o *LastModifiedFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo ¶

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk ¶

func (o *LastModifiedFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*LastModifiedFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

GetRelatedFields returns the RelatedFields field value

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *LastModifiedFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*LastModifiedFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) HasDateForceTimezone ¶

func (o *LastModifiedFieldFieldSerializerWithRelatedFields) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) HasDateFormat ¶

HasDateFormat returns a boolean if a field has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) HasDateIncludeTime ¶

HasDateIncludeTime returns a boolean if a field has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo ¶

HasDateShowTzinfo returns a boolean if a field has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) HasDateTimeFormat ¶

HasDateTimeFormat returns a boolean if a field has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) HasName ¶

HasName returns a boolean if a field has been set.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (LastModifiedFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetDateForceTimezone ¶

func (o *LastModifiedFieldFieldSerializerWithRelatedFields) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil ¶

func (o *LastModifiedFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetDateFormat ¶

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetDateIncludeTime ¶

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo ¶

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

SetRelatedFields sets field value

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*LastModifiedFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (LastModifiedFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o LastModifiedFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

func (*LastModifiedFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone ¶

func (o *LastModifiedFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

type LeaveWorkspace400Response ¶

type LeaveWorkspace400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

LeaveWorkspace400Response struct for LeaveWorkspace400Response

func NewLeaveWorkspace400Response ¶

func NewLeaveWorkspace400Response() *LeaveWorkspace400Response

NewLeaveWorkspace400Response instantiates a new LeaveWorkspace400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLeaveWorkspace400ResponseWithDefaults ¶

func NewLeaveWorkspace400ResponseWithDefaults() *LeaveWorkspace400Response

NewLeaveWorkspace400ResponseWithDefaults instantiates a new LeaveWorkspace400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LeaveWorkspace400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*LeaveWorkspace400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LeaveWorkspace400Response) GetError ¶

func (o *LeaveWorkspace400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*LeaveWorkspace400Response) GetErrorOk ¶

func (o *LeaveWorkspace400Response) 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 (*LeaveWorkspace400Response) HasDetail ¶

func (o *LeaveWorkspace400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*LeaveWorkspace400Response) HasError ¶

func (o *LeaveWorkspace400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (LeaveWorkspace400Response) MarshalJSON ¶

func (o LeaveWorkspace400Response) MarshalJSON() ([]byte, error)

func (*LeaveWorkspace400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*LeaveWorkspace400Response) SetError ¶

func (o *LeaveWorkspace400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (LeaveWorkspace400Response) ToMap ¶

func (o LeaveWorkspace400Response) ToMap() (map[string]interface{}, error)

type License ¶

type License struct {
	Id int32 `json:"id"`
	// Unique identifier of the license.
	LicenseId string `json:"license_id"`
	// Indicates if the backend deems the license valid.
	IsActive  bool         `json:"is_active"`
	LastCheck NullableTime `json:"last_check,omitempty"`
	// From which timestamp the license becomes active.
	ValidFrom time.Time `json:"valid_from"`
	// Until which timestamp the license is active.
	ValidThrough time.Time `json:"valid_through"`
	// The amount of free users that are currently using the license.
	FreeUsersCount int32 `json:"free_users_count"`
	// The amount of users that are currently using the license.
	SeatsTaken int32 `json:"seats_taken"`
	// The maximum amount of users that can use the license.
	Seats int32 `json:"seats"`
	// The product code that indicates what the license unlocks.
	ProductCode string `json:"product_code"`
	// The date when the license was issued. It could be that a new license is issued with the same `license_id` because it was updated. In that case, the one that has been issued last should be used.
	IssuedOn time.Time `json:"issued_on"`
	// Indicates to which email address the license has been issued.
	IssuedToEmail string `json:"issued_to_email"`
	// Indicates to whom the license has been issued.
	IssuedToName string `json:"issued_to_name"`
}

License struct for License

func NewLicense ¶

func NewLicense(id int32, licenseId string, isActive bool, validFrom time.Time, validThrough time.Time, freeUsersCount int32, seatsTaken int32, seats int32, productCode string, issuedOn time.Time, issuedToEmail string, issuedToName string) *License

NewLicense instantiates a new License object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLicenseWithDefaults ¶

func NewLicenseWithDefaults() *License

NewLicenseWithDefaults instantiates a new License object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*License) GetFreeUsersCount ¶

func (o *License) GetFreeUsersCount() int32

GetFreeUsersCount returns the FreeUsersCount field value

func (*License) GetFreeUsersCountOk ¶

func (o *License) GetFreeUsersCountOk() (*int32, bool)

GetFreeUsersCountOk returns a tuple with the FreeUsersCount field value and a boolean to check if the value has been set.

func (*License) GetId ¶

func (o *License) GetId() int32

GetId returns the Id field value

func (*License) GetIdOk ¶

func (o *License) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*License) GetIsActive ¶

func (o *License) GetIsActive() bool

GetIsActive returns the IsActive field value

func (*License) GetIsActiveOk ¶

func (o *License) GetIsActiveOk() (*bool, bool)

GetIsActiveOk returns a tuple with the IsActive field value and a boolean to check if the value has been set.

func (*License) GetIssuedOn ¶

func (o *License) GetIssuedOn() time.Time

GetIssuedOn returns the IssuedOn field value

func (*License) GetIssuedOnOk ¶

func (o *License) GetIssuedOnOk() (*time.Time, bool)

GetIssuedOnOk returns a tuple with the IssuedOn field value and a boolean to check if the value has been set.

func (*License) GetIssuedToEmail ¶

func (o *License) GetIssuedToEmail() string

GetIssuedToEmail returns the IssuedToEmail field value

func (*License) GetIssuedToEmailOk ¶

func (o *License) GetIssuedToEmailOk() (*string, bool)

GetIssuedToEmailOk returns a tuple with the IssuedToEmail field value and a boolean to check if the value has been set.

func (*License) GetIssuedToName ¶

func (o *License) GetIssuedToName() string

GetIssuedToName returns the IssuedToName field value

func (*License) GetIssuedToNameOk ¶

func (o *License) GetIssuedToNameOk() (*string, bool)

GetIssuedToNameOk returns a tuple with the IssuedToName field value and a boolean to check if the value has been set.

func (*License) GetLastCheck ¶

func (o *License) GetLastCheck() time.Time

GetLastCheck returns the LastCheck field value if set, zero value otherwise (both if not set or set to explicit null).

func (*License) GetLastCheckOk ¶

func (o *License) GetLastCheckOk() (*time.Time, bool)

GetLastCheckOk returns a tuple with the LastCheck field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*License) GetLicenseId ¶

func (o *License) GetLicenseId() string

GetLicenseId returns the LicenseId field value

func (*License) GetLicenseIdOk ¶

func (o *License) GetLicenseIdOk() (*string, bool)

GetLicenseIdOk returns a tuple with the LicenseId field value and a boolean to check if the value has been set.

func (*License) GetProductCode ¶

func (o *License) GetProductCode() string

GetProductCode returns the ProductCode field value

func (*License) GetProductCodeOk ¶

func (o *License) GetProductCodeOk() (*string, bool)

GetProductCodeOk returns a tuple with the ProductCode field value and a boolean to check if the value has been set.

func (*License) GetSeats ¶

func (o *License) GetSeats() int32

GetSeats returns the Seats field value

func (*License) GetSeatsOk ¶

func (o *License) GetSeatsOk() (*int32, bool)

GetSeatsOk returns a tuple with the Seats field value and a boolean to check if the value has been set.

func (*License) GetSeatsTaken ¶

func (o *License) GetSeatsTaken() int32

GetSeatsTaken returns the SeatsTaken field value

func (*License) GetSeatsTakenOk ¶

func (o *License) GetSeatsTakenOk() (*int32, bool)

GetSeatsTakenOk returns a tuple with the SeatsTaken field value and a boolean to check if the value has been set.

func (*License) GetValidFrom ¶

func (o *License) GetValidFrom() time.Time

GetValidFrom returns the ValidFrom field value

func (*License) GetValidFromOk ¶

func (o *License) GetValidFromOk() (*time.Time, bool)

GetValidFromOk returns a tuple with the ValidFrom field value and a boolean to check if the value has been set.

func (*License) GetValidThrough ¶

func (o *License) GetValidThrough() time.Time

GetValidThrough returns the ValidThrough field value

func (*License) GetValidThroughOk ¶

func (o *License) GetValidThroughOk() (*time.Time, bool)

GetValidThroughOk returns a tuple with the ValidThrough field value and a boolean to check if the value has been set.

func (*License) HasLastCheck ¶

func (o *License) HasLastCheck() bool

HasLastCheck returns a boolean if a field has been set.

func (License) MarshalJSON ¶

func (o License) MarshalJSON() ([]byte, error)

func (*License) SetFreeUsersCount ¶

func (o *License) SetFreeUsersCount(v int32)

SetFreeUsersCount sets field value

func (*License) SetId ¶

func (o *License) SetId(v int32)

SetId sets field value

func (*License) SetIsActive ¶

func (o *License) SetIsActive(v bool)

SetIsActive sets field value

func (*License) SetIssuedOn ¶

func (o *License) SetIssuedOn(v time.Time)

SetIssuedOn sets field value

func (*License) SetIssuedToEmail ¶

func (o *License) SetIssuedToEmail(v string)

SetIssuedToEmail sets field value

func (*License) SetIssuedToName ¶

func (o *License) SetIssuedToName(v string)

SetIssuedToName sets field value

func (*License) SetLastCheck ¶

func (o *License) SetLastCheck(v time.Time)

SetLastCheck gets a reference to the given NullableTime and assigns it to the LastCheck field.

func (*License) SetLastCheckNil ¶

func (o *License) SetLastCheckNil()

SetLastCheckNil sets the value for LastCheck to be an explicit nil

func (*License) SetLicenseId ¶

func (o *License) SetLicenseId(v string)

SetLicenseId sets field value

func (*License) SetProductCode ¶

func (o *License) SetProductCode(v string)

SetProductCode sets field value

func (*License) SetSeats ¶

func (o *License) SetSeats(v int32)

SetSeats sets field value

func (*License) SetSeatsTaken ¶

func (o *License) SetSeatsTaken(v int32)

SetSeatsTaken sets field value

func (*License) SetValidFrom ¶

func (o *License) SetValidFrom(v time.Time)

SetValidFrom sets field value

func (*License) SetValidThrough ¶

func (o *License) SetValidThrough(v time.Time)

SetValidThrough sets field value

func (License) ToMap ¶

func (o License) ToMap() (map[string]interface{}, error)

func (*License) UnsetLastCheck ¶

func (o *License) UnsetLastCheck()

UnsetLastCheck ensures that no value is present for LastCheck, not even an explicit nil

type LicenseUser ¶

type LicenseUser struct {
	Id        int32   `json:"id"`
	FirstName *string `json:"first_name,omitempty"`
	Email     *string `json:"email,omitempty"`
}

LicenseUser struct for LicenseUser

func NewLicenseUser ¶

func NewLicenseUser(id int32) *LicenseUser

NewLicenseUser instantiates a new LicenseUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLicenseUserWithDefaults ¶

func NewLicenseUserWithDefaults() *LicenseUser

NewLicenseUserWithDefaults instantiates a new LicenseUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LicenseUser) GetEmail ¶

func (o *LicenseUser) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*LicenseUser) GetEmailOk ¶

func (o *LicenseUser) 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 (*LicenseUser) GetFirstName ¶

func (o *LicenseUser) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*LicenseUser) GetFirstNameOk ¶

func (o *LicenseUser) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseUser) GetId ¶

func (o *LicenseUser) GetId() int32

GetId returns the Id field value

func (*LicenseUser) GetIdOk ¶

func (o *LicenseUser) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LicenseUser) HasEmail ¶

func (o *LicenseUser) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*LicenseUser) HasFirstName ¶

func (o *LicenseUser) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (LicenseUser) MarshalJSON ¶

func (o LicenseUser) MarshalJSON() ([]byte, error)

func (*LicenseUser) SetEmail ¶

func (o *LicenseUser) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*LicenseUser) SetFirstName ¶

func (o *LicenseUser) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*LicenseUser) SetId ¶

func (o *LicenseUser) SetId(v int32)

SetId sets field value

func (LicenseUser) ToMap ¶

func (o LicenseUser) ToMap() (map[string]interface{}, error)

type LicenseUserLookup ¶

type LicenseUserLookup struct {
	Id int32 `json:"id"`
	// The name and the email address of the user.
	Value string `json:"value"`
}

LicenseUserLookup struct for LicenseUserLookup

func NewLicenseUserLookup ¶

func NewLicenseUserLookup(id int32, value string) *LicenseUserLookup

NewLicenseUserLookup instantiates a new LicenseUserLookup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLicenseUserLookupWithDefaults ¶

func NewLicenseUserLookupWithDefaults() *LicenseUserLookup

NewLicenseUserLookupWithDefaults instantiates a new LicenseUserLookup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LicenseUserLookup) GetId ¶

func (o *LicenseUserLookup) GetId() int32

GetId returns the Id field value

func (*LicenseUserLookup) GetIdOk ¶

func (o *LicenseUserLookup) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LicenseUserLookup) GetValue ¶

func (o *LicenseUserLookup) GetValue() string

GetValue returns the Value field value

func (*LicenseUserLookup) GetValueOk ¶

func (o *LicenseUserLookup) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (LicenseUserLookup) MarshalJSON ¶

func (o LicenseUserLookup) MarshalJSON() ([]byte, error)

func (*LicenseUserLookup) SetId ¶

func (o *LicenseUserLookup) SetId(v int32)

SetId sets field value

func (*LicenseUserLookup) SetValue ¶

func (o *LicenseUserLookup) SetValue(v string)

SetValue sets field value

func (LicenseUserLookup) ToMap ¶

func (o LicenseUserLookup) ToMap() (map[string]interface{}, error)

type LicenseWithUsers ¶

type LicenseWithUsers struct {
	Id int32 `json:"id"`
	// Unique identifier of the license.
	LicenseId string `json:"license_id"`
	// Indicates if the backend deems the license valid.
	IsActive  bool         `json:"is_active"`
	LastCheck NullableTime `json:"last_check,omitempty"`
	// From which timestamp the license becomes active.
	ValidFrom time.Time `json:"valid_from"`
	// Until which timestamp the license is active.
	ValidThrough time.Time `json:"valid_through"`
	// The amount of free users that are currently using the license.
	FreeUsersCount int32 `json:"free_users_count"`
	// The amount of users that are currently using the license.
	SeatsTaken int32 `json:"seats_taken"`
	// The maximum amount of users that can use the license.
	Seats int32 `json:"seats"`
	// The product code that indicates what the license unlocks.
	ProductCode string `json:"product_code"`
	// The date when the license was issued. It could be that a new license is issued with the same `license_id` because it was updated. In that case, the one that has been issued last should be used.
	IssuedOn time.Time `json:"issued_on"`
	// Indicates to which email address the license has been issued.
	IssuedToEmail string `json:"issued_to_email"`
	// Indicates to whom the license has been issued.
	IssuedToName string        `json:"issued_to_name"`
	Users        []LicenseUser `json:"users"`
}

LicenseWithUsers struct for LicenseWithUsers

func NewLicenseWithUsers ¶

func NewLicenseWithUsers(id int32, licenseId string, isActive bool, validFrom time.Time, validThrough time.Time, freeUsersCount int32, seatsTaken int32, seats int32, productCode string, issuedOn time.Time, issuedToEmail string, issuedToName string, users []LicenseUser) *LicenseWithUsers

NewLicenseWithUsers instantiates a new LicenseWithUsers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLicenseWithUsersWithDefaults ¶

func NewLicenseWithUsersWithDefaults() *LicenseWithUsers

NewLicenseWithUsersWithDefaults instantiates a new LicenseWithUsers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LicenseWithUsers) GetFreeUsersCount ¶

func (o *LicenseWithUsers) GetFreeUsersCount() int32

GetFreeUsersCount returns the FreeUsersCount field value

func (*LicenseWithUsers) GetFreeUsersCountOk ¶

func (o *LicenseWithUsers) GetFreeUsersCountOk() (*int32, bool)

GetFreeUsersCountOk returns a tuple with the FreeUsersCount field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetId ¶

func (o *LicenseWithUsers) GetId() int32

GetId returns the Id field value

func (*LicenseWithUsers) GetIdOk ¶

func (o *LicenseWithUsers) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetIsActive ¶

func (o *LicenseWithUsers) GetIsActive() bool

GetIsActive returns the IsActive field value

func (*LicenseWithUsers) GetIsActiveOk ¶

func (o *LicenseWithUsers) GetIsActiveOk() (*bool, bool)

GetIsActiveOk returns a tuple with the IsActive field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetIssuedOn ¶

func (o *LicenseWithUsers) GetIssuedOn() time.Time

GetIssuedOn returns the IssuedOn field value

func (*LicenseWithUsers) GetIssuedOnOk ¶

func (o *LicenseWithUsers) GetIssuedOnOk() (*time.Time, bool)

GetIssuedOnOk returns a tuple with the IssuedOn field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetIssuedToEmail ¶

func (o *LicenseWithUsers) GetIssuedToEmail() string

GetIssuedToEmail returns the IssuedToEmail field value

func (*LicenseWithUsers) GetIssuedToEmailOk ¶

func (o *LicenseWithUsers) GetIssuedToEmailOk() (*string, bool)

GetIssuedToEmailOk returns a tuple with the IssuedToEmail field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetIssuedToName ¶

func (o *LicenseWithUsers) GetIssuedToName() string

GetIssuedToName returns the IssuedToName field value

func (*LicenseWithUsers) GetIssuedToNameOk ¶

func (o *LicenseWithUsers) GetIssuedToNameOk() (*string, bool)

GetIssuedToNameOk returns a tuple with the IssuedToName field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetLastCheck ¶

func (o *LicenseWithUsers) GetLastCheck() time.Time

GetLastCheck returns the LastCheck field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseWithUsers) GetLastCheckOk ¶

func (o *LicenseWithUsers) GetLastCheckOk() (*time.Time, bool)

GetLastCheckOk returns a tuple with the LastCheck field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseWithUsers) GetLicenseId ¶

func (o *LicenseWithUsers) GetLicenseId() string

GetLicenseId returns the LicenseId field value

func (*LicenseWithUsers) GetLicenseIdOk ¶

func (o *LicenseWithUsers) GetLicenseIdOk() (*string, bool)

GetLicenseIdOk returns a tuple with the LicenseId field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetProductCode ¶

func (o *LicenseWithUsers) GetProductCode() string

GetProductCode returns the ProductCode field value

func (*LicenseWithUsers) GetProductCodeOk ¶

func (o *LicenseWithUsers) GetProductCodeOk() (*string, bool)

GetProductCodeOk returns a tuple with the ProductCode field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetSeats ¶

func (o *LicenseWithUsers) GetSeats() int32

GetSeats returns the Seats field value

func (*LicenseWithUsers) GetSeatsOk ¶

func (o *LicenseWithUsers) GetSeatsOk() (*int32, bool)

GetSeatsOk returns a tuple with the Seats field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetSeatsTaken ¶

func (o *LicenseWithUsers) GetSeatsTaken() int32

GetSeatsTaken returns the SeatsTaken field value

func (*LicenseWithUsers) GetSeatsTakenOk ¶

func (o *LicenseWithUsers) GetSeatsTakenOk() (*int32, bool)

GetSeatsTakenOk returns a tuple with the SeatsTaken field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetUsers ¶

func (o *LicenseWithUsers) GetUsers() []LicenseUser

GetUsers returns the Users field value

func (*LicenseWithUsers) GetUsersOk ¶

func (o *LicenseWithUsers) GetUsersOk() ([]LicenseUser, bool)

GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetValidFrom ¶

func (o *LicenseWithUsers) GetValidFrom() time.Time

GetValidFrom returns the ValidFrom field value

func (*LicenseWithUsers) GetValidFromOk ¶

func (o *LicenseWithUsers) GetValidFromOk() (*time.Time, bool)

GetValidFromOk returns a tuple with the ValidFrom field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) GetValidThrough ¶

func (o *LicenseWithUsers) GetValidThrough() time.Time

GetValidThrough returns the ValidThrough field value

func (*LicenseWithUsers) GetValidThroughOk ¶

func (o *LicenseWithUsers) GetValidThroughOk() (*time.Time, bool)

GetValidThroughOk returns a tuple with the ValidThrough field value and a boolean to check if the value has been set.

func (*LicenseWithUsers) HasLastCheck ¶

func (o *LicenseWithUsers) HasLastCheck() bool

HasLastCheck returns a boolean if a field has been set.

func (LicenseWithUsers) MarshalJSON ¶

func (o LicenseWithUsers) MarshalJSON() ([]byte, error)

func (*LicenseWithUsers) SetFreeUsersCount ¶

func (o *LicenseWithUsers) SetFreeUsersCount(v int32)

SetFreeUsersCount sets field value

func (*LicenseWithUsers) SetId ¶

func (o *LicenseWithUsers) SetId(v int32)

SetId sets field value

func (*LicenseWithUsers) SetIsActive ¶

func (o *LicenseWithUsers) SetIsActive(v bool)

SetIsActive sets field value

func (*LicenseWithUsers) SetIssuedOn ¶

func (o *LicenseWithUsers) SetIssuedOn(v time.Time)

SetIssuedOn sets field value

func (*LicenseWithUsers) SetIssuedToEmail ¶

func (o *LicenseWithUsers) SetIssuedToEmail(v string)

SetIssuedToEmail sets field value

func (*LicenseWithUsers) SetIssuedToName ¶

func (o *LicenseWithUsers) SetIssuedToName(v string)

SetIssuedToName sets field value

func (*LicenseWithUsers) SetLastCheck ¶

func (o *LicenseWithUsers) SetLastCheck(v time.Time)

SetLastCheck gets a reference to the given NullableTime and assigns it to the LastCheck field.

func (*LicenseWithUsers) SetLastCheckNil ¶

func (o *LicenseWithUsers) SetLastCheckNil()

SetLastCheckNil sets the value for LastCheck to be an explicit nil

func (*LicenseWithUsers) SetLicenseId ¶

func (o *LicenseWithUsers) SetLicenseId(v string)

SetLicenseId sets field value

func (*LicenseWithUsers) SetProductCode ¶

func (o *LicenseWithUsers) SetProductCode(v string)

SetProductCode sets field value

func (*LicenseWithUsers) SetSeats ¶

func (o *LicenseWithUsers) SetSeats(v int32)

SetSeats sets field value

func (*LicenseWithUsers) SetSeatsTaken ¶

func (o *LicenseWithUsers) SetSeatsTaken(v int32)

SetSeatsTaken sets field value

func (*LicenseWithUsers) SetUsers ¶

func (o *LicenseWithUsers) SetUsers(v []LicenseUser)

SetUsers sets field value

func (*LicenseWithUsers) SetValidFrom ¶

func (o *LicenseWithUsers) SetValidFrom(v time.Time)

SetValidFrom sets field value

func (*LicenseWithUsers) SetValidThrough ¶

func (o *LicenseWithUsers) SetValidThrough(v time.Time)

SetValidThrough sets field value

func (LicenseWithUsers) ToMap ¶

func (o LicenseWithUsers) ToMap() (map[string]interface{}, error)

func (*LicenseWithUsers) UnsetLastCheck ¶

func (o *LicenseWithUsers) UnsetLastCheck()

UnsetLastCheck ensures that no value is present for LastCheck, not even an explicit nil

type LinkRowFieldCreateField ¶

type LinkRowFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
	// The id of the linked table.
	LinkRowTableId NullableInt32 `json:"link_row_table_id,omitempty"`
	// The id of the related field.
	LinkRowRelatedFieldId NullableInt32 `json:"link_row_related_field_id"`
	// (Deprecated) The id of the linked table.
	LinkRowTable NullableInt32 `json:"link_row_table,omitempty"`
	// (Deprecated) The id of the related field.
	LinkRowRelatedField int32 `json:"link_row_related_field"`
}

LinkRowFieldCreateField struct for LinkRowFieldCreateField

func NewLinkRowFieldCreateField ¶

func NewLinkRowFieldCreateField(name string, type_ Type712Enum, linkRowRelatedFieldId NullableInt32, linkRowRelatedField int32) *LinkRowFieldCreateField

NewLinkRowFieldCreateField instantiates a new LinkRowFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLinkRowFieldCreateFieldWithDefaults ¶

func NewLinkRowFieldCreateFieldWithDefaults() *LinkRowFieldCreateField

NewLinkRowFieldCreateFieldWithDefaults instantiates a new LinkRowFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LinkRowFieldCreateField) GetLinkRowRelatedField ¶

func (o *LinkRowFieldCreateField) GetLinkRowRelatedField() int32

GetLinkRowRelatedField returns the LinkRowRelatedField field value

func (*LinkRowFieldCreateField) GetLinkRowRelatedFieldId ¶

func (o *LinkRowFieldCreateField) GetLinkRowRelatedFieldId() int32

GetLinkRowRelatedFieldId returns the LinkRowRelatedFieldId field value If the value is explicit nil, the zero value for int32 will be returned

func (*LinkRowFieldCreateField) GetLinkRowRelatedFieldIdOk ¶

func (o *LinkRowFieldCreateField) GetLinkRowRelatedFieldIdOk() (*int32, bool)

GetLinkRowRelatedFieldIdOk returns a tuple with the LinkRowRelatedFieldId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LinkRowFieldCreateField) GetLinkRowRelatedFieldOk ¶

func (o *LinkRowFieldCreateField) GetLinkRowRelatedFieldOk() (*int32, bool)

GetLinkRowRelatedFieldOk returns a tuple with the LinkRowRelatedField field value and a boolean to check if the value has been set.

func (*LinkRowFieldCreateField) GetLinkRowTable ¶

func (o *LinkRowFieldCreateField) GetLinkRowTable() int32

GetLinkRowTable returns the LinkRowTable field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LinkRowFieldCreateField) GetLinkRowTableId ¶

func (o *LinkRowFieldCreateField) GetLinkRowTableId() int32

GetLinkRowTableId returns the LinkRowTableId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LinkRowFieldCreateField) GetLinkRowTableIdOk ¶

func (o *LinkRowFieldCreateField) GetLinkRowTableIdOk() (*int32, bool)

GetLinkRowTableIdOk returns a tuple with the LinkRowTableId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LinkRowFieldCreateField) GetLinkRowTableOk ¶

func (o *LinkRowFieldCreateField) GetLinkRowTableOk() (*int32, bool)

GetLinkRowTableOk returns a tuple with the LinkRowTable field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LinkRowFieldCreateField) GetName ¶

func (o *LinkRowFieldCreateField) GetName() string

GetName returns the Name field value

func (*LinkRowFieldCreateField) GetNameOk ¶

func (o *LinkRowFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LinkRowFieldCreateField) GetType ¶

func (o *LinkRowFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*LinkRowFieldCreateField) GetTypeOk ¶

func (o *LinkRowFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LinkRowFieldCreateField) HasLinkRowTable ¶

func (o *LinkRowFieldCreateField) HasLinkRowTable() bool

HasLinkRowTable returns a boolean if a field has been set.

func (*LinkRowFieldCreateField) HasLinkRowTableId ¶

func (o *LinkRowFieldCreateField) HasLinkRowTableId() bool

HasLinkRowTableId returns a boolean if a field has been set.

func (LinkRowFieldCreateField) MarshalJSON ¶

func (o LinkRowFieldCreateField) MarshalJSON() ([]byte, error)

func (*LinkRowFieldCreateField) SetLinkRowRelatedField ¶

func (o *LinkRowFieldCreateField) SetLinkRowRelatedField(v int32)

SetLinkRowRelatedField sets field value

func (*LinkRowFieldCreateField) SetLinkRowRelatedFieldId ¶

func (o *LinkRowFieldCreateField) SetLinkRowRelatedFieldId(v int32)

SetLinkRowRelatedFieldId sets field value

func (*LinkRowFieldCreateField) SetLinkRowTable ¶

func (o *LinkRowFieldCreateField) SetLinkRowTable(v int32)

SetLinkRowTable gets a reference to the given NullableInt32 and assigns it to the LinkRowTable field.

func (*LinkRowFieldCreateField) SetLinkRowTableId ¶

func (o *LinkRowFieldCreateField) SetLinkRowTableId(v int32)

SetLinkRowTableId gets a reference to the given NullableInt32 and assigns it to the LinkRowTableId field.

func (*LinkRowFieldCreateField) SetLinkRowTableIdNil ¶

func (o *LinkRowFieldCreateField) SetLinkRowTableIdNil()

SetLinkRowTableIdNil sets the value for LinkRowTableId to be an explicit nil

func (*LinkRowFieldCreateField) SetLinkRowTableNil ¶

func (o *LinkRowFieldCreateField) SetLinkRowTableNil()

SetLinkRowTableNil sets the value for LinkRowTable to be an explicit nil

func (*LinkRowFieldCreateField) SetName ¶

func (o *LinkRowFieldCreateField) SetName(v string)

SetName sets field value

func (*LinkRowFieldCreateField) SetType ¶

func (o *LinkRowFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (LinkRowFieldCreateField) ToMap ¶

func (o LinkRowFieldCreateField) ToMap() (map[string]interface{}, error)

func (*LinkRowFieldCreateField) UnsetLinkRowTable ¶

func (o *LinkRowFieldCreateField) UnsetLinkRowTable()

UnsetLinkRowTable ensures that no value is present for LinkRowTable, not even an explicit nil

func (*LinkRowFieldCreateField) UnsetLinkRowTableId ¶

func (o *LinkRowFieldCreateField) UnsetLinkRowTableId()

UnsetLinkRowTableId ensures that no value is present for LinkRowTableId, not even an explicit nil

type LinkRowFieldField ¶

type LinkRowFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// The id of the linked table.
	LinkRowTableId NullableInt32 `json:"link_row_table_id,omitempty"`
	// The id of the related field.
	LinkRowRelatedFieldId NullableInt32 `json:"link_row_related_field_id"`
	// (Deprecated) The id of the linked table.
	LinkRowTable NullableInt32 `json:"link_row_table,omitempty"`
	// (Deprecated) The id of the related field.
	LinkRowRelatedField int32 `json:"link_row_related_field"`
}

LinkRowFieldField struct for LinkRowFieldField

func NewLinkRowFieldField ¶

func NewLinkRowFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, linkRowRelatedFieldId NullableInt32, linkRowRelatedField int32) *LinkRowFieldField

NewLinkRowFieldField instantiates a new LinkRowFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLinkRowFieldFieldWithDefaults ¶

func NewLinkRowFieldFieldWithDefaults() *LinkRowFieldField

NewLinkRowFieldFieldWithDefaults instantiates a new LinkRowFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LinkRowFieldField) GetId ¶

func (o *LinkRowFieldField) GetId() int32

GetId returns the Id field value

func (*LinkRowFieldField) GetIdOk ¶

func (o *LinkRowFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LinkRowFieldField) GetLinkRowRelatedField ¶

func (o *LinkRowFieldField) GetLinkRowRelatedField() int32

GetLinkRowRelatedField returns the LinkRowRelatedField field value

func (*LinkRowFieldField) GetLinkRowRelatedFieldId ¶

func (o *LinkRowFieldField) GetLinkRowRelatedFieldId() int32

GetLinkRowRelatedFieldId returns the LinkRowRelatedFieldId field value If the value is explicit nil, the zero value for int32 will be returned

func (*LinkRowFieldField) GetLinkRowRelatedFieldIdOk ¶

func (o *LinkRowFieldField) GetLinkRowRelatedFieldIdOk() (*int32, bool)

GetLinkRowRelatedFieldIdOk returns a tuple with the LinkRowRelatedFieldId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LinkRowFieldField) GetLinkRowRelatedFieldOk ¶

func (o *LinkRowFieldField) GetLinkRowRelatedFieldOk() (*int32, bool)

GetLinkRowRelatedFieldOk returns a tuple with the LinkRowRelatedField field value and a boolean to check if the value has been set.

func (*LinkRowFieldField) GetLinkRowTable ¶

func (o *LinkRowFieldField) GetLinkRowTable() int32

GetLinkRowTable returns the LinkRowTable field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LinkRowFieldField) GetLinkRowTableId ¶

func (o *LinkRowFieldField) GetLinkRowTableId() int32

GetLinkRowTableId returns the LinkRowTableId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LinkRowFieldField) GetLinkRowTableIdOk ¶

func (o *LinkRowFieldField) GetLinkRowTableIdOk() (*int32, bool)

GetLinkRowTableIdOk returns a tuple with the LinkRowTableId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LinkRowFieldField) GetLinkRowTableOk ¶

func (o *LinkRowFieldField) GetLinkRowTableOk() (*int32, bool)

GetLinkRowTableOk returns a tuple with the LinkRowTable field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LinkRowFieldField) GetName ¶

func (o *LinkRowFieldField) GetName() string

GetName returns the Name field value

func (*LinkRowFieldField) GetNameOk ¶

func (o *LinkRowFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LinkRowFieldField) GetOrder ¶

func (o *LinkRowFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*LinkRowFieldField) GetOrderOk ¶

func (o *LinkRowFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*LinkRowFieldField) GetPrimary ¶

func (o *LinkRowFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*LinkRowFieldField) GetPrimaryOk ¶

func (o *LinkRowFieldField) 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 (*LinkRowFieldField) GetReadOnly ¶

func (o *LinkRowFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*LinkRowFieldField) GetReadOnlyOk ¶

func (o *LinkRowFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*LinkRowFieldField) GetTableId ¶

func (o *LinkRowFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*LinkRowFieldField) GetTableIdOk ¶

func (o *LinkRowFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*LinkRowFieldField) GetType ¶

func (o *LinkRowFieldField) GetType() string

GetType returns the Type field value

func (*LinkRowFieldField) GetTypeOk ¶

func (o *LinkRowFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LinkRowFieldField) HasLinkRowTable ¶

func (o *LinkRowFieldField) HasLinkRowTable() bool

HasLinkRowTable returns a boolean if a field has been set.

func (*LinkRowFieldField) HasLinkRowTableId ¶

func (o *LinkRowFieldField) HasLinkRowTableId() bool

HasLinkRowTableId returns a boolean if a field has been set.

func (*LinkRowFieldField) HasPrimary ¶

func (o *LinkRowFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (LinkRowFieldField) MarshalJSON ¶

func (o LinkRowFieldField) MarshalJSON() ([]byte, error)

func (*LinkRowFieldField) SetId ¶

func (o *LinkRowFieldField) SetId(v int32)

SetId sets field value

func (*LinkRowFieldField) SetLinkRowRelatedField ¶

func (o *LinkRowFieldField) SetLinkRowRelatedField(v int32)

SetLinkRowRelatedField sets field value

func (*LinkRowFieldField) SetLinkRowRelatedFieldId ¶

func (o *LinkRowFieldField) SetLinkRowRelatedFieldId(v int32)

SetLinkRowRelatedFieldId sets field value

func (*LinkRowFieldField) SetLinkRowTable ¶

func (o *LinkRowFieldField) SetLinkRowTable(v int32)

SetLinkRowTable gets a reference to the given NullableInt32 and assigns it to the LinkRowTable field.

func (*LinkRowFieldField) SetLinkRowTableId ¶

func (o *LinkRowFieldField) SetLinkRowTableId(v int32)

SetLinkRowTableId gets a reference to the given NullableInt32 and assigns it to the LinkRowTableId field.

func (*LinkRowFieldField) SetLinkRowTableIdNil ¶

func (o *LinkRowFieldField) SetLinkRowTableIdNil()

SetLinkRowTableIdNil sets the value for LinkRowTableId to be an explicit nil

func (*LinkRowFieldField) SetLinkRowTableNil ¶

func (o *LinkRowFieldField) SetLinkRowTableNil()

SetLinkRowTableNil sets the value for LinkRowTable to be an explicit nil

func (*LinkRowFieldField) SetName ¶

func (o *LinkRowFieldField) SetName(v string)

SetName sets field value

func (*LinkRowFieldField) SetOrder ¶

func (o *LinkRowFieldField) SetOrder(v int32)

SetOrder sets field value

func (*LinkRowFieldField) SetPrimary ¶

func (o *LinkRowFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*LinkRowFieldField) SetReadOnly ¶

func (o *LinkRowFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*LinkRowFieldField) SetTableId ¶

func (o *LinkRowFieldField) SetTableId(v int32)

SetTableId sets field value

func (*LinkRowFieldField) SetType ¶

func (o *LinkRowFieldField) SetType(v string)

SetType sets field value

func (LinkRowFieldField) ToMap ¶

func (o LinkRowFieldField) ToMap() (map[string]interface{}, error)

func (*LinkRowFieldField) UnsetLinkRowTable ¶

func (o *LinkRowFieldField) UnsetLinkRowTable()

UnsetLinkRowTable ensures that no value is present for LinkRowTable, not even an explicit nil

func (*LinkRowFieldField) UnsetLinkRowTableId ¶

func (o *LinkRowFieldField) UnsetLinkRowTableId()

UnsetLinkRowTableId ensures that no value is present for LinkRowTableId, not even an explicit nil

type LinkRowFieldFieldSerializerWithRelatedFields ¶

type LinkRowFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
	// The id of the linked table.
	LinkRowTableId NullableInt32 `json:"link_row_table_id,omitempty"`
	// The id of the related field.
	LinkRowRelatedFieldId NullableInt32 `json:"link_row_related_field_id"`
	// (Deprecated) The id of the linked table.
	LinkRowTable NullableInt32 `json:"link_row_table,omitempty"`
	// (Deprecated) The id of the related field.
	LinkRowRelatedField int32 `json:"link_row_related_field"`
}

LinkRowFieldFieldSerializerWithRelatedFields struct for LinkRowFieldFieldSerializerWithRelatedFields

func NewLinkRowFieldFieldSerializerWithRelatedFields ¶

func NewLinkRowFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field, linkRowRelatedFieldId NullableInt32, linkRowRelatedField int32) *LinkRowFieldFieldSerializerWithRelatedFields

NewLinkRowFieldFieldSerializerWithRelatedFields instantiates a new LinkRowFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLinkRowFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewLinkRowFieldFieldSerializerWithRelatedFieldsWithDefaults() *LinkRowFieldFieldSerializerWithRelatedFields

NewLinkRowFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new LinkRowFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowRelatedField ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowRelatedField() int32

GetLinkRowRelatedField returns the LinkRowRelatedField field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowRelatedFieldId ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowRelatedFieldId() int32

GetLinkRowRelatedFieldId returns the LinkRowRelatedFieldId field value If the value is explicit nil, the zero value for int32 will be returned

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowRelatedFieldIdOk ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowRelatedFieldIdOk() (*int32, bool)

GetLinkRowRelatedFieldIdOk returns a tuple with the LinkRowRelatedFieldId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowRelatedFieldOk ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowRelatedFieldOk() (*int32, bool)

GetLinkRowRelatedFieldOk returns a tuple with the LinkRowRelatedField field value and a boolean to check if the value has been set.

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowTable ¶

GetLinkRowTable returns the LinkRowTable field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowTableId ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowTableId() int32

GetLinkRowTableId returns the LinkRowTableId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowTableIdOk ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowTableIdOk() (*int32, bool)

GetLinkRowTableIdOk returns a tuple with the LinkRowTableId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowTableOk ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) GetLinkRowTableOk() (*int32, bool)

GetLinkRowTableOk returns a tuple with the LinkRowTable field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*LinkRowFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LinkRowFieldFieldSerializerWithRelatedFields) HasLinkRowTable ¶

HasLinkRowTable returns a boolean if a field has been set.

func (*LinkRowFieldFieldSerializerWithRelatedFields) HasLinkRowTableId ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) HasLinkRowTableId() bool

HasLinkRowTableId returns a boolean if a field has been set.

func (*LinkRowFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (LinkRowFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetLinkRowRelatedField ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) SetLinkRowRelatedField(v int32)

SetLinkRowRelatedField sets field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetLinkRowRelatedFieldId ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) SetLinkRowRelatedFieldId(v int32)

SetLinkRowRelatedFieldId sets field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetLinkRowTable ¶

SetLinkRowTable gets a reference to the given NullableInt32 and assigns it to the LinkRowTable field.

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetLinkRowTableId ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) SetLinkRowTableId(v int32)

SetLinkRowTableId gets a reference to the given NullableInt32 and assigns it to the LinkRowTableId field.

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetLinkRowTableIdNil ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) SetLinkRowTableIdNil()

SetLinkRowTableIdNil sets the value for LinkRowTableId to be an explicit nil

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetLinkRowTableNil ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) SetLinkRowTableNil()

SetLinkRowTableNil sets the value for LinkRowTable to be an explicit nil

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*LinkRowFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (LinkRowFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o LinkRowFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

func (*LinkRowFieldFieldSerializerWithRelatedFields) UnsetLinkRowTable ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) UnsetLinkRowTable()

UnsetLinkRowTable ensures that no value is present for LinkRowTable, not even an explicit nil

func (*LinkRowFieldFieldSerializerWithRelatedFields) UnsetLinkRowTableId ¶

func (o *LinkRowFieldFieldSerializerWithRelatedFields) UnsetLinkRowTableId()

UnsetLinkRowTableId ensures that no value is present for LinkRowTableId, not even an explicit nil

type LinkRowValue ¶

type LinkRowValue struct {
	// The unique identifier of the row in the related table.
	Id int32 `json:"id"`
	// The primary field's value as a string of the row in the related table.
	Value *string `json:"value,omitempty"`
}

LinkRowValue struct for LinkRowValue

func NewLinkRowValue ¶

func NewLinkRowValue(id int32) *LinkRowValue

NewLinkRowValue instantiates a new LinkRowValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLinkRowValueWithDefaults ¶

func NewLinkRowValueWithDefaults() *LinkRowValue

NewLinkRowValueWithDefaults instantiates a new LinkRowValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LinkRowValue) GetId ¶

func (o *LinkRowValue) GetId() int32

GetId returns the Id field value

func (*LinkRowValue) GetIdOk ¶

func (o *LinkRowValue) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LinkRowValue) GetValue ¶

func (o *LinkRowValue) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*LinkRowValue) GetValueOk ¶

func (o *LinkRowValue) GetValueOk() (*string, 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 (*LinkRowValue) HasValue ¶

func (o *LinkRowValue) HasValue() bool

HasValue returns a boolean if a field has been set.

func (LinkRowValue) MarshalJSON ¶

func (o LinkRowValue) MarshalJSON() ([]byte, error)

func (*LinkRowValue) SetId ¶

func (o *LinkRowValue) SetId(v int32)

SetId sets field value

func (*LinkRowValue) SetValue ¶

func (o *LinkRowValue) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (LinkRowValue) ToMap ¶

func (o LinkRowValue) ToMap() (map[string]interface{}, error)

type ListDatabaseTableFields401Response ¶

type ListDatabaseTableFields401Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

ListDatabaseTableFields401Response struct for ListDatabaseTableFields401Response

func NewListDatabaseTableFields401Response ¶

func NewListDatabaseTableFields401Response() *ListDatabaseTableFields401Response

NewListDatabaseTableFields401Response instantiates a new ListDatabaseTableFields401Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListDatabaseTableFields401ResponseWithDefaults ¶

func NewListDatabaseTableFields401ResponseWithDefaults() *ListDatabaseTableFields401Response

NewListDatabaseTableFields401ResponseWithDefaults instantiates a new ListDatabaseTableFields401Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListDatabaseTableFields401Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ListDatabaseTableFields401Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListDatabaseTableFields401Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*ListDatabaseTableFields401Response) GetErrorOk ¶

func (o *ListDatabaseTableFields401Response) 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 (*ListDatabaseTableFields401Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*ListDatabaseTableFields401Response) HasError ¶

HasError returns a boolean if a field has been set.

func (ListDatabaseTableFields401Response) MarshalJSON ¶

func (o ListDatabaseTableFields401Response) MarshalJSON() ([]byte, error)

func (*ListDatabaseTableFields401Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*ListDatabaseTableFields401Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (ListDatabaseTableFields401Response) ToMap ¶

func (o ListDatabaseTableFields401Response) ToMap() (map[string]interface{}, error)

type ListDatabaseTableFields404Response ¶

type ListDatabaseTableFields404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

ListDatabaseTableFields404Response struct for ListDatabaseTableFields404Response

func NewListDatabaseTableFields404Response ¶

func NewListDatabaseTableFields404Response() *ListDatabaseTableFields404Response

NewListDatabaseTableFields404Response instantiates a new ListDatabaseTableFields404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListDatabaseTableFields404ResponseWithDefaults ¶

func NewListDatabaseTableFields404ResponseWithDefaults() *ListDatabaseTableFields404Response

NewListDatabaseTableFields404ResponseWithDefaults instantiates a new ListDatabaseTableFields404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListDatabaseTableFields404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ListDatabaseTableFields404Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListDatabaseTableFields404Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*ListDatabaseTableFields404Response) GetErrorOk ¶

func (o *ListDatabaseTableFields404Response) 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 (*ListDatabaseTableFields404Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*ListDatabaseTableFields404Response) HasError ¶

HasError returns a boolean if a field has been set.

func (ListDatabaseTableFields404Response) MarshalJSON ¶

func (o ListDatabaseTableFields404Response) MarshalJSON() ([]byte, error)

func (*ListDatabaseTableFields404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*ListDatabaseTableFields404Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (ListDatabaseTableFields404Response) ToMap ¶

func (o ListDatabaseTableFields404Response) ToMap() (map[string]interface{}, error)

type ListDatabaseTableRowNames200Response ¶

type ListDatabaseTableRowNames200Response struct {
	TableId *ListDatabaseTableRowNames200ResponseTableId `json:"{table_id}*,omitempty"`
}

ListDatabaseTableRowNames200Response struct for ListDatabaseTableRowNames200Response

func NewListDatabaseTableRowNames200Response ¶

func NewListDatabaseTableRowNames200Response() *ListDatabaseTableRowNames200Response

NewListDatabaseTableRowNames200Response instantiates a new ListDatabaseTableRowNames200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListDatabaseTableRowNames200ResponseWithDefaults ¶

func NewListDatabaseTableRowNames200ResponseWithDefaults() *ListDatabaseTableRowNames200Response

NewListDatabaseTableRowNames200ResponseWithDefaults instantiates a new ListDatabaseTableRowNames200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListDatabaseTableRowNames200Response) GetTableId ¶

GetTableId returns the TableId field value if set, zero value otherwise.

func (*ListDatabaseTableRowNames200Response) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListDatabaseTableRowNames200Response) HasTableId ¶

HasTableId returns a boolean if a field has been set.

func (ListDatabaseTableRowNames200Response) MarshalJSON ¶

func (o ListDatabaseTableRowNames200Response) MarshalJSON() ([]byte, error)

func (*ListDatabaseTableRowNames200Response) SetTableId ¶

SetTableId gets a reference to the given ListDatabaseTableRowNames200ResponseTableId and assigns it to the TableId field.

func (ListDatabaseTableRowNames200Response) ToMap ¶

func (o ListDatabaseTableRowNames200Response) ToMap() (map[string]interface{}, error)

type ListDatabaseTableRowNames200ResponseTableId ¶

type ListDatabaseTableRowNames200ResponseTableId struct {
	// the name of the row with id `row_id` from table with id `table_id`.
	RowId *string `json:"{row_id}*,omitempty"`
}

ListDatabaseTableRowNames200ResponseTableId An object containing the row names of table `table_id`.

func NewListDatabaseTableRowNames200ResponseTableId ¶

func NewListDatabaseTableRowNames200ResponseTableId() *ListDatabaseTableRowNames200ResponseTableId

NewListDatabaseTableRowNames200ResponseTableId instantiates a new ListDatabaseTableRowNames200ResponseTableId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListDatabaseTableRowNames200ResponseTableIdWithDefaults ¶

func NewListDatabaseTableRowNames200ResponseTableIdWithDefaults() *ListDatabaseTableRowNames200ResponseTableId

NewListDatabaseTableRowNames200ResponseTableIdWithDefaults instantiates a new ListDatabaseTableRowNames200ResponseTableId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListDatabaseTableRowNames200ResponseTableId) GetRowId ¶

GetRowId returns the RowId field value if set, zero value otherwise.

func (*ListDatabaseTableRowNames200ResponseTableId) GetRowIdOk ¶

GetRowIdOk returns a tuple with the RowId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListDatabaseTableRowNames200ResponseTableId) HasRowId ¶

HasRowId returns a boolean if a field has been set.

func (ListDatabaseTableRowNames200ResponseTableId) MarshalJSON ¶

func (*ListDatabaseTableRowNames200ResponseTableId) SetRowId ¶

SetRowId gets a reference to the given string and assigns it to the RowId field.

func (ListDatabaseTableRowNames200ResponseTableId) ToMap ¶

func (o ListDatabaseTableRowNames200ResponseTableId) ToMap() (map[string]interface{}, error)

type ListDatabaseTableRows400Response ¶

type ListDatabaseTableRows400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

ListDatabaseTableRows400Response struct for ListDatabaseTableRows400Response

func NewListDatabaseTableRows400Response ¶

func NewListDatabaseTableRows400Response() *ListDatabaseTableRows400Response

NewListDatabaseTableRows400Response instantiates a new ListDatabaseTableRows400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListDatabaseTableRows400ResponseWithDefaults ¶

func NewListDatabaseTableRows400ResponseWithDefaults() *ListDatabaseTableRows400Response

NewListDatabaseTableRows400ResponseWithDefaults instantiates a new ListDatabaseTableRows400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListDatabaseTableRows400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ListDatabaseTableRows400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListDatabaseTableRows400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*ListDatabaseTableRows400Response) GetErrorOk ¶

func (o *ListDatabaseTableRows400Response) 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 (*ListDatabaseTableRows400Response) HasDetail ¶

func (o *ListDatabaseTableRows400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ListDatabaseTableRows400Response) HasError ¶

func (o *ListDatabaseTableRows400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (ListDatabaseTableRows400Response) MarshalJSON ¶

func (o ListDatabaseTableRows400Response) MarshalJSON() ([]byte, error)

func (*ListDatabaseTableRows400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*ListDatabaseTableRows400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (ListDatabaseTableRows400Response) ToMap ¶

func (o ListDatabaseTableRows400Response) ToMap() (map[string]interface{}, error)

type ListDatabaseTableRows404Response ¶

type ListDatabaseTableRows404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

ListDatabaseTableRows404Response struct for ListDatabaseTableRows404Response

func NewListDatabaseTableRows404Response ¶

func NewListDatabaseTableRows404Response() *ListDatabaseTableRows404Response

NewListDatabaseTableRows404Response instantiates a new ListDatabaseTableRows404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListDatabaseTableRows404ResponseWithDefaults ¶

func NewListDatabaseTableRows404ResponseWithDefaults() *ListDatabaseTableRows404Response

NewListDatabaseTableRows404ResponseWithDefaults instantiates a new ListDatabaseTableRows404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListDatabaseTableRows404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ListDatabaseTableRows404Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListDatabaseTableRows404Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*ListDatabaseTableRows404Response) GetErrorOk ¶

func (o *ListDatabaseTableRows404Response) 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 (*ListDatabaseTableRows404Response) HasDetail ¶

func (o *ListDatabaseTableRows404Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ListDatabaseTableRows404Response) HasError ¶

func (o *ListDatabaseTableRows404Response) HasError() bool

HasError returns a boolean if a field has been set.

func (ListDatabaseTableRows404Response) MarshalJSON ¶

func (o ListDatabaseTableRows404Response) MarshalJSON() ([]byte, error)

func (*ListDatabaseTableRows404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*ListDatabaseTableRows404Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (ListDatabaseTableRows404Response) ToMap ¶

func (o ListDatabaseTableRows404Response) ToMap() (map[string]interface{}, error)

type ListDatabaseTables404Response ¶

type ListDatabaseTables404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

ListDatabaseTables404Response struct for ListDatabaseTables404Response

func NewListDatabaseTables404Response ¶

func NewListDatabaseTables404Response() *ListDatabaseTables404Response

NewListDatabaseTables404Response instantiates a new ListDatabaseTables404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListDatabaseTables404ResponseWithDefaults ¶

func NewListDatabaseTables404ResponseWithDefaults() *ListDatabaseTables404Response

NewListDatabaseTables404ResponseWithDefaults instantiates a new ListDatabaseTables404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListDatabaseTables404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ListDatabaseTables404Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListDatabaseTables404Response) GetError ¶

func (o *ListDatabaseTables404Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*ListDatabaseTables404Response) GetErrorOk ¶

func (o *ListDatabaseTables404Response) 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 (*ListDatabaseTables404Response) HasDetail ¶

func (o *ListDatabaseTables404Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ListDatabaseTables404Response) HasError ¶

func (o *ListDatabaseTables404Response) HasError() bool

HasError returns a boolean if a field has been set.

func (ListDatabaseTables404Response) MarshalJSON ¶

func (o ListDatabaseTables404Response) MarshalJSON() ([]byte, error)

func (*ListDatabaseTables404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*ListDatabaseTables404Response) SetError ¶

func (o *ListDatabaseTables404Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (ListDatabaseTables404Response) ToMap ¶

func (o ListDatabaseTables404Response) ToMap() (map[string]interface{}, error)

type ListWorkspaceUsers400Response ¶

type ListWorkspaceUsers400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

ListWorkspaceUsers400Response struct for ListWorkspaceUsers400Response

func NewListWorkspaceUsers400Response ¶

func NewListWorkspaceUsers400Response() *ListWorkspaceUsers400Response

NewListWorkspaceUsers400Response instantiates a new ListWorkspaceUsers400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListWorkspaceUsers400ResponseWithDefaults ¶

func NewListWorkspaceUsers400ResponseWithDefaults() *ListWorkspaceUsers400Response

NewListWorkspaceUsers400ResponseWithDefaults instantiates a new ListWorkspaceUsers400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListWorkspaceUsers400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ListWorkspaceUsers400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListWorkspaceUsers400Response) GetError ¶

func (o *ListWorkspaceUsers400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*ListWorkspaceUsers400Response) GetErrorOk ¶

func (o *ListWorkspaceUsers400Response) 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 (*ListWorkspaceUsers400Response) HasDetail ¶

func (o *ListWorkspaceUsers400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ListWorkspaceUsers400Response) HasError ¶

func (o *ListWorkspaceUsers400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (ListWorkspaceUsers400Response) MarshalJSON ¶

func (o ListWorkspaceUsers400Response) MarshalJSON() ([]byte, error)

func (*ListWorkspaceUsers400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*ListWorkspaceUsers400Response) SetError ¶

func (o *ListWorkspaceUsers400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (ListWorkspaceUsers400Response) ToMap ¶

func (o ListWorkspaceUsers400Response) ToMap() (map[string]interface{}, error)

type ListWorkspaceUsersWithMemberData ¶

type ListWorkspaceUsersWithMemberData struct {
	Id int32 `json:"id"`
	// User defined name.
	Name string `json:"name"`
	// User email.
	Email string `json:"email"`
	// DEPRECATED: Please use the functionally identical `workspace` instead as this field is being removed in the future.
	Group int32 `json:"group"`
	// The workspace that the user has access to.
	Workspace int32 `json:"workspace"`
	// The permissions that the user has within the workspace.
	Permissions *string   `json:"permissions,omitempty"`
	CreatedOn   time.Time `json:"created_on"`
	// The user that has access to the workspace.
	UserId int32 `json:"user_id"`
	// True if user account is pending deletion.
	ToBeDeleted bool `json:"to_be_deleted"`
	// Enterprise only: a list of team IDs and names, which this workspace user belongs to in this workspace.
	Teams []WorkspaceUserEnterpriseTeam `json:"teams,omitempty"`
	// Enterprise or advanced only: the uid of the role that is assigned to this workspace user in this workspace.
	RoleUid NullableString `json:"role_uid,omitempty"`
	// Enterprise or advanced only: the highest role uid assigned to this user in this workspace on anything, including roles from teams.
	HighestRoleUid NullableString `json:"highest_role_uid,omitempty"`
}

ListWorkspaceUsersWithMemberData Mixin to a DRF serializer class to raise an exception if data with unknown fields is provided to the serializer.

func NewListWorkspaceUsersWithMemberData ¶

func NewListWorkspaceUsersWithMemberData(id int32, name string, email string, group int32, workspace int32, createdOn time.Time, userId int32, toBeDeleted bool) *ListWorkspaceUsersWithMemberData

NewListWorkspaceUsersWithMemberData instantiates a new ListWorkspaceUsersWithMemberData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListWorkspaceUsersWithMemberDataWithDefaults ¶

func NewListWorkspaceUsersWithMemberDataWithDefaults() *ListWorkspaceUsersWithMemberData

NewListWorkspaceUsersWithMemberDataWithDefaults instantiates a new ListWorkspaceUsersWithMemberData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListWorkspaceUsersWithMemberData) GetCreatedOn ¶

func (o *ListWorkspaceUsersWithMemberData) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*ListWorkspaceUsersWithMemberData) GetCreatedOnOk ¶

func (o *ListWorkspaceUsersWithMemberData) GetCreatedOnOk() (*time.Time, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.

func (*ListWorkspaceUsersWithMemberData) GetEmail ¶

GetEmail returns the Email field value

func (*ListWorkspaceUsersWithMemberData) GetEmailOk ¶

func (o *ListWorkspaceUsersWithMemberData) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*ListWorkspaceUsersWithMemberData) GetGroup ¶

GetGroup returns the Group field value

func (*ListWorkspaceUsersWithMemberData) GetGroupOk ¶

func (o *ListWorkspaceUsersWithMemberData) GetGroupOk() (*int32, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*ListWorkspaceUsersWithMemberData) GetHighestRoleUid ¶

func (o *ListWorkspaceUsersWithMemberData) GetHighestRoleUid() string

GetHighestRoleUid returns the HighestRoleUid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ListWorkspaceUsersWithMemberData) GetHighestRoleUidOk ¶

func (o *ListWorkspaceUsersWithMemberData) GetHighestRoleUidOk() (*string, bool)

GetHighestRoleUidOk returns a tuple with the HighestRoleUid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListWorkspaceUsersWithMemberData) GetId ¶

GetId returns the Id field value

func (*ListWorkspaceUsersWithMemberData) GetIdOk ¶

func (o *ListWorkspaceUsersWithMemberData) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListWorkspaceUsersWithMemberData) GetName ¶

GetName returns the Name field value

func (*ListWorkspaceUsersWithMemberData) GetNameOk ¶

func (o *ListWorkspaceUsersWithMemberData) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListWorkspaceUsersWithMemberData) GetPermissions ¶

func (o *ListWorkspaceUsersWithMemberData) GetPermissions() string

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ListWorkspaceUsersWithMemberData) GetPermissionsOk ¶

func (o *ListWorkspaceUsersWithMemberData) GetPermissionsOk() (*string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListWorkspaceUsersWithMemberData) GetRoleUid ¶

func (o *ListWorkspaceUsersWithMemberData) GetRoleUid() string

GetRoleUid returns the RoleUid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ListWorkspaceUsersWithMemberData) GetRoleUidOk ¶

func (o *ListWorkspaceUsersWithMemberData) GetRoleUidOk() (*string, bool)

GetRoleUidOk returns a tuple with the RoleUid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListWorkspaceUsersWithMemberData) GetTeams ¶

GetTeams returns the Teams field value if set, zero value otherwise.

func (*ListWorkspaceUsersWithMemberData) GetTeamsOk ¶

GetTeamsOk returns a tuple with the Teams field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListWorkspaceUsersWithMemberData) GetToBeDeleted ¶

func (o *ListWorkspaceUsersWithMemberData) GetToBeDeleted() bool

GetToBeDeleted returns the ToBeDeleted field value

func (*ListWorkspaceUsersWithMemberData) GetToBeDeletedOk ¶

func (o *ListWorkspaceUsersWithMemberData) GetToBeDeletedOk() (*bool, bool)

GetToBeDeletedOk returns a tuple with the ToBeDeleted field value and a boolean to check if the value has been set.

func (*ListWorkspaceUsersWithMemberData) GetUserId ¶

func (o *ListWorkspaceUsersWithMemberData) GetUserId() int32

GetUserId returns the UserId field value

func (*ListWorkspaceUsersWithMemberData) GetUserIdOk ¶

func (o *ListWorkspaceUsersWithMemberData) GetUserIdOk() (*int32, bool)

GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.

func (*ListWorkspaceUsersWithMemberData) GetWorkspace ¶

func (o *ListWorkspaceUsersWithMemberData) GetWorkspace() int32

GetWorkspace returns the Workspace field value

func (*ListWorkspaceUsersWithMemberData) GetWorkspaceOk ¶

func (o *ListWorkspaceUsersWithMemberData) GetWorkspaceOk() (*int32, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (*ListWorkspaceUsersWithMemberData) HasHighestRoleUid ¶

func (o *ListWorkspaceUsersWithMemberData) HasHighestRoleUid() bool

HasHighestRoleUid returns a boolean if a field has been set.

func (*ListWorkspaceUsersWithMemberData) HasPermissions ¶

func (o *ListWorkspaceUsersWithMemberData) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ListWorkspaceUsersWithMemberData) HasRoleUid ¶

func (o *ListWorkspaceUsersWithMemberData) HasRoleUid() bool

HasRoleUid returns a boolean if a field has been set.

func (*ListWorkspaceUsersWithMemberData) HasTeams ¶

func (o *ListWorkspaceUsersWithMemberData) HasTeams() bool

HasTeams returns a boolean if a field has been set.

func (ListWorkspaceUsersWithMemberData) MarshalJSON ¶

func (o ListWorkspaceUsersWithMemberData) MarshalJSON() ([]byte, error)

func (*ListWorkspaceUsersWithMemberData) SetCreatedOn ¶

func (o *ListWorkspaceUsersWithMemberData) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*ListWorkspaceUsersWithMemberData) SetEmail ¶

SetEmail sets field value

func (*ListWorkspaceUsersWithMemberData) SetGroup ¶

func (o *ListWorkspaceUsersWithMemberData) SetGroup(v int32)

SetGroup sets field value

func (*ListWorkspaceUsersWithMemberData) SetHighestRoleUid ¶

func (o *ListWorkspaceUsersWithMemberData) SetHighestRoleUid(v string)

SetHighestRoleUid gets a reference to the given NullableString and assigns it to the HighestRoleUid field.

func (*ListWorkspaceUsersWithMemberData) SetHighestRoleUidNil ¶

func (o *ListWorkspaceUsersWithMemberData) SetHighestRoleUidNil()

SetHighestRoleUidNil sets the value for HighestRoleUid to be an explicit nil

func (*ListWorkspaceUsersWithMemberData) SetId ¶

SetId sets field value

func (*ListWorkspaceUsersWithMemberData) SetName ¶

SetName sets field value

func (*ListWorkspaceUsersWithMemberData) SetPermissions ¶

func (o *ListWorkspaceUsersWithMemberData) SetPermissions(v string)

SetPermissions gets a reference to the given string and assigns it to the Permissions field.

func (*ListWorkspaceUsersWithMemberData) SetRoleUid ¶

func (o *ListWorkspaceUsersWithMemberData) SetRoleUid(v string)

SetRoleUid gets a reference to the given NullableString and assigns it to the RoleUid field.

func (*ListWorkspaceUsersWithMemberData) SetRoleUidNil ¶

func (o *ListWorkspaceUsersWithMemberData) SetRoleUidNil()

SetRoleUidNil sets the value for RoleUid to be an explicit nil

func (*ListWorkspaceUsersWithMemberData) SetTeams ¶

SetTeams gets a reference to the given []WorkspaceUserEnterpriseTeam and assigns it to the Teams field.

func (*ListWorkspaceUsersWithMemberData) SetToBeDeleted ¶

func (o *ListWorkspaceUsersWithMemberData) SetToBeDeleted(v bool)

SetToBeDeleted sets field value

func (*ListWorkspaceUsersWithMemberData) SetUserId ¶

func (o *ListWorkspaceUsersWithMemberData) SetUserId(v int32)

SetUserId sets field value

func (*ListWorkspaceUsersWithMemberData) SetWorkspace ¶

func (o *ListWorkspaceUsersWithMemberData) SetWorkspace(v int32)

SetWorkspace sets field value

func (ListWorkspaceUsersWithMemberData) ToMap ¶

func (o ListWorkspaceUsersWithMemberData) ToMap() (map[string]interface{}, error)

func (*ListWorkspaceUsersWithMemberData) UnsetHighestRoleUid ¶

func (o *ListWorkspaceUsersWithMemberData) UnsetHighestRoleUid()

UnsetHighestRoleUid ensures that no value is present for HighestRoleUid, not even an explicit nil

func (*ListWorkspaceUsersWithMemberData) UnsetRoleUid ¶

func (o *ListWorkspaceUsersWithMemberData) UnsetRoleUid()

UnsetRoleUid ensures that no value is present for RoleUid, not even an explicit nil

type LongTextFieldCreateField ¶

type LongTextFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
}

LongTextFieldCreateField struct for LongTextFieldCreateField

func NewLongTextFieldCreateField ¶

func NewLongTextFieldCreateField(name string, type_ Type712Enum) *LongTextFieldCreateField

NewLongTextFieldCreateField instantiates a new LongTextFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLongTextFieldCreateFieldWithDefaults ¶

func NewLongTextFieldCreateFieldWithDefaults() *LongTextFieldCreateField

NewLongTextFieldCreateFieldWithDefaults instantiates a new LongTextFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LongTextFieldCreateField) GetName ¶

func (o *LongTextFieldCreateField) GetName() string

GetName returns the Name field value

func (*LongTextFieldCreateField) GetNameOk ¶

func (o *LongTextFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LongTextFieldCreateField) GetType ¶

GetType returns the Type field value

func (*LongTextFieldCreateField) GetTypeOk ¶

func (o *LongTextFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (LongTextFieldCreateField) MarshalJSON ¶

func (o LongTextFieldCreateField) MarshalJSON() ([]byte, error)

func (*LongTextFieldCreateField) SetName ¶

func (o *LongTextFieldCreateField) SetName(v string)

SetName sets field value

func (*LongTextFieldCreateField) SetType ¶

func (o *LongTextFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (LongTextFieldCreateField) ToMap ¶

func (o LongTextFieldCreateField) ToMap() (map[string]interface{}, error)

type LongTextFieldField ¶

type LongTextFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
}

LongTextFieldField struct for LongTextFieldField

func NewLongTextFieldField ¶

func NewLongTextFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *LongTextFieldField

NewLongTextFieldField instantiates a new LongTextFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLongTextFieldFieldWithDefaults ¶

func NewLongTextFieldFieldWithDefaults() *LongTextFieldField

NewLongTextFieldFieldWithDefaults instantiates a new LongTextFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LongTextFieldField) GetId ¶

func (o *LongTextFieldField) GetId() int32

GetId returns the Id field value

func (*LongTextFieldField) GetIdOk ¶

func (o *LongTextFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LongTextFieldField) GetName ¶

func (o *LongTextFieldField) GetName() string

GetName returns the Name field value

func (*LongTextFieldField) GetNameOk ¶

func (o *LongTextFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LongTextFieldField) GetOrder ¶

func (o *LongTextFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*LongTextFieldField) GetOrderOk ¶

func (o *LongTextFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*LongTextFieldField) GetPrimary ¶

func (o *LongTextFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*LongTextFieldField) GetPrimaryOk ¶

func (o *LongTextFieldField) 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 (*LongTextFieldField) GetReadOnly ¶

func (o *LongTextFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*LongTextFieldField) GetReadOnlyOk ¶

func (o *LongTextFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*LongTextFieldField) GetTableId ¶

func (o *LongTextFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*LongTextFieldField) GetTableIdOk ¶

func (o *LongTextFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*LongTextFieldField) GetType ¶

func (o *LongTextFieldField) GetType() string

GetType returns the Type field value

func (*LongTextFieldField) GetTypeOk ¶

func (o *LongTextFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LongTextFieldField) HasPrimary ¶

func (o *LongTextFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (LongTextFieldField) MarshalJSON ¶

func (o LongTextFieldField) MarshalJSON() ([]byte, error)

func (*LongTextFieldField) SetId ¶

func (o *LongTextFieldField) SetId(v int32)

SetId sets field value

func (*LongTextFieldField) SetName ¶

func (o *LongTextFieldField) SetName(v string)

SetName sets field value

func (*LongTextFieldField) SetOrder ¶

func (o *LongTextFieldField) SetOrder(v int32)

SetOrder sets field value

func (*LongTextFieldField) SetPrimary ¶

func (o *LongTextFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*LongTextFieldField) SetReadOnly ¶

func (o *LongTextFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*LongTextFieldField) SetTableId ¶

func (o *LongTextFieldField) SetTableId(v int32)

SetTableId sets field value

func (*LongTextFieldField) SetType ¶

func (o *LongTextFieldField) SetType(v string)

SetType sets field value

func (LongTextFieldField) ToMap ¶

func (o LongTextFieldField) ToMap() (map[string]interface{}, error)

type LongTextFieldFieldSerializerWithRelatedFields ¶

type LongTextFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
}

LongTextFieldFieldSerializerWithRelatedFields struct for LongTextFieldFieldSerializerWithRelatedFields

func NewLongTextFieldFieldSerializerWithRelatedFields ¶

func NewLongTextFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *LongTextFieldFieldSerializerWithRelatedFields

NewLongTextFieldFieldSerializerWithRelatedFields instantiates a new LongTextFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLongTextFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewLongTextFieldFieldSerializerWithRelatedFieldsWithDefaults() *LongTextFieldFieldSerializerWithRelatedFields

NewLongTextFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new LongTextFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LongTextFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*LongTextFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LongTextFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*LongTextFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LongTextFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*LongTextFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*LongTextFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*LongTextFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*LongTextFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*LongTextFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*LongTextFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *LongTextFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*LongTextFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *LongTextFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*LongTextFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*LongTextFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*LongTextFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*LongTextFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LongTextFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (LongTextFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*LongTextFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*LongTextFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*LongTextFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*LongTextFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*LongTextFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*LongTextFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *LongTextFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*LongTextFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*LongTextFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (LongTextFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o LongTextFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

type LookupFieldCreateField ¶

type LookupFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to lookup values for. Will override the `through_field_name` parameter if both are provided, however only one is required.
	ThroughFieldId NullableInt32 `json:"through_field_id,omitempty"`
	// The name of the link row field to lookup values for.
	ThroughFieldName NullableString `json:"through_field_name,omitempty"`
	// The id of the field in the table linked to by the through_field to lookup. Will override the `target_field_id` parameter if both are provided, however only one is required.
	TargetFieldId NullableInt32 `json:"target_field_id,omitempty"`
	// The name of the field in the table linked to by the through_field to lookup.
	TargetFieldName NullableString   `json:"target_field_name,omitempty"`
	FormulaType     *FormulaTypeEnum `json:"formula_type,omitempty"`
}

LookupFieldCreateField struct for LookupFieldCreateField

func NewLookupFieldCreateField ¶

func NewLookupFieldCreateField(name string, type_ Type712Enum, nullable bool) *LookupFieldCreateField

NewLookupFieldCreateField instantiates a new LookupFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLookupFieldCreateFieldWithDefaults ¶

func NewLookupFieldCreateFieldWithDefaults() *LookupFieldCreateField

NewLookupFieldCreateFieldWithDefaults instantiates a new LookupFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LookupFieldCreateField) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetArrayFormulaTypeOk ¶

func (o *LookupFieldCreateField) GetArrayFormulaTypeOk() (*CountFieldCreateFieldArrayFormulaType, bool)

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetDateForceTimezone ¶

func (o *LookupFieldCreateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetDateForceTimezoneOk ¶

func (o *LookupFieldCreateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetDateIncludeTime ¶

func (o *LookupFieldCreateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetDateIncludeTimeOk ¶

func (o *LookupFieldCreateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetDateShowTzinfo ¶

func (o *LookupFieldCreateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetDateShowTzinfoOk ¶

func (o *LookupFieldCreateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetError ¶

func (o *LookupFieldCreateField) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetErrorOk ¶

func (o *LookupFieldCreateField) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetFormulaType ¶

func (o *LookupFieldCreateField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*LookupFieldCreateField) GetFormulaTypeOk ¶

func (o *LookupFieldCreateField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LookupFieldCreateField) GetName ¶

func (o *LookupFieldCreateField) GetName() string

GetName returns the Name field value

func (*LookupFieldCreateField) GetNameOk ¶

func (o *LookupFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LookupFieldCreateField) GetNullable ¶

func (o *LookupFieldCreateField) GetNullable() bool

GetNullable returns the Nullable field value

func (*LookupFieldCreateField) GetNullableOk ¶

func (o *LookupFieldCreateField) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*LookupFieldCreateField) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetNumberDecimalPlacesOk ¶

func (o *LookupFieldCreateField) GetNumberDecimalPlacesOk() (*CountFieldCreateFieldNumberDecimalPlaces, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetTargetFieldId ¶

func (o *LookupFieldCreateField) GetTargetFieldId() int32

GetTargetFieldId returns the TargetFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetTargetFieldIdOk ¶

func (o *LookupFieldCreateField) GetTargetFieldIdOk() (*int32, bool)

GetTargetFieldIdOk returns a tuple with the TargetFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetTargetFieldName ¶

func (o *LookupFieldCreateField) GetTargetFieldName() string

GetTargetFieldName returns the TargetFieldName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetTargetFieldNameOk ¶

func (o *LookupFieldCreateField) GetTargetFieldNameOk() (*string, bool)

GetTargetFieldNameOk returns a tuple with the TargetFieldName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetThroughFieldId ¶

func (o *LookupFieldCreateField) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetThroughFieldIdOk ¶

func (o *LookupFieldCreateField) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetThroughFieldName ¶

func (o *LookupFieldCreateField) GetThroughFieldName() string

GetThroughFieldName returns the ThroughFieldName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldCreateField) GetThroughFieldNameOk ¶

func (o *LookupFieldCreateField) GetThroughFieldNameOk() (*string, bool)

GetThroughFieldNameOk returns a tuple with the ThroughFieldName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldCreateField) GetType ¶

func (o *LookupFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*LookupFieldCreateField) GetTypeOk ¶

func (o *LookupFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LookupFieldCreateField) HasArrayFormulaType ¶

func (o *LookupFieldCreateField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasDateForceTimezone ¶

func (o *LookupFieldCreateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasDateFormat ¶

func (o *LookupFieldCreateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasDateIncludeTime ¶

func (o *LookupFieldCreateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasDateShowTzinfo ¶

func (o *LookupFieldCreateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasDateTimeFormat ¶

func (o *LookupFieldCreateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasError ¶

func (o *LookupFieldCreateField) HasError() bool

HasError returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasFormulaType ¶

func (o *LookupFieldCreateField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasNumberDecimalPlaces ¶

func (o *LookupFieldCreateField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasTargetFieldId ¶

func (o *LookupFieldCreateField) HasTargetFieldId() bool

HasTargetFieldId returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasTargetFieldName ¶

func (o *LookupFieldCreateField) HasTargetFieldName() bool

HasTargetFieldName returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasThroughFieldId ¶

func (o *LookupFieldCreateField) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (*LookupFieldCreateField) HasThroughFieldName ¶

func (o *LookupFieldCreateField) HasThroughFieldName() bool

HasThroughFieldName returns a boolean if a field has been set.

func (LookupFieldCreateField) MarshalJSON ¶

func (o LookupFieldCreateField) MarshalJSON() ([]byte, error)

func (*LookupFieldCreateField) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*LookupFieldCreateField) SetArrayFormulaTypeNil ¶

func (o *LookupFieldCreateField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*LookupFieldCreateField) SetDateForceTimezone ¶

func (o *LookupFieldCreateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*LookupFieldCreateField) SetDateForceTimezoneNil ¶

func (o *LookupFieldCreateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*LookupFieldCreateField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*LookupFieldCreateField) SetDateFormatNil ¶

func (o *LookupFieldCreateField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*LookupFieldCreateField) SetDateIncludeTime ¶

func (o *LookupFieldCreateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*LookupFieldCreateField) SetDateIncludeTimeNil ¶

func (o *LookupFieldCreateField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*LookupFieldCreateField) SetDateShowTzinfo ¶

func (o *LookupFieldCreateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*LookupFieldCreateField) SetDateShowTzinfoNil ¶

func (o *LookupFieldCreateField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*LookupFieldCreateField) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*LookupFieldCreateField) SetDateTimeFormatNil ¶

func (o *LookupFieldCreateField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*LookupFieldCreateField) SetError ¶

func (o *LookupFieldCreateField) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*LookupFieldCreateField) SetErrorNil ¶

func (o *LookupFieldCreateField) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*LookupFieldCreateField) SetFormulaType ¶

func (o *LookupFieldCreateField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*LookupFieldCreateField) SetName ¶

func (o *LookupFieldCreateField) SetName(v string)

SetName sets field value

func (*LookupFieldCreateField) SetNullable ¶

func (o *LookupFieldCreateField) SetNullable(v bool)

SetNullable sets field value

func (*LookupFieldCreateField) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*LookupFieldCreateField) SetNumberDecimalPlacesNil ¶

func (o *LookupFieldCreateField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*LookupFieldCreateField) SetTargetFieldId ¶

func (o *LookupFieldCreateField) SetTargetFieldId(v int32)

SetTargetFieldId gets a reference to the given NullableInt32 and assigns it to the TargetFieldId field.

func (*LookupFieldCreateField) SetTargetFieldIdNil ¶

func (o *LookupFieldCreateField) SetTargetFieldIdNil()

SetTargetFieldIdNil sets the value for TargetFieldId to be an explicit nil

func (*LookupFieldCreateField) SetTargetFieldName ¶

func (o *LookupFieldCreateField) SetTargetFieldName(v string)

SetTargetFieldName gets a reference to the given NullableString and assigns it to the TargetFieldName field.

func (*LookupFieldCreateField) SetTargetFieldNameNil ¶

func (o *LookupFieldCreateField) SetTargetFieldNameNil()

SetTargetFieldNameNil sets the value for TargetFieldName to be an explicit nil

func (*LookupFieldCreateField) SetThroughFieldId ¶

func (o *LookupFieldCreateField) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*LookupFieldCreateField) SetThroughFieldIdNil ¶

func (o *LookupFieldCreateField) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*LookupFieldCreateField) SetThroughFieldName ¶

func (o *LookupFieldCreateField) SetThroughFieldName(v string)

SetThroughFieldName gets a reference to the given NullableString and assigns it to the ThroughFieldName field.

func (*LookupFieldCreateField) SetThroughFieldNameNil ¶

func (o *LookupFieldCreateField) SetThroughFieldNameNil()

SetThroughFieldNameNil sets the value for ThroughFieldName to be an explicit nil

func (*LookupFieldCreateField) SetType ¶

func (o *LookupFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (LookupFieldCreateField) ToMap ¶

func (o LookupFieldCreateField) ToMap() (map[string]interface{}, error)

func (*LookupFieldCreateField) UnsetArrayFormulaType ¶

func (o *LookupFieldCreateField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*LookupFieldCreateField) UnsetDateForceTimezone ¶

func (o *LookupFieldCreateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*LookupFieldCreateField) UnsetDateFormat ¶

func (o *LookupFieldCreateField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*LookupFieldCreateField) UnsetDateIncludeTime ¶

func (o *LookupFieldCreateField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*LookupFieldCreateField) UnsetDateShowTzinfo ¶

func (o *LookupFieldCreateField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*LookupFieldCreateField) UnsetDateTimeFormat ¶

func (o *LookupFieldCreateField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*LookupFieldCreateField) UnsetError ¶

func (o *LookupFieldCreateField) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*LookupFieldCreateField) UnsetNumberDecimalPlaces ¶

func (o *LookupFieldCreateField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*LookupFieldCreateField) UnsetTargetFieldId ¶

func (o *LookupFieldCreateField) UnsetTargetFieldId()

UnsetTargetFieldId ensures that no value is present for TargetFieldId, not even an explicit nil

func (*LookupFieldCreateField) UnsetTargetFieldName ¶

func (o *LookupFieldCreateField) UnsetTargetFieldName()

UnsetTargetFieldName ensures that no value is present for TargetFieldName, not even an explicit nil

func (*LookupFieldCreateField) UnsetThroughFieldId ¶

func (o *LookupFieldCreateField) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

func (*LookupFieldCreateField) UnsetThroughFieldName ¶

func (o *LookupFieldCreateField) UnsetThroughFieldName()

UnsetThroughFieldName ensures that no value is present for ThroughFieldName, not even an explicit nil

type LookupFieldField ¶

type LookupFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to lookup values for. Will override the `through_field_name` parameter if both are provided, however only one is required.
	ThroughFieldId NullableInt32 `json:"through_field_id,omitempty"`
	// The name of the link row field to lookup values for.
	ThroughFieldName NullableString `json:"through_field_name,omitempty"`
	// The id of the field in the table linked to by the through_field to lookup. Will override the `target_field_id` parameter if both are provided, however only one is required.
	TargetFieldId NullableInt32 `json:"target_field_id,omitempty"`
	// The name of the field in the table linked to by the through_field to lookup.
	TargetFieldName NullableString   `json:"target_field_name,omitempty"`
	FormulaType     *FormulaTypeEnum `json:"formula_type,omitempty"`
}

LookupFieldField struct for LookupFieldField

func NewLookupFieldField ¶

func NewLookupFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, nullable bool) *LookupFieldField

NewLookupFieldField instantiates a new LookupFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLookupFieldFieldWithDefaults ¶

func NewLookupFieldFieldWithDefaults() *LookupFieldField

NewLookupFieldFieldWithDefaults instantiates a new LookupFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LookupFieldField) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetArrayFormulaTypeOk ¶

func (o *LookupFieldField) GetArrayFormulaTypeOk() (*CountFieldCreateFieldArrayFormulaType, bool)

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetDateForceTimezone ¶

func (o *LookupFieldField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetDateForceTimezoneOk ¶

func (o *LookupFieldField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetDateFormatOk ¶

func (o *LookupFieldField) GetDateFormatOk() (*CountFieldCreateFieldDateFormat, bool)

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetDateIncludeTime ¶

func (o *LookupFieldField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetDateIncludeTimeOk ¶

func (o *LookupFieldField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetDateShowTzinfo ¶

func (o *LookupFieldField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetDateShowTzinfoOk ¶

func (o *LookupFieldField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetDateTimeFormatOk ¶

func (o *LookupFieldField) GetDateTimeFormatOk() (*CountFieldCreateFieldDateTimeFormat, bool)

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetError ¶

func (o *LookupFieldField) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetErrorOk ¶

func (o *LookupFieldField) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetFormulaType ¶

func (o *LookupFieldField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*LookupFieldField) GetFormulaTypeOk ¶

func (o *LookupFieldField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LookupFieldField) GetId ¶

func (o *LookupFieldField) GetId() int32

GetId returns the Id field value

func (*LookupFieldField) GetIdOk ¶

func (o *LookupFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LookupFieldField) GetName ¶

func (o *LookupFieldField) GetName() string

GetName returns the Name field value

func (*LookupFieldField) GetNameOk ¶

func (o *LookupFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LookupFieldField) GetNullable ¶

func (o *LookupFieldField) GetNullable() bool

GetNullable returns the Nullable field value

func (*LookupFieldField) GetNullableOk ¶

func (o *LookupFieldField) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*LookupFieldField) GetNumberDecimalPlaces ¶

func (o *LookupFieldField) GetNumberDecimalPlaces() CountFieldCreateFieldNumberDecimalPlaces

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetNumberDecimalPlacesOk ¶

func (o *LookupFieldField) GetNumberDecimalPlacesOk() (*CountFieldCreateFieldNumberDecimalPlaces, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetOrder ¶

func (o *LookupFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*LookupFieldField) GetOrderOk ¶

func (o *LookupFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*LookupFieldField) GetPrimary ¶

func (o *LookupFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*LookupFieldField) GetPrimaryOk ¶

func (o *LookupFieldField) 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 (*LookupFieldField) GetReadOnly ¶

func (o *LookupFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*LookupFieldField) GetReadOnlyOk ¶

func (o *LookupFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*LookupFieldField) GetTableId ¶

func (o *LookupFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*LookupFieldField) GetTableIdOk ¶

func (o *LookupFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*LookupFieldField) GetTargetFieldId ¶

func (o *LookupFieldField) GetTargetFieldId() int32

GetTargetFieldId returns the TargetFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetTargetFieldIdOk ¶

func (o *LookupFieldField) GetTargetFieldIdOk() (*int32, bool)

GetTargetFieldIdOk returns a tuple with the TargetFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetTargetFieldName ¶

func (o *LookupFieldField) GetTargetFieldName() string

GetTargetFieldName returns the TargetFieldName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetTargetFieldNameOk ¶

func (o *LookupFieldField) GetTargetFieldNameOk() (*string, bool)

GetTargetFieldNameOk returns a tuple with the TargetFieldName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetThroughFieldId ¶

func (o *LookupFieldField) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetThroughFieldIdOk ¶

func (o *LookupFieldField) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetThroughFieldName ¶

func (o *LookupFieldField) GetThroughFieldName() string

GetThroughFieldName returns the ThroughFieldName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldField) GetThroughFieldNameOk ¶

func (o *LookupFieldField) GetThroughFieldNameOk() (*string, bool)

GetThroughFieldNameOk returns a tuple with the ThroughFieldName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldField) GetType ¶

func (o *LookupFieldField) GetType() string

GetType returns the Type field value

func (*LookupFieldField) GetTypeOk ¶

func (o *LookupFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LookupFieldField) HasArrayFormulaType ¶

func (o *LookupFieldField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*LookupFieldField) HasDateForceTimezone ¶

func (o *LookupFieldField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*LookupFieldField) HasDateFormat ¶

func (o *LookupFieldField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*LookupFieldField) HasDateIncludeTime ¶

func (o *LookupFieldField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*LookupFieldField) HasDateShowTzinfo ¶

func (o *LookupFieldField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*LookupFieldField) HasDateTimeFormat ¶

func (o *LookupFieldField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*LookupFieldField) HasError ¶

func (o *LookupFieldField) HasError() bool

HasError returns a boolean if a field has been set.

func (*LookupFieldField) HasFormulaType ¶

func (o *LookupFieldField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*LookupFieldField) HasNumberDecimalPlaces ¶

func (o *LookupFieldField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*LookupFieldField) HasPrimary ¶

func (o *LookupFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (*LookupFieldField) HasTargetFieldId ¶

func (o *LookupFieldField) HasTargetFieldId() bool

HasTargetFieldId returns a boolean if a field has been set.

func (*LookupFieldField) HasTargetFieldName ¶

func (o *LookupFieldField) HasTargetFieldName() bool

HasTargetFieldName returns a boolean if a field has been set.

func (*LookupFieldField) HasThroughFieldId ¶

func (o *LookupFieldField) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (*LookupFieldField) HasThroughFieldName ¶

func (o *LookupFieldField) HasThroughFieldName() bool

HasThroughFieldName returns a boolean if a field has been set.

func (LookupFieldField) MarshalJSON ¶

func (o LookupFieldField) MarshalJSON() ([]byte, error)

func (*LookupFieldField) SetArrayFormulaType ¶

func (o *LookupFieldField) SetArrayFormulaType(v CountFieldCreateFieldArrayFormulaType)

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*LookupFieldField) SetArrayFormulaTypeNil ¶

func (o *LookupFieldField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*LookupFieldField) SetDateForceTimezone ¶

func (o *LookupFieldField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*LookupFieldField) SetDateForceTimezoneNil ¶

func (o *LookupFieldField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*LookupFieldField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*LookupFieldField) SetDateFormatNil ¶

func (o *LookupFieldField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*LookupFieldField) SetDateIncludeTime ¶

func (o *LookupFieldField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*LookupFieldField) SetDateIncludeTimeNil ¶

func (o *LookupFieldField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*LookupFieldField) SetDateShowTzinfo ¶

func (o *LookupFieldField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*LookupFieldField) SetDateShowTzinfoNil ¶

func (o *LookupFieldField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*LookupFieldField) SetDateTimeFormat ¶

func (o *LookupFieldField) SetDateTimeFormat(v CountFieldCreateFieldDateTimeFormat)

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*LookupFieldField) SetDateTimeFormatNil ¶

func (o *LookupFieldField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*LookupFieldField) SetError ¶

func (o *LookupFieldField) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*LookupFieldField) SetErrorNil ¶

func (o *LookupFieldField) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*LookupFieldField) SetFormulaType ¶

func (o *LookupFieldField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*LookupFieldField) SetId ¶

func (o *LookupFieldField) SetId(v int32)

SetId sets field value

func (*LookupFieldField) SetName ¶

func (o *LookupFieldField) SetName(v string)

SetName sets field value

func (*LookupFieldField) SetNullable ¶

func (o *LookupFieldField) SetNullable(v bool)

SetNullable sets field value

func (*LookupFieldField) SetNumberDecimalPlaces ¶

func (o *LookupFieldField) SetNumberDecimalPlaces(v CountFieldCreateFieldNumberDecimalPlaces)

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*LookupFieldField) SetNumberDecimalPlacesNil ¶

func (o *LookupFieldField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*LookupFieldField) SetOrder ¶

func (o *LookupFieldField) SetOrder(v int32)

SetOrder sets field value

func (*LookupFieldField) SetPrimary ¶

func (o *LookupFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*LookupFieldField) SetReadOnly ¶

func (o *LookupFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*LookupFieldField) SetTableId ¶

func (o *LookupFieldField) SetTableId(v int32)

SetTableId sets field value

func (*LookupFieldField) SetTargetFieldId ¶

func (o *LookupFieldField) SetTargetFieldId(v int32)

SetTargetFieldId gets a reference to the given NullableInt32 and assigns it to the TargetFieldId field.

func (*LookupFieldField) SetTargetFieldIdNil ¶

func (o *LookupFieldField) SetTargetFieldIdNil()

SetTargetFieldIdNil sets the value for TargetFieldId to be an explicit nil

func (*LookupFieldField) SetTargetFieldName ¶

func (o *LookupFieldField) SetTargetFieldName(v string)

SetTargetFieldName gets a reference to the given NullableString and assigns it to the TargetFieldName field.

func (*LookupFieldField) SetTargetFieldNameNil ¶

func (o *LookupFieldField) SetTargetFieldNameNil()

SetTargetFieldNameNil sets the value for TargetFieldName to be an explicit nil

func (*LookupFieldField) SetThroughFieldId ¶

func (o *LookupFieldField) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*LookupFieldField) SetThroughFieldIdNil ¶

func (o *LookupFieldField) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*LookupFieldField) SetThroughFieldName ¶

func (o *LookupFieldField) SetThroughFieldName(v string)

SetThroughFieldName gets a reference to the given NullableString and assigns it to the ThroughFieldName field.

func (*LookupFieldField) SetThroughFieldNameNil ¶

func (o *LookupFieldField) SetThroughFieldNameNil()

SetThroughFieldNameNil sets the value for ThroughFieldName to be an explicit nil

func (*LookupFieldField) SetType ¶

func (o *LookupFieldField) SetType(v string)

SetType sets field value

func (LookupFieldField) ToMap ¶

func (o LookupFieldField) ToMap() (map[string]interface{}, error)

func (*LookupFieldField) UnsetArrayFormulaType ¶

func (o *LookupFieldField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*LookupFieldField) UnsetDateForceTimezone ¶

func (o *LookupFieldField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*LookupFieldField) UnsetDateFormat ¶

func (o *LookupFieldField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*LookupFieldField) UnsetDateIncludeTime ¶

func (o *LookupFieldField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*LookupFieldField) UnsetDateShowTzinfo ¶

func (o *LookupFieldField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*LookupFieldField) UnsetDateTimeFormat ¶

func (o *LookupFieldField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*LookupFieldField) UnsetError ¶

func (o *LookupFieldField) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*LookupFieldField) UnsetNumberDecimalPlaces ¶

func (o *LookupFieldField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*LookupFieldField) UnsetTargetFieldId ¶

func (o *LookupFieldField) UnsetTargetFieldId()

UnsetTargetFieldId ensures that no value is present for TargetFieldId, not even an explicit nil

func (*LookupFieldField) UnsetTargetFieldName ¶

func (o *LookupFieldField) UnsetTargetFieldName()

UnsetTargetFieldName ensures that no value is present for TargetFieldName, not even an explicit nil

func (*LookupFieldField) UnsetThroughFieldId ¶

func (o *LookupFieldField) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

func (*LookupFieldField) UnsetThroughFieldName ¶

func (o *LookupFieldField) UnsetThroughFieldName()

UnsetThroughFieldName ensures that no value is present for ThroughFieldName, not even an explicit nil

type LookupFieldFieldSerializerWithRelatedFields ¶

type LookupFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to lookup values for. Will override the `through_field_name` parameter if both are provided, however only one is required.
	ThroughFieldId NullableInt32 `json:"through_field_id,omitempty"`
	// The name of the link row field to lookup values for.
	ThroughFieldName NullableString `json:"through_field_name,omitempty"`
	// The id of the field in the table linked to by the through_field to lookup. Will override the `target_field_id` parameter if both are provided, however only one is required.
	TargetFieldId NullableInt32 `json:"target_field_id,omitempty"`
	// The name of the field in the table linked to by the through_field to lookup.
	TargetFieldName NullableString   `json:"target_field_name,omitempty"`
	FormulaType     *FormulaTypeEnum `json:"formula_type,omitempty"`
}

LookupFieldFieldSerializerWithRelatedFields struct for LookupFieldFieldSerializerWithRelatedFields

func NewLookupFieldFieldSerializerWithRelatedFields ¶

func NewLookupFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field, nullable bool) *LookupFieldFieldSerializerWithRelatedFields

NewLookupFieldFieldSerializerWithRelatedFields instantiates a new LookupFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLookupFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewLookupFieldFieldSerializerWithRelatedFieldsWithDefaults() *LookupFieldFieldSerializerWithRelatedFields

NewLookupFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new LookupFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LookupFieldFieldSerializerWithRelatedFields) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetArrayFormulaTypeOk ¶

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetDateForceTimezone ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetDateIncludeTime ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetError ¶

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetFormulaType ¶

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*LookupFieldFieldSerializerWithRelatedFields) GetFormulaTypeOk ¶

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*LookupFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*LookupFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) GetNullable ¶

GetNullable returns the Nullable field value

func (*LookupFieldFieldSerializerWithRelatedFields) GetNullableOk ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetNumberDecimalPlacesOk ¶

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*LookupFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*LookupFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*LookupFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*LookupFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*LookupFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*LookupFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) GetTargetFieldId ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetTargetFieldId() int32

GetTargetFieldId returns the TargetFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetTargetFieldIdOk ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetTargetFieldIdOk() (*int32, bool)

GetTargetFieldIdOk returns a tuple with the TargetFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetTargetFieldName ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetTargetFieldName() string

GetTargetFieldName returns the TargetFieldName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetTargetFieldNameOk ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetTargetFieldNameOk() (*string, bool)

GetTargetFieldNameOk returns a tuple with the TargetFieldName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetThroughFieldId ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetThroughFieldIdOk ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetThroughFieldName ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetThroughFieldName() string

GetThroughFieldName returns the ThroughFieldName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LookupFieldFieldSerializerWithRelatedFields) GetThroughFieldNameOk ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) GetThroughFieldNameOk() (*string, bool)

GetThroughFieldNameOk returns a tuple with the ThroughFieldName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LookupFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*LookupFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasArrayFormulaType ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasDateForceTimezone ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasDateFormat ¶

HasDateFormat returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasDateIncludeTime ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasDateTimeFormat ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasError ¶

HasError returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasFormulaType ¶

HasFormulaType returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasNumberDecimalPlaces ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasTargetFieldId ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) HasTargetFieldId() bool

HasTargetFieldId returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasTargetFieldName ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) HasTargetFieldName() bool

HasTargetFieldName returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasThroughFieldId ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (*LookupFieldFieldSerializerWithRelatedFields) HasThroughFieldName ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) HasThroughFieldName() bool

HasThroughFieldName returns a boolean if a field has been set.

func (LookupFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*LookupFieldFieldSerializerWithRelatedFields) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetArrayFormulaTypeNil ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetDateForceTimezone ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetDateFormatNil ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetDateIncludeTime ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetDateIncludeTimeNil ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetDateShowTzinfoNil ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetDateTimeFormatNil ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetError ¶

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetErrorNil ¶

SetErrorNil sets the value for Error to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetFormulaType ¶

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*LookupFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*LookupFieldFieldSerializerWithRelatedFields) SetNullable ¶

SetNullable sets field value

func (*LookupFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlacesNil ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*LookupFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*LookupFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*LookupFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*LookupFieldFieldSerializerWithRelatedFields) SetTargetFieldId ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetTargetFieldId(v int32)

SetTargetFieldId gets a reference to the given NullableInt32 and assigns it to the TargetFieldId field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetTargetFieldIdNil ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetTargetFieldIdNil()

SetTargetFieldIdNil sets the value for TargetFieldId to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetTargetFieldName ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetTargetFieldName(v string)

SetTargetFieldName gets a reference to the given NullableString and assigns it to the TargetFieldName field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetTargetFieldNameNil ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetTargetFieldNameNil()

SetTargetFieldNameNil sets the value for TargetFieldName to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetThroughFieldId ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetThroughFieldIdNil ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetThroughFieldName ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetThroughFieldName(v string)

SetThroughFieldName gets a reference to the given NullableString and assigns it to the ThroughFieldName field.

func (*LookupFieldFieldSerializerWithRelatedFields) SetThroughFieldNameNil ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) SetThroughFieldNameNil()

SetThroughFieldNameNil sets the value for ThroughFieldName to be an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (LookupFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o LookupFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetArrayFormulaType ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetDateFormat ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetDateIncludeTime ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetDateShowTzinfo ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetDateTimeFormat ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetError ¶

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetNumberDecimalPlaces ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetTargetFieldId ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) UnsetTargetFieldId()

UnsetTargetFieldId ensures that no value is present for TargetFieldId, not even an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetTargetFieldName ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) UnsetTargetFieldName()

UnsetTargetFieldName ensures that no value is present for TargetFieldName, not even an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetThroughFieldId ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

func (*LookupFieldFieldSerializerWithRelatedFields) UnsetThroughFieldName ¶

func (o *LookupFieldFieldSerializerWithRelatedFields) UnsetThroughFieldName()

UnsetThroughFieldName ensures that no value is present for ThroughFieldName, not even an explicit nil

type MappedNullable ¶

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type ModeEnum ¶

type ModeEnum string

ModeEnum * `form` - form * `survey` - survey

const (
	FORM   ModeEnum = "form"
	SURVEY ModeEnum = "survey"
)

List of ModeEnum

func NewModeEnumFromValue ¶

func NewModeEnumFromValue(v string) (*ModeEnum, error)

NewModeEnumFromValue returns a pointer to a valid ModeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ModeEnum) IsValid ¶

func (v ModeEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ModeEnum) Ptr ¶

func (v ModeEnum) Ptr() *ModeEnum

Ptr returns reference to ModeEnum value

func (*ModeEnum) UnmarshalJSON ¶

func (v *ModeEnum) UnmarshalJSON(src []byte) error

type MultipleCollaboratorsFieldCreateField ¶

type MultipleCollaboratorsFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
}

MultipleCollaboratorsFieldCreateField struct for MultipleCollaboratorsFieldCreateField

func NewMultipleCollaboratorsFieldCreateField ¶

func NewMultipleCollaboratorsFieldCreateField(name string, type_ Type712Enum) *MultipleCollaboratorsFieldCreateField

NewMultipleCollaboratorsFieldCreateField instantiates a new MultipleCollaboratorsFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMultipleCollaboratorsFieldCreateFieldWithDefaults ¶

func NewMultipleCollaboratorsFieldCreateFieldWithDefaults() *MultipleCollaboratorsFieldCreateField

NewMultipleCollaboratorsFieldCreateFieldWithDefaults instantiates a new MultipleCollaboratorsFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MultipleCollaboratorsFieldCreateField) GetName ¶

GetName returns the Name field value

func (*MultipleCollaboratorsFieldCreateField) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldCreateField) GetType ¶

GetType returns the Type field value

func (*MultipleCollaboratorsFieldCreateField) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (MultipleCollaboratorsFieldCreateField) MarshalJSON ¶

func (o MultipleCollaboratorsFieldCreateField) MarshalJSON() ([]byte, error)

func (*MultipleCollaboratorsFieldCreateField) SetName ¶

SetName sets field value

func (*MultipleCollaboratorsFieldCreateField) SetType ¶

SetType sets field value

func (MultipleCollaboratorsFieldCreateField) ToMap ¶

func (o MultipleCollaboratorsFieldCreateField) ToMap() (map[string]interface{}, error)

type MultipleCollaboratorsFieldField ¶

type MultipleCollaboratorsFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
}

MultipleCollaboratorsFieldField struct for MultipleCollaboratorsFieldField

func NewMultipleCollaboratorsFieldField ¶

func NewMultipleCollaboratorsFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *MultipleCollaboratorsFieldField

NewMultipleCollaboratorsFieldField instantiates a new MultipleCollaboratorsFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMultipleCollaboratorsFieldFieldWithDefaults ¶

func NewMultipleCollaboratorsFieldFieldWithDefaults() *MultipleCollaboratorsFieldField

NewMultipleCollaboratorsFieldFieldWithDefaults instantiates a new MultipleCollaboratorsFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MultipleCollaboratorsFieldField) GetId ¶

GetId returns the Id field value

func (*MultipleCollaboratorsFieldField) GetIdOk ¶

func (o *MultipleCollaboratorsFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldField) GetName ¶

GetName returns the Name field value

func (*MultipleCollaboratorsFieldField) GetNameOk ¶

func (o *MultipleCollaboratorsFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldField) GetOrder ¶

func (o *MultipleCollaboratorsFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*MultipleCollaboratorsFieldField) GetOrderOk ¶

func (o *MultipleCollaboratorsFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldField) GetPrimary ¶

func (o *MultipleCollaboratorsFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*MultipleCollaboratorsFieldField) GetPrimaryOk ¶

func (o *MultipleCollaboratorsFieldField) 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 (*MultipleCollaboratorsFieldField) GetReadOnly ¶

func (o *MultipleCollaboratorsFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*MultipleCollaboratorsFieldField) GetReadOnlyOk ¶

func (o *MultipleCollaboratorsFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldField) GetTableId ¶

func (o *MultipleCollaboratorsFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*MultipleCollaboratorsFieldField) GetTableIdOk ¶

func (o *MultipleCollaboratorsFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldField) GetType ¶

GetType returns the Type field value

func (*MultipleCollaboratorsFieldField) GetTypeOk ¶

func (o *MultipleCollaboratorsFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldField) HasPrimary ¶

func (o *MultipleCollaboratorsFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (MultipleCollaboratorsFieldField) MarshalJSON ¶

func (o MultipleCollaboratorsFieldField) MarshalJSON() ([]byte, error)

func (*MultipleCollaboratorsFieldField) SetId ¶

SetId sets field value

func (*MultipleCollaboratorsFieldField) SetName ¶

SetName sets field value

func (*MultipleCollaboratorsFieldField) SetOrder ¶

func (o *MultipleCollaboratorsFieldField) SetOrder(v int32)

SetOrder sets field value

func (*MultipleCollaboratorsFieldField) SetPrimary ¶

func (o *MultipleCollaboratorsFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*MultipleCollaboratorsFieldField) SetReadOnly ¶

func (o *MultipleCollaboratorsFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*MultipleCollaboratorsFieldField) SetTableId ¶

func (o *MultipleCollaboratorsFieldField) SetTableId(v int32)

SetTableId sets field value

func (*MultipleCollaboratorsFieldField) SetType ¶

SetType sets field value

func (MultipleCollaboratorsFieldField) ToMap ¶

func (o MultipleCollaboratorsFieldField) ToMap() (map[string]interface{}, error)

type MultipleCollaboratorsFieldFieldSerializerWithRelatedFields ¶

type MultipleCollaboratorsFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
}

MultipleCollaboratorsFieldFieldSerializerWithRelatedFields struct for MultipleCollaboratorsFieldFieldSerializerWithRelatedFields

func NewMultipleCollaboratorsFieldFieldSerializerWithRelatedFields ¶

func NewMultipleCollaboratorsFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *MultipleCollaboratorsFieldFieldSerializerWithRelatedFields

NewMultipleCollaboratorsFieldFieldSerializerWithRelatedFields instantiates a new MultipleCollaboratorsFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMultipleCollaboratorsFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewMultipleCollaboratorsFieldFieldSerializerWithRelatedFieldsWithDefaults() *MultipleCollaboratorsFieldFieldSerializerWithRelatedFields

NewMultipleCollaboratorsFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new MultipleCollaboratorsFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

GetRelatedFields returns the RelatedFields field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

SetRelatedFields sets field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (MultipleCollaboratorsFieldFieldSerializerWithRelatedFields) ToMap ¶

type MultipleSelectFieldCreateField ¶

type MultipleSelectFieldCreateField struct {
	Name          string         `json:"name"`
	Type          Type712Enum    `json:"type"`
	SelectOptions []SelectOption `json:"select_options,omitempty"`
}

MultipleSelectFieldCreateField struct for MultipleSelectFieldCreateField

func NewMultipleSelectFieldCreateField ¶

func NewMultipleSelectFieldCreateField(name string, type_ Type712Enum) *MultipleSelectFieldCreateField

NewMultipleSelectFieldCreateField instantiates a new MultipleSelectFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMultipleSelectFieldCreateFieldWithDefaults ¶

func NewMultipleSelectFieldCreateFieldWithDefaults() *MultipleSelectFieldCreateField

NewMultipleSelectFieldCreateFieldWithDefaults instantiates a new MultipleSelectFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MultipleSelectFieldCreateField) GetName ¶

GetName returns the Name field value

func (*MultipleSelectFieldCreateField) GetNameOk ¶

func (o *MultipleSelectFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldCreateField) GetSelectOptions ¶

func (o *MultipleSelectFieldCreateField) GetSelectOptions() []SelectOption

GetSelectOptions returns the SelectOptions field value if set, zero value otherwise.

func (*MultipleSelectFieldCreateField) GetSelectOptionsOk ¶

func (o *MultipleSelectFieldCreateField) GetSelectOptionsOk() ([]SelectOption, bool)

GetSelectOptionsOk returns a tuple with the SelectOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MultipleSelectFieldCreateField) GetType ¶

GetType returns the Type field value

func (*MultipleSelectFieldCreateField) GetTypeOk ¶

func (o *MultipleSelectFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldCreateField) HasSelectOptions ¶

func (o *MultipleSelectFieldCreateField) HasSelectOptions() bool

HasSelectOptions returns a boolean if a field has been set.

func (MultipleSelectFieldCreateField) MarshalJSON ¶

func (o MultipleSelectFieldCreateField) MarshalJSON() ([]byte, error)

func (*MultipleSelectFieldCreateField) SetName ¶

func (o *MultipleSelectFieldCreateField) SetName(v string)

SetName sets field value

func (*MultipleSelectFieldCreateField) SetSelectOptions ¶

func (o *MultipleSelectFieldCreateField) SetSelectOptions(v []SelectOption)

SetSelectOptions gets a reference to the given []SelectOption and assigns it to the SelectOptions field.

func (*MultipleSelectFieldCreateField) SetType ¶

SetType sets field value

func (MultipleSelectFieldCreateField) ToMap ¶

func (o MultipleSelectFieldCreateField) ToMap() (map[string]interface{}, error)

type MultipleSelectFieldField ¶

type MultipleSelectFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly      bool           `json:"read_only"`
	SelectOptions []SelectOption `json:"select_options,omitempty"`
}

MultipleSelectFieldField struct for MultipleSelectFieldField

func NewMultipleSelectFieldField ¶

func NewMultipleSelectFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *MultipleSelectFieldField

NewMultipleSelectFieldField instantiates a new MultipleSelectFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMultipleSelectFieldFieldWithDefaults ¶

func NewMultipleSelectFieldFieldWithDefaults() *MultipleSelectFieldField

NewMultipleSelectFieldFieldWithDefaults instantiates a new MultipleSelectFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MultipleSelectFieldField) GetId ¶

func (o *MultipleSelectFieldField) GetId() int32

GetId returns the Id field value

func (*MultipleSelectFieldField) GetIdOk ¶

func (o *MultipleSelectFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldField) GetName ¶

func (o *MultipleSelectFieldField) GetName() string

GetName returns the Name field value

func (*MultipleSelectFieldField) GetNameOk ¶

func (o *MultipleSelectFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldField) GetOrder ¶

func (o *MultipleSelectFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*MultipleSelectFieldField) GetOrderOk ¶

func (o *MultipleSelectFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldField) GetPrimary ¶

func (o *MultipleSelectFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*MultipleSelectFieldField) GetPrimaryOk ¶

func (o *MultipleSelectFieldField) 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 (*MultipleSelectFieldField) GetReadOnly ¶

func (o *MultipleSelectFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*MultipleSelectFieldField) GetReadOnlyOk ¶

func (o *MultipleSelectFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldField) GetSelectOptions ¶

func (o *MultipleSelectFieldField) GetSelectOptions() []SelectOption

GetSelectOptions returns the SelectOptions field value if set, zero value otherwise.

func (*MultipleSelectFieldField) GetSelectOptionsOk ¶

func (o *MultipleSelectFieldField) GetSelectOptionsOk() ([]SelectOption, bool)

GetSelectOptionsOk returns a tuple with the SelectOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MultipleSelectFieldField) GetTableId ¶

func (o *MultipleSelectFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*MultipleSelectFieldField) GetTableIdOk ¶

func (o *MultipleSelectFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldField) GetType ¶

func (o *MultipleSelectFieldField) GetType() string

GetType returns the Type field value

func (*MultipleSelectFieldField) GetTypeOk ¶

func (o *MultipleSelectFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldField) HasPrimary ¶

func (o *MultipleSelectFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (*MultipleSelectFieldField) HasSelectOptions ¶

func (o *MultipleSelectFieldField) HasSelectOptions() bool

HasSelectOptions returns a boolean if a field has been set.

func (MultipleSelectFieldField) MarshalJSON ¶

func (o MultipleSelectFieldField) MarshalJSON() ([]byte, error)

func (*MultipleSelectFieldField) SetId ¶

func (o *MultipleSelectFieldField) SetId(v int32)

SetId sets field value

func (*MultipleSelectFieldField) SetName ¶

func (o *MultipleSelectFieldField) SetName(v string)

SetName sets field value

func (*MultipleSelectFieldField) SetOrder ¶

func (o *MultipleSelectFieldField) SetOrder(v int32)

SetOrder sets field value

func (*MultipleSelectFieldField) SetPrimary ¶

func (o *MultipleSelectFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*MultipleSelectFieldField) SetReadOnly ¶

func (o *MultipleSelectFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*MultipleSelectFieldField) SetSelectOptions ¶

func (o *MultipleSelectFieldField) SetSelectOptions(v []SelectOption)

SetSelectOptions gets a reference to the given []SelectOption and assigns it to the SelectOptions field.

func (*MultipleSelectFieldField) SetTableId ¶

func (o *MultipleSelectFieldField) SetTableId(v int32)

SetTableId sets field value

func (*MultipleSelectFieldField) SetType ¶

func (o *MultipleSelectFieldField) SetType(v string)

SetType sets field value

func (MultipleSelectFieldField) ToMap ¶

func (o MultipleSelectFieldField) ToMap() (map[string]interface{}, error)

type MultipleSelectFieldFieldSerializerWithRelatedFields ¶

type MultipleSelectFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field        `json:"related_fields"`
	SelectOptions []SelectOption `json:"select_options,omitempty"`
}

MultipleSelectFieldFieldSerializerWithRelatedFields struct for MultipleSelectFieldFieldSerializerWithRelatedFields

func NewMultipleSelectFieldFieldSerializerWithRelatedFields ¶

func NewMultipleSelectFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *MultipleSelectFieldFieldSerializerWithRelatedFields

NewMultipleSelectFieldFieldSerializerWithRelatedFields instantiates a new MultipleSelectFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMultipleSelectFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewMultipleSelectFieldFieldSerializerWithRelatedFieldsWithDefaults() *MultipleSelectFieldFieldSerializerWithRelatedFields

NewMultipleSelectFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new MultipleSelectFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

GetRelatedFields returns the RelatedFields field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *MultipleSelectFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetSelectOptions ¶

GetSelectOptions returns the SelectOptions field value if set, zero value otherwise.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetSelectOptionsOk ¶

GetSelectOptionsOk returns a tuple with the SelectOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) HasSelectOptions ¶

HasSelectOptions returns a boolean if a field has been set.

func (MultipleSelectFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

SetRelatedFields sets field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) SetSelectOptions ¶

SetSelectOptions gets a reference to the given []SelectOption and assigns it to the SelectOptions field.

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*MultipleSelectFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (MultipleSelectFieldFieldSerializerWithRelatedFields) ToMap ¶

type NullEnum ¶

type NullEnum string

NullEnum the model 'NullEnum'

const (
	NULL NullEnum = "null"
)

List of NullEnum

func NewNullEnumFromValue ¶

func NewNullEnumFromValue(v string) (*NullEnum, error)

NewNullEnumFromValue returns a pointer to a valid NullEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NullEnum) IsValid ¶

func (v NullEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NullEnum) Ptr ¶

func (v NullEnum) Ptr() *NullEnum

Ptr returns reference to NullEnum value

func (*NullEnum) UnmarshalJSON ¶

func (v *NullEnum) UnmarshalJSON(src []byte) error

type NullableAcceptWorkspaceInvitation400Response ¶

type NullableAcceptWorkspaceInvitation400Response struct {
	// contains filtered or unexported fields
}

func (NullableAcceptWorkspaceInvitation400Response) Get ¶

func (NullableAcceptWorkspaceInvitation400Response) IsSet ¶

func (NullableAcceptWorkspaceInvitation400Response) MarshalJSON ¶

func (*NullableAcceptWorkspaceInvitation400Response) Set ¶

func (*NullableAcceptWorkspaceInvitation400Response) UnmarshalJSON ¶

func (*NullableAcceptWorkspaceInvitation400Response) Unset ¶

type NullableAccount ¶

type NullableAccount struct {
	// contains filtered or unexported fields
}

func NewNullableAccount ¶

func NewNullableAccount(val *Account) *NullableAccount

func (NullableAccount) Get ¶

func (v NullableAccount) Get() *Account

func (NullableAccount) IsSet ¶

func (v NullableAccount) IsSet() bool

func (NullableAccount) MarshalJSON ¶

func (v NullableAccount) MarshalJSON() ([]byte, error)

func (*NullableAccount) Set ¶

func (v *NullableAccount) Set(val *Account)

func (*NullableAccount) UnmarshalJSON ¶

func (v *NullableAccount) UnmarshalJSON(src []byte) error

func (*NullableAccount) Unset ¶

func (v *NullableAccount) Unset()

type NullableActionScopes ¶

type NullableActionScopes struct {
	// contains filtered or unexported fields
}

func NewNullableActionScopes ¶

func NewNullableActionScopes(val *ActionScopes) *NullableActionScopes

func (NullableActionScopes) Get ¶

func (NullableActionScopes) IsSet ¶

func (v NullableActionScopes) IsSet() bool

func (NullableActionScopes) MarshalJSON ¶

func (v NullableActionScopes) MarshalJSON() ([]byte, error)

func (*NullableActionScopes) Set ¶

func (v *NullableActionScopes) Set(val *ActionScopes)

func (*NullableActionScopes) UnmarshalJSON ¶

func (v *NullableActionScopes) UnmarshalJSON(src []byte) error

func (*NullableActionScopes) Unset ¶

func (v *NullableActionScopes) Unset()

type NullableAdminDashboard ¶

type NullableAdminDashboard struct {
	// contains filtered or unexported fields
}

func NewNullableAdminDashboard ¶

func NewNullableAdminDashboard(val *AdminDashboard) *NullableAdminDashboard

func (NullableAdminDashboard) Get ¶

func (NullableAdminDashboard) IsSet ¶

func (v NullableAdminDashboard) IsSet() bool

func (NullableAdminDashboard) MarshalJSON ¶

func (v NullableAdminDashboard) MarshalJSON() ([]byte, error)

func (*NullableAdminDashboard) Set ¶

func (*NullableAdminDashboard) UnmarshalJSON ¶

func (v *NullableAdminDashboard) UnmarshalJSON(src []byte) error

func (*NullableAdminDashboard) Unset ¶

func (v *NullableAdminDashboard) Unset()

type NullableAdminDashboardPerDay ¶

type NullableAdminDashboardPerDay struct {
	// contains filtered or unexported fields
}

func (NullableAdminDashboardPerDay) Get ¶

func (NullableAdminDashboardPerDay) IsSet ¶

func (NullableAdminDashboardPerDay) MarshalJSON ¶

func (v NullableAdminDashboardPerDay) MarshalJSON() ([]byte, error)

func (*NullableAdminDashboardPerDay) Set ¶

func (*NullableAdminDashboardPerDay) UnmarshalJSON ¶

func (v *NullableAdminDashboardPerDay) UnmarshalJSON(src []byte) error

func (*NullableAdminDashboardPerDay) Unset ¶

func (v *NullableAdminDashboardPerDay) Unset()

type NullableAdminDeleteUser400Response ¶

type NullableAdminDeleteUser400Response struct {
	// contains filtered or unexported fields
}

func (NullableAdminDeleteUser400Response) Get ¶

func (NullableAdminDeleteUser400Response) IsSet ¶

func (NullableAdminDeleteUser400Response) MarshalJSON ¶

func (v NullableAdminDeleteUser400Response) MarshalJSON() ([]byte, error)

func (*NullableAdminDeleteUser400Response) Set ¶

func (*NullableAdminDeleteUser400Response) UnmarshalJSON ¶

func (v *NullableAdminDeleteUser400Response) UnmarshalJSON(src []byte) error

func (*NullableAdminDeleteUser400Response) Unset ¶

type NullableAdminEditUser400Response ¶

type NullableAdminEditUser400Response struct {
	// contains filtered or unexported fields
}

func (NullableAdminEditUser400Response) Get ¶

func (NullableAdminEditUser400Response) IsSet ¶

func (NullableAdminEditUser400Response) MarshalJSON ¶

func (v NullableAdminEditUser400Response) MarshalJSON() ([]byte, error)

func (*NullableAdminEditUser400Response) Set ¶

func (*NullableAdminEditUser400Response) UnmarshalJSON ¶

func (v *NullableAdminEditUser400Response) UnmarshalJSON(src []byte) error

func (*NullableAdminEditUser400Response) Unset ¶

type NullableAdminImpersonateUser200Response ¶

type NullableAdminImpersonateUser200Response struct {
	// contains filtered or unexported fields
}

func (NullableAdminImpersonateUser200Response) Get ¶

func (NullableAdminImpersonateUser200Response) IsSet ¶

func (NullableAdminImpersonateUser200Response) MarshalJSON ¶

func (v NullableAdminImpersonateUser200Response) MarshalJSON() ([]byte, error)

func (*NullableAdminImpersonateUser200Response) Set ¶

func (*NullableAdminImpersonateUser200Response) UnmarshalJSON ¶

func (v *NullableAdminImpersonateUser200Response) UnmarshalJSON(src []byte) error

func (*NullableAdminImpersonateUser200Response) Unset ¶

type NullableAdminImpersonateUser200ResponseUser ¶

type NullableAdminImpersonateUser200ResponseUser struct {
	// contains filtered or unexported fields
}

func (NullableAdminImpersonateUser200ResponseUser) Get ¶

func (NullableAdminImpersonateUser200ResponseUser) IsSet ¶

func (NullableAdminImpersonateUser200ResponseUser) MarshalJSON ¶

func (*NullableAdminImpersonateUser200ResponseUser) Set ¶

func (*NullableAdminImpersonateUser200ResponseUser) UnmarshalJSON ¶

func (v *NullableAdminImpersonateUser200ResponseUser) UnmarshalJSON(src []byte) error

func (*NullableAdminImpersonateUser200ResponseUser) Unset ¶

type NullableAdminListUsers400Response ¶

type NullableAdminListUsers400Response struct {
	// contains filtered or unexported fields
}

func (NullableAdminListUsers400Response) Get ¶

func (NullableAdminListUsers400Response) IsSet ¶

func (NullableAdminListUsers400Response) MarshalJSON ¶

func (v NullableAdminListUsers400Response) MarshalJSON() ([]byte, error)

func (*NullableAdminListUsers400Response) Set ¶

func (*NullableAdminListUsers400Response) UnmarshalJSON ¶

func (v *NullableAdminListUsers400Response) UnmarshalJSON(src []byte) error

func (*NullableAdminListUsers400Response) Unset ¶

type NullableAdminListUsers400ResponseDetail ¶

type NullableAdminListUsers400ResponseDetail struct {
	// contains filtered or unexported fields
}

func (NullableAdminListUsers400ResponseDetail) Get ¶

func (NullableAdminListUsers400ResponseDetail) IsSet ¶

func (NullableAdminListUsers400ResponseDetail) MarshalJSON ¶

func (v NullableAdminListUsers400ResponseDetail) MarshalJSON() ([]byte, error)

func (*NullableAdminListUsers400ResponseDetail) Set ¶

func (*NullableAdminListUsers400ResponseDetail) UnmarshalJSON ¶

func (v *NullableAdminListUsers400ResponseDetail) UnmarshalJSON(src []byte) error

func (*NullableAdminListUsers400ResponseDetail) Unset ¶

type NullableAggregationRawTypeEnum ¶

type NullableAggregationRawTypeEnum struct {
	// contains filtered or unexported fields
}

func (NullableAggregationRawTypeEnum) Get ¶

func (NullableAggregationRawTypeEnum) IsSet ¶

func (NullableAggregationRawTypeEnum) MarshalJSON ¶

func (v NullableAggregationRawTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableAggregationRawTypeEnum) Set ¶

func (*NullableAggregationRawTypeEnum) UnmarshalJSON ¶

func (v *NullableAggregationRawTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableAggregationRawTypeEnum) Unset ¶

func (v *NullableAggregationRawTypeEnum) Unset()

type NullableAirtableImportJobJob ¶

type NullableAirtableImportJobJob struct {
	// contains filtered or unexported fields
}

func (NullableAirtableImportJobJob) Get ¶

func (NullableAirtableImportJobJob) IsSet ¶

func (NullableAirtableImportJobJob) MarshalJSON ¶

func (v NullableAirtableImportJobJob) MarshalJSON() ([]byte, error)

func (*NullableAirtableImportJobJob) Set ¶

func (*NullableAirtableImportJobJob) UnmarshalJSON ¶

func (v *NullableAirtableImportJobJob) UnmarshalJSON(src []byte) error

func (*NullableAirtableImportJobJob) Unset ¶

func (v *NullableAirtableImportJobJob) Unset()

type NullableApplication ¶

type NullableApplication struct {
	// contains filtered or unexported fields
}

func NewNullableApplication ¶

func NewNullableApplication(val *Application) *NullableApplication

func (NullableApplication) Get ¶

func (NullableApplication) IsSet ¶

func (v NullableApplication) IsSet() bool

func (NullableApplication) MarshalJSON ¶

func (v NullableApplication) MarshalJSON() ([]byte, error)

func (*NullableApplication) Set ¶

func (v *NullableApplication) Set(val *Application)

func (*NullableApplication) UnmarshalJSON ¶

func (v *NullableApplication) UnmarshalJSON(src []byte) error

func (*NullableApplication) Unset ¶

func (v *NullableApplication) Unset()

type NullableApplicationCreate ¶

type NullableApplicationCreate struct {
	// contains filtered or unexported fields
}

func NewNullableApplicationCreate ¶

func NewNullableApplicationCreate(val *ApplicationCreate) *NullableApplicationCreate

func (NullableApplicationCreate) Get ¶

func (NullableApplicationCreate) IsSet ¶

func (v NullableApplicationCreate) IsSet() bool

func (NullableApplicationCreate) MarshalJSON ¶

func (v NullableApplicationCreate) MarshalJSON() ([]byte, error)

func (*NullableApplicationCreate) Set ¶

func (*NullableApplicationCreate) UnmarshalJSON ¶

func (v *NullableApplicationCreate) UnmarshalJSON(src []byte) error

func (*NullableApplicationCreate) Unset ¶

func (v *NullableApplicationCreate) Unset()

type NullableApplicationCreateTypeEnum ¶

type NullableApplicationCreateTypeEnum struct {
	// contains filtered or unexported fields
}

func (NullableApplicationCreateTypeEnum) Get ¶

func (NullableApplicationCreateTypeEnum) IsSet ¶

func (NullableApplicationCreateTypeEnum) MarshalJSON ¶

func (v NullableApplicationCreateTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableApplicationCreateTypeEnum) Set ¶

func (*NullableApplicationCreateTypeEnum) UnmarshalJSON ¶

func (v *NullableApplicationCreateTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableApplicationCreateTypeEnum) Unset ¶

type NullableApplicationGroup ¶

type NullableApplicationGroup struct {
	// contains filtered or unexported fields
}

func NewNullableApplicationGroup ¶

func NewNullableApplicationGroup(val *ApplicationGroup) *NullableApplicationGroup

func (NullableApplicationGroup) Get ¶

func (NullableApplicationGroup) IsSet ¶

func (v NullableApplicationGroup) IsSet() bool

func (NullableApplicationGroup) MarshalJSON ¶

func (v NullableApplicationGroup) MarshalJSON() ([]byte, error)

func (*NullableApplicationGroup) Set ¶

func (*NullableApplicationGroup) UnmarshalJSON ¶

func (v *NullableApplicationGroup) UnmarshalJSON(src []byte) error

func (*NullableApplicationGroup) Unset ¶

func (v *NullableApplicationGroup) Unset()

type NullableApplicationWorkspace ¶

type NullableApplicationWorkspace struct {
	// contains filtered or unexported fields
}

func (NullableApplicationWorkspace) Get ¶

func (NullableApplicationWorkspace) IsSet ¶

func (NullableApplicationWorkspace) MarshalJSON ¶

func (v NullableApplicationWorkspace) MarshalJSON() ([]byte, error)

func (*NullableApplicationWorkspace) Set ¶

func (*NullableApplicationWorkspace) UnmarshalJSON ¶

func (v *NullableApplicationWorkspace) UnmarshalJSON(src []byte) error

func (*NullableApplicationWorkspace) Unset ¶

func (v *NullableApplicationWorkspace) Unset()

type NullableApplications ¶

type NullableApplications struct {
	// contains filtered or unexported fields
}

func NewNullableApplications ¶

func NewNullableApplications(val *Applications) *NullableApplications

func (NullableApplications) Get ¶

func (NullableApplications) IsSet ¶

func (v NullableApplications) IsSet() bool

func (NullableApplications) MarshalJSON ¶

func (v NullableApplications) MarshalJSON() ([]byte, error)

func (*NullableApplications) Set ¶

func (v *NullableApplications) Set(val *Applications)

func (*NullableApplications) UnmarshalJSON ¶

func (v *NullableApplications) UnmarshalJSON(src []byte) error

func (*NullableApplications) Unset ¶

func (v *NullableApplications) Unset()

type NullableArrayFormulaTypeEnum ¶

type NullableArrayFormulaTypeEnum struct {
	// contains filtered or unexported fields
}

func (NullableArrayFormulaTypeEnum) Get ¶

func (NullableArrayFormulaTypeEnum) IsSet ¶

func (NullableArrayFormulaTypeEnum) MarshalJSON ¶

func (v NullableArrayFormulaTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableArrayFormulaTypeEnum) Set ¶

func (*NullableArrayFormulaTypeEnum) UnmarshalJSON ¶

func (v *NullableArrayFormulaTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableArrayFormulaTypeEnum) Unset ¶

func (v *NullableArrayFormulaTypeEnum) Unset()

type NullableAuditLog ¶

type NullableAuditLog struct {
	// contains filtered or unexported fields
}

func NewNullableAuditLog ¶

func NewNullableAuditLog(val *AuditLog) *NullableAuditLog

func (NullableAuditLog) Get ¶

func (v NullableAuditLog) Get() *AuditLog

func (NullableAuditLog) IsSet ¶

func (v NullableAuditLog) IsSet() bool

func (NullableAuditLog) MarshalJSON ¶

func (v NullableAuditLog) MarshalJSON() ([]byte, error)

func (*NullableAuditLog) Set ¶

func (v *NullableAuditLog) Set(val *AuditLog)

func (*NullableAuditLog) UnmarshalJSON ¶

func (v *NullableAuditLog) UnmarshalJSON(src []byte) error

func (*NullableAuditLog) Unset ¶

func (v *NullableAuditLog) Unset()

type NullableAuditLogActionType ¶

type NullableAuditLogActionType struct {
	// contains filtered or unexported fields
}

func NewNullableAuditLogActionType ¶

func NewNullableAuditLogActionType(val *AuditLogActionType) *NullableAuditLogActionType

func (NullableAuditLogActionType) Get ¶

func (NullableAuditLogActionType) IsSet ¶

func (v NullableAuditLogActionType) IsSet() bool

func (NullableAuditLogActionType) MarshalJSON ¶

func (v NullableAuditLogActionType) MarshalJSON() ([]byte, error)

func (*NullableAuditLogActionType) Set ¶

func (*NullableAuditLogActionType) UnmarshalJSON ¶

func (v *NullableAuditLogActionType) UnmarshalJSON(src []byte) error

func (*NullableAuditLogActionType) Unset ¶

func (v *NullableAuditLogActionType) Unset()

type NullableAuditLogExportJobJob ¶

type NullableAuditLogExportJobJob struct {
	// contains filtered or unexported fields
}

func (NullableAuditLogExportJobJob) Get ¶

func (NullableAuditLogExportJobJob) IsSet ¶

func (NullableAuditLogExportJobJob) MarshalJSON ¶

func (v NullableAuditLogExportJobJob) MarshalJSON() ([]byte, error)

func (*NullableAuditLogExportJobJob) Set ¶

func (*NullableAuditLogExportJobJob) UnmarshalJSON ¶

func (v *NullableAuditLogExportJobJob) UnmarshalJSON(src []byte) error

func (*NullableAuditLogExportJobJob) Unset ¶

func (v *NullableAuditLogExportJobJob) Unset()

type NullableAuditLogUser ¶

type NullableAuditLogUser struct {
	// contains filtered or unexported fields
}

func NewNullableAuditLogUser ¶

func NewNullableAuditLogUser(val *AuditLogUser) *NullableAuditLogUser

func (NullableAuditLogUser) Get ¶

func (NullableAuditLogUser) IsSet ¶

func (v NullableAuditLogUser) IsSet() bool

func (NullableAuditLogUser) MarshalJSON ¶

func (v NullableAuditLogUser) MarshalJSON() ([]byte, error)

func (*NullableAuditLogUser) Set ¶

func (v *NullableAuditLogUser) Set(val *AuditLogUser)

func (*NullableAuditLogUser) UnmarshalJSON ¶

func (v *NullableAuditLogUser) UnmarshalJSON(src []byte) error

func (*NullableAuditLogUser) Unset ¶

func (v *NullableAuditLogUser) Unset()

type NullableAuditLogWorkspace ¶

type NullableAuditLogWorkspace struct {
	// contains filtered or unexported fields
}

func NewNullableAuditLogWorkspace ¶

func NewNullableAuditLogWorkspace(val *AuditLogWorkspace) *NullableAuditLogWorkspace

func (NullableAuditLogWorkspace) Get ¶

func (NullableAuditLogWorkspace) IsSet ¶

func (v NullableAuditLogWorkspace) IsSet() bool

func (NullableAuditLogWorkspace) MarshalJSON ¶

func (v NullableAuditLogWorkspace) MarshalJSON() ([]byte, error)

func (*NullableAuditLogWorkspace) Set ¶

func (*NullableAuditLogWorkspace) UnmarshalJSON ¶

func (v *NullableAuditLogWorkspace) UnmarshalJSON(src []byte) error

func (*NullableAuditLogWorkspace) Unset ¶

func (v *NullableAuditLogWorkspace) Unset()

type NullableAuthenticationProviderAuthProvider ¶

type NullableAuthenticationProviderAuthProvider struct {
	// contains filtered or unexported fields
}

func (NullableAuthenticationProviderAuthProvider) Get ¶

func (NullableAuthenticationProviderAuthProvider) IsSet ¶

func (NullableAuthenticationProviderAuthProvider) MarshalJSON ¶

func (*NullableAuthenticationProviderAuthProvider) Set ¶

func (*NullableAuthenticationProviderAuthProvider) UnmarshalJSON ¶

func (v *NullableAuthenticationProviderAuthProvider) UnmarshalJSON(src []byte) error

func (*NullableAuthenticationProviderAuthProvider) Unset ¶

type NullableBaseExporterOptions ¶

type NullableBaseExporterOptions struct {
	// contains filtered or unexported fields
}

func (NullableBaseExporterOptions) Get ¶

func (NullableBaseExporterOptions) IsSet ¶

func (NullableBaseExporterOptions) MarshalJSON ¶

func (v NullableBaseExporterOptions) MarshalJSON() ([]byte, error)

func (*NullableBaseExporterOptions) Set ¶

func (*NullableBaseExporterOptions) UnmarshalJSON ¶

func (v *NullableBaseExporterOptions) UnmarshalJSON(src []byte) error

func (*NullableBaseExporterOptions) Unset ¶

func (v *NullableBaseExporterOptions) Unset()

type NullableBaserowImpersonateAuthToken ¶

type NullableBaserowImpersonateAuthToken struct {
	// contains filtered or unexported fields
}

func (NullableBaserowImpersonateAuthToken) Get ¶

func (NullableBaserowImpersonateAuthToken) IsSet ¶

func (NullableBaserowImpersonateAuthToken) MarshalJSON ¶

func (v NullableBaserowImpersonateAuthToken) MarshalJSON() ([]byte, error)

func (*NullableBaserowImpersonateAuthToken) Set ¶

func (*NullableBaserowImpersonateAuthToken) UnmarshalJSON ¶

func (v *NullableBaserowImpersonateAuthToken) UnmarshalJSON(src []byte) error

func (*NullableBaserowImpersonateAuthToken) Unset ¶

type NullableBatchCreateDatabaseTableRows400Response ¶

type NullableBatchCreateDatabaseTableRows400Response struct {
	// contains filtered or unexported fields
}

func (NullableBatchCreateDatabaseTableRows400Response) Get ¶

func (NullableBatchCreateDatabaseTableRows400Response) IsSet ¶

func (NullableBatchCreateDatabaseTableRows400Response) MarshalJSON ¶

func (*NullableBatchCreateDatabaseTableRows400Response) Set ¶

func (*NullableBatchCreateDatabaseTableRows400Response) UnmarshalJSON ¶

func (*NullableBatchCreateDatabaseTableRows400Response) Unset ¶

type NullableBatchCreateRoleAssignment ¶

type NullableBatchCreateRoleAssignment struct {
	// contains filtered or unexported fields
}

func (NullableBatchCreateRoleAssignment) Get ¶

func (NullableBatchCreateRoleAssignment) IsSet ¶

func (NullableBatchCreateRoleAssignment) MarshalJSON ¶

func (v NullableBatchCreateRoleAssignment) MarshalJSON() ([]byte, error)

func (*NullableBatchCreateRoleAssignment) Set ¶

func (*NullableBatchCreateRoleAssignment) UnmarshalJSON ¶

func (v *NullableBatchCreateRoleAssignment) UnmarshalJSON(src []byte) error

func (*NullableBatchCreateRoleAssignment) Unset ¶

type NullableBatchDeleteDatabaseTableRows400Response ¶

type NullableBatchDeleteDatabaseTableRows400Response struct {
	// contains filtered or unexported fields
}

func (NullableBatchDeleteDatabaseTableRows400Response) Get ¶

func (NullableBatchDeleteDatabaseTableRows400Response) IsSet ¶

func (NullableBatchDeleteDatabaseTableRows400Response) MarshalJSON ¶

func (*NullableBatchDeleteDatabaseTableRows400Response) Set ¶

func (*NullableBatchDeleteDatabaseTableRows400Response) UnmarshalJSON ¶

func (*NullableBatchDeleteDatabaseTableRows400Response) Unset ¶

type NullableBatchDeleteRows ¶

type NullableBatchDeleteRows struct {
	// contains filtered or unexported fields
}

func NewNullableBatchDeleteRows ¶

func NewNullableBatchDeleteRows(val *BatchDeleteRows) *NullableBatchDeleteRows

func (NullableBatchDeleteRows) Get ¶

func (NullableBatchDeleteRows) IsSet ¶

func (v NullableBatchDeleteRows) IsSet() bool

func (NullableBatchDeleteRows) MarshalJSON ¶

func (v NullableBatchDeleteRows) MarshalJSON() ([]byte, error)

func (*NullableBatchDeleteRows) Set ¶

func (*NullableBatchDeleteRows) UnmarshalJSON ¶

func (v *NullableBatchDeleteRows) UnmarshalJSON(src []byte) error

func (*NullableBatchDeleteRows) Unset ¶

func (v *NullableBatchDeleteRows) Unset()

type NullableBlankEnum ¶

type NullableBlankEnum struct {
	// contains filtered or unexported fields
}

func NewNullableBlankEnum ¶

func NewNullableBlankEnum(val *BlankEnum) *NullableBlankEnum

func (NullableBlankEnum) Get ¶

func (v NullableBlankEnum) Get() *BlankEnum

func (NullableBlankEnum) IsSet ¶

func (v NullableBlankEnum) IsSet() bool

func (NullableBlankEnum) MarshalJSON ¶

func (v NullableBlankEnum) MarshalJSON() ([]byte, error)

func (*NullableBlankEnum) Set ¶

func (v *NullableBlankEnum) Set(val *BlankEnum)

func (*NullableBlankEnum) UnmarshalJSON ¶

func (v *NullableBlankEnum) UnmarshalJSON(src []byte) error

func (*NullableBlankEnum) Unset ¶

func (v *NullableBlankEnum) 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 NullableBooleanFieldCreateField ¶

type NullableBooleanFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableBooleanFieldCreateField) Get ¶

func (NullableBooleanFieldCreateField) IsSet ¶

func (NullableBooleanFieldCreateField) MarshalJSON ¶

func (v NullableBooleanFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableBooleanFieldCreateField) Set ¶

func (*NullableBooleanFieldCreateField) UnmarshalJSON ¶

func (v *NullableBooleanFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableBooleanFieldCreateField) Unset ¶

type NullableBooleanFieldField ¶

type NullableBooleanFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableBooleanFieldField ¶

func NewNullableBooleanFieldField(val *BooleanFieldField) *NullableBooleanFieldField

func (NullableBooleanFieldField) Get ¶

func (NullableBooleanFieldField) IsSet ¶

func (v NullableBooleanFieldField) IsSet() bool

func (NullableBooleanFieldField) MarshalJSON ¶

func (v NullableBooleanFieldField) MarshalJSON() ([]byte, error)

func (*NullableBooleanFieldField) Set ¶

func (*NullableBooleanFieldField) UnmarshalJSON ¶

func (v *NullableBooleanFieldField) UnmarshalJSON(src []byte) error

func (*NullableBooleanFieldField) Unset ¶

func (v *NullableBooleanFieldField) Unset()

type NullableBooleanFieldFieldSerializerWithRelatedFields ¶

type NullableBooleanFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableBooleanFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableBooleanFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableBooleanFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableBooleanFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableBooleanFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableBooleanFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableCalendarViewFieldOptions ¶

type NullableCalendarViewFieldOptions struct {
	// contains filtered or unexported fields
}

func (NullableCalendarViewFieldOptions) Get ¶

func (NullableCalendarViewFieldOptions) IsSet ¶

func (NullableCalendarViewFieldOptions) MarshalJSON ¶

func (v NullableCalendarViewFieldOptions) MarshalJSON() ([]byte, error)

func (*NullableCalendarViewFieldOptions) Set ¶

func (*NullableCalendarViewFieldOptions) UnmarshalJSON ¶

func (v *NullableCalendarViewFieldOptions) UnmarshalJSON(src []byte) error

func (*NullableCalendarViewFieldOptions) Unset ¶

type NullableCalendarViewUpdate ¶

type NullableCalendarViewUpdate struct {
	// contains filtered or unexported fields
}

func NewNullableCalendarViewUpdate ¶

func NewNullableCalendarViewUpdate(val *CalendarViewUpdate) *NullableCalendarViewUpdate

func (NullableCalendarViewUpdate) Get ¶

func (NullableCalendarViewUpdate) IsSet ¶

func (v NullableCalendarViewUpdate) IsSet() bool

func (NullableCalendarViewUpdate) MarshalJSON ¶

func (v NullableCalendarViewUpdate) MarshalJSON() ([]byte, error)

func (*NullableCalendarViewUpdate) Set ¶

func (*NullableCalendarViewUpdate) UnmarshalJSON ¶

func (v *NullableCalendarViewUpdate) UnmarshalJSON(src []byte) error

func (*NullableCalendarViewUpdate) Unset ¶

func (v *NullableCalendarViewUpdate) Unset()

type NullableChangePassword400Response ¶

type NullableChangePassword400Response struct {
	// contains filtered or unexported fields
}

func (NullableChangePassword400Response) Get ¶

func (NullableChangePassword400Response) IsSet ¶

func (NullableChangePassword400Response) MarshalJSON ¶

func (v NullableChangePassword400Response) MarshalJSON() ([]byte, error)

func (*NullableChangePassword400Response) Set ¶

func (*NullableChangePassword400Response) UnmarshalJSON ¶

func (v *NullableChangePassword400Response) UnmarshalJSON(src []byte) error

func (*NullableChangePassword400Response) Unset ¶

type NullableChangePasswordBodyValidation ¶

type NullableChangePasswordBodyValidation struct {
	// contains filtered or unexported fields
}

func (NullableChangePasswordBodyValidation) Get ¶

func (NullableChangePasswordBodyValidation) IsSet ¶

func (NullableChangePasswordBodyValidation) MarshalJSON ¶

func (v NullableChangePasswordBodyValidation) MarshalJSON() ([]byte, error)

func (*NullableChangePasswordBodyValidation) Set ¶

func (*NullableChangePasswordBodyValidation) UnmarshalJSON ¶

func (v *NullableChangePasswordBodyValidation) UnmarshalJSON(src []byte) error

func (*NullableChangePasswordBodyValidation) Unset ¶

type NullableCollaborator ¶

type NullableCollaborator struct {
	// contains filtered or unexported fields
}

func NewNullableCollaborator ¶

func NewNullableCollaborator(val *Collaborator) *NullableCollaborator

func (NullableCollaborator) Get ¶

func (NullableCollaborator) IsSet ¶

func (v NullableCollaborator) IsSet() bool

func (NullableCollaborator) MarshalJSON ¶

func (v NullableCollaborator) MarshalJSON() ([]byte, error)

func (*NullableCollaborator) Set ¶

func (v *NullableCollaborator) Set(val *Collaborator)

func (*NullableCollaborator) UnmarshalJSON ¶

func (v *NullableCollaborator) UnmarshalJSON(src []byte) error

func (*NullableCollaborator) Unset ¶

func (v *NullableCollaborator) Unset()

type NullableConditionTypeEnum ¶

type NullableConditionTypeEnum struct {
	// contains filtered or unexported fields
}

func NewNullableConditionTypeEnum ¶

func NewNullableConditionTypeEnum(val *ConditionTypeEnum) *NullableConditionTypeEnum

func (NullableConditionTypeEnum) Get ¶

func (NullableConditionTypeEnum) IsSet ¶

func (v NullableConditionTypeEnum) IsSet() bool

func (NullableConditionTypeEnum) MarshalJSON ¶

func (v NullableConditionTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableConditionTypeEnum) Set ¶

func (*NullableConditionTypeEnum) UnmarshalJSON ¶

func (v *NullableConditionTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableConditionTypeEnum) Unset ¶

func (v *NullableConditionTypeEnum) Unset()

type NullableCountFieldCreateField ¶

type NullableCountFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableCountFieldCreateField) Get ¶

func (NullableCountFieldCreateField) IsSet ¶

func (NullableCountFieldCreateField) MarshalJSON ¶

func (v NullableCountFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableCountFieldCreateField) Set ¶

func (*NullableCountFieldCreateField) UnmarshalJSON ¶

func (v *NullableCountFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableCountFieldCreateField) Unset ¶

func (v *NullableCountFieldCreateField) Unset()

type NullableCountFieldCreateFieldArrayFormulaType ¶

type NullableCountFieldCreateFieldArrayFormulaType struct {
	// contains filtered or unexported fields
}

func (NullableCountFieldCreateFieldArrayFormulaType) Get ¶

func (NullableCountFieldCreateFieldArrayFormulaType) IsSet ¶

func (NullableCountFieldCreateFieldArrayFormulaType) MarshalJSON ¶

func (*NullableCountFieldCreateFieldArrayFormulaType) Set ¶

func (*NullableCountFieldCreateFieldArrayFormulaType) UnmarshalJSON ¶

func (*NullableCountFieldCreateFieldArrayFormulaType) Unset ¶

type NullableCountFieldCreateFieldDateFormat ¶

type NullableCountFieldCreateFieldDateFormat struct {
	// contains filtered or unexported fields
}

func (NullableCountFieldCreateFieldDateFormat) Get ¶

func (NullableCountFieldCreateFieldDateFormat) IsSet ¶

func (NullableCountFieldCreateFieldDateFormat) MarshalJSON ¶

func (v NullableCountFieldCreateFieldDateFormat) MarshalJSON() ([]byte, error)

func (*NullableCountFieldCreateFieldDateFormat) Set ¶

func (*NullableCountFieldCreateFieldDateFormat) UnmarshalJSON ¶

func (v *NullableCountFieldCreateFieldDateFormat) UnmarshalJSON(src []byte) error

func (*NullableCountFieldCreateFieldDateFormat) Unset ¶

type NullableCountFieldCreateFieldDateTimeFormat ¶

type NullableCountFieldCreateFieldDateTimeFormat struct {
	// contains filtered or unexported fields
}

func (NullableCountFieldCreateFieldDateTimeFormat) Get ¶

func (NullableCountFieldCreateFieldDateTimeFormat) IsSet ¶

func (NullableCountFieldCreateFieldDateTimeFormat) MarshalJSON ¶

func (*NullableCountFieldCreateFieldDateTimeFormat) Set ¶

func (*NullableCountFieldCreateFieldDateTimeFormat) UnmarshalJSON ¶

func (v *NullableCountFieldCreateFieldDateTimeFormat) UnmarshalJSON(src []byte) error

func (*NullableCountFieldCreateFieldDateTimeFormat) Unset ¶

type NullableCountFieldCreateFieldNumberDecimalPlaces ¶

type NullableCountFieldCreateFieldNumberDecimalPlaces struct {
	// contains filtered or unexported fields
}

func (NullableCountFieldCreateFieldNumberDecimalPlaces) Get ¶

func (NullableCountFieldCreateFieldNumberDecimalPlaces) IsSet ¶

func (NullableCountFieldCreateFieldNumberDecimalPlaces) MarshalJSON ¶

func (*NullableCountFieldCreateFieldNumberDecimalPlaces) Set ¶

func (*NullableCountFieldCreateFieldNumberDecimalPlaces) UnmarshalJSON ¶

func (*NullableCountFieldCreateFieldNumberDecimalPlaces) Unset ¶

type NullableCountFieldField ¶

type NullableCountFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableCountFieldField ¶

func NewNullableCountFieldField(val *CountFieldField) *NullableCountFieldField

func (NullableCountFieldField) Get ¶

func (NullableCountFieldField) IsSet ¶

func (v NullableCountFieldField) IsSet() bool

func (NullableCountFieldField) MarshalJSON ¶

func (v NullableCountFieldField) MarshalJSON() ([]byte, error)

func (*NullableCountFieldField) Set ¶

func (*NullableCountFieldField) UnmarshalJSON ¶

func (v *NullableCountFieldField) UnmarshalJSON(src []byte) error

func (*NullableCountFieldField) Unset ¶

func (v *NullableCountFieldField) Unset()

type NullableCountFieldFieldSerializerWithRelatedFields ¶

type NullableCountFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableCountFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableCountFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableCountFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableCountFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableCountFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableCountFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableCreateDatabaseTable400Response ¶

type NullableCreateDatabaseTable400Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateDatabaseTable400Response) Get ¶

func (NullableCreateDatabaseTable400Response) IsSet ¶

func (NullableCreateDatabaseTable400Response) MarshalJSON ¶

func (v NullableCreateDatabaseTable400Response) MarshalJSON() ([]byte, error)

func (*NullableCreateDatabaseTable400Response) Set ¶

func (*NullableCreateDatabaseTable400Response) UnmarshalJSON ¶

func (v *NullableCreateDatabaseTable400Response) UnmarshalJSON(src []byte) error

func (*NullableCreateDatabaseTable400Response) Unset ¶

type NullableCreateDatabaseTableField400Response ¶

type NullableCreateDatabaseTableField400Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateDatabaseTableField400Response) Get ¶

func (NullableCreateDatabaseTableField400Response) IsSet ¶

func (NullableCreateDatabaseTableField400Response) MarshalJSON ¶

func (*NullableCreateDatabaseTableField400Response) Set ¶

func (*NullableCreateDatabaseTableField400Response) UnmarshalJSON ¶

func (v *NullableCreateDatabaseTableField400Response) UnmarshalJSON(src []byte) error

func (*NullableCreateDatabaseTableField400Response) Unset ¶

type NullableCreateDatabaseTableRow400Response ¶

type NullableCreateDatabaseTableRow400Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateDatabaseTableRow400Response) Get ¶

func (NullableCreateDatabaseTableRow400Response) IsSet ¶

func (NullableCreateDatabaseTableRow400Response) MarshalJSON ¶

func (*NullableCreateDatabaseTableRow400Response) Set ¶

func (*NullableCreateDatabaseTableRow400Response) UnmarshalJSON ¶

func (v *NullableCreateDatabaseTableRow400Response) UnmarshalJSON(src []byte) error

func (*NullableCreateDatabaseTableRow400Response) Unset ¶

type NullableCreateDatabaseTableRow404Response ¶

type NullableCreateDatabaseTableRow404Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateDatabaseTableRow404Response) Get ¶

func (NullableCreateDatabaseTableRow404Response) IsSet ¶

func (NullableCreateDatabaseTableRow404Response) MarshalJSON ¶

func (*NullableCreateDatabaseTableRow404Response) Set ¶

func (*NullableCreateDatabaseTableRow404Response) UnmarshalJSON ¶

func (v *NullableCreateDatabaseTableRow404Response) UnmarshalJSON(src []byte) error

func (*NullableCreateDatabaseTableRow404Response) Unset ¶

type NullableCreateDatabaseTableWebhook400Response ¶

type NullableCreateDatabaseTableWebhook400Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateDatabaseTableWebhook400Response) Get ¶

func (NullableCreateDatabaseTableWebhook400Response) IsSet ¶

func (NullableCreateDatabaseTableWebhook400Response) MarshalJSON ¶

func (*NullableCreateDatabaseTableWebhook400Response) Set ¶

func (*NullableCreateDatabaseTableWebhook400Response) UnmarshalJSON ¶

func (*NullableCreateDatabaseTableWebhook400Response) Unset ¶

type NullableCreateRoleAssignment ¶

type NullableCreateRoleAssignment struct {
	// contains filtered or unexported fields
}

func (NullableCreateRoleAssignment) Get ¶

func (NullableCreateRoleAssignment) IsSet ¶

func (NullableCreateRoleAssignment) MarshalJSON ¶

func (v NullableCreateRoleAssignment) MarshalJSON() ([]byte, error)

func (*NullableCreateRoleAssignment) Set ¶

func (*NullableCreateRoleAssignment) UnmarshalJSON ¶

func (v *NullableCreateRoleAssignment) UnmarshalJSON(src []byte) error

func (*NullableCreateRoleAssignment) Unset ¶

func (v *NullableCreateRoleAssignment) Unset()

type NullableCreateUser200Response ¶

type NullableCreateUser200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateUser200Response) Get ¶

func (NullableCreateUser200Response) IsSet ¶

func (NullableCreateUser200Response) MarshalJSON ¶

func (v NullableCreateUser200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateUser200Response) Set ¶

func (*NullableCreateUser200Response) UnmarshalJSON ¶

func (v *NullableCreateUser200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateUser200Response) Unset ¶

func (v *NullableCreateUser200Response) Unset()

type NullableCreateUser400Response ¶

type NullableCreateUser400Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateUser400Response) Get ¶

func (NullableCreateUser400Response) IsSet ¶

func (NullableCreateUser400Response) MarshalJSON ¶

func (v NullableCreateUser400Response) MarshalJSON() ([]byte, error)

func (*NullableCreateUser400Response) Set ¶

func (*NullableCreateUser400Response) UnmarshalJSON ¶

func (v *NullableCreateUser400Response) UnmarshalJSON(src []byte) error

func (*NullableCreateUser400Response) Unset ¶

func (v *NullableCreateUser400Response) Unset()

type NullableCreateUser404Response ¶

type NullableCreateUser404Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateUser404Response) Get ¶

func (NullableCreateUser404Response) IsSet ¶

func (NullableCreateUser404Response) MarshalJSON ¶

func (v NullableCreateUser404Response) MarshalJSON() ([]byte, error)

func (*NullableCreateUser404Response) Set ¶

func (*NullableCreateUser404Response) UnmarshalJSON ¶

func (v *NullableCreateUser404Response) UnmarshalJSON(src []byte) error

func (*NullableCreateUser404Response) Unset ¶

func (v *NullableCreateUser404Response) Unset()

type NullableCreateWorkspaceInvitation ¶

type NullableCreateWorkspaceInvitation struct {
	// contains filtered or unexported fields
}

func (NullableCreateWorkspaceInvitation) Get ¶

func (NullableCreateWorkspaceInvitation) IsSet ¶

func (NullableCreateWorkspaceInvitation) MarshalJSON ¶

func (v NullableCreateWorkspaceInvitation) MarshalJSON() ([]byte, error)

func (*NullableCreateWorkspaceInvitation) Set ¶

func (*NullableCreateWorkspaceInvitation) UnmarshalJSON ¶

func (v *NullableCreateWorkspaceInvitation) UnmarshalJSON(src []byte) error

func (*NullableCreateWorkspaceInvitation) Unset ¶

type NullableCreatedOnFieldCreateField ¶

type NullableCreatedOnFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableCreatedOnFieldCreateField) Get ¶

func (NullableCreatedOnFieldCreateField) IsSet ¶

func (NullableCreatedOnFieldCreateField) MarshalJSON ¶

func (v NullableCreatedOnFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableCreatedOnFieldCreateField) Set ¶

func (*NullableCreatedOnFieldCreateField) UnmarshalJSON ¶

func (v *NullableCreatedOnFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableCreatedOnFieldCreateField) Unset ¶

type NullableCreatedOnFieldField ¶

type NullableCreatedOnFieldField struct {
	// contains filtered or unexported fields
}

func (NullableCreatedOnFieldField) Get ¶

func (NullableCreatedOnFieldField) IsSet ¶

func (NullableCreatedOnFieldField) MarshalJSON ¶

func (v NullableCreatedOnFieldField) MarshalJSON() ([]byte, error)

func (*NullableCreatedOnFieldField) Set ¶

func (*NullableCreatedOnFieldField) UnmarshalJSON ¶

func (v *NullableCreatedOnFieldField) UnmarshalJSON(src []byte) error

func (*NullableCreatedOnFieldField) Unset ¶

func (v *NullableCreatedOnFieldField) Unset()

type NullableCreatedOnFieldFieldSerializerWithRelatedFields ¶

type NullableCreatedOnFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableCreatedOnFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableCreatedOnFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableCreatedOnFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableCreatedOnFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableCreatedOnFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableCreatedOnFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableCsvColumnSeparatorEnum ¶

type NullableCsvColumnSeparatorEnum struct {
	// contains filtered or unexported fields
}

func (NullableCsvColumnSeparatorEnum) Get ¶

func (NullableCsvColumnSeparatorEnum) IsSet ¶

func (NullableCsvColumnSeparatorEnum) MarshalJSON ¶

func (v NullableCsvColumnSeparatorEnum) MarshalJSON() ([]byte, error)

func (*NullableCsvColumnSeparatorEnum) Set ¶

func (*NullableCsvColumnSeparatorEnum) UnmarshalJSON ¶

func (v *NullableCsvColumnSeparatorEnum) UnmarshalJSON(src []byte) error

func (*NullableCsvColumnSeparatorEnum) Unset ¶

func (v *NullableCsvColumnSeparatorEnum) Unset()

type NullableCsvExporterOptions ¶

type NullableCsvExporterOptions struct {
	// contains filtered or unexported fields
}

func NewNullableCsvExporterOptions ¶

func NewNullableCsvExporterOptions(val *CsvExporterOptions) *NullableCsvExporterOptions

func (NullableCsvExporterOptions) Get ¶

func (NullableCsvExporterOptions) IsSet ¶

func (v NullableCsvExporterOptions) IsSet() bool

func (NullableCsvExporterOptions) MarshalJSON ¶

func (v NullableCsvExporterOptions) MarshalJSON() ([]byte, error)

func (*NullableCsvExporterOptions) Set ¶

func (*NullableCsvExporterOptions) UnmarshalJSON ¶

func (v *NullableCsvExporterOptions) UnmarshalJSON(src []byte) error

func (*NullableCsvExporterOptions) Unset ¶

func (v *NullableCsvExporterOptions) Unset()

type NullableDashboard ¶

type NullableDashboard struct {
	// contains filtered or unexported fields
}

func NewNullableDashboard ¶

func NewNullableDashboard(val *Dashboard) *NullableDashboard

func (NullableDashboard) Get ¶

func (v NullableDashboard) Get() *Dashboard

func (NullableDashboard) IsSet ¶

func (v NullableDashboard) IsSet() bool

func (NullableDashboard) MarshalJSON ¶

func (v NullableDashboard) MarshalJSON() ([]byte, error)

func (*NullableDashboard) Set ¶

func (v *NullableDashboard) Set(val *Dashboard)

func (*NullableDashboard) UnmarshalJSON ¶

func (v *NullableDashboard) UnmarshalJSON(src []byte) error

func (*NullableDashboard) Unset ¶

func (v *NullableDashboard) Unset()

type NullableDatabaseApplication ¶

type NullableDatabaseApplication struct {
	// contains filtered or unexported fields
}

func (NullableDatabaseApplication) Get ¶

func (NullableDatabaseApplication) IsSet ¶

func (NullableDatabaseApplication) MarshalJSON ¶

func (v NullableDatabaseApplication) MarshalJSON() ([]byte, error)

func (*NullableDatabaseApplication) Set ¶

func (*NullableDatabaseApplication) UnmarshalJSON ¶

func (v *NullableDatabaseApplication) UnmarshalJSON(src []byte) error

func (*NullableDatabaseApplication) Unset ¶

func (v *NullableDatabaseApplication) Unset()

type NullableDateFieldCreateField ¶

type NullableDateFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableDateFieldCreateField) Get ¶

func (NullableDateFieldCreateField) IsSet ¶

func (NullableDateFieldCreateField) MarshalJSON ¶

func (v NullableDateFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableDateFieldCreateField) Set ¶

func (*NullableDateFieldCreateField) UnmarshalJSON ¶

func (v *NullableDateFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableDateFieldCreateField) Unset ¶

func (v *NullableDateFieldCreateField) Unset()

type NullableDateFieldField ¶

type NullableDateFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableDateFieldField ¶

func NewNullableDateFieldField(val *DateFieldField) *NullableDateFieldField

func (NullableDateFieldField) Get ¶

func (NullableDateFieldField) IsSet ¶

func (v NullableDateFieldField) IsSet() bool

func (NullableDateFieldField) MarshalJSON ¶

func (v NullableDateFieldField) MarshalJSON() ([]byte, error)

func (*NullableDateFieldField) Set ¶

func (*NullableDateFieldField) UnmarshalJSON ¶

func (v *NullableDateFieldField) UnmarshalJSON(src []byte) error

func (*NullableDateFieldField) Unset ¶

func (v *NullableDateFieldField) Unset()

type NullableDateFieldFieldSerializerWithRelatedFields ¶

type NullableDateFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableDateFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableDateFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableDateFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableDateFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableDateFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableDateFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableDateFormatEnum ¶

type NullableDateFormatEnum struct {
	// contains filtered or unexported fields
}

func NewNullableDateFormatEnum ¶

func NewNullableDateFormatEnum(val *DateFormatEnum) *NullableDateFormatEnum

func (NullableDateFormatEnum) Get ¶

func (NullableDateFormatEnum) IsSet ¶

func (v NullableDateFormatEnum) IsSet() bool

func (NullableDateFormatEnum) MarshalJSON ¶

func (v NullableDateFormatEnum) MarshalJSON() ([]byte, error)

func (*NullableDateFormatEnum) Set ¶

func (*NullableDateFormatEnum) UnmarshalJSON ¶

func (v *NullableDateFormatEnum) UnmarshalJSON(src []byte) error

func (*NullableDateFormatEnum) Unset ¶

func (v *NullableDateFormatEnum) Unset()

type NullableDateTimeFormatEnum ¶

type NullableDateTimeFormatEnum struct {
	// contains filtered or unexported fields
}

func NewNullableDateTimeFormatEnum ¶

func NewNullableDateTimeFormatEnum(val *DateTimeFormatEnum) *NullableDateTimeFormatEnum

func (NullableDateTimeFormatEnum) Get ¶

func (NullableDateTimeFormatEnum) IsSet ¶

func (v NullableDateTimeFormatEnum) IsSet() bool

func (NullableDateTimeFormatEnum) MarshalJSON ¶

func (v NullableDateTimeFormatEnum) MarshalJSON() ([]byte, error)

func (*NullableDateTimeFormatEnum) Set ¶

func (*NullableDateTimeFormatEnum) UnmarshalJSON ¶

func (v *NullableDateTimeFormatEnum) UnmarshalJSON(src []byte) error

func (*NullableDateTimeFormatEnum) Unset ¶

func (v *NullableDateTimeFormatEnum) Unset()

type NullableDeleteDatabaseTableField400Response ¶

type NullableDeleteDatabaseTableField400Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteDatabaseTableField400Response) Get ¶

func (NullableDeleteDatabaseTableField400Response) IsSet ¶

func (NullableDeleteDatabaseTableField400Response) MarshalJSON ¶

func (*NullableDeleteDatabaseTableField400Response) Set ¶

func (*NullableDeleteDatabaseTableField400Response) UnmarshalJSON ¶

func (v *NullableDeleteDatabaseTableField400Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteDatabaseTableField400Response) Unset ¶

type NullableDeleteDatabaseTableRow400Response ¶

type NullableDeleteDatabaseTableRow400Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteDatabaseTableRow400Response) Get ¶

func (NullableDeleteDatabaseTableRow400Response) IsSet ¶

func (NullableDeleteDatabaseTableRow400Response) MarshalJSON ¶

func (*NullableDeleteDatabaseTableRow400Response) Set ¶

func (*NullableDeleteDatabaseTableRow400Response) UnmarshalJSON ¶

func (v *NullableDeleteDatabaseTableRow400Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteDatabaseTableRow400Response) Unset ¶

type NullableDeleteWorkspace400Response ¶

type NullableDeleteWorkspace400Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteWorkspace400Response) Get ¶

func (NullableDeleteWorkspace400Response) IsSet ¶

func (NullableDeleteWorkspace400Response) MarshalJSON ¶

func (v NullableDeleteWorkspace400Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteWorkspace400Response) Set ¶

func (*NullableDeleteWorkspace400Response) UnmarshalJSON ¶

func (v *NullableDeleteWorkspace400Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteWorkspace400Response) Unset ¶

type NullableDeleteWorkspace404Response ¶

type NullableDeleteWorkspace404Response struct {
	// contains filtered or unexported fields
}

func (NullableDeleteWorkspace404Response) Get ¶

func (NullableDeleteWorkspace404Response) IsSet ¶

func (NullableDeleteWorkspace404Response) MarshalJSON ¶

func (v NullableDeleteWorkspace404Response) MarshalJSON() ([]byte, error)

func (*NullableDeleteWorkspace404Response) Set ¶

func (*NullableDeleteWorkspace404Response) UnmarshalJSON ¶

func (v *NullableDeleteWorkspace404Response) UnmarshalJSON(src []byte) error

func (*NullableDeleteWorkspace404Response) Unset ¶

type NullableDuplicateApplicationJobJob ¶

type NullableDuplicateApplicationJobJob struct {
	// contains filtered or unexported fields
}

func (NullableDuplicateApplicationJobJob) Get ¶

func (NullableDuplicateApplicationJobJob) IsSet ¶

func (NullableDuplicateApplicationJobJob) MarshalJSON ¶

func (v NullableDuplicateApplicationJobJob) MarshalJSON() ([]byte, error)

func (*NullableDuplicateApplicationJobJob) Set ¶

func (*NullableDuplicateApplicationJobJob) UnmarshalJSON ¶

func (v *NullableDuplicateApplicationJobJob) UnmarshalJSON(src []byte) error

func (*NullableDuplicateApplicationJobJob) Unset ¶

type NullableDuplicateFieldJobJob ¶

type NullableDuplicateFieldJobJob struct {
	// contains filtered or unexported fields
}

func (NullableDuplicateFieldJobJob) Get ¶

func (NullableDuplicateFieldJobJob) IsSet ¶

func (NullableDuplicateFieldJobJob) MarshalJSON ¶

func (v NullableDuplicateFieldJobJob) MarshalJSON() ([]byte, error)

func (*NullableDuplicateFieldJobJob) Set ¶

func (*NullableDuplicateFieldJobJob) UnmarshalJSON ¶

func (v *NullableDuplicateFieldJobJob) UnmarshalJSON(src []byte) error

func (*NullableDuplicateFieldJobJob) Unset ¶

func (v *NullableDuplicateFieldJobJob) Unset()

type NullableDuplicateTableField400Response ¶

type NullableDuplicateTableField400Response struct {
	// contains filtered or unexported fields
}

func (NullableDuplicateTableField400Response) Get ¶

func (NullableDuplicateTableField400Response) IsSet ¶

func (NullableDuplicateTableField400Response) MarshalJSON ¶

func (v NullableDuplicateTableField400Response) MarshalJSON() ([]byte, error)

func (*NullableDuplicateTableField400Response) Set ¶

func (*NullableDuplicateTableField400Response) UnmarshalJSON ¶

func (v *NullableDuplicateTableField400Response) UnmarshalJSON(src []byte) error

func (*NullableDuplicateTableField400Response) Unset ¶

type NullableDuplicateTableJobJob ¶

type NullableDuplicateTableJobJob struct {
	// contains filtered or unexported fields
}

func (NullableDuplicateTableJobJob) Get ¶

func (NullableDuplicateTableJobJob) IsSet ¶

func (NullableDuplicateTableJobJob) MarshalJSON ¶

func (v NullableDuplicateTableJobJob) MarshalJSON() ([]byte, error)

func (*NullableDuplicateTableJobJob) Set ¶

func (*NullableDuplicateTableJobJob) UnmarshalJSON ¶

func (v *NullableDuplicateTableJobJob) UnmarshalJSON(src []byte) error

func (*NullableDuplicateTableJobJob) Unset ¶

func (v *NullableDuplicateTableJobJob) Unset()

type NullableEmailFieldCreateField ¶

type NullableEmailFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableEmailFieldCreateField) Get ¶

func (NullableEmailFieldCreateField) IsSet ¶

func (NullableEmailFieldCreateField) MarshalJSON ¶

func (v NullableEmailFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableEmailFieldCreateField) Set ¶

func (*NullableEmailFieldCreateField) UnmarshalJSON ¶

func (v *NullableEmailFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableEmailFieldCreateField) Unset ¶

func (v *NullableEmailFieldCreateField) Unset()

type NullableEmailFieldField ¶

type NullableEmailFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableEmailFieldField ¶

func NewNullableEmailFieldField(val *EmailFieldField) *NullableEmailFieldField

func (NullableEmailFieldField) Get ¶

func (NullableEmailFieldField) IsSet ¶

func (v NullableEmailFieldField) IsSet() bool

func (NullableEmailFieldField) MarshalJSON ¶

func (v NullableEmailFieldField) MarshalJSON() ([]byte, error)

func (*NullableEmailFieldField) Set ¶

func (*NullableEmailFieldField) UnmarshalJSON ¶

func (v *NullableEmailFieldField) UnmarshalJSON(src []byte) error

func (*NullableEmailFieldField) Unset ¶

func (v *NullableEmailFieldField) Unset()

type NullableEmailFieldFieldSerializerWithRelatedFields ¶

type NullableEmailFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableEmailFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableEmailFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableEmailFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableEmailFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableEmailFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableEmailFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableEmailTesterRequest ¶

type NullableEmailTesterRequest struct {
	// contains filtered or unexported fields
}

func NewNullableEmailTesterRequest ¶

func NewNullableEmailTesterRequest(val *EmailTesterRequest) *NullableEmailTesterRequest

func (NullableEmailTesterRequest) Get ¶

func (NullableEmailTesterRequest) IsSet ¶

func (v NullableEmailTesterRequest) IsSet() bool

func (NullableEmailTesterRequest) MarshalJSON ¶

func (v NullableEmailTesterRequest) MarshalJSON() ([]byte, error)

func (*NullableEmailTesterRequest) Set ¶

func (*NullableEmailTesterRequest) UnmarshalJSON ¶

func (v *NullableEmailTesterRequest) UnmarshalJSON(src []byte) error

func (*NullableEmailTesterRequest) Unset ¶

func (v *NullableEmailTesterRequest) Unset()

type NullableEmailTesterResponse ¶

type NullableEmailTesterResponse struct {
	// contains filtered or unexported fields
}

func (NullableEmailTesterResponse) Get ¶

func (NullableEmailTesterResponse) IsSet ¶

func (NullableEmailTesterResponse) MarshalJSON ¶

func (v NullableEmailTesterResponse) MarshalJSON() ([]byte, error)

func (*NullableEmailTesterResponse) Set ¶

func (*NullableEmailTesterResponse) UnmarshalJSON ¶

func (v *NullableEmailTesterResponse) UnmarshalJSON(src []byte) error

func (*NullableEmailTesterResponse) Unset ¶

func (v *NullableEmailTesterResponse) Unset()

type NullableEventTypeEnum ¶

type NullableEventTypeEnum struct {
	// contains filtered or unexported fields
}

func NewNullableEventTypeEnum ¶

func NewNullableEventTypeEnum(val *EventTypeEnum) *NullableEventTypeEnum

func (NullableEventTypeEnum) Get ¶

func (NullableEventTypeEnum) IsSet ¶

func (v NullableEventTypeEnum) IsSet() bool

func (NullableEventTypeEnum) MarshalJSON ¶

func (v NullableEventTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableEventTypeEnum) Set ¶

func (v *NullableEventTypeEnum) Set(val *EventTypeEnum)

func (*NullableEventTypeEnum) UnmarshalJSON ¶

func (v *NullableEventTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableEventTypeEnum) Unset ¶

func (v *NullableEventTypeEnum) Unset()

type NullableEventTypesEnum ¶

type NullableEventTypesEnum struct {
	// contains filtered or unexported fields
}

func NewNullableEventTypesEnum ¶

func NewNullableEventTypesEnum(val *EventTypesEnum) *NullableEventTypesEnum

func (NullableEventTypesEnum) Get ¶

func (NullableEventTypesEnum) IsSet ¶

func (v NullableEventTypesEnum) IsSet() bool

func (NullableEventTypesEnum) MarshalJSON ¶

func (v NullableEventTypesEnum) MarshalJSON() ([]byte, error)

func (*NullableEventTypesEnum) Set ¶

func (*NullableEventTypesEnum) UnmarshalJSON ¶

func (v *NullableEventTypesEnum) UnmarshalJSON(src []byte) error

func (*NullableEventTypesEnum) Unset ¶

func (v *NullableEventTypesEnum) Unset()

type NullableEvents3eaEnum ¶

type NullableEvents3eaEnum struct {
	// contains filtered or unexported fields
}

func NewNullableEvents3eaEnum ¶

func NewNullableEvents3eaEnum(val *Events3eaEnum) *NullableEvents3eaEnum

func (NullableEvents3eaEnum) Get ¶

func (NullableEvents3eaEnum) IsSet ¶

func (v NullableEvents3eaEnum) IsSet() bool

func (NullableEvents3eaEnum) MarshalJSON ¶

func (v NullableEvents3eaEnum) MarshalJSON() ([]byte, error)

func (*NullableEvents3eaEnum) Set ¶

func (v *NullableEvents3eaEnum) Set(val *Events3eaEnum)

func (*NullableEvents3eaEnum) UnmarshalJSON ¶

func (v *NullableEvents3eaEnum) UnmarshalJSON(src []byte) error

func (*NullableEvents3eaEnum) Unset ¶

func (v *NullableEvents3eaEnum) Unset()

type NullableExampleBatchRowsRequest ¶

type NullableExampleBatchRowsRequest struct {
	// contains filtered or unexported fields
}

func (NullableExampleBatchRowsRequest) Get ¶

func (NullableExampleBatchRowsRequest) IsSet ¶

func (NullableExampleBatchRowsRequest) MarshalJSON ¶

func (v NullableExampleBatchRowsRequest) MarshalJSON() ([]byte, error)

func (*NullableExampleBatchRowsRequest) Set ¶

func (*NullableExampleBatchRowsRequest) UnmarshalJSON ¶

func (v *NullableExampleBatchRowsRequest) UnmarshalJSON(src []byte) error

func (*NullableExampleBatchRowsRequest) Unset ¶

type NullableExampleBatchRowsResponse ¶

type NullableExampleBatchRowsResponse struct {
	// contains filtered or unexported fields
}

func (NullableExampleBatchRowsResponse) Get ¶

func (NullableExampleBatchRowsResponse) IsSet ¶

func (NullableExampleBatchRowsResponse) MarshalJSON ¶

func (v NullableExampleBatchRowsResponse) MarshalJSON() ([]byte, error)

func (*NullableExampleBatchRowsResponse) Set ¶

func (*NullableExampleBatchRowsResponse) UnmarshalJSON ¶

func (v *NullableExampleBatchRowsResponse) UnmarshalJSON(src []byte) error

func (*NullableExampleBatchRowsResponse) Unset ¶

type NullableExampleBatchUpdateRowRequestSerializerWithUserFieldNames ¶

type NullableExampleBatchUpdateRowRequestSerializerWithUserFieldNames struct {
	// contains filtered or unexported fields
}

func (NullableExampleBatchUpdateRowRequestSerializerWithUserFieldNames) Get ¶

func (NullableExampleBatchUpdateRowRequestSerializerWithUserFieldNames) IsSet ¶

func (NullableExampleBatchUpdateRowRequestSerializerWithUserFieldNames) MarshalJSON ¶

func (*NullableExampleBatchUpdateRowRequestSerializerWithUserFieldNames) Set ¶

func (*NullableExampleBatchUpdateRowRequestSerializerWithUserFieldNames) UnmarshalJSON ¶

func (*NullableExampleBatchUpdateRowRequestSerializerWithUserFieldNames) Unset ¶

type NullableExampleRowRequest ¶

type NullableExampleRowRequest struct {
	// contains filtered or unexported fields
}

func NewNullableExampleRowRequest ¶

func NewNullableExampleRowRequest(val *ExampleRowRequest) *NullableExampleRowRequest

func (NullableExampleRowRequest) Get ¶

func (NullableExampleRowRequest) IsSet ¶

func (v NullableExampleRowRequest) IsSet() bool

func (NullableExampleRowRequest) MarshalJSON ¶

func (v NullableExampleRowRequest) MarshalJSON() ([]byte, error)

func (*NullableExampleRowRequest) Set ¶

func (*NullableExampleRowRequest) UnmarshalJSON ¶

func (v *NullableExampleRowRequest) UnmarshalJSON(src []byte) error

func (*NullableExampleRowRequest) Unset ¶

func (v *NullableExampleRowRequest) Unset()

type NullableExampleRowRequestSerializerWithUserFieldNames ¶

type NullableExampleRowRequestSerializerWithUserFieldNames struct {
	// contains filtered or unexported fields
}

func (NullableExampleRowRequestSerializerWithUserFieldNames) Get ¶

func (NullableExampleRowRequestSerializerWithUserFieldNames) IsSet ¶

func (NullableExampleRowRequestSerializerWithUserFieldNames) MarshalJSON ¶

func (*NullableExampleRowRequestSerializerWithUserFieldNames) Set ¶

func (*NullableExampleRowRequestSerializerWithUserFieldNames) UnmarshalJSON ¶

func (*NullableExampleRowRequestSerializerWithUserFieldNames) Unset ¶

type NullableExampleRowResponse ¶

type NullableExampleRowResponse struct {
	// contains filtered or unexported fields
}

func NewNullableExampleRowResponse ¶

func NewNullableExampleRowResponse(val *ExampleRowResponse) *NullableExampleRowResponse

func (NullableExampleRowResponse) Get ¶

func (NullableExampleRowResponse) IsSet ¶

func (v NullableExampleRowResponse) IsSet() bool

func (NullableExampleRowResponse) MarshalJSON ¶

func (v NullableExampleRowResponse) MarshalJSON() ([]byte, error)

func (*NullableExampleRowResponse) Set ¶

func (*NullableExampleRowResponse) UnmarshalJSON ¶

func (v *NullableExampleRowResponse) UnmarshalJSON(src []byte) error

func (*NullableExampleRowResponse) Unset ¶

func (v *NullableExampleRowResponse) Unset()

type NullableExampleRowResponseField13 ¶

type NullableExampleRowResponseField13 struct {
	// contains filtered or unexported fields
}

func (NullableExampleRowResponseField13) Get ¶

func (NullableExampleRowResponseField13) IsSet ¶

func (NullableExampleRowResponseField13) MarshalJSON ¶

func (v NullableExampleRowResponseField13) MarshalJSON() ([]byte, error)

func (*NullableExampleRowResponseField13) Set ¶

func (*NullableExampleRowResponseField13) UnmarshalJSON ¶

func (v *NullableExampleRowResponseField13) UnmarshalJSON(src []byte) error

func (*NullableExampleRowResponseField13) Unset ¶

type NullableExampleRowResponseSerializerWithUserFieldNames ¶

type NullableExampleRowResponseSerializerWithUserFieldNames struct {
	// contains filtered or unexported fields
}

func (NullableExampleRowResponseSerializerWithUserFieldNames) Get ¶

func (NullableExampleRowResponseSerializerWithUserFieldNames) IsSet ¶

func (NullableExampleRowResponseSerializerWithUserFieldNames) MarshalJSON ¶

func (*NullableExampleRowResponseSerializerWithUserFieldNames) Set ¶

func (*NullableExampleRowResponseSerializerWithUserFieldNames) UnmarshalJSON ¶

func (*NullableExampleRowResponseSerializerWithUserFieldNames) Unset ¶

type NullableExampleRowResponseSerializerWithUserFieldNamesField13 ¶

type NullableExampleRowResponseSerializerWithUserFieldNamesField13 struct {
	// contains filtered or unexported fields
}

func (NullableExampleRowResponseSerializerWithUserFieldNamesField13) Get ¶

func (NullableExampleRowResponseSerializerWithUserFieldNamesField13) IsSet ¶

func (NullableExampleRowResponseSerializerWithUserFieldNamesField13) MarshalJSON ¶

func (*NullableExampleRowResponseSerializerWithUserFieldNamesField13) Set ¶

func (*NullableExampleRowResponseSerializerWithUserFieldNamesField13) UnmarshalJSON ¶

func (*NullableExampleRowResponseSerializerWithUserFieldNamesField13) Unset ¶

type NullableExport ¶

type NullableExport struct {
	// contains filtered or unexported fields
}

func NewNullableExport ¶

func NewNullableExport(val *Export) *NullableExport

func (NullableExport) Get ¶

func (v NullableExport) Get() *Export

func (NullableExport) IsSet ¶

func (v NullableExport) IsSet() bool

func (NullableExport) MarshalJSON ¶

func (v NullableExport) MarshalJSON() ([]byte, error)

func (*NullableExport) Set ¶

func (v *NullableExport) Set(val *Export)

func (*NullableExport) UnmarshalJSON ¶

func (v *NullableExport) UnmarshalJSON(src []byte) error

func (*NullableExport) Unset ¶

func (v *NullableExport) Unset()

type NullableExportCharsetEnum ¶

type NullableExportCharsetEnum struct {
	// contains filtered or unexported fields
}

func NewNullableExportCharsetEnum ¶

func NewNullableExportCharsetEnum(val *ExportCharsetEnum) *NullableExportCharsetEnum

func (NullableExportCharsetEnum) Get ¶

func (NullableExportCharsetEnum) IsSet ¶

func (v NullableExportCharsetEnum) IsSet() bool

func (NullableExportCharsetEnum) MarshalJSON ¶

func (v NullableExportCharsetEnum) MarshalJSON() ([]byte, error)

func (*NullableExportCharsetEnum) Set ¶

func (*NullableExportCharsetEnum) UnmarshalJSON ¶

func (v *NullableExportCharsetEnum) UnmarshalJSON(src []byte) error

func (*NullableExportCharsetEnum) Unset ¶

func (v *NullableExportCharsetEnum) Unset()

type NullableExportJob ¶

type NullableExportJob struct {
	// contains filtered or unexported fields
}

func NewNullableExportJob ¶

func NewNullableExportJob(val *ExportJob) *NullableExportJob

func (NullableExportJob) Get ¶

func (v NullableExportJob) Get() *ExportJob

func (NullableExportJob) IsSet ¶

func (v NullableExportJob) IsSet() bool

func (NullableExportJob) MarshalJSON ¶

func (v NullableExportJob) MarshalJSON() ([]byte, error)

func (*NullableExportJob) Set ¶

func (v *NullableExportJob) Set(val *ExportJob)

func (*NullableExportJob) UnmarshalJSON ¶

func (v *NullableExportJob) UnmarshalJSON(src []byte) error

func (*NullableExportJob) Unset ¶

func (v *NullableExportJob) Unset()

type NullableExporterTypeEnum ¶

type NullableExporterTypeEnum struct {
	// contains filtered or unexported fields
}

func NewNullableExporterTypeEnum ¶

func NewNullableExporterTypeEnum(val *ExporterTypeEnum) *NullableExporterTypeEnum

func (NullableExporterTypeEnum) Get ¶

func (NullableExporterTypeEnum) IsSet ¶

func (v NullableExporterTypeEnum) IsSet() bool

func (NullableExporterTypeEnum) MarshalJSON ¶

func (v NullableExporterTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableExporterTypeEnum) Set ¶

func (*NullableExporterTypeEnum) UnmarshalJSON ¶

func (v *NullableExporterTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableExporterTypeEnum) Unset ¶

func (v *NullableExporterTypeEnum) Unset()

type NullableFacebookAuthProviderModelAuthProvider ¶

type NullableFacebookAuthProviderModelAuthProvider struct {
	// contains filtered or unexported fields
}

func (NullableFacebookAuthProviderModelAuthProvider) Get ¶

func (NullableFacebookAuthProviderModelAuthProvider) IsSet ¶

func (NullableFacebookAuthProviderModelAuthProvider) MarshalJSON ¶

func (*NullableFacebookAuthProviderModelAuthProvider) Set ¶

func (*NullableFacebookAuthProviderModelAuthProvider) UnmarshalJSON ¶

func (*NullableFacebookAuthProviderModelAuthProvider) Unset ¶

type NullableField ¶

type NullableField struct {
	// contains filtered or unexported fields
}

func NewNullableField ¶

func NewNullableField(val *Field) *NullableField

func (NullableField) Get ¶

func (v NullableField) Get() *Field

func (NullableField) IsSet ¶

func (v NullableField) IsSet() bool

func (NullableField) MarshalJSON ¶

func (v NullableField) MarshalJSON() ([]byte, error)

func (*NullableField) Set ¶

func (v *NullableField) Set(val *Field)

func (*NullableField) UnmarshalJSON ¶

func (v *NullableField) UnmarshalJSON(src []byte) error

func (*NullableField) Unset ¶

func (v *NullableField) Unset()

type NullableFieldCreateField ¶

type NullableFieldCreateField struct {
	// contains filtered or unexported fields
}

func NewNullableFieldCreateField ¶

func NewNullableFieldCreateField(val *FieldCreateField) *NullableFieldCreateField

func (NullableFieldCreateField) Get ¶

func (NullableFieldCreateField) IsSet ¶

func (v NullableFieldCreateField) IsSet() bool

func (NullableFieldCreateField) MarshalJSON ¶

func (v NullableFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableFieldCreateField) Set ¶

func (*NullableFieldCreateField) UnmarshalJSON ¶

func (v *NullableFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableFieldCreateField) Unset ¶

func (v *NullableFieldCreateField) Unset()

type NullableFieldField ¶

type NullableFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableFieldField ¶

func NewNullableFieldField(val *FieldField) *NullableFieldField

func (NullableFieldField) Get ¶

func (v NullableFieldField) Get() *FieldField

func (NullableFieldField) IsSet ¶

func (v NullableFieldField) IsSet() bool

func (NullableFieldField) MarshalJSON ¶

func (v NullableFieldField) MarshalJSON() ([]byte, error)

func (*NullableFieldField) Set ¶

func (v *NullableFieldField) Set(val *FieldField)

func (*NullableFieldField) UnmarshalJSON ¶

func (v *NullableFieldField) UnmarshalJSON(src []byte) error

func (*NullableFieldField) Unset ¶

func (v *NullableFieldField) Unset()

type NullableFieldFieldSerializerWithRelatedFields ¶

type NullableFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableFieldSerializerWithRelatedFields ¶

type NullableFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableFieldSerializerWithRelatedFields) Get ¶

func (NullableFieldSerializerWithRelatedFields) IsSet ¶

func (NullableFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableFieldSerializerWithRelatedFields) Set ¶

func (*NullableFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (v *NullableFieldSerializerWithRelatedFields) UnmarshalJSON(src []byte) error

func (*NullableFieldSerializerWithRelatedFields) Unset ¶

type NullableFileFieldCreateField ¶

type NullableFileFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableFileFieldCreateField) Get ¶

func (NullableFileFieldCreateField) IsSet ¶

func (NullableFileFieldCreateField) MarshalJSON ¶

func (v NullableFileFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableFileFieldCreateField) Set ¶

func (*NullableFileFieldCreateField) UnmarshalJSON ¶

func (v *NullableFileFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableFileFieldCreateField) Unset ¶

func (v *NullableFileFieldCreateField) Unset()

type NullableFileFieldField ¶

type NullableFileFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableFileFieldField ¶

func NewNullableFileFieldField(val *FileFieldField) *NullableFileFieldField

func (NullableFileFieldField) Get ¶

func (NullableFileFieldField) IsSet ¶

func (v NullableFileFieldField) IsSet() bool

func (NullableFileFieldField) MarshalJSON ¶

func (v NullableFileFieldField) MarshalJSON() ([]byte, error)

func (*NullableFileFieldField) Set ¶

func (*NullableFileFieldField) UnmarshalJSON ¶

func (v *NullableFileFieldField) UnmarshalJSON(src []byte) error

func (*NullableFileFieldField) Unset ¶

func (v *NullableFileFieldField) Unset()

type NullableFileFieldFieldSerializerWithRelatedFields ¶

type NullableFileFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableFileFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableFileFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableFileFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableFileFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableFileFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableFileFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableFileFieldRequest ¶

type NullableFileFieldRequest struct {
	// contains filtered or unexported fields
}

func NewNullableFileFieldRequest ¶

func NewNullableFileFieldRequest(val *FileFieldRequest) *NullableFileFieldRequest

func (NullableFileFieldRequest) Get ¶

func (NullableFileFieldRequest) IsSet ¶

func (v NullableFileFieldRequest) IsSet() bool

func (NullableFileFieldRequest) MarshalJSON ¶

func (v NullableFileFieldRequest) MarshalJSON() ([]byte, error)

func (*NullableFileFieldRequest) Set ¶

func (*NullableFileFieldRequest) UnmarshalJSON ¶

func (v *NullableFileFieldRequest) UnmarshalJSON(src []byte) error

func (*NullableFileFieldRequest) Unset ¶

func (v *NullableFileFieldRequest) Unset()

type NullableFileFieldResponse ¶

type NullableFileFieldResponse struct {
	// contains filtered or unexported fields
}

func NewNullableFileFieldResponse ¶

func NewNullableFileFieldResponse(val *FileFieldResponse) *NullableFileFieldResponse

func (NullableFileFieldResponse) Get ¶

func (NullableFileFieldResponse) IsSet ¶

func (v NullableFileFieldResponse) IsSet() bool

func (NullableFileFieldResponse) MarshalJSON ¶

func (v NullableFileFieldResponse) MarshalJSON() ([]byte, error)

func (*NullableFileFieldResponse) Set ¶

func (*NullableFileFieldResponse) UnmarshalJSON ¶

func (v *NullableFileFieldResponse) UnmarshalJSON(src []byte) error

func (*NullableFileFieldResponse) Unset ¶

func (v *NullableFileFieldResponse) Unset()

type NullableFileImportJobJob ¶

type NullableFileImportJobJob struct {
	// contains filtered or unexported fields
}

func NewNullableFileImportJobJob ¶

func NewNullableFileImportJobJob(val *FileImportJobJob) *NullableFileImportJobJob

func (NullableFileImportJobJob) Get ¶

func (NullableFileImportJobJob) IsSet ¶

func (v NullableFileImportJobJob) IsSet() bool

func (NullableFileImportJobJob) MarshalJSON ¶

func (v NullableFileImportJobJob) MarshalJSON() ([]byte, error)

func (*NullableFileImportJobJob) Set ¶

func (*NullableFileImportJobJob) UnmarshalJSON ¶

func (v *NullableFileImportJobJob) UnmarshalJSON(src []byte) error

func (*NullableFileImportJobJob) Unset ¶

func (v *NullableFileImportJobJob) Unset()

type NullableFileImportJobJobReport ¶

type NullableFileImportJobJobReport struct {
	// contains filtered or unexported fields
}

func (NullableFileImportJobJobReport) Get ¶

func (NullableFileImportJobJobReport) IsSet ¶

func (NullableFileImportJobJobReport) MarshalJSON ¶

func (v NullableFileImportJobJobReport) MarshalJSON() ([]byte, error)

func (*NullableFileImportJobJobReport) Set ¶

func (*NullableFileImportJobJobReport) UnmarshalJSON ¶

func (v *NullableFileImportJobJobReport) UnmarshalJSON(src []byte) error

func (*NullableFileImportJobJobReport) Unset ¶

func (v *NullableFileImportJobJobReport) Unset()

type NullableFilterActionTypeEnum ¶

type NullableFilterActionTypeEnum struct {
	// contains filtered or unexported fields
}

func (NullableFilterActionTypeEnum) Get ¶

func (NullableFilterActionTypeEnum) IsSet ¶

func (NullableFilterActionTypeEnum) MarshalJSON ¶

func (v NullableFilterActionTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableFilterActionTypeEnum) Set ¶

func (*NullableFilterActionTypeEnum) UnmarshalJSON ¶

func (v *NullableFilterActionTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableFilterActionTypeEnum) Unset ¶

func (v *NullableFilterActionTypeEnum) 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 NullableFormViewCreateView ¶

type NullableFormViewCreateView struct {
	// contains filtered or unexported fields
}

func NewNullableFormViewCreateView ¶

func NewNullableFormViewCreateView(val *FormViewCreateView) *NullableFormViewCreateView

func (NullableFormViewCreateView) Get ¶

func (NullableFormViewCreateView) IsSet ¶

func (v NullableFormViewCreateView) IsSet() bool

func (NullableFormViewCreateView) MarshalJSON ¶

func (v NullableFormViewCreateView) MarshalJSON() ([]byte, error)

func (*NullableFormViewCreateView) Set ¶

func (*NullableFormViewCreateView) UnmarshalJSON ¶

func (v *NullableFormViewCreateView) UnmarshalJSON(src []byte) error

func (*NullableFormViewCreateView) Unset ¶

func (v *NullableFormViewCreateView) Unset()

type NullableFormViewCreateViewCoverImage ¶

type NullableFormViewCreateViewCoverImage struct {
	// contains filtered or unexported fields
}

func (NullableFormViewCreateViewCoverImage) Get ¶

func (NullableFormViewCreateViewCoverImage) IsSet ¶

func (NullableFormViewCreateViewCoverImage) MarshalJSON ¶

func (v NullableFormViewCreateViewCoverImage) MarshalJSON() ([]byte, error)

func (*NullableFormViewCreateViewCoverImage) Set ¶

func (*NullableFormViewCreateViewCoverImage) UnmarshalJSON ¶

func (v *NullableFormViewCreateViewCoverImage) UnmarshalJSON(src []byte) error

func (*NullableFormViewCreateViewCoverImage) Unset ¶

type NullableFormViewCreateViewLogoImage ¶

type NullableFormViewCreateViewLogoImage struct {
	// contains filtered or unexported fields
}

func (NullableFormViewCreateViewLogoImage) Get ¶

func (NullableFormViewCreateViewLogoImage) IsSet ¶

func (NullableFormViewCreateViewLogoImage) MarshalJSON ¶

func (v NullableFormViewCreateViewLogoImage) MarshalJSON() ([]byte, error)

func (*NullableFormViewCreateViewLogoImage) Set ¶

func (*NullableFormViewCreateViewLogoImage) UnmarshalJSON ¶

func (v *NullableFormViewCreateViewLogoImage) UnmarshalJSON(src []byte) error

func (*NullableFormViewCreateViewLogoImage) Unset ¶

type NullableFormViewFieldOptions ¶

type NullableFormViewFieldOptions struct {
	// contains filtered or unexported fields
}

func (NullableFormViewFieldOptions) Get ¶

func (NullableFormViewFieldOptions) IsSet ¶

func (NullableFormViewFieldOptions) MarshalJSON ¶

func (v NullableFormViewFieldOptions) MarshalJSON() ([]byte, error)

func (*NullableFormViewFieldOptions) Set ¶

func (*NullableFormViewFieldOptions) UnmarshalJSON ¶

func (v *NullableFormViewFieldOptions) UnmarshalJSON(src []byte) error

func (*NullableFormViewFieldOptions) Unset ¶

func (v *NullableFormViewFieldOptions) Unset()

type NullableFormViewFieldOptionsCondition ¶

type NullableFormViewFieldOptionsCondition struct {
	// contains filtered or unexported fields
}

func (NullableFormViewFieldOptionsCondition) Get ¶

func (NullableFormViewFieldOptionsCondition) IsSet ¶

func (NullableFormViewFieldOptionsCondition) MarshalJSON ¶

func (v NullableFormViewFieldOptionsCondition) MarshalJSON() ([]byte, error)

func (*NullableFormViewFieldOptionsCondition) Set ¶

func (*NullableFormViewFieldOptionsCondition) UnmarshalJSON ¶

func (v *NullableFormViewFieldOptionsCondition) UnmarshalJSON(src []byte) error

func (*NullableFormViewFieldOptionsCondition) Unset ¶

type NullableFormViewSubmitted ¶

type NullableFormViewSubmitted struct {
	// contains filtered or unexported fields
}

func NewNullableFormViewSubmitted ¶

func NewNullableFormViewSubmitted(val *FormViewSubmitted) *NullableFormViewSubmitted

func (NullableFormViewSubmitted) Get ¶

func (NullableFormViewSubmitted) IsSet ¶

func (v NullableFormViewSubmitted) IsSet() bool

func (NullableFormViewSubmitted) MarshalJSON ¶

func (v NullableFormViewSubmitted) MarshalJSON() ([]byte, error)

func (*NullableFormViewSubmitted) Set ¶

func (*NullableFormViewSubmitted) UnmarshalJSON ¶

func (v *NullableFormViewSubmitted) UnmarshalJSON(src []byte) error

func (*NullableFormViewSubmitted) Unset ¶

func (v *NullableFormViewSubmitted) Unset()

type NullableFormViewUpdate ¶

type NullableFormViewUpdate struct {
	// contains filtered or unexported fields
}

func NewNullableFormViewUpdate ¶

func NewNullableFormViewUpdate(val *FormViewUpdate) *NullableFormViewUpdate

func (NullableFormViewUpdate) Get ¶

func (NullableFormViewUpdate) IsSet ¶

func (v NullableFormViewUpdate) IsSet() bool

func (NullableFormViewUpdate) MarshalJSON ¶

func (v NullableFormViewUpdate) MarshalJSON() ([]byte, error)

func (*NullableFormViewUpdate) Set ¶

func (*NullableFormViewUpdate) UnmarshalJSON ¶

func (v *NullableFormViewUpdate) UnmarshalJSON(src []byte) error

func (*NullableFormViewUpdate) Unset ¶

func (v *NullableFormViewUpdate) Unset()

type NullableFormViewView ¶

type NullableFormViewView struct {
	// contains filtered or unexported fields
}

func NewNullableFormViewView ¶

func NewNullableFormViewView(val *FormViewView) *NullableFormViewView

func (NullableFormViewView) Get ¶

func (NullableFormViewView) IsSet ¶

func (v NullableFormViewView) IsSet() bool

func (NullableFormViewView) MarshalJSON ¶

func (v NullableFormViewView) MarshalJSON() ([]byte, error)

func (*NullableFormViewView) Set ¶

func (v *NullableFormViewView) Set(val *FormViewView)

func (*NullableFormViewView) UnmarshalJSON ¶

func (v *NullableFormViewView) UnmarshalJSON(src []byte) error

func (*NullableFormViewView) Unset ¶

func (v *NullableFormViewView) Unset()

type NullableFormulaFieldCreateField ¶

type NullableFormulaFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableFormulaFieldCreateField) Get ¶

func (NullableFormulaFieldCreateField) IsSet ¶

func (NullableFormulaFieldCreateField) MarshalJSON ¶

func (v NullableFormulaFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableFormulaFieldCreateField) Set ¶

func (*NullableFormulaFieldCreateField) UnmarshalJSON ¶

func (v *NullableFormulaFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableFormulaFieldCreateField) Unset ¶

type NullableFormulaFieldField ¶

type NullableFormulaFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableFormulaFieldField ¶

func NewNullableFormulaFieldField(val *FormulaFieldField) *NullableFormulaFieldField

func (NullableFormulaFieldField) Get ¶

func (NullableFormulaFieldField) IsSet ¶

func (v NullableFormulaFieldField) IsSet() bool

func (NullableFormulaFieldField) MarshalJSON ¶

func (v NullableFormulaFieldField) MarshalJSON() ([]byte, error)

func (*NullableFormulaFieldField) Set ¶

func (*NullableFormulaFieldField) UnmarshalJSON ¶

func (v *NullableFormulaFieldField) UnmarshalJSON(src []byte) error

func (*NullableFormulaFieldField) Unset ¶

func (v *NullableFormulaFieldField) Unset()

type NullableFormulaFieldFieldSerializerWithRelatedFields ¶

type NullableFormulaFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableFormulaFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableFormulaFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableFormulaFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableFormulaFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableFormulaFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableFormulaFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableFormulaTypeEnum ¶

type NullableFormulaTypeEnum struct {
	// contains filtered or unexported fields
}

func NewNullableFormulaTypeEnum ¶

func NewNullableFormulaTypeEnum(val *FormulaTypeEnum) *NullableFormulaTypeEnum

func (NullableFormulaTypeEnum) Get ¶

func (NullableFormulaTypeEnum) IsSet ¶

func (v NullableFormulaTypeEnum) IsSet() bool

func (NullableFormulaTypeEnum) MarshalJSON ¶

func (v NullableFormulaTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableFormulaTypeEnum) Set ¶

func (*NullableFormulaTypeEnum) UnmarshalJSON ¶

func (v *NullableFormulaTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableFormulaTypeEnum) Unset ¶

func (v *NullableFormulaTypeEnum) Unset()

type NullableFullHealthCheck ¶

type NullableFullHealthCheck struct {
	// contains filtered or unexported fields
}

func NewNullableFullHealthCheck ¶

func NewNullableFullHealthCheck(val *FullHealthCheck) *NullableFullHealthCheck

func (NullableFullHealthCheck) Get ¶

func (NullableFullHealthCheck) IsSet ¶

func (v NullableFullHealthCheck) IsSet() bool

func (NullableFullHealthCheck) MarshalJSON ¶

func (v NullableFullHealthCheck) MarshalJSON() ([]byte, error)

func (*NullableFullHealthCheck) Set ¶

func (*NullableFullHealthCheck) UnmarshalJSON ¶

func (v *NullableFullHealthCheck) UnmarshalJSON(src []byte) error

func (*NullableFullHealthCheck) Unset ¶

func (v *NullableFullHealthCheck) Unset()

type NullableGalleryViewFieldOptions ¶

type NullableGalleryViewFieldOptions struct {
	// contains filtered or unexported fields
}

func (NullableGalleryViewFieldOptions) Get ¶

func (NullableGalleryViewFieldOptions) IsSet ¶

func (NullableGalleryViewFieldOptions) MarshalJSON ¶

func (v NullableGalleryViewFieldOptions) MarshalJSON() ([]byte, error)

func (*NullableGalleryViewFieldOptions) Set ¶

func (*NullableGalleryViewFieldOptions) UnmarshalJSON ¶

func (v *NullableGalleryViewFieldOptions) UnmarshalJSON(src []byte) error

func (*NullableGalleryViewFieldOptions) Unset ¶

type NullableGalleryViewUpdate ¶

type NullableGalleryViewUpdate struct {
	// contains filtered or unexported fields
}

func NewNullableGalleryViewUpdate ¶

func NewNullableGalleryViewUpdate(val *GalleryViewUpdate) *NullableGalleryViewUpdate

func (NullableGalleryViewUpdate) Get ¶

func (NullableGalleryViewUpdate) IsSet ¶

func (v NullableGalleryViewUpdate) IsSet() bool

func (NullableGalleryViewUpdate) MarshalJSON ¶

func (v NullableGalleryViewUpdate) MarshalJSON() ([]byte, error)

func (*NullableGalleryViewUpdate) Set ¶

func (*NullableGalleryViewUpdate) UnmarshalJSON ¶

func (v *NullableGalleryViewUpdate) UnmarshalJSON(src []byte) error

func (*NullableGalleryViewUpdate) Unset ¶

func (v *NullableGalleryViewUpdate) Unset()

type NullableGetAdjacentDatabaseTableRow404Response ¶

type NullableGetAdjacentDatabaseTableRow404Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAdjacentDatabaseTableRow404Response) Get ¶

func (NullableGetAdjacentDatabaseTableRow404Response) IsSet ¶

func (NullableGetAdjacentDatabaseTableRow404Response) MarshalJSON ¶

func (*NullableGetAdjacentDatabaseTableRow404Response) Set ¶

func (*NullableGetAdjacentDatabaseTableRow404Response) UnmarshalJSON ¶

func (*NullableGetAdjacentDatabaseTableRow404Response) Unset ¶

type NullableGetDatabaseTableField400Response ¶

type NullableGetDatabaseTableField400Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDatabaseTableField400Response) Get ¶

func (NullableGetDatabaseTableField400Response) IsSet ¶

func (NullableGetDatabaseTableField400Response) MarshalJSON ¶

func (*NullableGetDatabaseTableField400Response) Set ¶

func (*NullableGetDatabaseTableField400Response) UnmarshalJSON ¶

func (v *NullableGetDatabaseTableField400Response) UnmarshalJSON(src []byte) error

func (*NullableGetDatabaseTableField400Response) Unset ¶

type NullableGetDatabaseTableField404Response ¶

type NullableGetDatabaseTableField404Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDatabaseTableField404Response) Get ¶

func (NullableGetDatabaseTableField404Response) IsSet ¶

func (NullableGetDatabaseTableField404Response) MarshalJSON ¶

func (*NullableGetDatabaseTableField404Response) Set ¶

func (*NullableGetDatabaseTableField404Response) UnmarshalJSON ¶

func (v *NullableGetDatabaseTableField404Response) UnmarshalJSON(src []byte) error

func (*NullableGetDatabaseTableField404Response) Unset ¶

type NullableGetDatabaseTableRow400Response ¶

type NullableGetDatabaseTableRow400Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDatabaseTableRow400Response) Get ¶

func (NullableGetDatabaseTableRow400Response) IsSet ¶

func (NullableGetDatabaseTableRow400Response) MarshalJSON ¶

func (v NullableGetDatabaseTableRow400Response) MarshalJSON() ([]byte, error)

func (*NullableGetDatabaseTableRow400Response) Set ¶

func (*NullableGetDatabaseTableRow400Response) UnmarshalJSON ¶

func (v *NullableGetDatabaseTableRow400Response) UnmarshalJSON(src []byte) error

func (*NullableGetDatabaseTableRow400Response) Unset ¶

type NullableGetDatabaseTableWebhook404Response ¶

type NullableGetDatabaseTableWebhook404Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDatabaseTableWebhook404Response) Get ¶

func (NullableGetDatabaseTableWebhook404Response) IsSet ¶

func (NullableGetDatabaseTableWebhook404Response) MarshalJSON ¶

func (*NullableGetDatabaseTableWebhook404Response) Set ¶

func (*NullableGetDatabaseTableWebhook404Response) UnmarshalJSON ¶

func (v *NullableGetDatabaseTableWebhook404Response) UnmarshalJSON(src []byte) error

func (*NullableGetDatabaseTableWebhook404Response) Unset ¶

type NullableGetDatabaseToken404Response ¶

type NullableGetDatabaseToken404Response struct {
	// contains filtered or unexported fields
}

func (NullableGetDatabaseToken404Response) Get ¶

func (NullableGetDatabaseToken404Response) IsSet ¶

func (NullableGetDatabaseToken404Response) MarshalJSON ¶

func (v NullableGetDatabaseToken404Response) MarshalJSON() ([]byte, error)

func (*NullableGetDatabaseToken404Response) Set ¶

func (*NullableGetDatabaseToken404Response) UnmarshalJSON ¶

func (v *NullableGetDatabaseToken404Response) UnmarshalJSON(src []byte) error

func (*NullableGetDatabaseToken404Response) Unset ¶

type NullableGetWorkspaceInvitation400Response ¶

type NullableGetWorkspaceInvitation400Response struct {
	// contains filtered or unexported fields
}

func (NullableGetWorkspaceInvitation400Response) Get ¶

func (NullableGetWorkspaceInvitation400Response) IsSet ¶

func (NullableGetWorkspaceInvitation400Response) MarshalJSON ¶

func (*NullableGetWorkspaceInvitation400Response) Set ¶

func (*NullableGetWorkspaceInvitation400Response) UnmarshalJSON ¶

func (v *NullableGetWorkspaceInvitation400Response) UnmarshalJSON(src []byte) error

func (*NullableGetWorkspaceInvitation400Response) Unset ¶

type NullableGetWorkspaceInvitationByToken400Response ¶

type NullableGetWorkspaceInvitationByToken400Response struct {
	// contains filtered or unexported fields
}

func (NullableGetWorkspaceInvitationByToken400Response) Get ¶

func (NullableGetWorkspaceInvitationByToken400Response) IsSet ¶

func (NullableGetWorkspaceInvitationByToken400Response) MarshalJSON ¶

func (*NullableGetWorkspaceInvitationByToken400Response) Set ¶

func (*NullableGetWorkspaceInvitationByToken400Response) UnmarshalJSON ¶

func (*NullableGetWorkspaceInvitationByToken400Response) Unset ¶

type NullableGitHubAuthProviderModelAuthProvider ¶

type NullableGitHubAuthProviderModelAuthProvider struct {
	// contains filtered or unexported fields
}

func (NullableGitHubAuthProviderModelAuthProvider) Get ¶

func (NullableGitHubAuthProviderModelAuthProvider) IsSet ¶

func (NullableGitHubAuthProviderModelAuthProvider) MarshalJSON ¶

func (*NullableGitHubAuthProviderModelAuthProvider) Set ¶

func (*NullableGitHubAuthProviderModelAuthProvider) UnmarshalJSON ¶

func (v *NullableGitHubAuthProviderModelAuthProvider) UnmarshalJSON(src []byte) error

func (*NullableGitHubAuthProviderModelAuthProvider) Unset ¶

type NullableGitLabAuthProviderModelAuthProvider ¶

type NullableGitLabAuthProviderModelAuthProvider struct {
	// contains filtered or unexported fields
}

func (NullableGitLabAuthProviderModelAuthProvider) Get ¶

func (NullableGitLabAuthProviderModelAuthProvider) IsSet ¶

func (NullableGitLabAuthProviderModelAuthProvider) MarshalJSON ¶

func (*NullableGitLabAuthProviderModelAuthProvider) Set ¶

func (*NullableGitLabAuthProviderModelAuthProvider) UnmarshalJSON ¶

func (v *NullableGitLabAuthProviderModelAuthProvider) UnmarshalJSON(src []byte) error

func (*NullableGitLabAuthProviderModelAuthProvider) Unset ¶

type NullableGoogleAuthProviderModelAuthProvider ¶

type NullableGoogleAuthProviderModelAuthProvider struct {
	// contains filtered or unexported fields
}

func (NullableGoogleAuthProviderModelAuthProvider) Get ¶

func (NullableGoogleAuthProviderModelAuthProvider) IsSet ¶

func (NullableGoogleAuthProviderModelAuthProvider) MarshalJSON ¶

func (*NullableGoogleAuthProviderModelAuthProvider) Set ¶

func (*NullableGoogleAuthProviderModelAuthProvider) UnmarshalJSON ¶

func (v *NullableGoogleAuthProviderModelAuthProvider) UnmarshalJSON(src []byte) error

func (*NullableGoogleAuthProviderModelAuthProvider) Unset ¶

type NullableGridViewCreateView ¶

type NullableGridViewCreateView struct {
	// contains filtered or unexported fields
}

func NewNullableGridViewCreateView ¶

func NewNullableGridViewCreateView(val *GridViewCreateView) *NullableGridViewCreateView

func (NullableGridViewCreateView) Get ¶

func (NullableGridViewCreateView) IsSet ¶

func (v NullableGridViewCreateView) IsSet() bool

func (NullableGridViewCreateView) MarshalJSON ¶

func (v NullableGridViewCreateView) MarshalJSON() ([]byte, error)

func (*NullableGridViewCreateView) Set ¶

func (*NullableGridViewCreateView) UnmarshalJSON ¶

func (v *NullableGridViewCreateView) UnmarshalJSON(src []byte) error

func (*NullableGridViewCreateView) Unset ¶

func (v *NullableGridViewCreateView) Unset()

type NullableGridViewFieldOptions ¶

type NullableGridViewFieldOptions struct {
	// contains filtered or unexported fields
}

func (NullableGridViewFieldOptions) Get ¶

func (NullableGridViewFieldOptions) IsSet ¶

func (NullableGridViewFieldOptions) MarshalJSON ¶

func (v NullableGridViewFieldOptions) MarshalJSON() ([]byte, error)

func (*NullableGridViewFieldOptions) Set ¶

func (*NullableGridViewFieldOptions) UnmarshalJSON ¶

func (v *NullableGridViewFieldOptions) UnmarshalJSON(src []byte) error

func (*NullableGridViewFieldOptions) Unset ¶

func (v *NullableGridViewFieldOptions) Unset()

type NullableGridViewFieldOptionsAggregationRawType ¶

type NullableGridViewFieldOptionsAggregationRawType struct {
	// contains filtered or unexported fields
}

func (NullableGridViewFieldOptionsAggregationRawType) Get ¶

func (NullableGridViewFieldOptionsAggregationRawType) IsSet ¶

func (NullableGridViewFieldOptionsAggregationRawType) MarshalJSON ¶

func (*NullableGridViewFieldOptionsAggregationRawType) Set ¶

func (*NullableGridViewFieldOptionsAggregationRawType) UnmarshalJSON ¶

func (*NullableGridViewFieldOptionsAggregationRawType) Unset ¶

type NullableGridViewFilter ¶

type NullableGridViewFilter struct {
	// contains filtered or unexported fields
}

func NewNullableGridViewFilter ¶

func NewNullableGridViewFilter(val *GridViewFilter) *NullableGridViewFilter

func (NullableGridViewFilter) Get ¶

func (NullableGridViewFilter) IsSet ¶

func (v NullableGridViewFilter) IsSet() bool

func (NullableGridViewFilter) MarshalJSON ¶

func (v NullableGridViewFilter) MarshalJSON() ([]byte, error)

func (*NullableGridViewFilter) Set ¶

func (*NullableGridViewFilter) UnmarshalJSON ¶

func (v *NullableGridViewFilter) UnmarshalJSON(src []byte) error

func (*NullableGridViewFilter) Unset ¶

func (v *NullableGridViewFilter) Unset()

type NullableGridViewUpdate ¶

type NullableGridViewUpdate struct {
	// contains filtered or unexported fields
}

func NewNullableGridViewUpdate ¶

func NewNullableGridViewUpdate(val *GridViewUpdate) *NullableGridViewUpdate

func (NullableGridViewUpdate) Get ¶

func (NullableGridViewUpdate) IsSet ¶

func (v NullableGridViewUpdate) IsSet() bool

func (NullableGridViewUpdate) MarshalJSON ¶

func (v NullableGridViewUpdate) MarshalJSON() ([]byte, error)

func (*NullableGridViewUpdate) Set ¶

func (*NullableGridViewUpdate) UnmarshalJSON ¶

func (v *NullableGridViewUpdate) UnmarshalJSON(src []byte) error

func (*NullableGridViewUpdate) Unset ¶

func (v *NullableGridViewUpdate) Unset()

type NullableGridViewView ¶

type NullableGridViewView struct {
	// contains filtered or unexported fields
}

func NewNullableGridViewView ¶

func NewNullableGridViewView(val *GridViewView) *NullableGridViewView

func (NullableGridViewView) Get ¶

func (NullableGridViewView) IsSet ¶

func (v NullableGridViewView) IsSet() bool

func (NullableGridViewView) MarshalJSON ¶

func (v NullableGridViewView) MarshalJSON() ([]byte, error)

func (*NullableGridViewView) Set ¶

func (v *NullableGridViewView) Set(val *GridViewView)

func (*NullableGridViewView) UnmarshalJSON ¶

func (v *NullableGridViewView) UnmarshalJSON(src []byte) error

func (*NullableGridViewView) Unset ¶

func (v *NullableGridViewView) Unset()

type NullableIdEnum ¶

type NullableIdEnum struct {
	// contains filtered or unexported fields
}

func NewNullableIdEnum ¶

func NewNullableIdEnum(val *IdEnum) *NullableIdEnum

func (NullableIdEnum) Get ¶

func (v NullableIdEnum) Get() *IdEnum

func (NullableIdEnum) IsSet ¶

func (v NullableIdEnum) IsSet() bool

func (NullableIdEnum) MarshalJSON ¶

func (v NullableIdEnum) MarshalJSON() ([]byte, error)

func (*NullableIdEnum) Set ¶

func (v *NullableIdEnum) Set(val *IdEnum)

func (*NullableIdEnum) UnmarshalJSON ¶

func (v *NullableIdEnum) UnmarshalJSON(src []byte) error

func (*NullableIdEnum) Unset ¶

func (v *NullableIdEnum) Unset()

type NullableInstallTemplateJobJob ¶

type NullableInstallTemplateJobJob struct {
	// contains filtered or unexported fields
}

func (NullableInstallTemplateJobJob) Get ¶

func (NullableInstallTemplateJobJob) IsSet ¶

func (NullableInstallTemplateJobJob) MarshalJSON ¶

func (v NullableInstallTemplateJobJob) MarshalJSON() ([]byte, error)

func (*NullableInstallTemplateJobJob) Set ¶

func (*NullableInstallTemplateJobJob) UnmarshalJSON ¶

func (v *NullableInstallTemplateJobJob) UnmarshalJSON(src []byte) error

func (*NullableInstallTemplateJobJob) Unset ¶

func (v *NullableInstallTemplateJobJob) Unset()

type NullableInstanceId ¶

type NullableInstanceId struct {
	// contains filtered or unexported fields
}

func NewNullableInstanceId ¶

func NewNullableInstanceId(val *InstanceId) *NullableInstanceId

func (NullableInstanceId) Get ¶

func (v NullableInstanceId) Get() *InstanceId

func (NullableInstanceId) IsSet ¶

func (v NullableInstanceId) IsSet() bool

func (NullableInstanceId) MarshalJSON ¶

func (v NullableInstanceId) MarshalJSON() ([]byte, error)

func (*NullableInstanceId) Set ¶

func (v *NullableInstanceId) Set(val *InstanceId)

func (*NullableInstanceId) UnmarshalJSON ¶

func (v *NullableInstanceId) UnmarshalJSON(src []byte) error

func (*NullableInstanceId) Unset ¶

func (v *NullableInstanceId) 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 NullableJob ¶

type NullableJob struct {
	// contains filtered or unexported fields
}

func NewNullableJob ¶

func NewNullableJob(val *Job) *NullableJob

func (NullableJob) Get ¶

func (v NullableJob) Get() *Job

func (NullableJob) IsSet ¶

func (v NullableJob) IsSet() bool

func (NullableJob) MarshalJSON ¶

func (v NullableJob) MarshalJSON() ([]byte, error)

func (*NullableJob) Set ¶

func (v *NullableJob) Set(val *Job)

func (*NullableJob) UnmarshalJSON ¶

func (v *NullableJob) UnmarshalJSON(src []byte) error

func (*NullableJob) Unset ¶

func (v *NullableJob) Unset()

type NullableJobTypeCreateJob ¶

type NullableJobTypeCreateJob struct {
	// contains filtered or unexported fields
}

func NewNullableJobTypeCreateJob ¶

func NewNullableJobTypeCreateJob(val *JobTypeCreateJob) *NullableJobTypeCreateJob

func (NullableJobTypeCreateJob) Get ¶

func (NullableJobTypeCreateJob) IsSet ¶

func (v NullableJobTypeCreateJob) IsSet() bool

func (NullableJobTypeCreateJob) MarshalJSON ¶

func (v NullableJobTypeCreateJob) MarshalJSON() ([]byte, error)

func (*NullableJobTypeCreateJob) Set ¶

func (*NullableJobTypeCreateJob) UnmarshalJSON ¶

func (v *NullableJobTypeCreateJob) UnmarshalJSON(src []byte) error

func (*NullableJobTypeCreateJob) Unset ¶

func (v *NullableJobTypeCreateJob) Unset()

type NullableKanbanViewCreateView ¶

type NullableKanbanViewCreateView struct {
	// contains filtered or unexported fields
}

func (NullableKanbanViewCreateView) Get ¶

func (NullableKanbanViewCreateView) IsSet ¶

func (NullableKanbanViewCreateView) MarshalJSON ¶

func (v NullableKanbanViewCreateView) MarshalJSON() ([]byte, error)

func (*NullableKanbanViewCreateView) Set ¶

func (*NullableKanbanViewCreateView) UnmarshalJSON ¶

func (v *NullableKanbanViewCreateView) UnmarshalJSON(src []byte) error

func (*NullableKanbanViewCreateView) Unset ¶

func (v *NullableKanbanViewCreateView) Unset()

type NullableKanbanViewExampleResponse ¶

type NullableKanbanViewExampleResponse struct {
	// contains filtered or unexported fields
}

func (NullableKanbanViewExampleResponse) Get ¶

func (NullableKanbanViewExampleResponse) IsSet ¶

func (NullableKanbanViewExampleResponse) MarshalJSON ¶

func (v NullableKanbanViewExampleResponse) MarshalJSON() ([]byte, error)

func (*NullableKanbanViewExampleResponse) Set ¶

func (*NullableKanbanViewExampleResponse) UnmarshalJSON ¶

func (v *NullableKanbanViewExampleResponse) UnmarshalJSON(src []byte) error

func (*NullableKanbanViewExampleResponse) Unset ¶

type NullableKanbanViewExampleResponseOPTIONID ¶

type NullableKanbanViewExampleResponseOPTIONID struct {
	// contains filtered or unexported fields
}

func (NullableKanbanViewExampleResponseOPTIONID) Get ¶

func (NullableKanbanViewExampleResponseOPTIONID) IsSet ¶

func (NullableKanbanViewExampleResponseOPTIONID) MarshalJSON ¶

func (*NullableKanbanViewExampleResponseOPTIONID) Set ¶

func (*NullableKanbanViewExampleResponseOPTIONID) UnmarshalJSON ¶

func (v *NullableKanbanViewExampleResponseOPTIONID) UnmarshalJSON(src []byte) error

func (*NullableKanbanViewExampleResponseOPTIONID) Unset ¶

type NullableKanbanViewExampleResponseStack ¶

type NullableKanbanViewExampleResponseStack struct {
	// contains filtered or unexported fields
}

func (NullableKanbanViewExampleResponseStack) Get ¶

func (NullableKanbanViewExampleResponseStack) IsSet ¶

func (NullableKanbanViewExampleResponseStack) MarshalJSON ¶

func (v NullableKanbanViewExampleResponseStack) MarshalJSON() ([]byte, error)

func (*NullableKanbanViewExampleResponseStack) Set ¶

func (*NullableKanbanViewExampleResponseStack) UnmarshalJSON ¶

func (v *NullableKanbanViewExampleResponseStack) UnmarshalJSON(src []byte) error

func (*NullableKanbanViewExampleResponseStack) Unset ¶

type NullableKanbanViewFieldOptions ¶

type NullableKanbanViewFieldOptions struct {
	// contains filtered or unexported fields
}

func (NullableKanbanViewFieldOptions) Get ¶

func (NullableKanbanViewFieldOptions) IsSet ¶

func (NullableKanbanViewFieldOptions) MarshalJSON ¶

func (v NullableKanbanViewFieldOptions) MarshalJSON() ([]byte, error)

func (*NullableKanbanViewFieldOptions) Set ¶

func (*NullableKanbanViewFieldOptions) UnmarshalJSON ¶

func (v *NullableKanbanViewFieldOptions) UnmarshalJSON(src []byte) error

func (*NullableKanbanViewFieldOptions) Unset ¶

func (v *NullableKanbanViewFieldOptions) Unset()

type NullableKanbanViewUpdate ¶

type NullableKanbanViewUpdate struct {
	// contains filtered or unexported fields
}

func NewNullableKanbanViewUpdate ¶

func NewNullableKanbanViewUpdate(val *KanbanViewUpdate) *NullableKanbanViewUpdate

func (NullableKanbanViewUpdate) Get ¶

func (NullableKanbanViewUpdate) IsSet ¶

func (v NullableKanbanViewUpdate) IsSet() bool

func (NullableKanbanViewUpdate) MarshalJSON ¶

func (v NullableKanbanViewUpdate) MarshalJSON() ([]byte, error)

func (*NullableKanbanViewUpdate) Set ¶

func (*NullableKanbanViewUpdate) UnmarshalJSON ¶

func (v *NullableKanbanViewUpdate) UnmarshalJSON(src []byte) error

func (*NullableKanbanViewUpdate) Unset ¶

func (v *NullableKanbanViewUpdate) Unset()

type NullableKanbanViewView ¶

type NullableKanbanViewView struct {
	// contains filtered or unexported fields
}

func NewNullableKanbanViewView ¶

func NewNullableKanbanViewView(val *KanbanViewView) *NullableKanbanViewView

func (NullableKanbanViewView) Get ¶

func (NullableKanbanViewView) IsSet ¶

func (v NullableKanbanViewView) IsSet() bool

func (NullableKanbanViewView) MarshalJSON ¶

func (v NullableKanbanViewView) MarshalJSON() ([]byte, error)

func (*NullableKanbanViewView) Set ¶

func (*NullableKanbanViewView) UnmarshalJSON ¶

func (v *NullableKanbanViewView) UnmarshalJSON(src []byte) error

func (*NullableKanbanViewView) Unset ¶

func (v *NullableKanbanViewView) Unset()

type NullableLastModifiedFieldCreateField ¶

type NullableLastModifiedFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableLastModifiedFieldCreateField) Get ¶

func (NullableLastModifiedFieldCreateField) IsSet ¶

func (NullableLastModifiedFieldCreateField) MarshalJSON ¶

func (v NullableLastModifiedFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableLastModifiedFieldCreateField) Set ¶

func (*NullableLastModifiedFieldCreateField) UnmarshalJSON ¶

func (v *NullableLastModifiedFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableLastModifiedFieldCreateField) Unset ¶

type NullableLastModifiedFieldField ¶

type NullableLastModifiedFieldField struct {
	// contains filtered or unexported fields
}

func (NullableLastModifiedFieldField) Get ¶

func (NullableLastModifiedFieldField) IsSet ¶

func (NullableLastModifiedFieldField) MarshalJSON ¶

func (v NullableLastModifiedFieldField) MarshalJSON() ([]byte, error)

func (*NullableLastModifiedFieldField) Set ¶

func (*NullableLastModifiedFieldField) UnmarshalJSON ¶

func (v *NullableLastModifiedFieldField) UnmarshalJSON(src []byte) error

func (*NullableLastModifiedFieldField) Unset ¶

func (v *NullableLastModifiedFieldField) Unset()

type NullableLastModifiedFieldFieldSerializerWithRelatedFields ¶

type NullableLastModifiedFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableLastModifiedFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableLastModifiedFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableLastModifiedFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableLastModifiedFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableLastModifiedFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableLastModifiedFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableLeaveWorkspace400Response ¶

type NullableLeaveWorkspace400Response struct {
	// contains filtered or unexported fields
}

func (NullableLeaveWorkspace400Response) Get ¶

func (NullableLeaveWorkspace400Response) IsSet ¶

func (NullableLeaveWorkspace400Response) MarshalJSON ¶

func (v NullableLeaveWorkspace400Response) MarshalJSON() ([]byte, error)

func (*NullableLeaveWorkspace400Response) Set ¶

func (*NullableLeaveWorkspace400Response) UnmarshalJSON ¶

func (v *NullableLeaveWorkspace400Response) UnmarshalJSON(src []byte) error

func (*NullableLeaveWorkspace400Response) Unset ¶

type NullableLicense ¶

type NullableLicense struct {
	// contains filtered or unexported fields
}

func NewNullableLicense ¶

func NewNullableLicense(val *License) *NullableLicense

func (NullableLicense) Get ¶

func (v NullableLicense) Get() *License

func (NullableLicense) IsSet ¶

func (v NullableLicense) IsSet() bool

func (NullableLicense) MarshalJSON ¶

func (v NullableLicense) MarshalJSON() ([]byte, error)

func (*NullableLicense) Set ¶

func (v *NullableLicense) Set(val *License)

func (*NullableLicense) UnmarshalJSON ¶

func (v *NullableLicense) UnmarshalJSON(src []byte) error

func (*NullableLicense) Unset ¶

func (v *NullableLicense) Unset()

type NullableLicenseUser ¶

type NullableLicenseUser struct {
	// contains filtered or unexported fields
}

func NewNullableLicenseUser ¶

func NewNullableLicenseUser(val *LicenseUser) *NullableLicenseUser

func (NullableLicenseUser) Get ¶

func (NullableLicenseUser) IsSet ¶

func (v NullableLicenseUser) IsSet() bool

func (NullableLicenseUser) MarshalJSON ¶

func (v NullableLicenseUser) MarshalJSON() ([]byte, error)

func (*NullableLicenseUser) Set ¶

func (v *NullableLicenseUser) Set(val *LicenseUser)

func (*NullableLicenseUser) UnmarshalJSON ¶

func (v *NullableLicenseUser) UnmarshalJSON(src []byte) error

func (*NullableLicenseUser) Unset ¶

func (v *NullableLicenseUser) Unset()

type NullableLicenseUserLookup ¶

type NullableLicenseUserLookup struct {
	// contains filtered or unexported fields
}

func NewNullableLicenseUserLookup ¶

func NewNullableLicenseUserLookup(val *LicenseUserLookup) *NullableLicenseUserLookup

func (NullableLicenseUserLookup) Get ¶

func (NullableLicenseUserLookup) IsSet ¶

func (v NullableLicenseUserLookup) IsSet() bool

func (NullableLicenseUserLookup) MarshalJSON ¶

func (v NullableLicenseUserLookup) MarshalJSON() ([]byte, error)

func (*NullableLicenseUserLookup) Set ¶

func (*NullableLicenseUserLookup) UnmarshalJSON ¶

func (v *NullableLicenseUserLookup) UnmarshalJSON(src []byte) error

func (*NullableLicenseUserLookup) Unset ¶

func (v *NullableLicenseUserLookup) Unset()

type NullableLicenseWithUsers ¶

type NullableLicenseWithUsers struct {
	// contains filtered or unexported fields
}

func NewNullableLicenseWithUsers ¶

func NewNullableLicenseWithUsers(val *LicenseWithUsers) *NullableLicenseWithUsers

func (NullableLicenseWithUsers) Get ¶

func (NullableLicenseWithUsers) IsSet ¶

func (v NullableLicenseWithUsers) IsSet() bool

func (NullableLicenseWithUsers) MarshalJSON ¶

func (v NullableLicenseWithUsers) MarshalJSON() ([]byte, error)

func (*NullableLicenseWithUsers) Set ¶

func (*NullableLicenseWithUsers) UnmarshalJSON ¶

func (v *NullableLicenseWithUsers) UnmarshalJSON(src []byte) error

func (*NullableLicenseWithUsers) Unset ¶

func (v *NullableLicenseWithUsers) Unset()

type NullableLinkRowFieldCreateField ¶

type NullableLinkRowFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableLinkRowFieldCreateField) Get ¶

func (NullableLinkRowFieldCreateField) IsSet ¶

func (NullableLinkRowFieldCreateField) MarshalJSON ¶

func (v NullableLinkRowFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableLinkRowFieldCreateField) Set ¶

func (*NullableLinkRowFieldCreateField) UnmarshalJSON ¶

func (v *NullableLinkRowFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableLinkRowFieldCreateField) Unset ¶

type NullableLinkRowFieldField ¶

type NullableLinkRowFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableLinkRowFieldField ¶

func NewNullableLinkRowFieldField(val *LinkRowFieldField) *NullableLinkRowFieldField

func (NullableLinkRowFieldField) Get ¶

func (NullableLinkRowFieldField) IsSet ¶

func (v NullableLinkRowFieldField) IsSet() bool

func (NullableLinkRowFieldField) MarshalJSON ¶

func (v NullableLinkRowFieldField) MarshalJSON() ([]byte, error)

func (*NullableLinkRowFieldField) Set ¶

func (*NullableLinkRowFieldField) UnmarshalJSON ¶

func (v *NullableLinkRowFieldField) UnmarshalJSON(src []byte) error

func (*NullableLinkRowFieldField) Unset ¶

func (v *NullableLinkRowFieldField) Unset()

type NullableLinkRowFieldFieldSerializerWithRelatedFields ¶

type NullableLinkRowFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableLinkRowFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableLinkRowFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableLinkRowFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableLinkRowFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableLinkRowFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableLinkRowFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableLinkRowValue ¶

type NullableLinkRowValue struct {
	// contains filtered or unexported fields
}

func NewNullableLinkRowValue ¶

func NewNullableLinkRowValue(val *LinkRowValue) *NullableLinkRowValue

func (NullableLinkRowValue) Get ¶

func (NullableLinkRowValue) IsSet ¶

func (v NullableLinkRowValue) IsSet() bool

func (NullableLinkRowValue) MarshalJSON ¶

func (v NullableLinkRowValue) MarshalJSON() ([]byte, error)

func (*NullableLinkRowValue) Set ¶

func (v *NullableLinkRowValue) Set(val *LinkRowValue)

func (*NullableLinkRowValue) UnmarshalJSON ¶

func (v *NullableLinkRowValue) UnmarshalJSON(src []byte) error

func (*NullableLinkRowValue) Unset ¶

func (v *NullableLinkRowValue) Unset()

type NullableListDatabaseTableFields401Response ¶

type NullableListDatabaseTableFields401Response struct {
	// contains filtered or unexported fields
}

func (NullableListDatabaseTableFields401Response) Get ¶

func (NullableListDatabaseTableFields401Response) IsSet ¶

func (NullableListDatabaseTableFields401Response) MarshalJSON ¶

func (*NullableListDatabaseTableFields401Response) Set ¶

func (*NullableListDatabaseTableFields401Response) UnmarshalJSON ¶

func (v *NullableListDatabaseTableFields401Response) UnmarshalJSON(src []byte) error

func (*NullableListDatabaseTableFields401Response) Unset ¶

type NullableListDatabaseTableFields404Response ¶

type NullableListDatabaseTableFields404Response struct {
	// contains filtered or unexported fields
}

func (NullableListDatabaseTableFields404Response) Get ¶

func (NullableListDatabaseTableFields404Response) IsSet ¶

func (NullableListDatabaseTableFields404Response) MarshalJSON ¶

func (*NullableListDatabaseTableFields404Response) Set ¶

func (*NullableListDatabaseTableFields404Response) UnmarshalJSON ¶

func (v *NullableListDatabaseTableFields404Response) UnmarshalJSON(src []byte) error

func (*NullableListDatabaseTableFields404Response) Unset ¶

type NullableListDatabaseTableRowNames200Response ¶

type NullableListDatabaseTableRowNames200Response struct {
	// contains filtered or unexported fields
}

func (NullableListDatabaseTableRowNames200Response) Get ¶

func (NullableListDatabaseTableRowNames200Response) IsSet ¶

func (NullableListDatabaseTableRowNames200Response) MarshalJSON ¶

func (*NullableListDatabaseTableRowNames200Response) Set ¶

func (*NullableListDatabaseTableRowNames200Response) UnmarshalJSON ¶

func (*NullableListDatabaseTableRowNames200Response) Unset ¶

type NullableListDatabaseTableRowNames200ResponseTableId ¶

type NullableListDatabaseTableRowNames200ResponseTableId struct {
	// contains filtered or unexported fields
}

func (NullableListDatabaseTableRowNames200ResponseTableId) Get ¶

func (NullableListDatabaseTableRowNames200ResponseTableId) IsSet ¶

func (NullableListDatabaseTableRowNames200ResponseTableId) MarshalJSON ¶

func (*NullableListDatabaseTableRowNames200ResponseTableId) Set ¶

func (*NullableListDatabaseTableRowNames200ResponseTableId) UnmarshalJSON ¶

func (*NullableListDatabaseTableRowNames200ResponseTableId) Unset ¶

type NullableListDatabaseTableRows400Response ¶

type NullableListDatabaseTableRows400Response struct {
	// contains filtered or unexported fields
}

func (NullableListDatabaseTableRows400Response) Get ¶

func (NullableListDatabaseTableRows400Response) IsSet ¶

func (NullableListDatabaseTableRows400Response) MarshalJSON ¶

func (*NullableListDatabaseTableRows400Response) Set ¶

func (*NullableListDatabaseTableRows400Response) UnmarshalJSON ¶

func (v *NullableListDatabaseTableRows400Response) UnmarshalJSON(src []byte) error

func (*NullableListDatabaseTableRows400Response) Unset ¶

type NullableListDatabaseTableRows404Response ¶

type NullableListDatabaseTableRows404Response struct {
	// contains filtered or unexported fields
}

func (NullableListDatabaseTableRows404Response) Get ¶

func (NullableListDatabaseTableRows404Response) IsSet ¶

func (NullableListDatabaseTableRows404Response) MarshalJSON ¶

func (*NullableListDatabaseTableRows404Response) Set ¶

func (*NullableListDatabaseTableRows404Response) UnmarshalJSON ¶

func (v *NullableListDatabaseTableRows404Response) UnmarshalJSON(src []byte) error

func (*NullableListDatabaseTableRows404Response) Unset ¶

type NullableListDatabaseTables404Response ¶

type NullableListDatabaseTables404Response struct {
	// contains filtered or unexported fields
}

func (NullableListDatabaseTables404Response) Get ¶

func (NullableListDatabaseTables404Response) IsSet ¶

func (NullableListDatabaseTables404Response) MarshalJSON ¶

func (v NullableListDatabaseTables404Response) MarshalJSON() ([]byte, error)

func (*NullableListDatabaseTables404Response) Set ¶

func (*NullableListDatabaseTables404Response) UnmarshalJSON ¶

func (v *NullableListDatabaseTables404Response) UnmarshalJSON(src []byte) error

func (*NullableListDatabaseTables404Response) Unset ¶

type NullableListWorkspaceUsers400Response ¶

type NullableListWorkspaceUsers400Response struct {
	// contains filtered or unexported fields
}

func (NullableListWorkspaceUsers400Response) Get ¶

func (NullableListWorkspaceUsers400Response) IsSet ¶

func (NullableListWorkspaceUsers400Response) MarshalJSON ¶

func (v NullableListWorkspaceUsers400Response) MarshalJSON() ([]byte, error)

func (*NullableListWorkspaceUsers400Response) Set ¶

func (*NullableListWorkspaceUsers400Response) UnmarshalJSON ¶

func (v *NullableListWorkspaceUsers400Response) UnmarshalJSON(src []byte) error

func (*NullableListWorkspaceUsers400Response) Unset ¶

type NullableListWorkspaceUsersWithMemberData ¶

type NullableListWorkspaceUsersWithMemberData struct {
	// contains filtered or unexported fields
}

func (NullableListWorkspaceUsersWithMemberData) Get ¶

func (NullableListWorkspaceUsersWithMemberData) IsSet ¶

func (NullableListWorkspaceUsersWithMemberData) MarshalJSON ¶

func (*NullableListWorkspaceUsersWithMemberData) Set ¶

func (*NullableListWorkspaceUsersWithMemberData) UnmarshalJSON ¶

func (v *NullableListWorkspaceUsersWithMemberData) UnmarshalJSON(src []byte) error

func (*NullableListWorkspaceUsersWithMemberData) Unset ¶

type NullableLongTextFieldCreateField ¶

type NullableLongTextFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableLongTextFieldCreateField) Get ¶

func (NullableLongTextFieldCreateField) IsSet ¶

func (NullableLongTextFieldCreateField) MarshalJSON ¶

func (v NullableLongTextFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableLongTextFieldCreateField) Set ¶

func (*NullableLongTextFieldCreateField) UnmarshalJSON ¶

func (v *NullableLongTextFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableLongTextFieldCreateField) Unset ¶

type NullableLongTextFieldField ¶

type NullableLongTextFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableLongTextFieldField ¶

func NewNullableLongTextFieldField(val *LongTextFieldField) *NullableLongTextFieldField

func (NullableLongTextFieldField) Get ¶

func (NullableLongTextFieldField) IsSet ¶

func (v NullableLongTextFieldField) IsSet() bool

func (NullableLongTextFieldField) MarshalJSON ¶

func (v NullableLongTextFieldField) MarshalJSON() ([]byte, error)

func (*NullableLongTextFieldField) Set ¶

func (*NullableLongTextFieldField) UnmarshalJSON ¶

func (v *NullableLongTextFieldField) UnmarshalJSON(src []byte) error

func (*NullableLongTextFieldField) Unset ¶

func (v *NullableLongTextFieldField) Unset()

type NullableLongTextFieldFieldSerializerWithRelatedFields ¶

type NullableLongTextFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableLongTextFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableLongTextFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableLongTextFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableLongTextFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableLongTextFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableLongTextFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableLookupFieldCreateField ¶

type NullableLookupFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableLookupFieldCreateField) Get ¶

func (NullableLookupFieldCreateField) IsSet ¶

func (NullableLookupFieldCreateField) MarshalJSON ¶

func (v NullableLookupFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableLookupFieldCreateField) Set ¶

func (*NullableLookupFieldCreateField) UnmarshalJSON ¶

func (v *NullableLookupFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableLookupFieldCreateField) Unset ¶

func (v *NullableLookupFieldCreateField) Unset()

type NullableLookupFieldField ¶

type NullableLookupFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableLookupFieldField ¶

func NewNullableLookupFieldField(val *LookupFieldField) *NullableLookupFieldField

func (NullableLookupFieldField) Get ¶

func (NullableLookupFieldField) IsSet ¶

func (v NullableLookupFieldField) IsSet() bool

func (NullableLookupFieldField) MarshalJSON ¶

func (v NullableLookupFieldField) MarshalJSON() ([]byte, error)

func (*NullableLookupFieldField) Set ¶

func (*NullableLookupFieldField) UnmarshalJSON ¶

func (v *NullableLookupFieldField) UnmarshalJSON(src []byte) error

func (*NullableLookupFieldField) Unset ¶

func (v *NullableLookupFieldField) Unset()

type NullableLookupFieldFieldSerializerWithRelatedFields ¶

type NullableLookupFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableLookupFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableLookupFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableLookupFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableLookupFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableLookupFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableLookupFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableModeEnum ¶

type NullableModeEnum struct {
	// contains filtered or unexported fields
}

func NewNullableModeEnum ¶

func NewNullableModeEnum(val *ModeEnum) *NullableModeEnum

func (NullableModeEnum) Get ¶

func (v NullableModeEnum) Get() *ModeEnum

func (NullableModeEnum) IsSet ¶

func (v NullableModeEnum) IsSet() bool

func (NullableModeEnum) MarshalJSON ¶

func (v NullableModeEnum) MarshalJSON() ([]byte, error)

func (*NullableModeEnum) Set ¶

func (v *NullableModeEnum) Set(val *ModeEnum)

func (*NullableModeEnum) UnmarshalJSON ¶

func (v *NullableModeEnum) UnmarshalJSON(src []byte) error

func (*NullableModeEnum) Unset ¶

func (v *NullableModeEnum) Unset()

type NullableMultipleCollaboratorsFieldCreateField ¶

type NullableMultipleCollaboratorsFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableMultipleCollaboratorsFieldCreateField) Get ¶

func (NullableMultipleCollaboratorsFieldCreateField) IsSet ¶

func (NullableMultipleCollaboratorsFieldCreateField) MarshalJSON ¶

func (*NullableMultipleCollaboratorsFieldCreateField) Set ¶

func (*NullableMultipleCollaboratorsFieldCreateField) UnmarshalJSON ¶

func (*NullableMultipleCollaboratorsFieldCreateField) Unset ¶

type NullableMultipleCollaboratorsFieldField ¶

type NullableMultipleCollaboratorsFieldField struct {
	// contains filtered or unexported fields
}

func (NullableMultipleCollaboratorsFieldField) Get ¶

func (NullableMultipleCollaboratorsFieldField) IsSet ¶

func (NullableMultipleCollaboratorsFieldField) MarshalJSON ¶

func (v NullableMultipleCollaboratorsFieldField) MarshalJSON() ([]byte, error)

func (*NullableMultipleCollaboratorsFieldField) Set ¶

func (*NullableMultipleCollaboratorsFieldField) UnmarshalJSON ¶

func (v *NullableMultipleCollaboratorsFieldField) UnmarshalJSON(src []byte) error

func (*NullableMultipleCollaboratorsFieldField) Unset ¶

type NullableMultipleCollaboratorsFieldFieldSerializerWithRelatedFields ¶

type NullableMultipleCollaboratorsFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableMultipleCollaboratorsFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableMultipleCollaboratorsFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableMultipleCollaboratorsFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableMultipleCollaboratorsFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableMultipleCollaboratorsFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableMultipleCollaboratorsFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableMultipleSelectFieldCreateField ¶

type NullableMultipleSelectFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableMultipleSelectFieldCreateField) Get ¶

func (NullableMultipleSelectFieldCreateField) IsSet ¶

func (NullableMultipleSelectFieldCreateField) MarshalJSON ¶

func (v NullableMultipleSelectFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableMultipleSelectFieldCreateField) Set ¶

func (*NullableMultipleSelectFieldCreateField) UnmarshalJSON ¶

func (v *NullableMultipleSelectFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableMultipleSelectFieldCreateField) Unset ¶

type NullableMultipleSelectFieldField ¶

type NullableMultipleSelectFieldField struct {
	// contains filtered or unexported fields
}

func (NullableMultipleSelectFieldField) Get ¶

func (NullableMultipleSelectFieldField) IsSet ¶

func (NullableMultipleSelectFieldField) MarshalJSON ¶

func (v NullableMultipleSelectFieldField) MarshalJSON() ([]byte, error)

func (*NullableMultipleSelectFieldField) Set ¶

func (*NullableMultipleSelectFieldField) UnmarshalJSON ¶

func (v *NullableMultipleSelectFieldField) UnmarshalJSON(src []byte) error

func (*NullableMultipleSelectFieldField) Unset ¶

type NullableMultipleSelectFieldFieldSerializerWithRelatedFields ¶

type NullableMultipleSelectFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableMultipleSelectFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableMultipleSelectFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableMultipleSelectFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableMultipleSelectFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableMultipleSelectFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableMultipleSelectFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableNullEnum ¶

type NullableNullEnum struct {
	// contains filtered or unexported fields
}

func NewNullableNullEnum ¶

func NewNullableNullEnum(val *NullEnum) *NullableNullEnum

func (NullableNullEnum) Get ¶

func (v NullableNullEnum) Get() *NullEnum

func (NullableNullEnum) IsSet ¶

func (v NullableNullEnum) IsSet() bool

func (NullableNullEnum) MarshalJSON ¶

func (v NullableNullEnum) MarshalJSON() ([]byte, error)

func (*NullableNullEnum) Set ¶

func (v *NullableNullEnum) Set(val *NullEnum)

func (*NullableNullEnum) UnmarshalJSON ¶

func (v *NullableNullEnum) UnmarshalJSON(src []byte) error

func (*NullableNullEnum) Unset ¶

func (v *NullableNullEnum) Unset()

type NullableNumberDecimalPlacesEnum ¶

type NullableNumberDecimalPlacesEnum struct {
	// contains filtered or unexported fields
}

func (NullableNumberDecimalPlacesEnum) Get ¶

func (NullableNumberDecimalPlacesEnum) IsSet ¶

func (NullableNumberDecimalPlacesEnum) MarshalJSON ¶

func (v NullableNumberDecimalPlacesEnum) MarshalJSON() ([]byte, error)

func (*NullableNumberDecimalPlacesEnum) Set ¶

func (*NullableNumberDecimalPlacesEnum) UnmarshalJSON ¶

func (v *NullableNumberDecimalPlacesEnum) UnmarshalJSON(src []byte) error

func (*NullableNumberDecimalPlacesEnum) Unset ¶

type NullableNumberFieldCreateField ¶

type NullableNumberFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableNumberFieldCreateField) Get ¶

func (NullableNumberFieldCreateField) IsSet ¶

func (NullableNumberFieldCreateField) MarshalJSON ¶

func (v NullableNumberFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableNumberFieldCreateField) Set ¶

func (*NullableNumberFieldCreateField) UnmarshalJSON ¶

func (v *NullableNumberFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableNumberFieldCreateField) Unset ¶

func (v *NullableNumberFieldCreateField) Unset()

type NullableNumberFieldField ¶

type NullableNumberFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableNumberFieldField ¶

func NewNullableNumberFieldField(val *NumberFieldField) *NullableNumberFieldField

func (NullableNumberFieldField) Get ¶

func (NullableNumberFieldField) IsSet ¶

func (v NullableNumberFieldField) IsSet() bool

func (NullableNumberFieldField) MarshalJSON ¶

func (v NullableNumberFieldField) MarshalJSON() ([]byte, error)

func (*NullableNumberFieldField) Set ¶

func (*NullableNumberFieldField) UnmarshalJSON ¶

func (v *NullableNumberFieldField) UnmarshalJSON(src []byte) error

func (*NullableNumberFieldField) Unset ¶

func (v *NullableNumberFieldField) Unset()

type NullableNumberFieldFieldSerializerWithRelatedFields ¶

type NullableNumberFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableNumberFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableNumberFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableNumberFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableNumberFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableNumberFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableNumberFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableOpenApiRoleAssignment ¶

type NullableOpenApiRoleAssignment struct {
	// contains filtered or unexported fields
}

func (NullableOpenApiRoleAssignment) Get ¶

func (NullableOpenApiRoleAssignment) IsSet ¶

func (NullableOpenApiRoleAssignment) MarshalJSON ¶

func (v NullableOpenApiRoleAssignment) MarshalJSON() ([]byte, error)

func (*NullableOpenApiRoleAssignment) Set ¶

func (*NullableOpenApiRoleAssignment) UnmarshalJSON ¶

func (v *NullableOpenApiRoleAssignment) UnmarshalJSON(src []byte) error

func (*NullableOpenApiRoleAssignment) Unset ¶

func (v *NullableOpenApiRoleAssignment) Unset()

type NullableOpenApiRoleAssignmentSubject ¶

type NullableOpenApiRoleAssignmentSubject struct {
	// contains filtered or unexported fields
}

func (NullableOpenApiRoleAssignmentSubject) Get ¶

func (NullableOpenApiRoleAssignmentSubject) IsSet ¶

func (NullableOpenApiRoleAssignmentSubject) MarshalJSON ¶

func (v NullableOpenApiRoleAssignmentSubject) MarshalJSON() ([]byte, error)

func (*NullableOpenApiRoleAssignmentSubject) Set ¶

func (*NullableOpenApiRoleAssignmentSubject) UnmarshalJSON ¶

func (v *NullableOpenApiRoleAssignmentSubject) UnmarshalJSON(src []byte) error

func (*NullableOpenApiRoleAssignmentSubject) Unset ¶

type NullableOpenApiSubjectField ¶

type NullableOpenApiSubjectField struct {
	// contains filtered or unexported fields
}

func (NullableOpenApiSubjectField) Get ¶

func (NullableOpenApiSubjectField) IsSet ¶

func (NullableOpenApiSubjectField) MarshalJSON ¶

func (v NullableOpenApiSubjectField) MarshalJSON() ([]byte, error)

func (*NullableOpenApiSubjectField) Set ¶

func (*NullableOpenApiSubjectField) UnmarshalJSON ¶

func (v *NullableOpenApiSubjectField) UnmarshalJSON(src []byte) error

func (*NullableOpenApiSubjectField) Unset ¶

func (v *NullableOpenApiSubjectField) Unset()

type NullableOpenIdConnectAuthProviderModelAuthProvider ¶

type NullableOpenIdConnectAuthProviderModelAuthProvider struct {
	// contains filtered or unexported fields
}

func (NullableOpenIdConnectAuthProviderModelAuthProvider) Get ¶

func (NullableOpenIdConnectAuthProviderModelAuthProvider) IsSet ¶

func (NullableOpenIdConnectAuthProviderModelAuthProvider) MarshalJSON ¶

func (*NullableOpenIdConnectAuthProviderModelAuthProvider) Set ¶

func (*NullableOpenIdConnectAuthProviderModelAuthProvider) UnmarshalJSON ¶

func (*NullableOpenIdConnectAuthProviderModelAuthProvider) Unset ¶

type NullableOrderApplications ¶

type NullableOrderApplications struct {
	// contains filtered or unexported fields
}

func NewNullableOrderApplications ¶

func NewNullableOrderApplications(val *OrderApplications) *NullableOrderApplications

func (NullableOrderApplications) Get ¶

func (NullableOrderApplications) IsSet ¶

func (v NullableOrderApplications) IsSet() bool

func (NullableOrderApplications) MarshalJSON ¶

func (v NullableOrderApplications) MarshalJSON() ([]byte, error)

func (*NullableOrderApplications) Set ¶

func (*NullableOrderApplications) UnmarshalJSON ¶

func (v *NullableOrderApplications) UnmarshalJSON(src []byte) error

func (*NullableOrderApplications) Unset ¶

func (v *NullableOrderApplications) Unset()

type NullableOrderDatabaseTables400Response ¶

type NullableOrderDatabaseTables400Response struct {
	// contains filtered or unexported fields
}

func (NullableOrderDatabaseTables400Response) Get ¶

func (NullableOrderDatabaseTables400Response) IsSet ¶

func (NullableOrderDatabaseTables400Response) MarshalJSON ¶

func (v NullableOrderDatabaseTables400Response) MarshalJSON() ([]byte, error)

func (*NullableOrderDatabaseTables400Response) Set ¶

func (*NullableOrderDatabaseTables400Response) UnmarshalJSON ¶

func (v *NullableOrderDatabaseTables400Response) UnmarshalJSON(src []byte) error

func (*NullableOrderDatabaseTables400Response) Unset ¶

type NullableOrderEnum ¶

type NullableOrderEnum struct {
	// contains filtered or unexported fields
}

func NewNullableOrderEnum ¶

func NewNullableOrderEnum(val *OrderEnum) *NullableOrderEnum

func (NullableOrderEnum) Get ¶

func (v NullableOrderEnum) Get() *OrderEnum

func (NullableOrderEnum) IsSet ¶

func (v NullableOrderEnum) IsSet() bool

func (NullableOrderEnum) MarshalJSON ¶

func (v NullableOrderEnum) MarshalJSON() ([]byte, error)

func (*NullableOrderEnum) Set ¶

func (v *NullableOrderEnum) Set(val *OrderEnum)

func (*NullableOrderEnum) UnmarshalJSON ¶

func (v *NullableOrderEnum) UnmarshalJSON(src []byte) error

func (*NullableOrderEnum) Unset ¶

func (v *NullableOrderEnum) Unset()

type NullableOrderTables ¶

type NullableOrderTables struct {
	// contains filtered or unexported fields
}

func NewNullableOrderTables ¶

func NewNullableOrderTables(val *OrderTables) *NullableOrderTables

func (NullableOrderTables) Get ¶

func (NullableOrderTables) IsSet ¶

func (v NullableOrderTables) IsSet() bool

func (NullableOrderTables) MarshalJSON ¶

func (v NullableOrderTables) MarshalJSON() ([]byte, error)

func (*NullableOrderTables) Set ¶

func (v *NullableOrderTables) Set(val *OrderTables)

func (*NullableOrderTables) UnmarshalJSON ¶

func (v *NullableOrderTables) UnmarshalJSON(src []byte) error

func (*NullableOrderTables) Unset ¶

func (v *NullableOrderTables) Unset()

type NullableOrderViews ¶

type NullableOrderViews struct {
	// contains filtered or unexported fields
}

func NewNullableOrderViews ¶

func NewNullableOrderViews(val *OrderViews) *NullableOrderViews

func (NullableOrderViews) Get ¶

func (v NullableOrderViews) Get() *OrderViews

func (NullableOrderViews) IsSet ¶

func (v NullableOrderViews) IsSet() bool

func (NullableOrderViews) MarshalJSON ¶

func (v NullableOrderViews) MarshalJSON() ([]byte, error)

func (*NullableOrderViews) Set ¶

func (v *NullableOrderViews) Set(val *OrderViews)

func (*NullableOrderViews) UnmarshalJSON ¶

func (v *NullableOrderViews) UnmarshalJSON(src []byte) error

func (*NullableOrderViews) Unset ¶

func (v *NullableOrderViews) Unset()

type NullableOrderWorkspaces ¶

type NullableOrderWorkspaces struct {
	// contains filtered or unexported fields
}

func NewNullableOrderWorkspaces ¶

func NewNullableOrderWorkspaces(val *OrderWorkspaces) *NullableOrderWorkspaces

func (NullableOrderWorkspaces) Get ¶

func (NullableOrderWorkspaces) IsSet ¶

func (v NullableOrderWorkspaces) IsSet() bool

func (NullableOrderWorkspaces) MarshalJSON ¶

func (v NullableOrderWorkspaces) MarshalJSON() ([]byte, error)

func (*NullableOrderWorkspaces) Set ¶

func (*NullableOrderWorkspaces) UnmarshalJSON ¶

func (v *NullableOrderWorkspaces) UnmarshalJSON(src []byte) error

func (*NullableOrderWorkspaces) Unset ¶

func (v *NullableOrderWorkspaces) Unset()

type NullableOwnershipTypeEnum ¶

type NullableOwnershipTypeEnum struct {
	// contains filtered or unexported fields
}

func NewNullableOwnershipTypeEnum ¶

func NewNullableOwnershipTypeEnum(val *OwnershipTypeEnum) *NullableOwnershipTypeEnum

func (NullableOwnershipTypeEnum) Get ¶

func (NullableOwnershipTypeEnum) IsSet ¶

func (v NullableOwnershipTypeEnum) IsSet() bool

func (NullableOwnershipTypeEnum) MarshalJSON ¶

func (v NullableOwnershipTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableOwnershipTypeEnum) Set ¶

func (*NullableOwnershipTypeEnum) UnmarshalJSON ¶

func (v *NullableOwnershipTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableOwnershipTypeEnum) Unset ¶

func (v *NullableOwnershipTypeEnum) Unset()

type NullablePaginationSerializerExampleRowResponseSerializerWithUserFieldNames ¶

type NullablePaginationSerializerExampleRowResponseSerializerWithUserFieldNames struct {
	// contains filtered or unexported fields
}

func (NullablePaginationSerializerExampleRowResponseSerializerWithUserFieldNames) Get ¶

func (NullablePaginationSerializerExampleRowResponseSerializerWithUserFieldNames) IsSet ¶

func (NullablePaginationSerializerExampleRowResponseSerializerWithUserFieldNames) MarshalJSON ¶

func (*NullablePaginationSerializerExampleRowResponseSerializerWithUserFieldNames) Set ¶

func (*NullablePaginationSerializerExampleRowResponseSerializerWithUserFieldNames) UnmarshalJSON ¶

func (*NullablePaginationSerializerExampleRowResponseSerializerWithUserFieldNames) Unset ¶

type NullablePaginationSerializerLicenseUserLookup ¶

type NullablePaginationSerializerLicenseUserLookup struct {
	// contains filtered or unexported fields
}

func (NullablePaginationSerializerLicenseUserLookup) Get ¶

func (NullablePaginationSerializerLicenseUserLookup) IsSet ¶

func (NullablePaginationSerializerLicenseUserLookup) MarshalJSON ¶

func (*NullablePaginationSerializerLicenseUserLookup) Set ¶

func (*NullablePaginationSerializerLicenseUserLookup) UnmarshalJSON ¶

func (*NullablePaginationSerializerLicenseUserLookup) Unset ¶

type NullablePaginationSerializerLinkRowValue ¶

type NullablePaginationSerializerLinkRowValue struct {
	// contains filtered or unexported fields
}

func (NullablePaginationSerializerLinkRowValue) Get ¶

func (NullablePaginationSerializerLinkRowValue) IsSet ¶

func (NullablePaginationSerializerLinkRowValue) MarshalJSON ¶

func (*NullablePaginationSerializerLinkRowValue) Set ¶

func (*NullablePaginationSerializerLinkRowValue) UnmarshalJSON ¶

func (v *NullablePaginationSerializerLinkRowValue) UnmarshalJSON(src []byte) error

func (*NullablePaginationSerializerLinkRowValue) Unset ¶

type NullablePaginationSerializerRowComment ¶

type NullablePaginationSerializerRowComment struct {
	// contains filtered or unexported fields
}

func (NullablePaginationSerializerRowComment) Get ¶

func (NullablePaginationSerializerRowComment) IsSet ¶

func (NullablePaginationSerializerRowComment) MarshalJSON ¶

func (v NullablePaginationSerializerRowComment) MarshalJSON() ([]byte, error)

func (*NullablePaginationSerializerRowComment) Set ¶

func (*NullablePaginationSerializerRowComment) UnmarshalJSON ¶

func (v *NullablePaginationSerializerRowComment) UnmarshalJSON(src []byte) error

func (*NullablePaginationSerializerRowComment) Unset ¶

type NullablePaginationSerializerTrashContents ¶

type NullablePaginationSerializerTrashContents struct {
	// contains filtered or unexported fields
}

func (NullablePaginationSerializerTrashContents) Get ¶

func (NullablePaginationSerializerTrashContents) IsSet ¶

func (NullablePaginationSerializerTrashContents) MarshalJSON ¶

func (*NullablePaginationSerializerTrashContents) Set ¶

func (*NullablePaginationSerializerTrashContents) UnmarshalJSON ¶

func (v *NullablePaginationSerializerTrashContents) UnmarshalJSON(src []byte) error

func (*NullablePaginationSerializerTrashContents) Unset ¶

type NullablePaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse ¶

type NullablePaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse struct {
	// contains filtered or unexported fields
}

func (NullablePaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) Get ¶

func (NullablePaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) IsSet ¶

func (NullablePaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) MarshalJSON ¶

func (*NullablePaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) Set ¶

func (*NullablePaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) UnmarshalJSON ¶

func (*NullablePaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) Unset ¶

type NullablePaginationSerializerWithGridViewFieldOptionsExampleRowResponse ¶

type NullablePaginationSerializerWithGridViewFieldOptionsExampleRowResponse struct {
	// contains filtered or unexported fields
}

func (NullablePaginationSerializerWithGridViewFieldOptionsExampleRowResponse) Get ¶

func (NullablePaginationSerializerWithGridViewFieldOptionsExampleRowResponse) IsSet ¶

func (NullablePaginationSerializerWithGridViewFieldOptionsExampleRowResponse) MarshalJSON ¶

func (*NullablePaginationSerializerWithGridViewFieldOptionsExampleRowResponse) Set ¶

func (*NullablePaginationSerializerWithGridViewFieldOptionsExampleRowResponse) UnmarshalJSON ¶

func (*NullablePaginationSerializerWithGridViewFieldOptionsExampleRowResponse) Unset ¶

type NullablePasswordAuthProviderModelAuthProvider ¶

type NullablePasswordAuthProviderModelAuthProvider struct {
	// contains filtered or unexported fields
}

func (NullablePasswordAuthProviderModelAuthProvider) Get ¶

func (NullablePasswordAuthProviderModelAuthProvider) IsSet ¶

func (NullablePasswordAuthProviderModelAuthProvider) MarshalJSON ¶

func (*NullablePasswordAuthProviderModelAuthProvider) Set ¶

func (*NullablePasswordAuthProviderModelAuthProvider) UnmarshalJSON ¶

func (*NullablePasswordAuthProviderModelAuthProvider) Unset ¶

type NullablePatchedAccount ¶

type NullablePatchedAccount struct {
	// contains filtered or unexported fields
}

func NewNullablePatchedAccount ¶

func NewNullablePatchedAccount(val *PatchedAccount) *NullablePatchedAccount

func (NullablePatchedAccount) Get ¶

func (NullablePatchedAccount) IsSet ¶

func (v NullablePatchedAccount) IsSet() bool

func (NullablePatchedAccount) MarshalJSON ¶

func (v NullablePatchedAccount) MarshalJSON() ([]byte, error)

func (*NullablePatchedAccount) Set ¶

func (*NullablePatchedAccount) UnmarshalJSON ¶

func (v *NullablePatchedAccount) UnmarshalJSON(src []byte) error

func (*NullablePatchedAccount) Unset ¶

func (v *NullablePatchedAccount) Unset()

type NullablePatchedApplicationUpdate ¶

type NullablePatchedApplicationUpdate struct {
	// contains filtered or unexported fields
}

func (NullablePatchedApplicationUpdate) Get ¶

func (NullablePatchedApplicationUpdate) IsSet ¶

func (NullablePatchedApplicationUpdate) MarshalJSON ¶

func (v NullablePatchedApplicationUpdate) MarshalJSON() ([]byte, error)

func (*NullablePatchedApplicationUpdate) Set ¶

func (*NullablePatchedApplicationUpdate) UnmarshalJSON ¶

func (v *NullablePatchedApplicationUpdate) UnmarshalJSON(src []byte) error

func (*NullablePatchedApplicationUpdate) Unset ¶

type NullablePatchedExampleBatchUpdateRowsRequest ¶

type NullablePatchedExampleBatchUpdateRowsRequest struct {
	// contains filtered or unexported fields
}

func (NullablePatchedExampleBatchUpdateRowsRequest) Get ¶

func (NullablePatchedExampleBatchUpdateRowsRequest) IsSet ¶

func (NullablePatchedExampleBatchUpdateRowsRequest) MarshalJSON ¶

func (*NullablePatchedExampleBatchUpdateRowsRequest) Set ¶

func (*NullablePatchedExampleBatchUpdateRowsRequest) UnmarshalJSON ¶

func (*NullablePatchedExampleBatchUpdateRowsRequest) Unset ¶

type NullablePatchedExampleUpdateRowRequestSerializerWithUserFieldNames ¶

type NullablePatchedExampleUpdateRowRequestSerializerWithUserFieldNames struct {
	// contains filtered or unexported fields
}

func (NullablePatchedExampleUpdateRowRequestSerializerWithUserFieldNames) Get ¶

func (NullablePatchedExampleUpdateRowRequestSerializerWithUserFieldNames) IsSet ¶

func (NullablePatchedExampleUpdateRowRequestSerializerWithUserFieldNames) MarshalJSON ¶

func (*NullablePatchedExampleUpdateRowRequestSerializerWithUserFieldNames) Set ¶

func (*NullablePatchedExampleUpdateRowRequestSerializerWithUserFieldNames) UnmarshalJSON ¶

func (*NullablePatchedExampleUpdateRowRequestSerializerWithUserFieldNames) Unset ¶

type NullablePatchedFieldUpdateField ¶

type NullablePatchedFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullablePatchedFieldUpdateField) Get ¶

func (NullablePatchedFieldUpdateField) IsSet ¶

func (NullablePatchedFieldUpdateField) MarshalJSON ¶

func (v NullablePatchedFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullablePatchedFieldUpdateField) Set ¶

func (*NullablePatchedFieldUpdateField) UnmarshalJSON ¶

func (v *NullablePatchedFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullablePatchedFieldUpdateField) Unset ¶

type NullablePatchedSettings ¶

type NullablePatchedSettings struct {
	// contains filtered or unexported fields
}

func NewNullablePatchedSettings ¶

func NewNullablePatchedSettings(val *PatchedSettings) *NullablePatchedSettings

func (NullablePatchedSettings) Get ¶

func (NullablePatchedSettings) IsSet ¶

func (v NullablePatchedSettings) IsSet() bool

func (NullablePatchedSettings) MarshalJSON ¶

func (v NullablePatchedSettings) MarshalJSON() ([]byte, error)

func (*NullablePatchedSettings) Set ¶

func (*NullablePatchedSettings) UnmarshalJSON ¶

func (v *NullablePatchedSettings) UnmarshalJSON(src []byte) error

func (*NullablePatchedSettings) Unset ¶

func (v *NullablePatchedSettings) Unset()

type NullablePatchedTableUpdate ¶

type NullablePatchedTableUpdate struct {
	// contains filtered or unexported fields
}

func NewNullablePatchedTableUpdate ¶

func NewNullablePatchedTableUpdate(val *PatchedTableUpdate) *NullablePatchedTableUpdate

func (NullablePatchedTableUpdate) Get ¶

func (NullablePatchedTableUpdate) IsSet ¶

func (v NullablePatchedTableUpdate) IsSet() bool

func (NullablePatchedTableUpdate) MarshalJSON ¶

func (v NullablePatchedTableUpdate) MarshalJSON() ([]byte, error)

func (*NullablePatchedTableUpdate) Set ¶

func (*NullablePatchedTableUpdate) UnmarshalJSON ¶

func (v *NullablePatchedTableUpdate) UnmarshalJSON(src []byte) error

func (*NullablePatchedTableUpdate) Unset ¶

func (v *NullablePatchedTableUpdate) Unset()

type NullablePatchedTableWebhookUpdateRequest ¶

type NullablePatchedTableWebhookUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullablePatchedTableWebhookUpdateRequest) Get ¶

func (NullablePatchedTableWebhookUpdateRequest) IsSet ¶

func (NullablePatchedTableWebhookUpdateRequest) MarshalJSON ¶

func (*NullablePatchedTableWebhookUpdateRequest) Set ¶

func (*NullablePatchedTableWebhookUpdateRequest) UnmarshalJSON ¶

func (v *NullablePatchedTableWebhookUpdateRequest) UnmarshalJSON(src []byte) error

func (*NullablePatchedTableWebhookUpdateRequest) Unset ¶

type NullablePatchedTokenUpdate ¶

type NullablePatchedTokenUpdate struct {
	// contains filtered or unexported fields
}

func NewNullablePatchedTokenUpdate ¶

func NewNullablePatchedTokenUpdate(val *PatchedTokenUpdate) *NullablePatchedTokenUpdate

func (NullablePatchedTokenUpdate) Get ¶

func (NullablePatchedTokenUpdate) IsSet ¶

func (v NullablePatchedTokenUpdate) IsSet() bool

func (NullablePatchedTokenUpdate) MarshalJSON ¶

func (v NullablePatchedTokenUpdate) MarshalJSON() ([]byte, error)

func (*NullablePatchedTokenUpdate) Set ¶

func (*NullablePatchedTokenUpdate) UnmarshalJSON ¶

func (v *NullablePatchedTokenUpdate) UnmarshalJSON(src []byte) error

func (*NullablePatchedTokenUpdate) Unset ¶

func (v *NullablePatchedTokenUpdate) Unset()

type NullablePatchedTokenUpdatePermissions ¶

type NullablePatchedTokenUpdatePermissions struct {
	// contains filtered or unexported fields
}

func (NullablePatchedTokenUpdatePermissions) Get ¶

func (NullablePatchedTokenUpdatePermissions) IsSet ¶

func (NullablePatchedTokenUpdatePermissions) MarshalJSON ¶

func (v NullablePatchedTokenUpdatePermissions) MarshalJSON() ([]byte, error)

func (*NullablePatchedTokenUpdatePermissions) Set ¶

func (*NullablePatchedTokenUpdatePermissions) UnmarshalJSON ¶

func (v *NullablePatchedTokenUpdatePermissions) UnmarshalJSON(src []byte) error

func (*NullablePatchedTokenUpdatePermissions) Unset ¶

type NullablePatchedTokenUpdatePermissionsCreate ¶

type NullablePatchedTokenUpdatePermissionsCreate struct {
	// contains filtered or unexported fields
}

func (NullablePatchedTokenUpdatePermissionsCreate) Get ¶

func (NullablePatchedTokenUpdatePermissionsCreate) IsSet ¶

func (NullablePatchedTokenUpdatePermissionsCreate) MarshalJSON ¶

func (*NullablePatchedTokenUpdatePermissionsCreate) Set ¶

func (*NullablePatchedTokenUpdatePermissionsCreate) UnmarshalJSON ¶

func (v *NullablePatchedTokenUpdatePermissionsCreate) UnmarshalJSON(src []byte) error

func (*NullablePatchedTokenUpdatePermissionsCreate) Unset ¶

type NullablePatchedTokenUpdatePermissionsCreateAnyOfInnerInner ¶

type NullablePatchedTokenUpdatePermissionsCreateAnyOfInnerInner struct {
	// contains filtered or unexported fields
}

func (NullablePatchedTokenUpdatePermissionsCreateAnyOfInnerInner) Get ¶

func (NullablePatchedTokenUpdatePermissionsCreateAnyOfInnerInner) IsSet ¶

func (NullablePatchedTokenUpdatePermissionsCreateAnyOfInnerInner) MarshalJSON ¶

func (*NullablePatchedTokenUpdatePermissionsCreateAnyOfInnerInner) Set ¶

func (*NullablePatchedTokenUpdatePermissionsCreateAnyOfInnerInner) UnmarshalJSON ¶

func (*NullablePatchedTokenUpdatePermissionsCreateAnyOfInnerInner) Unset ¶

type NullablePatchedTrashEntryRequest ¶

type NullablePatchedTrashEntryRequest struct {
	// contains filtered or unexported fields
}

func (NullablePatchedTrashEntryRequest) Get ¶

func (NullablePatchedTrashEntryRequest) IsSet ¶

func (NullablePatchedTrashEntryRequest) MarshalJSON ¶

func (v NullablePatchedTrashEntryRequest) MarshalJSON() ([]byte, error)

func (*NullablePatchedTrashEntryRequest) Set ¶

func (*NullablePatchedTrashEntryRequest) UnmarshalJSON ¶

func (v *NullablePatchedTrashEntryRequest) UnmarshalJSON(src []byte) error

func (*NullablePatchedTrashEntryRequest) Unset ¶

type NullablePatchedUndoRedoRequest ¶

type NullablePatchedUndoRedoRequest struct {
	// contains filtered or unexported fields
}

func (NullablePatchedUndoRedoRequest) Get ¶

func (NullablePatchedUndoRedoRequest) IsSet ¶

func (NullablePatchedUndoRedoRequest) MarshalJSON ¶

func (v NullablePatchedUndoRedoRequest) MarshalJSON() ([]byte, error)

func (*NullablePatchedUndoRedoRequest) Set ¶

func (*NullablePatchedUndoRedoRequest) UnmarshalJSON ¶

func (v *NullablePatchedUndoRedoRequest) UnmarshalJSON(src []byte) error

func (*NullablePatchedUndoRedoRequest) Unset ¶

func (v *NullablePatchedUndoRedoRequest) Unset()

type NullablePatchedUndoRedoRequestScopes ¶

type NullablePatchedUndoRedoRequestScopes struct {
	// contains filtered or unexported fields
}

func (NullablePatchedUndoRedoRequestScopes) Get ¶

func (NullablePatchedUndoRedoRequestScopes) IsSet ¶

func (NullablePatchedUndoRedoRequestScopes) MarshalJSON ¶

func (v NullablePatchedUndoRedoRequestScopes) MarshalJSON() ([]byte, error)

func (*NullablePatchedUndoRedoRequestScopes) Set ¶

func (*NullablePatchedUndoRedoRequestScopes) UnmarshalJSON ¶

func (v *NullablePatchedUndoRedoRequestScopes) UnmarshalJSON(src []byte) error

func (*NullablePatchedUndoRedoRequestScopes) Unset ¶

type NullablePatchedUpdatePremiumViewAttributes ¶

type NullablePatchedUpdatePremiumViewAttributes struct {
	// contains filtered or unexported fields
}

func (NullablePatchedUpdatePremiumViewAttributes) Get ¶

func (NullablePatchedUpdatePremiumViewAttributes) IsSet ¶

func (NullablePatchedUpdatePremiumViewAttributes) MarshalJSON ¶

func (*NullablePatchedUpdatePremiumViewAttributes) Set ¶

func (*NullablePatchedUpdatePremiumViewAttributes) UnmarshalJSON ¶

func (v *NullablePatchedUpdatePremiumViewAttributes) UnmarshalJSON(src []byte) error

func (*NullablePatchedUpdatePremiumViewAttributes) Unset ¶

type NullablePatchedUpdateViewFilter ¶

type NullablePatchedUpdateViewFilter struct {
	// contains filtered or unexported fields
}

func (NullablePatchedUpdateViewFilter) Get ¶

func (NullablePatchedUpdateViewFilter) IsSet ¶

func (NullablePatchedUpdateViewFilter) MarshalJSON ¶

func (v NullablePatchedUpdateViewFilter) MarshalJSON() ([]byte, error)

func (*NullablePatchedUpdateViewFilter) Set ¶

func (*NullablePatchedUpdateViewFilter) UnmarshalJSON ¶

func (v *NullablePatchedUpdateViewFilter) UnmarshalJSON(src []byte) error

func (*NullablePatchedUpdateViewFilter) Unset ¶

type NullablePatchedUpdateViewSort ¶

type NullablePatchedUpdateViewSort struct {
	// contains filtered or unexported fields
}

func (NullablePatchedUpdateViewSort) Get ¶

func (NullablePatchedUpdateViewSort) IsSet ¶

func (NullablePatchedUpdateViewSort) MarshalJSON ¶

func (v NullablePatchedUpdateViewSort) MarshalJSON() ([]byte, error)

func (*NullablePatchedUpdateViewSort) Set ¶

func (*NullablePatchedUpdateViewSort) UnmarshalJSON ¶

func (v *NullablePatchedUpdateViewSort) UnmarshalJSON(src []byte) error

func (*NullablePatchedUpdateViewSort) Unset ¶

func (v *NullablePatchedUpdateViewSort) Unset()

type NullablePatchedUpdateWorkspaceInvitation ¶

type NullablePatchedUpdateWorkspaceInvitation struct {
	// contains filtered or unexported fields
}

func (NullablePatchedUpdateWorkspaceInvitation) Get ¶

func (NullablePatchedUpdateWorkspaceInvitation) IsSet ¶

func (NullablePatchedUpdateWorkspaceInvitation) MarshalJSON ¶

func (*NullablePatchedUpdateWorkspaceInvitation) Set ¶

func (*NullablePatchedUpdateWorkspaceInvitation) UnmarshalJSON ¶

func (v *NullablePatchedUpdateWorkspaceInvitation) UnmarshalJSON(src []byte) error

func (*NullablePatchedUpdateWorkspaceInvitation) Unset ¶

type NullablePatchedUpdateWorkspaceUser ¶

type NullablePatchedUpdateWorkspaceUser struct {
	// contains filtered or unexported fields
}

func (NullablePatchedUpdateWorkspaceUser) Get ¶

func (NullablePatchedUpdateWorkspaceUser) IsSet ¶

func (NullablePatchedUpdateWorkspaceUser) MarshalJSON ¶

func (v NullablePatchedUpdateWorkspaceUser) MarshalJSON() ([]byte, error)

func (*NullablePatchedUpdateWorkspaceUser) Set ¶

func (*NullablePatchedUpdateWorkspaceUser) UnmarshalJSON ¶

func (v *NullablePatchedUpdateWorkspaceUser) UnmarshalJSON(src []byte) error

func (*NullablePatchedUpdateWorkspaceUser) Unset ¶

type NullablePatchedUserAdminUpdate ¶

type NullablePatchedUserAdminUpdate struct {
	// contains filtered or unexported fields
}

func (NullablePatchedUserAdminUpdate) Get ¶

func (NullablePatchedUserAdminUpdate) IsSet ¶

func (NullablePatchedUserAdminUpdate) MarshalJSON ¶

func (v NullablePatchedUserAdminUpdate) MarshalJSON() ([]byte, error)

func (*NullablePatchedUserAdminUpdate) Set ¶

func (*NullablePatchedUserAdminUpdate) UnmarshalJSON ¶

func (v *NullablePatchedUserAdminUpdate) UnmarshalJSON(src []byte) error

func (*NullablePatchedUserAdminUpdate) Unset ¶

func (v *NullablePatchedUserAdminUpdate) Unset()

type NullablePatchedViewFieldOptions ¶

type NullablePatchedViewFieldOptions struct {
	// contains filtered or unexported fields
}

func (NullablePatchedViewFieldOptions) Get ¶

func (NullablePatchedViewFieldOptions) IsSet ¶

func (NullablePatchedViewFieldOptions) MarshalJSON ¶

func (v NullablePatchedViewFieldOptions) MarshalJSON() ([]byte, error)

func (*NullablePatchedViewFieldOptions) Set ¶

func (*NullablePatchedViewFieldOptions) UnmarshalJSON ¶

func (v *NullablePatchedViewFieldOptions) UnmarshalJSON(src []byte) error

func (*NullablePatchedViewFieldOptions) Unset ¶

type NullablePatchedViewUpdateView ¶

type NullablePatchedViewUpdateView struct {
	// contains filtered or unexported fields
}

func (NullablePatchedViewUpdateView) Get ¶

func (NullablePatchedViewUpdateView) IsSet ¶

func (NullablePatchedViewUpdateView) MarshalJSON ¶

func (v NullablePatchedViewUpdateView) MarshalJSON() ([]byte, error)

func (*NullablePatchedViewUpdateView) Set ¶

func (*NullablePatchedViewUpdateView) UnmarshalJSON ¶

func (v *NullablePatchedViewUpdateView) UnmarshalJSON(src []byte) error

func (*NullablePatchedViewUpdateView) Unset ¶

func (v *NullablePatchedViewUpdateView) Unset()

type NullablePatchedWorkspace ¶

type NullablePatchedWorkspace struct {
	// contains filtered or unexported fields
}

func NewNullablePatchedWorkspace ¶

func NewNullablePatchedWorkspace(val *PatchedWorkspace) *NullablePatchedWorkspace

func (NullablePatchedWorkspace) Get ¶

func (NullablePatchedWorkspace) IsSet ¶

func (v NullablePatchedWorkspace) IsSet() bool

func (NullablePatchedWorkspace) MarshalJSON ¶

func (v NullablePatchedWorkspace) MarshalJSON() ([]byte, error)

func (*NullablePatchedWorkspace) Set ¶

func (*NullablePatchedWorkspace) UnmarshalJSON ¶

func (v *NullablePatchedWorkspace) UnmarshalJSON(src []byte) error

func (*NullablePatchedWorkspace) Unset ¶

func (v *NullablePatchedWorkspace) Unset()

type NullablePermissionObject ¶

type NullablePermissionObject struct {
	// contains filtered or unexported fields
}

func NewNullablePermissionObject ¶

func NewNullablePermissionObject(val *PermissionObject) *NullablePermissionObject

func (NullablePermissionObject) Get ¶

func (NullablePermissionObject) IsSet ¶

func (v NullablePermissionObject) IsSet() bool

func (NullablePermissionObject) MarshalJSON ¶

func (v NullablePermissionObject) MarshalJSON() ([]byte, error)

func (*NullablePermissionObject) Set ¶

func (*NullablePermissionObject) UnmarshalJSON ¶

func (v *NullablePermissionObject) UnmarshalJSON(src []byte) error

func (*NullablePermissionObject) Unset ¶

func (v *NullablePermissionObject) Unset()

type NullablePhoneNumberFieldCreateField ¶

type NullablePhoneNumberFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullablePhoneNumberFieldCreateField) Get ¶

func (NullablePhoneNumberFieldCreateField) IsSet ¶

func (NullablePhoneNumberFieldCreateField) MarshalJSON ¶

func (v NullablePhoneNumberFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullablePhoneNumberFieldCreateField) Set ¶

func (*NullablePhoneNumberFieldCreateField) UnmarshalJSON ¶

func (v *NullablePhoneNumberFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullablePhoneNumberFieldCreateField) Unset ¶

type NullablePhoneNumberFieldField ¶

type NullablePhoneNumberFieldField struct {
	// contains filtered or unexported fields
}

func (NullablePhoneNumberFieldField) Get ¶

func (NullablePhoneNumberFieldField) IsSet ¶

func (NullablePhoneNumberFieldField) MarshalJSON ¶

func (v NullablePhoneNumberFieldField) MarshalJSON() ([]byte, error)

func (*NullablePhoneNumberFieldField) Set ¶

func (*NullablePhoneNumberFieldField) UnmarshalJSON ¶

func (v *NullablePhoneNumberFieldField) UnmarshalJSON(src []byte) error

func (*NullablePhoneNumberFieldField) Unset ¶

func (v *NullablePhoneNumberFieldField) Unset()

type NullablePhoneNumberFieldFieldSerializerWithRelatedFields ¶

type NullablePhoneNumberFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullablePhoneNumberFieldFieldSerializerWithRelatedFields) Get ¶

func (NullablePhoneNumberFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullablePhoneNumberFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullablePhoneNumberFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullablePhoneNumberFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullablePhoneNumberFieldFieldSerializerWithRelatedFields) Unset ¶

type NullablePublicField ¶

type NullablePublicField struct {
	// contains filtered or unexported fields
}

func NewNullablePublicField ¶

func NewNullablePublicField(val *PublicField) *NullablePublicField

func (NullablePublicField) Get ¶

func (NullablePublicField) IsSet ¶

func (v NullablePublicField) IsSet() bool

func (NullablePublicField) MarshalJSON ¶

func (v NullablePublicField) MarshalJSON() ([]byte, error)

func (*NullablePublicField) Set ¶

func (v *NullablePublicField) Set(val *PublicField)

func (*NullablePublicField) UnmarshalJSON ¶

func (v *NullablePublicField) UnmarshalJSON(src []byte) error

func (*NullablePublicField) Unset ¶

func (v *NullablePublicField) Unset()

type NullablePublicFormView ¶

type NullablePublicFormView struct {
	// contains filtered or unexported fields
}

func NewNullablePublicFormView ¶

func NewNullablePublicFormView(val *PublicFormView) *NullablePublicFormView

func (NullablePublicFormView) Get ¶

func (NullablePublicFormView) IsSet ¶

func (v NullablePublicFormView) IsSet() bool

func (NullablePublicFormView) MarshalJSON ¶

func (v NullablePublicFormView) MarshalJSON() ([]byte, error)

func (*NullablePublicFormView) Set ¶

func (*NullablePublicFormView) UnmarshalJSON ¶

func (v *NullablePublicFormView) UnmarshalJSON(src []byte) error

func (*NullablePublicFormView) Unset ¶

func (v *NullablePublicFormView) Unset()

type NullablePublicFormViewCoverImage ¶

type NullablePublicFormViewCoverImage struct {
	// contains filtered or unexported fields
}

func (NullablePublicFormViewCoverImage) Get ¶

func (NullablePublicFormViewCoverImage) IsSet ¶

func (NullablePublicFormViewCoverImage) MarshalJSON ¶

func (v NullablePublicFormViewCoverImage) MarshalJSON() ([]byte, error)

func (*NullablePublicFormViewCoverImage) Set ¶

func (*NullablePublicFormViewCoverImage) UnmarshalJSON ¶

func (v *NullablePublicFormViewCoverImage) UnmarshalJSON(src []byte) error

func (*NullablePublicFormViewCoverImage) Unset ¶

type NullablePublicFormViewField ¶

type NullablePublicFormViewField struct {
	// contains filtered or unexported fields
}

func (NullablePublicFormViewField) Get ¶

func (NullablePublicFormViewField) IsSet ¶

func (NullablePublicFormViewField) MarshalJSON ¶

func (v NullablePublicFormViewField) MarshalJSON() ([]byte, error)

func (*NullablePublicFormViewField) Set ¶

func (*NullablePublicFormViewField) UnmarshalJSON ¶

func (v *NullablePublicFormViewField) UnmarshalJSON(src []byte) error

func (*NullablePublicFormViewField) Unset ¶

func (v *NullablePublicFormViewField) Unset()

type NullablePublicFormViewFieldOptions ¶

type NullablePublicFormViewFieldOptions struct {
	// contains filtered or unexported fields
}

func (NullablePublicFormViewFieldOptions) Get ¶

func (NullablePublicFormViewFieldOptions) IsSet ¶

func (NullablePublicFormViewFieldOptions) MarshalJSON ¶

func (v NullablePublicFormViewFieldOptions) MarshalJSON() ([]byte, error)

func (*NullablePublicFormViewFieldOptions) Set ¶

func (*NullablePublicFormViewFieldOptions) UnmarshalJSON ¶

func (v *NullablePublicFormViewFieldOptions) UnmarshalJSON(src []byte) error

func (*NullablePublicFormViewFieldOptions) Unset ¶

type NullablePublicFormViewFieldOptionsField ¶

type NullablePublicFormViewFieldOptionsField struct {
	// contains filtered or unexported fields
}

func (NullablePublicFormViewFieldOptionsField) Get ¶

func (NullablePublicFormViewFieldOptionsField) IsSet ¶

func (NullablePublicFormViewFieldOptionsField) MarshalJSON ¶

func (v NullablePublicFormViewFieldOptionsField) MarshalJSON() ([]byte, error)

func (*NullablePublicFormViewFieldOptionsField) Set ¶

func (*NullablePublicFormViewFieldOptionsField) UnmarshalJSON ¶

func (v *NullablePublicFormViewFieldOptionsField) UnmarshalJSON(src []byte) error

func (*NullablePublicFormViewFieldOptionsField) Unset ¶

type NullablePublicFormViewLogoImage ¶

type NullablePublicFormViewLogoImage struct {
	// contains filtered or unexported fields
}

func (NullablePublicFormViewLogoImage) Get ¶

func (NullablePublicFormViewLogoImage) IsSet ¶

func (NullablePublicFormViewLogoImage) MarshalJSON ¶

func (v NullablePublicFormViewLogoImage) MarshalJSON() ([]byte, error)

func (*NullablePublicFormViewLogoImage) Set ¶

func (*NullablePublicFormViewLogoImage) UnmarshalJSON ¶

func (v *NullablePublicFormViewLogoImage) UnmarshalJSON(src []byte) error

func (*NullablePublicFormViewLogoImage) Unset ¶

type NullablePublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse ¶

type NullablePublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse struct {
	// contains filtered or unexported fields
}

func (NullablePublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) Get ¶

func (NullablePublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) IsSet ¶

func (NullablePublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) MarshalJSON ¶

func (*NullablePublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) Set ¶

func (*NullablePublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) UnmarshalJSON ¶

func (*NullablePublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) Unset ¶

type NullablePublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse ¶

type NullablePublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse struct {
	// contains filtered or unexported fields
}

func (NullablePublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) Get ¶

func (NullablePublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) IsSet ¶

func (NullablePublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) MarshalJSON ¶

func (*NullablePublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) Set ¶

func (*NullablePublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) UnmarshalJSON ¶

func (*NullablePublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) Unset ¶

type NullablePublicView ¶

type NullablePublicView struct {
	// contains filtered or unexported fields
}

func NewNullablePublicView ¶

func NewNullablePublicView(val *PublicView) *NullablePublicView

func (NullablePublicView) Get ¶

func (v NullablePublicView) Get() *PublicView

func (NullablePublicView) IsSet ¶

func (v NullablePublicView) IsSet() bool

func (NullablePublicView) MarshalJSON ¶

func (v NullablePublicView) MarshalJSON() ([]byte, error)

func (*NullablePublicView) Set ¶

func (v *NullablePublicView) Set(val *PublicView)

func (*NullablePublicView) UnmarshalJSON ¶

func (v *NullablePublicView) UnmarshalJSON(src []byte) error

func (*NullablePublicView) Unset ¶

func (v *NullablePublicView) Unset()

type NullablePublicViewAuthRequest ¶

type NullablePublicViewAuthRequest struct {
	// contains filtered or unexported fields
}

func (NullablePublicViewAuthRequest) Get ¶

func (NullablePublicViewAuthRequest) IsSet ¶

func (NullablePublicViewAuthRequest) MarshalJSON ¶

func (v NullablePublicViewAuthRequest) MarshalJSON() ([]byte, error)

func (*NullablePublicViewAuthRequest) Set ¶

func (*NullablePublicViewAuthRequest) UnmarshalJSON ¶

func (v *NullablePublicViewAuthRequest) UnmarshalJSON(src []byte) error

func (*NullablePublicViewAuthRequest) Unset ¶

func (v *NullablePublicViewAuthRequest) Unset()

type NullablePublicViewAuthResponse ¶

type NullablePublicViewAuthResponse struct {
	// contains filtered or unexported fields
}

func (NullablePublicViewAuthResponse) Get ¶

func (NullablePublicViewAuthResponse) IsSet ¶

func (NullablePublicViewAuthResponse) MarshalJSON ¶

func (v NullablePublicViewAuthResponse) MarshalJSON() ([]byte, error)

func (*NullablePublicViewAuthResponse) Set ¶

func (*NullablePublicViewAuthResponse) UnmarshalJSON ¶

func (v *NullablePublicViewAuthResponse) UnmarshalJSON(src []byte) error

func (*NullablePublicViewAuthResponse) Unset ¶

func (v *NullablePublicViewAuthResponse) Unset()

type NullablePublicViewInfo ¶

type NullablePublicViewInfo struct {
	// contains filtered or unexported fields
}

func NewNullablePublicViewInfo ¶

func NewNullablePublicViewInfo(val *PublicViewInfo) *NullablePublicViewInfo

func (NullablePublicViewInfo) Get ¶

func (NullablePublicViewInfo) IsSet ¶

func (v NullablePublicViewInfo) IsSet() bool

func (NullablePublicViewInfo) MarshalJSON ¶

func (v NullablePublicViewInfo) MarshalJSON() ([]byte, error)

func (*NullablePublicViewInfo) Set ¶

func (*NullablePublicViewInfo) UnmarshalJSON ¶

func (v *NullablePublicViewInfo) UnmarshalJSON(src []byte) error

func (*NullablePublicViewInfo) Unset ¶

func (v *NullablePublicViewInfo) Unset()

type NullablePublicViewSort ¶

type NullablePublicViewSort struct {
	// contains filtered or unexported fields
}

func NewNullablePublicViewSort ¶

func NewNullablePublicViewSort(val *PublicViewSort) *NullablePublicViewSort

func (NullablePublicViewSort) Get ¶

func (NullablePublicViewSort) IsSet ¶

func (v NullablePublicViewSort) IsSet() bool

func (NullablePublicViewSort) MarshalJSON ¶

func (v NullablePublicViewSort) MarshalJSON() ([]byte, error)

func (*NullablePublicViewSort) Set ¶

func (*NullablePublicViewSort) UnmarshalJSON ¶

func (v *NullablePublicViewSort) UnmarshalJSON(src []byte) error

func (*NullablePublicViewSort) Unset ¶

func (v *NullablePublicViewSort) Unset()

type NullablePublicViewTable ¶

type NullablePublicViewTable struct {
	// contains filtered or unexported fields
}

func NewNullablePublicViewTable ¶

func NewNullablePublicViewTable(val *PublicViewTable) *NullablePublicViewTable

func (NullablePublicViewTable) Get ¶

func (NullablePublicViewTable) IsSet ¶

func (v NullablePublicViewTable) IsSet() bool

func (NullablePublicViewTable) MarshalJSON ¶

func (v NullablePublicViewTable) MarshalJSON() ([]byte, error)

func (*NullablePublicViewTable) Set ¶

func (*NullablePublicViewTable) UnmarshalJSON ¶

func (v *NullablePublicViewTable) UnmarshalJSON(src []byte) error

func (*NullablePublicViewTable) Unset ¶

func (v *NullablePublicViewTable) Unset()

type NullableRatingFieldCreateField ¶

type NullableRatingFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableRatingFieldCreateField) Get ¶

func (NullableRatingFieldCreateField) IsSet ¶

func (NullableRatingFieldCreateField) MarshalJSON ¶

func (v NullableRatingFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableRatingFieldCreateField) Set ¶

func (*NullableRatingFieldCreateField) UnmarshalJSON ¶

func (v *NullableRatingFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableRatingFieldCreateField) Unset ¶

func (v *NullableRatingFieldCreateField) Unset()

type NullableRatingFieldField ¶

type NullableRatingFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableRatingFieldField ¶

func NewNullableRatingFieldField(val *RatingFieldField) *NullableRatingFieldField

func (NullableRatingFieldField) Get ¶

func (NullableRatingFieldField) IsSet ¶

func (v NullableRatingFieldField) IsSet() bool

func (NullableRatingFieldField) MarshalJSON ¶

func (v NullableRatingFieldField) MarshalJSON() ([]byte, error)

func (*NullableRatingFieldField) Set ¶

func (*NullableRatingFieldField) UnmarshalJSON ¶

func (v *NullableRatingFieldField) UnmarshalJSON(src []byte) error

func (*NullableRatingFieldField) Unset ¶

func (v *NullableRatingFieldField) Unset()

type NullableRatingFieldFieldSerializerWithRelatedFields ¶

type NullableRatingFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableRatingFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableRatingFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableRatingFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableRatingFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableRatingFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableRatingFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableRegister ¶

type NullableRegister struct {
	// contains filtered or unexported fields
}

func NewNullableRegister ¶

func NewNullableRegister(val *Register) *NullableRegister

func (NullableRegister) Get ¶

func (v NullableRegister) Get() *Register

func (NullableRegister) IsSet ¶

func (v NullableRegister) IsSet() bool

func (NullableRegister) MarshalJSON ¶

func (v NullableRegister) MarshalJSON() ([]byte, error)

func (*NullableRegister) Set ¶

func (v *NullableRegister) Set(val *Register)

func (*NullableRegister) UnmarshalJSON ¶

func (v *NullableRegister) UnmarshalJSON(src []byte) error

func (*NullableRegister) Unset ¶

func (v *NullableRegister) Unset()

type NullableRegisterLicense ¶

type NullableRegisterLicense struct {
	// contains filtered or unexported fields
}

func NewNullableRegisterLicense ¶

func NewNullableRegisterLicense(val *RegisterLicense) *NullableRegisterLicense

func (NullableRegisterLicense) Get ¶

func (NullableRegisterLicense) IsSet ¶

func (v NullableRegisterLicense) IsSet() bool

func (NullableRegisterLicense) MarshalJSON ¶

func (v NullableRegisterLicense) MarshalJSON() ([]byte, error)

func (*NullableRegisterLicense) Set ¶

func (*NullableRegisterLicense) UnmarshalJSON ¶

func (v *NullableRegisterLicense) UnmarshalJSON(src []byte) error

func (*NullableRegisterLicense) Unset ¶

func (v *NullableRegisterLicense) Unset()

type NullableRelatedFields ¶

type NullableRelatedFields struct {
	// contains filtered or unexported fields
}

func NewNullableRelatedFields ¶

func NewNullableRelatedFields(val *RelatedFields) *NullableRelatedFields

func (NullableRelatedFields) Get ¶

func (NullableRelatedFields) IsSet ¶

func (v NullableRelatedFields) IsSet() bool

func (NullableRelatedFields) MarshalJSON ¶

func (v NullableRelatedFields) MarshalJSON() ([]byte, error)

func (*NullableRelatedFields) Set ¶

func (v *NullableRelatedFields) Set(val *RelatedFields)

func (*NullableRelatedFields) UnmarshalJSON ¶

func (v *NullableRelatedFields) UnmarshalJSON(src []byte) error

func (*NullableRelatedFields) Unset ¶

func (v *NullableRelatedFields) Unset()

type NullableReport ¶

type NullableReport struct {
	// contains filtered or unexported fields
}

func NewNullableReport ¶

func NewNullableReport(val *Report) *NullableReport

func (NullableReport) Get ¶

func (v NullableReport) Get() *Report

func (NullableReport) IsSet ¶

func (v NullableReport) IsSet() bool

func (NullableReport) MarshalJSON ¶

func (v NullableReport) MarshalJSON() ([]byte, error)

func (*NullableReport) Set ¶

func (v *NullableReport) Set(val *Report)

func (*NullableReport) UnmarshalJSON ¶

func (v *NullableReport) UnmarshalJSON(src []byte) error

func (*NullableReport) Unset ¶

func (v *NullableReport) Unset()

type NullableRequestAirtableImportJobCreateJob ¶

type NullableRequestAirtableImportJobCreateJob struct {
	// contains filtered or unexported fields
}

func (NullableRequestAirtableImportJobCreateJob) Get ¶

func (NullableRequestAirtableImportJobCreateJob) IsSet ¶

func (NullableRequestAirtableImportJobCreateJob) MarshalJSON ¶

func (*NullableRequestAirtableImportJobCreateJob) Set ¶

func (*NullableRequestAirtableImportJobCreateJob) UnmarshalJSON ¶

func (v *NullableRequestAirtableImportJobCreateJob) UnmarshalJSON(src []byte) error

func (*NullableRequestAirtableImportJobCreateJob) Unset ¶

type NullableRequestAuditLogExportJobCreateJob ¶

type NullableRequestAuditLogExportJobCreateJob struct {
	// contains filtered or unexported fields
}

func (NullableRequestAuditLogExportJobCreateJob) Get ¶

func (NullableRequestAuditLogExportJobCreateJob) IsSet ¶

func (NullableRequestAuditLogExportJobCreateJob) MarshalJSON ¶

func (*NullableRequestAuditLogExportJobCreateJob) Set ¶

func (*NullableRequestAuditLogExportJobCreateJob) UnmarshalJSON ¶

func (v *NullableRequestAuditLogExportJobCreateJob) UnmarshalJSON(src []byte) error

func (*NullableRequestAuditLogExportJobCreateJob) Unset ¶

type NullableRequestBooleanFieldUpdateField ¶

type NullableRequestBooleanFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestBooleanFieldUpdateField) Get ¶

func (NullableRequestBooleanFieldUpdateField) IsSet ¶

func (NullableRequestBooleanFieldUpdateField) MarshalJSON ¶

func (v NullableRequestBooleanFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestBooleanFieldUpdateField) Set ¶

func (*NullableRequestBooleanFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestBooleanFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestBooleanFieldUpdateField) Unset ¶

type NullableRequestCountFieldUpdateField ¶

type NullableRequestCountFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestCountFieldUpdateField) Get ¶

func (NullableRequestCountFieldUpdateField) IsSet ¶

func (NullableRequestCountFieldUpdateField) MarshalJSON ¶

func (v NullableRequestCountFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestCountFieldUpdateField) Set ¶

func (*NullableRequestCountFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestCountFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestCountFieldUpdateField) Unset ¶

type NullableRequestCreateSnapshotJobCreateJob ¶

type NullableRequestCreateSnapshotJobCreateJob struct {
	// contains filtered or unexported fields
}

func (NullableRequestCreateSnapshotJobCreateJob) Get ¶

func (NullableRequestCreateSnapshotJobCreateJob) IsSet ¶

func (NullableRequestCreateSnapshotJobCreateJob) MarshalJSON ¶

func (*NullableRequestCreateSnapshotJobCreateJob) Set ¶

func (*NullableRequestCreateSnapshotJobCreateJob) UnmarshalJSON ¶

func (v *NullableRequestCreateSnapshotJobCreateJob) UnmarshalJSON(src []byte) error

func (*NullableRequestCreateSnapshotJobCreateJob) Unset ¶

type NullableRequestCreatedOnFieldUpdateField ¶

type NullableRequestCreatedOnFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestCreatedOnFieldUpdateField) Get ¶

func (NullableRequestCreatedOnFieldUpdateField) IsSet ¶

func (NullableRequestCreatedOnFieldUpdateField) MarshalJSON ¶

func (*NullableRequestCreatedOnFieldUpdateField) Set ¶

func (*NullableRequestCreatedOnFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestCreatedOnFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestCreatedOnFieldUpdateField) Unset ¶

type NullableRequestDateFieldUpdateField ¶

type NullableRequestDateFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestDateFieldUpdateField) Get ¶

func (NullableRequestDateFieldUpdateField) IsSet ¶

func (NullableRequestDateFieldUpdateField) MarshalJSON ¶

func (v NullableRequestDateFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestDateFieldUpdateField) Set ¶

func (*NullableRequestDateFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestDateFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestDateFieldUpdateField) Unset ¶

type NullableRequestDuplicateApplicationJobCreateJob ¶

type NullableRequestDuplicateApplicationJobCreateJob struct {
	// contains filtered or unexported fields
}

func (NullableRequestDuplicateApplicationJobCreateJob) Get ¶

func (NullableRequestDuplicateApplicationJobCreateJob) IsSet ¶

func (NullableRequestDuplicateApplicationJobCreateJob) MarshalJSON ¶

func (*NullableRequestDuplicateApplicationJobCreateJob) Set ¶

func (*NullableRequestDuplicateApplicationJobCreateJob) UnmarshalJSON ¶

func (*NullableRequestDuplicateApplicationJobCreateJob) Unset ¶

type NullableRequestDuplicateFieldJobCreateJob ¶

type NullableRequestDuplicateFieldJobCreateJob struct {
	// contains filtered or unexported fields
}

func (NullableRequestDuplicateFieldJobCreateJob) Get ¶

func (NullableRequestDuplicateFieldJobCreateJob) IsSet ¶

func (NullableRequestDuplicateFieldJobCreateJob) MarshalJSON ¶

func (*NullableRequestDuplicateFieldJobCreateJob) Set ¶

func (*NullableRequestDuplicateFieldJobCreateJob) UnmarshalJSON ¶

func (v *NullableRequestDuplicateFieldJobCreateJob) UnmarshalJSON(src []byte) error

func (*NullableRequestDuplicateFieldJobCreateJob) Unset ¶

type NullableRequestDuplicateTableJobCreateJob ¶

type NullableRequestDuplicateTableJobCreateJob struct {
	// contains filtered or unexported fields
}

func (NullableRequestDuplicateTableJobCreateJob) Get ¶

func (NullableRequestDuplicateTableJobCreateJob) IsSet ¶

func (NullableRequestDuplicateTableJobCreateJob) MarshalJSON ¶

func (*NullableRequestDuplicateTableJobCreateJob) Set ¶

func (*NullableRequestDuplicateTableJobCreateJob) UnmarshalJSON ¶

func (v *NullableRequestDuplicateTableJobCreateJob) UnmarshalJSON(src []byte) error

func (*NullableRequestDuplicateTableJobCreateJob) Unset ¶

type NullableRequestEmailFieldUpdateField ¶

type NullableRequestEmailFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestEmailFieldUpdateField) Get ¶

func (NullableRequestEmailFieldUpdateField) IsSet ¶

func (NullableRequestEmailFieldUpdateField) MarshalJSON ¶

func (v NullableRequestEmailFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestEmailFieldUpdateField) Set ¶

func (*NullableRequestEmailFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestEmailFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestEmailFieldUpdateField) Unset ¶

type NullableRequestFileFieldUpdateField ¶

type NullableRequestFileFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestFileFieldUpdateField) Get ¶

func (NullableRequestFileFieldUpdateField) IsSet ¶

func (NullableRequestFileFieldUpdateField) MarshalJSON ¶

func (v NullableRequestFileFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestFileFieldUpdateField) Set ¶

func (*NullableRequestFileFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestFileFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestFileFieldUpdateField) Unset ¶

type NullableRequestFileImportJobCreateJob ¶

type NullableRequestFileImportJobCreateJob struct {
	// contains filtered or unexported fields
}

func (NullableRequestFileImportJobCreateJob) Get ¶

func (NullableRequestFileImportJobCreateJob) IsSet ¶

func (NullableRequestFileImportJobCreateJob) MarshalJSON ¶

func (v NullableRequestFileImportJobCreateJob) MarshalJSON() ([]byte, error)

func (*NullableRequestFileImportJobCreateJob) Set ¶

func (*NullableRequestFileImportJobCreateJob) UnmarshalJSON ¶

func (v *NullableRequestFileImportJobCreateJob) UnmarshalJSON(src []byte) error

func (*NullableRequestFileImportJobCreateJob) Unset ¶

type NullableRequestFormulaFieldUpdateField ¶

type NullableRequestFormulaFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestFormulaFieldUpdateField) Get ¶

func (NullableRequestFormulaFieldUpdateField) IsSet ¶

func (NullableRequestFormulaFieldUpdateField) MarshalJSON ¶

func (v NullableRequestFormulaFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestFormulaFieldUpdateField) Set ¶

func (*NullableRequestFormulaFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestFormulaFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestFormulaFieldUpdateField) Unset ¶

type NullableRequestInstallTemplateJobCreateJob ¶

type NullableRequestInstallTemplateJobCreateJob struct {
	// contains filtered or unexported fields
}

func (NullableRequestInstallTemplateJobCreateJob) Get ¶

func (NullableRequestInstallTemplateJobCreateJob) IsSet ¶

func (NullableRequestInstallTemplateJobCreateJob) MarshalJSON ¶

func (*NullableRequestInstallTemplateJobCreateJob) Set ¶

func (*NullableRequestInstallTemplateJobCreateJob) UnmarshalJSON ¶

func (v *NullableRequestInstallTemplateJobCreateJob) UnmarshalJSON(src []byte) error

func (*NullableRequestInstallTemplateJobCreateJob) Unset ¶

type NullableRequestLastModifiedFieldUpdateField ¶

type NullableRequestLastModifiedFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestLastModifiedFieldUpdateField) Get ¶

func (NullableRequestLastModifiedFieldUpdateField) IsSet ¶

func (NullableRequestLastModifiedFieldUpdateField) MarshalJSON ¶

func (*NullableRequestLastModifiedFieldUpdateField) Set ¶

func (*NullableRequestLastModifiedFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestLastModifiedFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestLastModifiedFieldUpdateField) Unset ¶

type NullableRequestLinkRowFieldUpdateField ¶

type NullableRequestLinkRowFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestLinkRowFieldUpdateField) Get ¶

func (NullableRequestLinkRowFieldUpdateField) IsSet ¶

func (NullableRequestLinkRowFieldUpdateField) MarshalJSON ¶

func (v NullableRequestLinkRowFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestLinkRowFieldUpdateField) Set ¶

func (*NullableRequestLinkRowFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestLinkRowFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestLinkRowFieldUpdateField) Unset ¶

type NullableRequestLongTextFieldUpdateField ¶

type NullableRequestLongTextFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestLongTextFieldUpdateField) Get ¶

func (NullableRequestLongTextFieldUpdateField) IsSet ¶

func (NullableRequestLongTextFieldUpdateField) MarshalJSON ¶

func (v NullableRequestLongTextFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestLongTextFieldUpdateField) Set ¶

func (*NullableRequestLongTextFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestLongTextFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestLongTextFieldUpdateField) Unset ¶

type NullableRequestLookupFieldUpdateField ¶

type NullableRequestLookupFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestLookupFieldUpdateField) Get ¶

func (NullableRequestLookupFieldUpdateField) IsSet ¶

func (NullableRequestLookupFieldUpdateField) MarshalJSON ¶

func (v NullableRequestLookupFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestLookupFieldUpdateField) Set ¶

func (*NullableRequestLookupFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestLookupFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestLookupFieldUpdateField) Unset ¶

type NullableRequestMethodEnum ¶

type NullableRequestMethodEnum struct {
	// contains filtered or unexported fields
}

func NewNullableRequestMethodEnum ¶

func NewNullableRequestMethodEnum(val *RequestMethodEnum) *NullableRequestMethodEnum

func (NullableRequestMethodEnum) Get ¶

func (NullableRequestMethodEnum) IsSet ¶

func (v NullableRequestMethodEnum) IsSet() bool

func (NullableRequestMethodEnum) MarshalJSON ¶

func (v NullableRequestMethodEnum) MarshalJSON() ([]byte, error)

func (*NullableRequestMethodEnum) Set ¶

func (*NullableRequestMethodEnum) UnmarshalJSON ¶

func (v *NullableRequestMethodEnum) UnmarshalJSON(src []byte) error

func (*NullableRequestMethodEnum) Unset ¶

func (v *NullableRequestMethodEnum) Unset()

type NullableRequestMultipleCollaboratorsFieldUpdateField ¶

type NullableRequestMultipleCollaboratorsFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestMultipleCollaboratorsFieldUpdateField) Get ¶

func (NullableRequestMultipleCollaboratorsFieldUpdateField) IsSet ¶

func (NullableRequestMultipleCollaboratorsFieldUpdateField) MarshalJSON ¶

func (*NullableRequestMultipleCollaboratorsFieldUpdateField) Set ¶

func (*NullableRequestMultipleCollaboratorsFieldUpdateField) UnmarshalJSON ¶

func (*NullableRequestMultipleCollaboratorsFieldUpdateField) Unset ¶

type NullableRequestMultipleSelectFieldUpdateField ¶

type NullableRequestMultipleSelectFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestMultipleSelectFieldUpdateField) Get ¶

func (NullableRequestMultipleSelectFieldUpdateField) IsSet ¶

func (NullableRequestMultipleSelectFieldUpdateField) MarshalJSON ¶

func (*NullableRequestMultipleSelectFieldUpdateField) Set ¶

func (*NullableRequestMultipleSelectFieldUpdateField) UnmarshalJSON ¶

func (*NullableRequestMultipleSelectFieldUpdateField) Unset ¶

type NullableRequestNumberFieldUpdateField ¶

type NullableRequestNumberFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestNumberFieldUpdateField) Get ¶

func (NullableRequestNumberFieldUpdateField) IsSet ¶

func (NullableRequestNumberFieldUpdateField) MarshalJSON ¶

func (v NullableRequestNumberFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestNumberFieldUpdateField) Set ¶

func (*NullableRequestNumberFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestNumberFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestNumberFieldUpdateField) Unset ¶

type NullableRequestPhoneNumberFieldUpdateField ¶

type NullableRequestPhoneNumberFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestPhoneNumberFieldUpdateField) Get ¶

func (NullableRequestPhoneNumberFieldUpdateField) IsSet ¶

func (NullableRequestPhoneNumberFieldUpdateField) MarshalJSON ¶

func (*NullableRequestPhoneNumberFieldUpdateField) Set ¶

func (*NullableRequestPhoneNumberFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestPhoneNumberFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestPhoneNumberFieldUpdateField) Unset ¶

type NullableRequestRatingFieldUpdateField ¶

type NullableRequestRatingFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestRatingFieldUpdateField) Get ¶

func (NullableRequestRatingFieldUpdateField) IsSet ¶

func (NullableRequestRatingFieldUpdateField) MarshalJSON ¶

func (v NullableRequestRatingFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestRatingFieldUpdateField) Set ¶

func (*NullableRequestRatingFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestRatingFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestRatingFieldUpdateField) Unset ¶

type NullableRequestRestoreSnapshotJobCreateJob ¶

type NullableRequestRestoreSnapshotJobCreateJob struct {
	// contains filtered or unexported fields
}

func (NullableRequestRestoreSnapshotJobCreateJob) Get ¶

func (NullableRequestRestoreSnapshotJobCreateJob) IsSet ¶

func (NullableRequestRestoreSnapshotJobCreateJob) MarshalJSON ¶

func (*NullableRequestRestoreSnapshotJobCreateJob) Set ¶

func (*NullableRequestRestoreSnapshotJobCreateJob) UnmarshalJSON ¶

func (v *NullableRequestRestoreSnapshotJobCreateJob) UnmarshalJSON(src []byte) error

func (*NullableRequestRestoreSnapshotJobCreateJob) Unset ¶

type NullableRequestRollupFieldUpdateField ¶

type NullableRequestRollupFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestRollupFieldUpdateField) Get ¶

func (NullableRequestRollupFieldUpdateField) IsSet ¶

func (NullableRequestRollupFieldUpdateField) MarshalJSON ¶

func (v NullableRequestRollupFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestRollupFieldUpdateField) Set ¶

func (*NullableRequestRollupFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestRollupFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestRollupFieldUpdateField) Unset ¶

type NullableRequestSingleSelectFieldUpdateField ¶

type NullableRequestSingleSelectFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestSingleSelectFieldUpdateField) Get ¶

func (NullableRequestSingleSelectFieldUpdateField) IsSet ¶

func (NullableRequestSingleSelectFieldUpdateField) MarshalJSON ¶

func (*NullableRequestSingleSelectFieldUpdateField) Set ¶

func (*NullableRequestSingleSelectFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestSingleSelectFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestSingleSelectFieldUpdateField) Unset ¶

type NullableRequestTextFieldUpdateField ¶

type NullableRequestTextFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestTextFieldUpdateField) Get ¶

func (NullableRequestTextFieldUpdateField) IsSet ¶

func (NullableRequestTextFieldUpdateField) MarshalJSON ¶

func (v NullableRequestTextFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestTextFieldUpdateField) Set ¶

func (*NullableRequestTextFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestTextFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestTextFieldUpdateField) Unset ¶

type NullableRequestURLFieldUpdateField ¶

type NullableRequestURLFieldUpdateField struct {
	// contains filtered or unexported fields
}

func (NullableRequestURLFieldUpdateField) Get ¶

func (NullableRequestURLFieldUpdateField) IsSet ¶

func (NullableRequestURLFieldUpdateField) MarshalJSON ¶

func (v NullableRequestURLFieldUpdateField) MarshalJSON() ([]byte, error)

func (*NullableRequestURLFieldUpdateField) Set ¶

func (*NullableRequestURLFieldUpdateField) UnmarshalJSON ¶

func (v *NullableRequestURLFieldUpdateField) UnmarshalJSON(src []byte) error

func (*NullableRequestURLFieldUpdateField) Unset ¶

type NullableResetPassword400Response ¶

type NullableResetPassword400Response struct {
	// contains filtered or unexported fields
}

func (NullableResetPassword400Response) Get ¶

func (NullableResetPassword400Response) IsSet ¶

func (NullableResetPassword400Response) MarshalJSON ¶

func (v NullableResetPassword400Response) MarshalJSON() ([]byte, error)

func (*NullableResetPassword400Response) Set ¶

func (*NullableResetPassword400Response) UnmarshalJSON ¶

func (v *NullableResetPassword400Response) UnmarshalJSON(src []byte) error

func (*NullableResetPassword400Response) Unset ¶

type NullableResetPasswordBodyValidation ¶

type NullableResetPasswordBodyValidation struct {
	// contains filtered or unexported fields
}

func (NullableResetPasswordBodyValidation) Get ¶

func (NullableResetPasswordBodyValidation) IsSet ¶

func (NullableResetPasswordBodyValidation) MarshalJSON ¶

func (v NullableResetPasswordBodyValidation) MarshalJSON() ([]byte, error)

func (*NullableResetPasswordBodyValidation) Set ¶

func (*NullableResetPasswordBodyValidation) UnmarshalJSON ¶

func (v *NullableResetPasswordBodyValidation) UnmarshalJSON(src []byte) error

func (*NullableResetPasswordBodyValidation) Unset ¶

type NullableRestoreSnapshotJobJob ¶

type NullableRestoreSnapshotJobJob struct {
	// contains filtered or unexported fields
}

func (NullableRestoreSnapshotJobJob) Get ¶

func (NullableRestoreSnapshotJobJob) IsSet ¶

func (NullableRestoreSnapshotJobJob) MarshalJSON ¶

func (v NullableRestoreSnapshotJobJob) MarshalJSON() ([]byte, error)

func (*NullableRestoreSnapshotJobJob) Set ¶

func (*NullableRestoreSnapshotJobJob) UnmarshalJSON ¶

func (v *NullableRestoreSnapshotJobJob) UnmarshalJSON(src []byte) error

func (*NullableRestoreSnapshotJobJob) Unset ¶

func (v *NullableRestoreSnapshotJobJob) Unset()

type NullableRollupFieldCreateField ¶

type NullableRollupFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableRollupFieldCreateField) Get ¶

func (NullableRollupFieldCreateField) IsSet ¶

func (NullableRollupFieldCreateField) MarshalJSON ¶

func (v NullableRollupFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableRollupFieldCreateField) Set ¶

func (*NullableRollupFieldCreateField) UnmarshalJSON ¶

func (v *NullableRollupFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableRollupFieldCreateField) Unset ¶

func (v *NullableRollupFieldCreateField) Unset()

type NullableRollupFieldField ¶

type NullableRollupFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableRollupFieldField ¶

func NewNullableRollupFieldField(val *RollupFieldField) *NullableRollupFieldField

func (NullableRollupFieldField) Get ¶

func (NullableRollupFieldField) IsSet ¶

func (v NullableRollupFieldField) IsSet() bool

func (NullableRollupFieldField) MarshalJSON ¶

func (v NullableRollupFieldField) MarshalJSON() ([]byte, error)

func (*NullableRollupFieldField) Set ¶

func (*NullableRollupFieldField) UnmarshalJSON ¶

func (v *NullableRollupFieldField) UnmarshalJSON(src []byte) error

func (*NullableRollupFieldField) Unset ¶

func (v *NullableRollupFieldField) Unset()

type NullableRollupFieldFieldSerializerWithRelatedFields ¶

type NullableRollupFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableRollupFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableRollupFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableRollupFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableRollupFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableRollupFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableRollupFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableRowComment ¶

type NullableRowComment struct {
	// contains filtered or unexported fields
}

func NewNullableRowComment ¶

func NewNullableRowComment(val *RowComment) *NullableRowComment

func (NullableRowComment) Get ¶

func (v NullableRowComment) Get() *RowComment

func (NullableRowComment) IsSet ¶

func (v NullableRowComment) IsSet() bool

func (NullableRowComment) MarshalJSON ¶

func (v NullableRowComment) MarshalJSON() ([]byte, error)

func (*NullableRowComment) Set ¶

func (v *NullableRowComment) Set(val *RowComment)

func (*NullableRowComment) UnmarshalJSON ¶

func (v *NullableRowComment) UnmarshalJSON(src []byte) error

func (*NullableRowComment) Unset ¶

func (v *NullableRowComment) Unset()

type NullableRowCommentCreate ¶

type NullableRowCommentCreate struct {
	// contains filtered or unexported fields
}

func NewNullableRowCommentCreate ¶

func NewNullableRowCommentCreate(val *RowCommentCreate) *NullableRowCommentCreate

func (NullableRowCommentCreate) Get ¶

func (NullableRowCommentCreate) IsSet ¶

func (v NullableRowCommentCreate) IsSet() bool

func (NullableRowCommentCreate) MarshalJSON ¶

func (v NullableRowCommentCreate) MarshalJSON() ([]byte, error)

func (*NullableRowCommentCreate) Set ¶

func (*NullableRowCommentCreate) UnmarshalJSON ¶

func (v *NullableRowCommentCreate) UnmarshalJSON(src []byte) error

func (*NullableRowCommentCreate) Unset ¶

func (v *NullableRowCommentCreate) Unset()

type NullableRowIdentifierTypeEnum ¶

type NullableRowIdentifierTypeEnum struct {
	// contains filtered or unexported fields
}

func (NullableRowIdentifierTypeEnum) Get ¶

func (NullableRowIdentifierTypeEnum) IsSet ¶

func (NullableRowIdentifierTypeEnum) MarshalJSON ¶

func (v NullableRowIdentifierTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableRowIdentifierTypeEnum) Set ¶

func (*NullableRowIdentifierTypeEnum) UnmarshalJSON ¶

func (v *NullableRowIdentifierTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableRowIdentifierTypeEnum) Unset ¶

func (v *NullableRowIdentifierTypeEnum) Unset()

type NullableRowMetadata ¶

type NullableRowMetadata struct {
	// contains filtered or unexported fields
}

func NewNullableRowMetadata ¶

func NewNullableRowMetadata(val *RowMetadata) *NullableRowMetadata

func (NullableRowMetadata) Get ¶

func (NullableRowMetadata) IsSet ¶

func (v NullableRowMetadata) IsSet() bool

func (NullableRowMetadata) MarshalJSON ¶

func (v NullableRowMetadata) MarshalJSON() ([]byte, error)

func (*NullableRowMetadata) Set ¶

func (v *NullableRowMetadata) Set(val *RowMetadata)

func (*NullableRowMetadata) UnmarshalJSON ¶

func (v *NullableRowMetadata) UnmarshalJSON(src []byte) error

func (*NullableRowMetadata) Unset ¶

func (v *NullableRowMetadata) Unset()

type NullableSAMLResponse ¶

type NullableSAMLResponse struct {
	// contains filtered or unexported fields
}

func NewNullableSAMLResponse ¶

func NewNullableSAMLResponse(val *SAMLResponse) *NullableSAMLResponse

func (NullableSAMLResponse) Get ¶

func (NullableSAMLResponse) IsSet ¶

func (v NullableSAMLResponse) IsSet() bool

func (NullableSAMLResponse) MarshalJSON ¶

func (v NullableSAMLResponse) MarshalJSON() ([]byte, error)

func (*NullableSAMLResponse) Set ¶

func (v *NullableSAMLResponse) Set(val *SAMLResponse)

func (*NullableSAMLResponse) UnmarshalJSON ¶

func (v *NullableSAMLResponse) UnmarshalJSON(src []byte) error

func (*NullableSAMLResponse) Unset ¶

func (v *NullableSAMLResponse) Unset()

type NullableSamlAuthProviderModelAuthProvider ¶

type NullableSamlAuthProviderModelAuthProvider struct {
	// contains filtered or unexported fields
}

func (NullableSamlAuthProviderModelAuthProvider) Get ¶

func (NullableSamlAuthProviderModelAuthProvider) IsSet ¶

func (NullableSamlAuthProviderModelAuthProvider) MarshalJSON ¶

func (*NullableSamlAuthProviderModelAuthProvider) Set ¶

func (*NullableSamlAuthProviderModelAuthProvider) UnmarshalJSON ¶

func (v *NullableSamlAuthProviderModelAuthProvider) UnmarshalJSON(src []byte) error

func (*NullableSamlAuthProviderModelAuthProvider) Unset ¶

type NullableScopeTypeEnum ¶

type NullableScopeTypeEnum struct {
	// contains filtered or unexported fields
}

func NewNullableScopeTypeEnum ¶

func NewNullableScopeTypeEnum(val *ScopeTypeEnum) *NullableScopeTypeEnum

func (NullableScopeTypeEnum) Get ¶

func (NullableScopeTypeEnum) IsSet ¶

func (v NullableScopeTypeEnum) IsSet() bool

func (NullableScopeTypeEnum) MarshalJSON ¶

func (v NullableScopeTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableScopeTypeEnum) Set ¶

func (v *NullableScopeTypeEnum) Set(val *ScopeTypeEnum)

func (*NullableScopeTypeEnum) UnmarshalJSON ¶

func (v *NullableScopeTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableScopeTypeEnum) Unset ¶

func (v *NullableScopeTypeEnum) Unset()

type NullableSelectColorValueProviderConf ¶

type NullableSelectColorValueProviderConf struct {
	// contains filtered or unexported fields
}

func (NullableSelectColorValueProviderConf) Get ¶

func (NullableSelectColorValueProviderConf) IsSet ¶

func (NullableSelectColorValueProviderConf) MarshalJSON ¶

func (v NullableSelectColorValueProviderConf) MarshalJSON() ([]byte, error)

func (*NullableSelectColorValueProviderConf) Set ¶

func (*NullableSelectColorValueProviderConf) UnmarshalJSON ¶

func (v *NullableSelectColorValueProviderConf) UnmarshalJSON(src []byte) error

func (*NullableSelectColorValueProviderConf) Unset ¶

type NullableSelectOption ¶

type NullableSelectOption struct {
	// contains filtered or unexported fields
}

func NewNullableSelectOption ¶

func NewNullableSelectOption(val *SelectOption) *NullableSelectOption

func (NullableSelectOption) Get ¶

func (NullableSelectOption) IsSet ¶

func (v NullableSelectOption) IsSet() bool

func (NullableSelectOption) MarshalJSON ¶

func (v NullableSelectOption) MarshalJSON() ([]byte, error)

func (*NullableSelectOption) Set ¶

func (v *NullableSelectOption) Set(val *SelectOption)

func (*NullableSelectOption) UnmarshalJSON ¶

func (v *NullableSelectOption) UnmarshalJSON(src []byte) error

func (*NullableSelectOption) Unset ¶

func (v *NullableSelectOption) Unset()

type NullableSendPasswordResetEmail400Response ¶

type NullableSendPasswordResetEmail400Response struct {
	// contains filtered or unexported fields
}

func (NullableSendPasswordResetEmail400Response) Get ¶

func (NullableSendPasswordResetEmail400Response) IsSet ¶

func (NullableSendPasswordResetEmail400Response) MarshalJSON ¶

func (*NullableSendPasswordResetEmail400Response) Set ¶

func (*NullableSendPasswordResetEmail400Response) UnmarshalJSON ¶

func (v *NullableSendPasswordResetEmail400Response) UnmarshalJSON(src []byte) error

func (*NullableSendPasswordResetEmail400Response) Unset ¶

type NullableSendResetPasswordEmailBodyValidation ¶

type NullableSendResetPasswordEmailBodyValidation struct {
	// contains filtered or unexported fields
}

func (NullableSendResetPasswordEmailBodyValidation) Get ¶

func (NullableSendResetPasswordEmailBodyValidation) IsSet ¶

func (NullableSendResetPasswordEmailBodyValidation) MarshalJSON ¶

func (*NullableSendResetPasswordEmailBodyValidation) Set ¶

func (*NullableSendResetPasswordEmailBodyValidation) UnmarshalJSON ¶

func (*NullableSendResetPasswordEmailBodyValidation) Unset ¶

type NullableSettings ¶

type NullableSettings struct {
	// contains filtered or unexported fields
}

func NewNullableSettings ¶

func NewNullableSettings(val *Settings) *NullableSettings

func (NullableSettings) Get ¶

func (v NullableSettings) Get() *Settings

func (NullableSettings) IsSet ¶

func (v NullableSettings) IsSet() bool

func (NullableSettings) MarshalJSON ¶

func (v NullableSettings) MarshalJSON() ([]byte, error)

func (*NullableSettings) Set ¶

func (v *NullableSettings) Set(val *Settings)

func (*NullableSettings) UnmarshalJSON ¶

func (v *NullableSettings) UnmarshalJSON(src []byte) error

func (*NullableSettings) Unset ¶

func (v *NullableSettings) Unset()

type NullableSingleAuditLogExportJobRequest ¶

type NullableSingleAuditLogExportJobRequest struct {
	// contains filtered or unexported fields
}

func (NullableSingleAuditLogExportJobRequest) Get ¶

func (NullableSingleAuditLogExportJobRequest) IsSet ¶

func (NullableSingleAuditLogExportJobRequest) MarshalJSON ¶

func (v NullableSingleAuditLogExportJobRequest) MarshalJSON() ([]byte, error)

func (*NullableSingleAuditLogExportJobRequest) Set ¶

func (*NullableSingleAuditLogExportJobRequest) UnmarshalJSON ¶

func (v *NullableSingleAuditLogExportJobRequest) UnmarshalJSON(src []byte) error

func (*NullableSingleAuditLogExportJobRequest) Unset ¶

type NullableSingleAuditLogExportJobResponse ¶

type NullableSingleAuditLogExportJobResponse struct {
	// contains filtered or unexported fields
}

func (NullableSingleAuditLogExportJobResponse) Get ¶

func (NullableSingleAuditLogExportJobResponse) IsSet ¶

func (NullableSingleAuditLogExportJobResponse) MarshalJSON ¶

func (v NullableSingleAuditLogExportJobResponse) MarshalJSON() ([]byte, error)

func (*NullableSingleAuditLogExportJobResponse) Set ¶

func (*NullableSingleAuditLogExportJobResponse) UnmarshalJSON ¶

func (v *NullableSingleAuditLogExportJobResponse) UnmarshalJSON(src []byte) error

func (*NullableSingleAuditLogExportJobResponse) Unset ¶

type NullableSingleDuplicateApplicationJobType ¶

type NullableSingleDuplicateApplicationJobType struct {
	// contains filtered or unexported fields
}

func (NullableSingleDuplicateApplicationJobType) Get ¶

func (NullableSingleDuplicateApplicationJobType) IsSet ¶

func (NullableSingleDuplicateApplicationJobType) MarshalJSON ¶

func (*NullableSingleDuplicateApplicationJobType) Set ¶

func (*NullableSingleDuplicateApplicationJobType) UnmarshalJSON ¶

func (v *NullableSingleDuplicateApplicationJobType) UnmarshalJSON(src []byte) error

func (*NullableSingleDuplicateApplicationJobType) Unset ¶

type NullableSingleDuplicateFieldJobType ¶

type NullableSingleDuplicateFieldJobType struct {
	// contains filtered or unexported fields
}

func (NullableSingleDuplicateFieldJobType) Get ¶

func (NullableSingleDuplicateFieldJobType) IsSet ¶

func (NullableSingleDuplicateFieldJobType) MarshalJSON ¶

func (v NullableSingleDuplicateFieldJobType) MarshalJSON() ([]byte, error)

func (*NullableSingleDuplicateFieldJobType) Set ¶

func (*NullableSingleDuplicateFieldJobType) UnmarshalJSON ¶

func (v *NullableSingleDuplicateFieldJobType) UnmarshalJSON(src []byte) error

func (*NullableSingleDuplicateFieldJobType) Unset ¶

type NullableSingleDuplicateTableJobType ¶

type NullableSingleDuplicateTableJobType struct {
	// contains filtered or unexported fields
}

func (NullableSingleDuplicateTableJobType) Get ¶

func (NullableSingleDuplicateTableJobType) IsSet ¶

func (NullableSingleDuplicateTableJobType) MarshalJSON ¶

func (v NullableSingleDuplicateTableJobType) MarshalJSON() ([]byte, error)

func (*NullableSingleDuplicateTableJobType) Set ¶

func (*NullableSingleDuplicateTableJobType) UnmarshalJSON ¶

func (v *NullableSingleDuplicateTableJobType) UnmarshalJSON(src []byte) error

func (*NullableSingleDuplicateTableJobType) Unset ¶

type NullableSingleFileImportJobSerializerClass ¶

type NullableSingleFileImportJobSerializerClass struct {
	// contains filtered or unexported fields
}

func (NullableSingleFileImportJobSerializerClass) Get ¶

func (NullableSingleFileImportJobSerializerClass) IsSet ¶

func (NullableSingleFileImportJobSerializerClass) MarshalJSON ¶

func (*NullableSingleFileImportJobSerializerClass) Set ¶

func (*NullableSingleFileImportJobSerializerClass) UnmarshalJSON ¶

func (v *NullableSingleFileImportJobSerializerClass) UnmarshalJSON(src []byte) error

func (*NullableSingleFileImportJobSerializerClass) Unset ¶

type NullableSingleInstallTemplateJobType ¶

type NullableSingleInstallTemplateJobType struct {
	// contains filtered or unexported fields
}

func (NullableSingleInstallTemplateJobType) Get ¶

func (NullableSingleInstallTemplateJobType) IsSet ¶

func (NullableSingleInstallTemplateJobType) MarshalJSON ¶

func (v NullableSingleInstallTemplateJobType) MarshalJSON() ([]byte, error)

func (*NullableSingleInstallTemplateJobType) Set ¶

func (*NullableSingleInstallTemplateJobType) UnmarshalJSON ¶

func (v *NullableSingleInstallTemplateJobType) UnmarshalJSON(src []byte) error

func (*NullableSingleInstallTemplateJobType) Unset ¶

type NullableSingleSelectFieldCreateField ¶

type NullableSingleSelectFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableSingleSelectFieldCreateField) Get ¶

func (NullableSingleSelectFieldCreateField) IsSet ¶

func (NullableSingleSelectFieldCreateField) MarshalJSON ¶

func (v NullableSingleSelectFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableSingleSelectFieldCreateField) Set ¶

func (*NullableSingleSelectFieldCreateField) UnmarshalJSON ¶

func (v *NullableSingleSelectFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableSingleSelectFieldCreateField) Unset ¶

type NullableSingleSelectFieldField ¶

type NullableSingleSelectFieldField struct {
	// contains filtered or unexported fields
}

func (NullableSingleSelectFieldField) Get ¶

func (NullableSingleSelectFieldField) IsSet ¶

func (NullableSingleSelectFieldField) MarshalJSON ¶

func (v NullableSingleSelectFieldField) MarshalJSON() ([]byte, error)

func (*NullableSingleSelectFieldField) Set ¶

func (*NullableSingleSelectFieldField) UnmarshalJSON ¶

func (v *NullableSingleSelectFieldField) UnmarshalJSON(src []byte) error

func (*NullableSingleSelectFieldField) Unset ¶

func (v *NullableSingleSelectFieldField) Unset()

type NullableSingleSelectFieldFieldSerializerWithRelatedFields ¶

type NullableSingleSelectFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableSingleSelectFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableSingleSelectFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableSingleSelectFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableSingleSelectFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableSingleSelectFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableSingleSelectFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableSnapshot ¶

type NullableSnapshot struct {
	// contains filtered or unexported fields
}

func NewNullableSnapshot ¶

func NewNullableSnapshot(val *Snapshot) *NullableSnapshot

func (NullableSnapshot) Get ¶

func (v NullableSnapshot) Get() *Snapshot

func (NullableSnapshot) IsSet ¶

func (v NullableSnapshot) IsSet() bool

func (NullableSnapshot) MarshalJSON ¶

func (v NullableSnapshot) MarshalJSON() ([]byte, error)

func (*NullableSnapshot) Set ¶

func (v *NullableSnapshot) Set(val *Snapshot)

func (*NullableSnapshot) UnmarshalJSON ¶

func (v *NullableSnapshot) UnmarshalJSON(src []byte) error

func (*NullableSnapshot) Unset ¶

func (v *NullableSnapshot) Unset()

type NullableSpecificApplication ¶

type NullableSpecificApplication struct {
	// contains filtered or unexported fields
}

func (NullableSpecificApplication) Get ¶

func (NullableSpecificApplication) IsSet ¶

func (NullableSpecificApplication) MarshalJSON ¶

func (v NullableSpecificApplication) MarshalJSON() ([]byte, error)

func (*NullableSpecificApplication) Set ¶

func (*NullableSpecificApplication) UnmarshalJSON ¶

func (v *NullableSpecificApplication) UnmarshalJSON(src []byte) error

func (*NullableSpecificApplication) Unset ¶

func (v *NullableSpecificApplication) Unset()

type NullableStateEnum ¶

type NullableStateEnum struct {
	// contains filtered or unexported fields
}

func NewNullableStateEnum ¶

func NewNullableStateEnum(val *StateEnum) *NullableStateEnum

func (NullableStateEnum) Get ¶

func (v NullableStateEnum) Get() *StateEnum

func (NullableStateEnum) IsSet ¶

func (v NullableStateEnum) IsSet() bool

func (NullableStateEnum) MarshalJSON ¶

func (v NullableStateEnum) MarshalJSON() ([]byte, error)

func (*NullableStateEnum) Set ¶

func (v *NullableStateEnum) Set(val *StateEnum)

func (*NullableStateEnum) UnmarshalJSON ¶

func (v *NullableStateEnum) UnmarshalJSON(src []byte) error

func (*NullableStateEnum) Unset ¶

func (v *NullableStateEnum) 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 NullableStyleEnum ¶

type NullableStyleEnum struct {
	// contains filtered or unexported fields
}

func NewNullableStyleEnum ¶

func NewNullableStyleEnum(val *StyleEnum) *NullableStyleEnum

func (NullableStyleEnum) Get ¶

func (v NullableStyleEnum) Get() *StyleEnum

func (NullableStyleEnum) IsSet ¶

func (v NullableStyleEnum) IsSet() bool

func (NullableStyleEnum) MarshalJSON ¶

func (v NullableStyleEnum) MarshalJSON() ([]byte, error)

func (*NullableStyleEnum) Set ¶

func (v *NullableStyleEnum) Set(val *StyleEnum)

func (*NullableStyleEnum) UnmarshalJSON ¶

func (v *NullableStyleEnum) UnmarshalJSON(src []byte) error

func (*NullableStyleEnum) Unset ¶

func (v *NullableStyleEnum) Unset()

type NullableSubjectType3ffEnum ¶

type NullableSubjectType3ffEnum struct {
	// contains filtered or unexported fields
}

func NewNullableSubjectType3ffEnum ¶

func NewNullableSubjectType3ffEnum(val *SubjectType3ffEnum) *NullableSubjectType3ffEnum

func (NullableSubjectType3ffEnum) Get ¶

func (NullableSubjectType3ffEnum) IsSet ¶

func (v NullableSubjectType3ffEnum) IsSet() bool

func (NullableSubjectType3ffEnum) MarshalJSON ¶

func (v NullableSubjectType3ffEnum) MarshalJSON() ([]byte, error)

func (*NullableSubjectType3ffEnum) Set ¶

func (*NullableSubjectType3ffEnum) UnmarshalJSON ¶

func (v *NullableSubjectType3ffEnum) UnmarshalJSON(src []byte) error

func (*NullableSubjectType3ffEnum) Unset ¶

func (v *NullableSubjectType3ffEnum) Unset()

type NullableSubjectType6dcEnum ¶

type NullableSubjectType6dcEnum struct {
	// contains filtered or unexported fields
}

func NewNullableSubjectType6dcEnum ¶

func NewNullableSubjectType6dcEnum(val *SubjectType6dcEnum) *NullableSubjectType6dcEnum

func (NullableSubjectType6dcEnum) Get ¶

func (NullableSubjectType6dcEnum) IsSet ¶

func (v NullableSubjectType6dcEnum) IsSet() bool

func (NullableSubjectType6dcEnum) MarshalJSON ¶

func (v NullableSubjectType6dcEnum) MarshalJSON() ([]byte, error)

func (*NullableSubjectType6dcEnum) Set ¶

func (*NullableSubjectType6dcEnum) UnmarshalJSON ¶

func (v *NullableSubjectType6dcEnum) UnmarshalJSON(src []byte) error

func (*NullableSubjectType6dcEnum) Unset ¶

func (v *NullableSubjectType6dcEnum) Unset()

type NullableSubmitActionEnum ¶

type NullableSubmitActionEnum struct {
	// contains filtered or unexported fields
}

func NewNullableSubmitActionEnum ¶

func NewNullableSubmitActionEnum(val *SubmitActionEnum) *NullableSubmitActionEnum

func (NullableSubmitActionEnum) Get ¶

func (NullableSubmitActionEnum) IsSet ¶

func (v NullableSubmitActionEnum) IsSet() bool

func (NullableSubmitActionEnum) MarshalJSON ¶

func (v NullableSubmitActionEnum) MarshalJSON() ([]byte, error)

func (*NullableSubmitActionEnum) Set ¶

func (*NullableSubmitActionEnum) UnmarshalJSON ¶

func (v *NullableSubmitActionEnum) UnmarshalJSON(src []byte) error

func (*NullableSubmitActionEnum) Unset ¶

func (v *NullableSubmitActionEnum) Unset()

type NullableTable ¶

type NullableTable struct {
	// contains filtered or unexported fields
}

func NewNullableTable ¶

func NewNullableTable(val *Table) *NullableTable

func (NullableTable) Get ¶

func (v NullableTable) Get() *Table

func (NullableTable) IsSet ¶

func (v NullableTable) IsSet() bool

func (NullableTable) MarshalJSON ¶

func (v NullableTable) MarshalJSON() ([]byte, error)

func (*NullableTable) Set ¶

func (v *NullableTable) Set(val *Table)

func (*NullableTable) UnmarshalJSON ¶

func (v *NullableTable) UnmarshalJSON(src []byte) error

func (*NullableTable) Unset ¶

func (v *NullableTable) Unset()

type NullableTableCreate ¶

type NullableTableCreate struct {
	// contains filtered or unexported fields
}

func NewNullableTableCreate ¶

func NewNullableTableCreate(val *TableCreate) *NullableTableCreate

func (NullableTableCreate) Get ¶

func (NullableTableCreate) IsSet ¶

func (v NullableTableCreate) IsSet() bool

func (NullableTableCreate) MarshalJSON ¶

func (v NullableTableCreate) MarshalJSON() ([]byte, error)

func (*NullableTableCreate) Set ¶

func (v *NullableTableCreate) Set(val *TableCreate)

func (*NullableTableCreate) UnmarshalJSON ¶

func (v *NullableTableCreate) UnmarshalJSON(src []byte) error

func (*NullableTableCreate) Unset ¶

func (v *NullableTableCreate) Unset()

type NullableTableImport ¶

type NullableTableImport struct {
	// contains filtered or unexported fields
}

func NewNullableTableImport ¶

func NewNullableTableImport(val *TableImport) *NullableTableImport

func (NullableTableImport) Get ¶

func (NullableTableImport) IsSet ¶

func (v NullableTableImport) IsSet() bool

func (NullableTableImport) MarshalJSON ¶

func (v NullableTableImport) MarshalJSON() ([]byte, error)

func (*NullableTableImport) Set ¶

func (v *NullableTableImport) Set(val *TableImport)

func (*NullableTableImport) UnmarshalJSON ¶

func (v *NullableTableImport) UnmarshalJSON(src []byte) error

func (*NullableTableImport) Unset ¶

func (v *NullableTableImport) Unset()

type NullableTableWebhook ¶

type NullableTableWebhook struct {
	// contains filtered or unexported fields
}

func NewNullableTableWebhook ¶

func NewNullableTableWebhook(val *TableWebhook) *NullableTableWebhook

func (NullableTableWebhook) Get ¶

func (NullableTableWebhook) IsSet ¶

func (v NullableTableWebhook) IsSet() bool

func (NullableTableWebhook) MarshalJSON ¶

func (v NullableTableWebhook) MarshalJSON() ([]byte, error)

func (*NullableTableWebhook) Set ¶

func (v *NullableTableWebhook) Set(val *TableWebhook)

func (*NullableTableWebhook) UnmarshalJSON ¶

func (v *NullableTableWebhook) UnmarshalJSON(src []byte) error

func (*NullableTableWebhook) Unset ¶

func (v *NullableTableWebhook) Unset()

type NullableTableWebhookCall ¶

type NullableTableWebhookCall struct {
	// contains filtered or unexported fields
}

func NewNullableTableWebhookCall ¶

func NewNullableTableWebhookCall(val *TableWebhookCall) *NullableTableWebhookCall

func (NullableTableWebhookCall) Get ¶

func (NullableTableWebhookCall) IsSet ¶

func (v NullableTableWebhookCall) IsSet() bool

func (NullableTableWebhookCall) MarshalJSON ¶

func (v NullableTableWebhookCall) MarshalJSON() ([]byte, error)

func (*NullableTableWebhookCall) Set ¶

func (*NullableTableWebhookCall) UnmarshalJSON ¶

func (v *NullableTableWebhookCall) UnmarshalJSON(src []byte) error

func (*NullableTableWebhookCall) Unset ¶

func (v *NullableTableWebhookCall) Unset()

type NullableTableWebhookCreateRequest ¶

type NullableTableWebhookCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableTableWebhookCreateRequest) Get ¶

func (NullableTableWebhookCreateRequest) IsSet ¶

func (NullableTableWebhookCreateRequest) MarshalJSON ¶

func (v NullableTableWebhookCreateRequest) MarshalJSON() ([]byte, error)

func (*NullableTableWebhookCreateRequest) Set ¶

func (*NullableTableWebhookCreateRequest) UnmarshalJSON ¶

func (v *NullableTableWebhookCreateRequest) UnmarshalJSON(src []byte) error

func (*NullableTableWebhookCreateRequest) Unset ¶

type NullableTableWebhookTestCallRequest ¶

type NullableTableWebhookTestCallRequest struct {
	// contains filtered or unexported fields
}

func (NullableTableWebhookTestCallRequest) Get ¶

func (NullableTableWebhookTestCallRequest) IsSet ¶

func (NullableTableWebhookTestCallRequest) MarshalJSON ¶

func (v NullableTableWebhookTestCallRequest) MarshalJSON() ([]byte, error)

func (*NullableTableWebhookTestCallRequest) Set ¶

func (*NullableTableWebhookTestCallRequest) UnmarshalJSON ¶

func (v *NullableTableWebhookTestCallRequest) UnmarshalJSON(src []byte) error

func (*NullableTableWebhookTestCallRequest) Unset ¶

type NullableTableWebhookTestCallResponse ¶

type NullableTableWebhookTestCallResponse struct {
	// contains filtered or unexported fields
}

func (NullableTableWebhookTestCallResponse) Get ¶

func (NullableTableWebhookTestCallResponse) IsSet ¶

func (NullableTableWebhookTestCallResponse) MarshalJSON ¶

func (v NullableTableWebhookTestCallResponse) MarshalJSON() ([]byte, error)

func (*NullableTableWebhookTestCallResponse) Set ¶

func (*NullableTableWebhookTestCallResponse) UnmarshalJSON ¶

func (v *NullableTableWebhookTestCallResponse) UnmarshalJSON(src []byte) error

func (*NullableTableWebhookTestCallResponse) 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 NullableTeamResponse ¶

type NullableTeamResponse struct {
	// contains filtered or unexported fields
}

func NewNullableTeamResponse ¶

func NewNullableTeamResponse(val *TeamResponse) *NullableTeamResponse

func (NullableTeamResponse) Get ¶

func (NullableTeamResponse) IsSet ¶

func (v NullableTeamResponse) IsSet() bool

func (NullableTeamResponse) MarshalJSON ¶

func (v NullableTeamResponse) MarshalJSON() ([]byte, error)

func (*NullableTeamResponse) Set ¶

func (v *NullableTeamResponse) Set(val *TeamResponse)

func (*NullableTeamResponse) UnmarshalJSON ¶

func (v *NullableTeamResponse) UnmarshalJSON(src []byte) error

func (*NullableTeamResponse) Unset ¶

func (v *NullableTeamResponse) Unset()

type NullableTeamSampleSubject ¶

type NullableTeamSampleSubject struct {
	// contains filtered or unexported fields
}

func NewNullableTeamSampleSubject ¶

func NewNullableTeamSampleSubject(val *TeamSampleSubject) *NullableTeamSampleSubject

func (NullableTeamSampleSubject) Get ¶

func (NullableTeamSampleSubject) IsSet ¶

func (v NullableTeamSampleSubject) IsSet() bool

func (NullableTeamSampleSubject) MarshalJSON ¶

func (v NullableTeamSampleSubject) MarshalJSON() ([]byte, error)

func (*NullableTeamSampleSubject) Set ¶

func (*NullableTeamSampleSubject) UnmarshalJSON ¶

func (v *NullableTeamSampleSubject) UnmarshalJSON(src []byte) error

func (*NullableTeamSampleSubject) Unset ¶

func (v *NullableTeamSampleSubject) Unset()

type NullableTeamSubject ¶

type NullableTeamSubject struct {
	// contains filtered or unexported fields
}

func NewNullableTeamSubject ¶

func NewNullableTeamSubject(val *TeamSubject) *NullableTeamSubject

func (NullableTeamSubject) Get ¶

func (NullableTeamSubject) IsSet ¶

func (v NullableTeamSubject) IsSet() bool

func (NullableTeamSubject) MarshalJSON ¶

func (v NullableTeamSubject) MarshalJSON() ([]byte, error)

func (*NullableTeamSubject) Set ¶

func (v *NullableTeamSubject) Set(val *TeamSubject)

func (*NullableTeamSubject) UnmarshalJSON ¶

func (v *NullableTeamSubject) UnmarshalJSON(src []byte) error

func (*NullableTeamSubject) Unset ¶

func (v *NullableTeamSubject) Unset()

type NullableTeamSubjectResponse ¶

type NullableTeamSubjectResponse struct {
	// contains filtered or unexported fields
}

func (NullableTeamSubjectResponse) Get ¶

func (NullableTeamSubjectResponse) IsSet ¶

func (NullableTeamSubjectResponse) MarshalJSON ¶

func (v NullableTeamSubjectResponse) MarshalJSON() ([]byte, error)

func (*NullableTeamSubjectResponse) Set ¶

func (*NullableTeamSubjectResponse) UnmarshalJSON ¶

func (v *NullableTeamSubjectResponse) UnmarshalJSON(src []byte) error

func (*NullableTeamSubjectResponse) Unset ¶

func (v *NullableTeamSubjectResponse) Unset()

type NullableTemplate ¶

type NullableTemplate struct {
	// contains filtered or unexported fields
}

func NewNullableTemplate ¶

func NewNullableTemplate(val *Template) *NullableTemplate

func (NullableTemplate) Get ¶

func (v NullableTemplate) Get() *Template

func (NullableTemplate) IsSet ¶

func (v NullableTemplate) IsSet() bool

func (NullableTemplate) MarshalJSON ¶

func (v NullableTemplate) MarshalJSON() ([]byte, error)

func (*NullableTemplate) Set ¶

func (v *NullableTemplate) Set(val *Template)

func (*NullableTemplate) UnmarshalJSON ¶

func (v *NullableTemplate) UnmarshalJSON(src []byte) error

func (*NullableTemplate) Unset ¶

func (v *NullableTemplate) Unset()

type NullableTemplateCategories ¶

type NullableTemplateCategories struct {
	// contains filtered or unexported fields
}

func NewNullableTemplateCategories ¶

func NewNullableTemplateCategories(val *TemplateCategories) *NullableTemplateCategories

func (NullableTemplateCategories) Get ¶

func (NullableTemplateCategories) IsSet ¶

func (v NullableTemplateCategories) IsSet() bool

func (NullableTemplateCategories) MarshalJSON ¶

func (v NullableTemplateCategories) MarshalJSON() ([]byte, error)

func (*NullableTemplateCategories) Set ¶

func (*NullableTemplateCategories) UnmarshalJSON ¶

func (v *NullableTemplateCategories) UnmarshalJSON(src []byte) error

func (*NullableTemplateCategories) Unset ¶

func (v *NullableTemplateCategories) Unset()

type NullableTextFieldCreateField ¶

type NullableTextFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableTextFieldCreateField) Get ¶

func (NullableTextFieldCreateField) IsSet ¶

func (NullableTextFieldCreateField) MarshalJSON ¶

func (v NullableTextFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableTextFieldCreateField) Set ¶

func (*NullableTextFieldCreateField) UnmarshalJSON ¶

func (v *NullableTextFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableTextFieldCreateField) Unset ¶

func (v *NullableTextFieldCreateField) Unset()

type NullableTextFieldField ¶

type NullableTextFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableTextFieldField ¶

func NewNullableTextFieldField(val *TextFieldField) *NullableTextFieldField

func (NullableTextFieldField) Get ¶

func (NullableTextFieldField) IsSet ¶

func (v NullableTextFieldField) IsSet() bool

func (NullableTextFieldField) MarshalJSON ¶

func (v NullableTextFieldField) MarshalJSON() ([]byte, error)

func (*NullableTextFieldField) Set ¶

func (*NullableTextFieldField) UnmarshalJSON ¶

func (v *NullableTextFieldField) UnmarshalJSON(src []byte) error

func (*NullableTextFieldField) Unset ¶

func (v *NullableTextFieldField) Unset()

type NullableTextFieldFieldSerializerWithRelatedFields ¶

type NullableTextFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableTextFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableTextFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableTextFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableTextFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableTextFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableTextFieldFieldSerializerWithRelatedFields) 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 NullableToken ¶

type NullableToken struct {
	// contains filtered or unexported fields
}

func NewNullableToken ¶

func NewNullableToken(val *Token) *NullableToken

func (NullableToken) Get ¶

func (v NullableToken) Get() *Token

func (NullableToken) IsSet ¶

func (v NullableToken) IsSet() bool

func (NullableToken) MarshalJSON ¶

func (v NullableToken) MarshalJSON() ([]byte, error)

func (*NullableToken) Set ¶

func (v *NullableToken) Set(val *Token)

func (*NullableToken) UnmarshalJSON ¶

func (v *NullableToken) UnmarshalJSON(src []byte) error

func (*NullableToken) Unset ¶

func (v *NullableToken) Unset()

type NullableTokenCreate ¶

type NullableTokenCreate struct {
	// contains filtered or unexported fields
}

func NewNullableTokenCreate ¶

func NewNullableTokenCreate(val *TokenCreate) *NullableTokenCreate

func (NullableTokenCreate) Get ¶

func (NullableTokenCreate) IsSet ¶

func (v NullableTokenCreate) IsSet() bool

func (NullableTokenCreate) MarshalJSON ¶

func (v NullableTokenCreate) MarshalJSON() ([]byte, error)

func (*NullableTokenCreate) Set ¶

func (v *NullableTokenCreate) Set(val *TokenCreate)

func (*NullableTokenCreate) UnmarshalJSON ¶

func (v *NullableTokenCreate) UnmarshalJSON(src []byte) error

func (*NullableTokenCreate) Unset ¶

func (v *NullableTokenCreate) Unset()

type NullableTokenObtainPairWithUser ¶

type NullableTokenObtainPairWithUser struct {
	// contains filtered or unexported fields
}

func (NullableTokenObtainPairWithUser) Get ¶

func (NullableTokenObtainPairWithUser) IsSet ¶

func (NullableTokenObtainPairWithUser) MarshalJSON ¶

func (v NullableTokenObtainPairWithUser) MarshalJSON() ([]byte, error)

func (*NullableTokenObtainPairWithUser) Set ¶

func (*NullableTokenObtainPairWithUser) UnmarshalJSON ¶

func (v *NullableTokenObtainPairWithUser) UnmarshalJSON(src []byte) error

func (*NullableTokenObtainPairWithUser) Unset ¶

type NullableTokenRefreshWithUser ¶

type NullableTokenRefreshWithUser struct {
	// contains filtered or unexported fields
}

func (NullableTokenRefreshWithUser) Get ¶

func (NullableTokenRefreshWithUser) IsSet ¶

func (NullableTokenRefreshWithUser) MarshalJSON ¶

func (v NullableTokenRefreshWithUser) MarshalJSON() ([]byte, error)

func (*NullableTokenRefreshWithUser) Set ¶

func (*NullableTokenRefreshWithUser) UnmarshalJSON ¶

func (v *NullableTokenRefreshWithUser) UnmarshalJSON(src []byte) error

func (*NullableTokenRefreshWithUser) Unset ¶

func (v *NullableTokenRefreshWithUser) Unset()

type NullableTokenVerify200Response ¶

type NullableTokenVerify200Response struct {
	// contains filtered or unexported fields
}

func (NullableTokenVerify200Response) Get ¶

func (NullableTokenVerify200Response) IsSet ¶

func (NullableTokenVerify200Response) MarshalJSON ¶

func (v NullableTokenVerify200Response) MarshalJSON() ([]byte, error)

func (*NullableTokenVerify200Response) Set ¶

func (*NullableTokenVerify200Response) UnmarshalJSON ¶

func (v *NullableTokenVerify200Response) UnmarshalJSON(src []byte) error

func (*NullableTokenVerify200Response) Unset ¶

func (v *NullableTokenVerify200Response) Unset()

type NullableTokenVerifyWithUser ¶

type NullableTokenVerifyWithUser struct {
	// contains filtered or unexported fields
}

func (NullableTokenVerifyWithUser) Get ¶

func (NullableTokenVerifyWithUser) IsSet ¶

func (NullableTokenVerifyWithUser) MarshalJSON ¶

func (v NullableTokenVerifyWithUser) MarshalJSON() ([]byte, error)

func (*NullableTokenVerifyWithUser) Set ¶

func (*NullableTokenVerifyWithUser) UnmarshalJSON ¶

func (v *NullableTokenVerifyWithUser) UnmarshalJSON(src []byte) error

func (*NullableTokenVerifyWithUser) Unset ¶

func (v *NullableTokenVerifyWithUser) Unset()

type NullableTrashContents ¶

type NullableTrashContents struct {
	// contains filtered or unexported fields
}

func NewNullableTrashContents ¶

func NewNullableTrashContents(val *TrashContents) *NullableTrashContents

func (NullableTrashContents) Get ¶

func (NullableTrashContents) IsSet ¶

func (v NullableTrashContents) IsSet() bool

func (NullableTrashContents) MarshalJSON ¶

func (v NullableTrashContents) MarshalJSON() ([]byte, error)

func (*NullableTrashContents) Set ¶

func (v *NullableTrashContents) Set(val *TrashContents)

func (*NullableTrashContents) UnmarshalJSON ¶

func (v *NullableTrashContents) UnmarshalJSON(src []byte) error

func (*NullableTrashContents) Unset ¶

func (v *NullableTrashContents) Unset()

type NullableTrashItemTypeEnum ¶

type NullableTrashItemTypeEnum struct {
	// contains filtered or unexported fields
}

func NewNullableTrashItemTypeEnum ¶

func NewNullableTrashItemTypeEnum(val *TrashItemTypeEnum) *NullableTrashItemTypeEnum

func (NullableTrashItemTypeEnum) Get ¶

func (NullableTrashItemTypeEnum) IsSet ¶

func (v NullableTrashItemTypeEnum) IsSet() bool

func (NullableTrashItemTypeEnum) MarshalJSON ¶

func (v NullableTrashItemTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableTrashItemTypeEnum) Set ¶

func (*NullableTrashItemTypeEnum) UnmarshalJSON ¶

func (v *NullableTrashItemTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableTrashItemTypeEnum) Unset ¶

func (v *NullableTrashItemTypeEnum) Unset()

type NullableTrashStructure ¶

type NullableTrashStructure struct {
	// contains filtered or unexported fields
}

func NewNullableTrashStructure ¶

func NewNullableTrashStructure(val *TrashStructure) *NullableTrashStructure

func (NullableTrashStructure) Get ¶

func (NullableTrashStructure) IsSet ¶

func (v NullableTrashStructure) IsSet() bool

func (NullableTrashStructure) MarshalJSON ¶

func (v NullableTrashStructure) MarshalJSON() ([]byte, error)

func (*NullableTrashStructure) Set ¶

func (*NullableTrashStructure) UnmarshalJSON ¶

func (v *NullableTrashStructure) UnmarshalJSON(src []byte) error

func (*NullableTrashStructure) Unset ¶

func (v *NullableTrashStructure) Unset()

type NullableTrashStructureApplication ¶

type NullableTrashStructureApplication struct {
	// contains filtered or unexported fields
}

func (NullableTrashStructureApplication) Get ¶

func (NullableTrashStructureApplication) IsSet ¶

func (NullableTrashStructureApplication) MarshalJSON ¶

func (v NullableTrashStructureApplication) MarshalJSON() ([]byte, error)

func (*NullableTrashStructureApplication) Set ¶

func (*NullableTrashStructureApplication) UnmarshalJSON ¶

func (v *NullableTrashStructureApplication) UnmarshalJSON(src []byte) error

func (*NullableTrashStructureApplication) Unset ¶

type NullableTrashStructureGroup ¶

type NullableTrashStructureGroup struct {
	// contains filtered or unexported fields
}

func (NullableTrashStructureGroup) Get ¶

func (NullableTrashStructureGroup) IsSet ¶

func (NullableTrashStructureGroup) MarshalJSON ¶

func (v NullableTrashStructureGroup) MarshalJSON() ([]byte, error)

func (*NullableTrashStructureGroup) Set ¶

func (*NullableTrashStructureGroup) UnmarshalJSON ¶

func (v *NullableTrashStructureGroup) UnmarshalJSON(src []byte) error

func (*NullableTrashStructureGroup) Unset ¶

func (v *NullableTrashStructureGroup) Unset()

type NullableType4afEnum ¶

type NullableType4afEnum struct {
	// contains filtered or unexported fields
}

func NewNullableType4afEnum ¶

func NewNullableType4afEnum(val *Type4afEnum) *NullableType4afEnum

func (NullableType4afEnum) Get ¶

func (NullableType4afEnum) IsSet ¶

func (v NullableType4afEnum) IsSet() bool

func (NullableType4afEnum) MarshalJSON ¶

func (v NullableType4afEnum) MarshalJSON() ([]byte, error)

func (*NullableType4afEnum) Set ¶

func (v *NullableType4afEnum) Set(val *Type4afEnum)

func (*NullableType4afEnum) UnmarshalJSON ¶

func (v *NullableType4afEnum) UnmarshalJSON(src []byte) error

func (*NullableType4afEnum) Unset ¶

func (v *NullableType4afEnum) Unset()

type NullableType51aEnum ¶

type NullableType51aEnum struct {
	// contains filtered or unexported fields
}

func NewNullableType51aEnum ¶

func NewNullableType51aEnum(val *Type51aEnum) *NullableType51aEnum

func (NullableType51aEnum) Get ¶

func (NullableType51aEnum) IsSet ¶

func (v NullableType51aEnum) IsSet() bool

func (NullableType51aEnum) MarshalJSON ¶

func (v NullableType51aEnum) MarshalJSON() ([]byte, error)

func (*NullableType51aEnum) Set ¶

func (v *NullableType51aEnum) Set(val *Type51aEnum)

func (*NullableType51aEnum) UnmarshalJSON ¶

func (v *NullableType51aEnum) UnmarshalJSON(src []byte) error

func (*NullableType51aEnum) Unset ¶

func (v *NullableType51aEnum) Unset()

type NullableType712Enum ¶

type NullableType712Enum struct {
	// contains filtered or unexported fields
}

func NewNullableType712Enum ¶

func NewNullableType712Enum(val *Type712Enum) *NullableType712Enum

func (NullableType712Enum) Get ¶

func (NullableType712Enum) IsSet ¶

func (v NullableType712Enum) IsSet() bool

func (NullableType712Enum) MarshalJSON ¶

func (v NullableType712Enum) MarshalJSON() ([]byte, error)

func (*NullableType712Enum) Set ¶

func (v *NullableType712Enum) Set(val *Type712Enum)

func (*NullableType712Enum) UnmarshalJSON ¶

func (v *NullableType712Enum) UnmarshalJSON(src []byte) error

func (*NullableType712Enum) Unset ¶

func (v *NullableType712Enum) Unset()

type NullableTypeFc4Enum ¶

type NullableTypeFc4Enum struct {
	// contains filtered or unexported fields
}

func NewNullableTypeFc4Enum ¶

func NewNullableTypeFc4Enum(val *TypeFc4Enum) *NullableTypeFc4Enum

func (NullableTypeFc4Enum) Get ¶

func (NullableTypeFc4Enum) IsSet ¶

func (v NullableTypeFc4Enum) IsSet() bool

func (NullableTypeFc4Enum) MarshalJSON ¶

func (v NullableTypeFc4Enum) MarshalJSON() ([]byte, error)

func (*NullableTypeFc4Enum) Set ¶

func (v *NullableTypeFc4Enum) Set(val *TypeFc4Enum)

func (*NullableTypeFc4Enum) UnmarshalJSON ¶

func (v *NullableTypeFc4Enum) UnmarshalJSON(src []byte) error

func (*NullableTypeFc4Enum) Unset ¶

func (v *NullableTypeFc4Enum) Unset()

type NullableTypeFormulaField400Response ¶

type NullableTypeFormulaField400Response struct {
	// contains filtered or unexported fields
}

func (NullableTypeFormulaField400Response) Get ¶

func (NullableTypeFormulaField400Response) IsSet ¶

func (NullableTypeFormulaField400Response) MarshalJSON ¶

func (v NullableTypeFormulaField400Response) MarshalJSON() ([]byte, error)

func (*NullableTypeFormulaField400Response) Set ¶

func (*NullableTypeFormulaField400Response) UnmarshalJSON ¶

func (v *NullableTypeFormulaField400Response) UnmarshalJSON(src []byte) error

func (*NullableTypeFormulaField400Response) Unset ¶

type NullableTypeFormulaRequest ¶

type NullableTypeFormulaRequest struct {
	// contains filtered or unexported fields
}

func NewNullableTypeFormulaRequest ¶

func NewNullableTypeFormulaRequest(val *TypeFormulaRequest) *NullableTypeFormulaRequest

func (NullableTypeFormulaRequest) Get ¶

func (NullableTypeFormulaRequest) IsSet ¶

func (v NullableTypeFormulaRequest) IsSet() bool

func (NullableTypeFormulaRequest) MarshalJSON ¶

func (v NullableTypeFormulaRequest) MarshalJSON() ([]byte, error)

func (*NullableTypeFormulaRequest) Set ¶

func (*NullableTypeFormulaRequest) UnmarshalJSON ¶

func (v *NullableTypeFormulaRequest) UnmarshalJSON(src []byte) error

func (*NullableTypeFormulaRequest) Unset ¶

func (v *NullableTypeFormulaRequest) Unset()

type NullableTypeFormulaResult ¶

type NullableTypeFormulaResult struct {
	// contains filtered or unexported fields
}

func NewNullableTypeFormulaResult ¶

func NewNullableTypeFormulaResult(val *TypeFormulaResult) *NullableTypeFormulaResult

func (NullableTypeFormulaResult) Get ¶

func (NullableTypeFormulaResult) IsSet ¶

func (v NullableTypeFormulaResult) IsSet() bool

func (NullableTypeFormulaResult) MarshalJSON ¶

func (v NullableTypeFormulaResult) MarshalJSON() ([]byte, error)

func (*NullableTypeFormulaResult) Set ¶

func (*NullableTypeFormulaResult) UnmarshalJSON ¶

func (v *NullableTypeFormulaResult) UnmarshalJSON(src []byte) error

func (*NullableTypeFormulaResult) Unset ¶

func (v *NullableTypeFormulaResult) Unset()

type NullableURLFieldCreateField ¶

type NullableURLFieldCreateField struct {
	// contains filtered or unexported fields
}

func (NullableURLFieldCreateField) Get ¶

func (NullableURLFieldCreateField) IsSet ¶

func (NullableURLFieldCreateField) MarshalJSON ¶

func (v NullableURLFieldCreateField) MarshalJSON() ([]byte, error)

func (*NullableURLFieldCreateField) Set ¶

func (*NullableURLFieldCreateField) UnmarshalJSON ¶

func (v *NullableURLFieldCreateField) UnmarshalJSON(src []byte) error

func (*NullableURLFieldCreateField) Unset ¶

func (v *NullableURLFieldCreateField) Unset()

type NullableURLFieldField ¶

type NullableURLFieldField struct {
	// contains filtered or unexported fields
}

func NewNullableURLFieldField ¶

func NewNullableURLFieldField(val *URLFieldField) *NullableURLFieldField

func (NullableURLFieldField) Get ¶

func (NullableURLFieldField) IsSet ¶

func (v NullableURLFieldField) IsSet() bool

func (NullableURLFieldField) MarshalJSON ¶

func (v NullableURLFieldField) MarshalJSON() ([]byte, error)

func (*NullableURLFieldField) Set ¶

func (v *NullableURLFieldField) Set(val *URLFieldField)

func (*NullableURLFieldField) UnmarshalJSON ¶

func (v *NullableURLFieldField) UnmarshalJSON(src []byte) error

func (*NullableURLFieldField) Unset ¶

func (v *NullableURLFieldField) Unset()

type NullableURLFieldFieldSerializerWithRelatedFields ¶

type NullableURLFieldFieldSerializerWithRelatedFields struct {
	// contains filtered or unexported fields
}

func (NullableURLFieldFieldSerializerWithRelatedFields) Get ¶

func (NullableURLFieldFieldSerializerWithRelatedFields) IsSet ¶

func (NullableURLFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NullableURLFieldFieldSerializerWithRelatedFields) Set ¶

func (*NullableURLFieldFieldSerializerWithRelatedFields) UnmarshalJSON ¶

func (*NullableURLFieldFieldSerializerWithRelatedFields) Unset ¶

type NullableUndoRedoAction ¶

type NullableUndoRedoAction struct {
	// contains filtered or unexported fields
}

func NewNullableUndoRedoAction ¶

func NewNullableUndoRedoAction(val *UndoRedoAction) *NullableUndoRedoAction

func (NullableUndoRedoAction) Get ¶

func (NullableUndoRedoAction) IsSet ¶

func (v NullableUndoRedoAction) IsSet() bool

func (NullableUndoRedoAction) MarshalJSON ¶

func (v NullableUndoRedoAction) MarshalJSON() ([]byte, error)

func (*NullableUndoRedoAction) Set ¶

func (*NullableUndoRedoAction) UnmarshalJSON ¶

func (v *NullableUndoRedoAction) UnmarshalJSON(src []byte) error

func (*NullableUndoRedoAction) Unset ¶

func (v *NullableUndoRedoAction) Unset()

type NullableUndoRedoResponse ¶

type NullableUndoRedoResponse struct {
	// contains filtered or unexported fields
}

func NewNullableUndoRedoResponse ¶

func NewNullableUndoRedoResponse(val *UndoRedoResponse) *NullableUndoRedoResponse

func (NullableUndoRedoResponse) Get ¶

func (NullableUndoRedoResponse) IsSet ¶

func (v NullableUndoRedoResponse) IsSet() bool

func (NullableUndoRedoResponse) MarshalJSON ¶

func (v NullableUndoRedoResponse) MarshalJSON() ([]byte, error)

func (*NullableUndoRedoResponse) Set ¶

func (*NullableUndoRedoResponse) UnmarshalJSON ¶

func (v *NullableUndoRedoResponse) UnmarshalJSON(src []byte) error

func (*NullableUndoRedoResponse) Unset ¶

func (v *NullableUndoRedoResponse) Unset()

type NullableUniqueRowValues ¶

type NullableUniqueRowValues struct {
	// contains filtered or unexported fields
}

func NewNullableUniqueRowValues ¶

func NewNullableUniqueRowValues(val *UniqueRowValues) *NullableUniqueRowValues

func (NullableUniqueRowValues) Get ¶

func (NullableUniqueRowValues) IsSet ¶

func (v NullableUniqueRowValues) IsSet() bool

func (NullableUniqueRowValues) MarshalJSON ¶

func (v NullableUniqueRowValues) MarshalJSON() ([]byte, error)

func (*NullableUniqueRowValues) Set ¶

func (*NullableUniqueRowValues) UnmarshalJSON ¶

func (v *NullableUniqueRowValues) UnmarshalJSON(src []byte) error

func (*NullableUniqueRowValues) Unset ¶

func (v *NullableUniqueRowValues) Unset()

type NullableUpdateAccount400Response ¶

type NullableUpdateAccount400Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateAccount400Response) Get ¶

func (NullableUpdateAccount400Response) IsSet ¶

func (NullableUpdateAccount400Response) MarshalJSON ¶

func (v NullableUpdateAccount400Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateAccount400Response) Set ¶

func (*NullableUpdateAccount400Response) UnmarshalJSON ¶

func (v *NullableUpdateAccount400Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateAccount400Response) Unset ¶

type NullableUpdateDatabaseTableField400Response ¶

type NullableUpdateDatabaseTableField400Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateDatabaseTableField400Response) Get ¶

func (NullableUpdateDatabaseTableField400Response) IsSet ¶

func (NullableUpdateDatabaseTableField400Response) MarshalJSON ¶

func (*NullableUpdateDatabaseTableField400Response) Set ¶

func (*NullableUpdateDatabaseTableField400Response) UnmarshalJSON ¶

func (v *NullableUpdateDatabaseTableField400Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateDatabaseTableField400Response) Unset ¶

type NullableUpdateDatabaseToken400Response ¶

type NullableUpdateDatabaseToken400Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateDatabaseToken400Response) Get ¶

func (NullableUpdateDatabaseToken400Response) IsSet ¶

func (NullableUpdateDatabaseToken400Response) MarshalJSON ¶

func (v NullableUpdateDatabaseToken400Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateDatabaseToken400Response) Set ¶

func (*NullableUpdateDatabaseToken400Response) UnmarshalJSON ¶

func (v *NullableUpdateDatabaseToken400Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateDatabaseToken400Response) Unset ¶

type NullableUpdateWorkspace400Response ¶

type NullableUpdateWorkspace400Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateWorkspace400Response) Get ¶

func (NullableUpdateWorkspace400Response) IsSet ¶

func (NullableUpdateWorkspace400Response) MarshalJSON ¶

func (v NullableUpdateWorkspace400Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateWorkspace400Response) Set ¶

func (*NullableUpdateWorkspace400Response) UnmarshalJSON ¶

func (v *NullableUpdateWorkspace400Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateWorkspace400Response) Unset ¶

type NullableUpdateWorkspaceInvitation400Response ¶

type NullableUpdateWorkspaceInvitation400Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateWorkspaceInvitation400Response) Get ¶

func (NullableUpdateWorkspaceInvitation400Response) IsSet ¶

func (NullableUpdateWorkspaceInvitation400Response) MarshalJSON ¶

func (*NullableUpdateWorkspaceInvitation400Response) Set ¶

func (*NullableUpdateWorkspaceInvitation400Response) UnmarshalJSON ¶

func (*NullableUpdateWorkspaceInvitation400Response) Unset ¶

type NullableUpdateWorkspaceUser404Response ¶

type NullableUpdateWorkspaceUser404Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateWorkspaceUser404Response) Get ¶

func (NullableUpdateWorkspaceUser404Response) IsSet ¶

func (NullableUpdateWorkspaceUser404Response) MarshalJSON ¶

func (v NullableUpdateWorkspaceUser404Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateWorkspaceUser404Response) Set ¶

func (*NullableUpdateWorkspaceUser404Response) UnmarshalJSON ¶

func (v *NullableUpdateWorkspaceUser404Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateWorkspaceUser404Response) Unset ¶

type NullableUploadFile400Response ¶

type NullableUploadFile400Response struct {
	// contains filtered or unexported fields
}

func (NullableUploadFile400Response) Get ¶

func (NullableUploadFile400Response) IsSet ¶

func (NullableUploadFile400Response) MarshalJSON ¶

func (v NullableUploadFile400Response) MarshalJSON() ([]byte, error)

func (*NullableUploadFile400Response) Set ¶

func (*NullableUploadFile400Response) UnmarshalJSON ¶

func (v *NullableUploadFile400Response) UnmarshalJSON(src []byte) error

func (*NullableUploadFile400Response) Unset ¶

func (v *NullableUploadFile400Response) Unset()

type NullableUploadViaUrl400Response ¶

type NullableUploadViaUrl400Response struct {
	// contains filtered or unexported fields
}

func (NullableUploadViaUrl400Response) Get ¶

func (NullableUploadViaUrl400Response) IsSet ¶

func (NullableUploadViaUrl400Response) MarshalJSON ¶

func (v NullableUploadViaUrl400Response) MarshalJSON() ([]byte, error)

func (*NullableUploadViaUrl400Response) Set ¶

func (*NullableUploadViaUrl400Response) UnmarshalJSON ¶

func (v *NullableUploadViaUrl400Response) UnmarshalJSON(src []byte) error

func (*NullableUploadViaUrl400Response) Unset ¶

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 NullableUserAdminGroups ¶

type NullableUserAdminGroups struct {
	// contains filtered or unexported fields
}

func NewNullableUserAdminGroups ¶

func NewNullableUserAdminGroups(val *UserAdminGroups) *NullableUserAdminGroups

func (NullableUserAdminGroups) Get ¶

func (NullableUserAdminGroups) IsSet ¶

func (v NullableUserAdminGroups) IsSet() bool

func (NullableUserAdminGroups) MarshalJSON ¶

func (v NullableUserAdminGroups) MarshalJSON() ([]byte, error)

func (*NullableUserAdminGroups) Set ¶

func (*NullableUserAdminGroups) UnmarshalJSON ¶

func (v *NullableUserAdminGroups) UnmarshalJSON(src []byte) error

func (*NullableUserAdminGroups) Unset ¶

func (v *NullableUserAdminGroups) Unset()

type NullableUserAdminResponse ¶

type NullableUserAdminResponse struct {
	// contains filtered or unexported fields
}

func NewNullableUserAdminResponse ¶

func NewNullableUserAdminResponse(val *UserAdminResponse) *NullableUserAdminResponse

func (NullableUserAdminResponse) Get ¶

func (NullableUserAdminResponse) IsSet ¶

func (v NullableUserAdminResponse) IsSet() bool

func (NullableUserAdminResponse) MarshalJSON ¶

func (v NullableUserAdminResponse) MarshalJSON() ([]byte, error)

func (*NullableUserAdminResponse) Set ¶

func (*NullableUserAdminResponse) UnmarshalJSON ¶

func (v *NullableUserAdminResponse) UnmarshalJSON(src []byte) error

func (*NullableUserAdminResponse) Unset ¶

func (v *NullableUserAdminResponse) Unset()

type NullableUserFile ¶

type NullableUserFile struct {
	// contains filtered or unexported fields
}

func NewNullableUserFile ¶

func NewNullableUserFile(val *UserFile) *NullableUserFile

func (NullableUserFile) Get ¶

func (v NullableUserFile) Get() *UserFile

func (NullableUserFile) IsSet ¶

func (v NullableUserFile) IsSet() bool

func (NullableUserFile) MarshalJSON ¶

func (v NullableUserFile) MarshalJSON() ([]byte, error)

func (*NullableUserFile) Set ¶

func (v *NullableUserFile) Set(val *UserFile)

func (*NullableUserFile) UnmarshalJSON ¶

func (v *NullableUserFile) UnmarshalJSON(src []byte) error

func (*NullableUserFile) Unset ¶

func (v *NullableUserFile) Unset()

type NullableUserFileUploadViaURLRequest ¶

type NullableUserFileUploadViaURLRequest struct {
	// contains filtered or unexported fields
}

func (NullableUserFileUploadViaURLRequest) Get ¶

func (NullableUserFileUploadViaURLRequest) IsSet ¶

func (NullableUserFileUploadViaURLRequest) MarshalJSON ¶

func (v NullableUserFileUploadViaURLRequest) MarshalJSON() ([]byte, error)

func (*NullableUserFileUploadViaURLRequest) Set ¶

func (*NullableUserFileUploadViaURLRequest) UnmarshalJSON ¶

func (v *NullableUserFileUploadViaURLRequest) UnmarshalJSON(src []byte) error

func (*NullableUserFileUploadViaURLRequest) Unset ¶

type NullableUserWorkspaceInvitation ¶

type NullableUserWorkspaceInvitation struct {
	// contains filtered or unexported fields
}

func (NullableUserWorkspaceInvitation) Get ¶

func (NullableUserWorkspaceInvitation) IsSet ¶

func (NullableUserWorkspaceInvitation) MarshalJSON ¶

func (v NullableUserWorkspaceInvitation) MarshalJSON() ([]byte, error)

func (*NullableUserWorkspaceInvitation) Set ¶

func (*NullableUserWorkspaceInvitation) UnmarshalJSON ¶

func (v *NullableUserWorkspaceInvitation) UnmarshalJSON(src []byte) error

func (*NullableUserWorkspaceInvitation) Unset ¶

type NullableValueProviderTypeEnum ¶

type NullableValueProviderTypeEnum struct {
	// contains filtered or unexported fields
}

func (NullableValueProviderTypeEnum) Get ¶

func (NullableValueProviderTypeEnum) IsSet ¶

func (NullableValueProviderTypeEnum) MarshalJSON ¶

func (v NullableValueProviderTypeEnum) MarshalJSON() ([]byte, error)

func (*NullableValueProviderTypeEnum) Set ¶

func (*NullableValueProviderTypeEnum) UnmarshalJSON ¶

func (v *NullableValueProviderTypeEnum) UnmarshalJSON(src []byte) error

func (*NullableValueProviderTypeEnum) Unset ¶

func (v *NullableValueProviderTypeEnum) Unset()

type NullableView ¶

type NullableView struct {
	// contains filtered or unexported fields
}

func NewNullableView ¶

func NewNullableView(val *View) *NullableView

func (NullableView) Get ¶

func (v NullableView) Get() *View

func (NullableView) IsSet ¶

func (v NullableView) IsSet() bool

func (NullableView) MarshalJSON ¶

func (v NullableView) MarshalJSON() ([]byte, error)

func (*NullableView) Set ¶

func (v *NullableView) Set(val *View)

func (*NullableView) UnmarshalJSON ¶

func (v *NullableView) UnmarshalJSON(src []byte) error

func (*NullableView) Unset ¶

func (v *NullableView) Unset()

type NullableViewDecoration ¶

type NullableViewDecoration struct {
	// contains filtered or unexported fields
}

func NewNullableViewDecoration ¶

func NewNullableViewDecoration(val *ViewDecoration) *NullableViewDecoration

func (NullableViewDecoration) Get ¶

func (NullableViewDecoration) IsSet ¶

func (v NullableViewDecoration) IsSet() bool

func (NullableViewDecoration) MarshalJSON ¶

func (v NullableViewDecoration) MarshalJSON() ([]byte, error)

func (*NullableViewDecoration) Set ¶

func (*NullableViewDecoration) UnmarshalJSON ¶

func (v *NullableViewDecoration) UnmarshalJSON(src []byte) error

func (*NullableViewDecoration) Unset ¶

func (v *NullableViewDecoration) Unset()

type NullableViewFieldOptions ¶

type NullableViewFieldOptions struct {
	// contains filtered or unexported fields
}

func NewNullableViewFieldOptions ¶

func NewNullableViewFieldOptions(val *ViewFieldOptions) *NullableViewFieldOptions

func (NullableViewFieldOptions) Get ¶

func (NullableViewFieldOptions) IsSet ¶

func (v NullableViewFieldOptions) IsSet() bool

func (NullableViewFieldOptions) MarshalJSON ¶

func (v NullableViewFieldOptions) MarshalJSON() ([]byte, error)

func (*NullableViewFieldOptions) Set ¶

func (*NullableViewFieldOptions) UnmarshalJSON ¶

func (v *NullableViewFieldOptions) UnmarshalJSON(src []byte) error

func (*NullableViewFieldOptions) Unset ¶

func (v *NullableViewFieldOptions) Unset()

type NullableViewFilter ¶

type NullableViewFilter struct {
	// contains filtered or unexported fields
}

func NewNullableViewFilter ¶

func NewNullableViewFilter(val *ViewFilter) *NullableViewFilter

func (NullableViewFilter) Get ¶

func (v NullableViewFilter) Get() *ViewFilter

func (NullableViewFilter) IsSet ¶

func (v NullableViewFilter) IsSet() bool

func (NullableViewFilter) MarshalJSON ¶

func (v NullableViewFilter) MarshalJSON() ([]byte, error)

func (*NullableViewFilter) Set ¶

func (v *NullableViewFilter) Set(val *ViewFilter)

func (*NullableViewFilter) UnmarshalJSON ¶

func (v *NullableViewFilter) UnmarshalJSON(src []byte) error

func (*NullableViewFilter) Unset ¶

func (v *NullableViewFilter) Unset()

type NullableViewSort ¶

type NullableViewSort struct {
	// contains filtered or unexported fields
}

func NewNullableViewSort ¶

func NewNullableViewSort(val *ViewSort) *NullableViewSort

func (NullableViewSort) Get ¶

func (v NullableViewSort) Get() *ViewSort

func (NullableViewSort) IsSet ¶

func (v NullableViewSort) IsSet() bool

func (NullableViewSort) MarshalJSON ¶

func (v NullableViewSort) MarshalJSON() ([]byte, error)

func (*NullableViewSort) Set ¶

func (v *NullableViewSort) Set(val *ViewSort)

func (*NullableViewSort) UnmarshalJSON ¶

func (v *NullableViewSort) UnmarshalJSON(src []byte) error

func (*NullableViewSort) Unset ¶

func (v *NullableViewSort) Unset()

type NullableViewTypesEnum ¶

type NullableViewTypesEnum struct {
	// contains filtered or unexported fields
}

func NewNullableViewTypesEnum ¶

func NewNullableViewTypesEnum(val *ViewTypesEnum) *NullableViewTypesEnum

func (NullableViewTypesEnum) Get ¶

func (NullableViewTypesEnum) IsSet ¶

func (v NullableViewTypesEnum) IsSet() bool

func (NullableViewTypesEnum) MarshalJSON ¶

func (v NullableViewTypesEnum) MarshalJSON() ([]byte, error)

func (*NullableViewTypesEnum) Set ¶

func (v *NullableViewTypesEnum) Set(val *ViewTypesEnum)

func (*NullableViewTypesEnum) UnmarshalJSON ¶

func (v *NullableViewTypesEnum) UnmarshalJSON(src []byte) error

func (*NullableViewTypesEnum) Unset ¶

func (v *NullableViewTypesEnum) Unset()

type NullableWorkspace ¶

type NullableWorkspace struct {
	// contains filtered or unexported fields
}

func NewNullableWorkspace ¶

func NewNullableWorkspace(val *Workspace) *NullableWorkspace

func (NullableWorkspace) Get ¶

func (v NullableWorkspace) Get() *Workspace

func (NullableWorkspace) IsSet ¶

func (v NullableWorkspace) IsSet() bool

func (NullableWorkspace) MarshalJSON ¶

func (v NullableWorkspace) MarshalJSON() ([]byte, error)

func (*NullableWorkspace) Set ¶

func (v *NullableWorkspace) Set(val *Workspace)

func (*NullableWorkspace) UnmarshalJSON ¶

func (v *NullableWorkspace) UnmarshalJSON(src []byte) error

func (*NullableWorkspace) Unset ¶

func (v *NullableWorkspace) Unset()

type NullableWorkspaceAdminUsers ¶

type NullableWorkspaceAdminUsers struct {
	// contains filtered or unexported fields
}

func (NullableWorkspaceAdminUsers) Get ¶

func (NullableWorkspaceAdminUsers) IsSet ¶

func (NullableWorkspaceAdminUsers) MarshalJSON ¶

func (v NullableWorkspaceAdminUsers) MarshalJSON() ([]byte, error)

func (*NullableWorkspaceAdminUsers) Set ¶

func (*NullableWorkspaceAdminUsers) UnmarshalJSON ¶

func (v *NullableWorkspaceAdminUsers) UnmarshalJSON(src []byte) error

func (*NullableWorkspaceAdminUsers) Unset ¶

func (v *NullableWorkspaceAdminUsers) Unset()

type NullableWorkspaceInvitation ¶

type NullableWorkspaceInvitation struct {
	// contains filtered or unexported fields
}

func (NullableWorkspaceInvitation) Get ¶

func (NullableWorkspaceInvitation) IsSet ¶

func (NullableWorkspaceInvitation) MarshalJSON ¶

func (v NullableWorkspaceInvitation) MarshalJSON() ([]byte, error)

func (*NullableWorkspaceInvitation) Set ¶

func (*NullableWorkspaceInvitation) UnmarshalJSON ¶

func (v *NullableWorkspaceInvitation) UnmarshalJSON(src []byte) error

func (*NullableWorkspaceInvitation) Unset ¶

func (v *NullableWorkspaceInvitation) Unset()

type NullableWorkspacePermissions404Response ¶

type NullableWorkspacePermissions404Response struct {
	// contains filtered or unexported fields
}

func (NullableWorkspacePermissions404Response) Get ¶

func (NullableWorkspacePermissions404Response) IsSet ¶

func (NullableWorkspacePermissions404Response) MarshalJSON ¶

func (v NullableWorkspacePermissions404Response) MarshalJSON() ([]byte, error)

func (*NullableWorkspacePermissions404Response) Set ¶

func (*NullableWorkspacePermissions404Response) UnmarshalJSON ¶

func (v *NullableWorkspacePermissions404Response) UnmarshalJSON(src []byte) error

func (*NullableWorkspacePermissions404Response) Unset ¶

type NullableWorkspaceUser ¶

type NullableWorkspaceUser struct {
	// contains filtered or unexported fields
}

func NewNullableWorkspaceUser ¶

func NewNullableWorkspaceUser(val *WorkspaceUser) *NullableWorkspaceUser

func (NullableWorkspaceUser) Get ¶

func (NullableWorkspaceUser) IsSet ¶

func (v NullableWorkspaceUser) IsSet() bool

func (NullableWorkspaceUser) MarshalJSON ¶

func (v NullableWorkspaceUser) MarshalJSON() ([]byte, error)

func (*NullableWorkspaceUser) Set ¶

func (v *NullableWorkspaceUser) Set(val *WorkspaceUser)

func (*NullableWorkspaceUser) UnmarshalJSON ¶

func (v *NullableWorkspaceUser) UnmarshalJSON(src []byte) error

func (*NullableWorkspaceUser) Unset ¶

func (v *NullableWorkspaceUser) Unset()

type NullableWorkspaceUserEnterpriseTeam ¶

type NullableWorkspaceUserEnterpriseTeam struct {
	// contains filtered or unexported fields
}

func (NullableWorkspaceUserEnterpriseTeam) Get ¶

func (NullableWorkspaceUserEnterpriseTeam) IsSet ¶

func (NullableWorkspaceUserEnterpriseTeam) MarshalJSON ¶

func (v NullableWorkspaceUserEnterpriseTeam) MarshalJSON() ([]byte, error)

func (*NullableWorkspaceUserEnterpriseTeam) Set ¶

func (*NullableWorkspaceUserEnterpriseTeam) UnmarshalJSON ¶

func (v *NullableWorkspaceUserEnterpriseTeam) UnmarshalJSON(src []byte) error

func (*NullableWorkspaceUserEnterpriseTeam) Unset ¶

type NullableWorkspaceUserWorkspace ¶

type NullableWorkspaceUserWorkspace struct {
	// contains filtered or unexported fields
}

func (NullableWorkspaceUserWorkspace) Get ¶

func (NullableWorkspaceUserWorkspace) IsSet ¶

func (NullableWorkspaceUserWorkspace) MarshalJSON ¶

func (v NullableWorkspaceUserWorkspace) MarshalJSON() ([]byte, error)

func (*NullableWorkspaceUserWorkspace) Set ¶

func (*NullableWorkspaceUserWorkspace) UnmarshalJSON ¶

func (v *NullableWorkspaceUserWorkspace) UnmarshalJSON(src []byte) error

func (*NullableWorkspaceUserWorkspace) Unset ¶

func (v *NullableWorkspaceUserWorkspace) Unset()

type NullableWorkspacesAdminResponse ¶

type NullableWorkspacesAdminResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkspacesAdminResponse) Get ¶

func (NullableWorkspacesAdminResponse) IsSet ¶

func (NullableWorkspacesAdminResponse) MarshalJSON ¶

func (v NullableWorkspacesAdminResponse) MarshalJSON() ([]byte, error)

func (*NullableWorkspacesAdminResponse) Set ¶

func (*NullableWorkspacesAdminResponse) UnmarshalJSON ¶

func (v *NullableWorkspacesAdminResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkspacesAdminResponse) Unset ¶

type NumberDecimalPlacesEnum ¶

type NumberDecimalPlacesEnum int32

NumberDecimalPlacesEnum * `0` - 1 * `1` - 1.0 * `2` - 1.00 * `3` - 1.000 * `4` - 1.0000 * `5` - 1.00000 * `6` - 1.000000 * `7` - 1.0000000 * `8` - 1.00000000 * `9` - 1.000000000 * `10` - 1.0000000000

func NewNumberDecimalPlacesEnumFromValue ¶

func NewNumberDecimalPlacesEnumFromValue(v int32) (*NumberDecimalPlacesEnum, error)

NewNumberDecimalPlacesEnumFromValue returns a pointer to a valid NumberDecimalPlacesEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NumberDecimalPlacesEnum) IsValid ¶

func (v NumberDecimalPlacesEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NumberDecimalPlacesEnum) Ptr ¶

Ptr returns reference to NumberDecimalPlacesEnum value

func (*NumberDecimalPlacesEnum) UnmarshalJSON ¶

func (v *NumberDecimalPlacesEnum) UnmarshalJSON(src []byte) error

type NumberFieldCreateField ¶

type NumberFieldCreateField struct {
	Name                string                   `json:"name"`
	Type                Type712Enum              `json:"type"`
	NumberDecimalPlaces *NumberDecimalPlacesEnum `json:"number_decimal_places,omitempty"`
	// Indicates if negative values are allowed.
	NumberNegative *bool `json:"number_negative,omitempty"`
}

NumberFieldCreateField struct for NumberFieldCreateField

func NewNumberFieldCreateField ¶

func NewNumberFieldCreateField(name string, type_ Type712Enum) *NumberFieldCreateField

NewNumberFieldCreateField instantiates a new NumberFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNumberFieldCreateFieldWithDefaults ¶

func NewNumberFieldCreateFieldWithDefaults() *NumberFieldCreateField

NewNumberFieldCreateFieldWithDefaults instantiates a new NumberFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NumberFieldCreateField) GetName ¶

func (o *NumberFieldCreateField) GetName() string

GetName returns the Name field value

func (*NumberFieldCreateField) GetNameOk ¶

func (o *NumberFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*NumberFieldCreateField) GetNumberDecimalPlaces ¶

func (o *NumberFieldCreateField) GetNumberDecimalPlaces() NumberDecimalPlacesEnum

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise.

func (*NumberFieldCreateField) GetNumberDecimalPlacesOk ¶

func (o *NumberFieldCreateField) GetNumberDecimalPlacesOk() (*NumberDecimalPlacesEnum, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NumberFieldCreateField) GetNumberNegative ¶

func (o *NumberFieldCreateField) GetNumberNegative() bool

GetNumberNegative returns the NumberNegative field value if set, zero value otherwise.

func (*NumberFieldCreateField) GetNumberNegativeOk ¶

func (o *NumberFieldCreateField) GetNumberNegativeOk() (*bool, bool)

GetNumberNegativeOk returns a tuple with the NumberNegative field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NumberFieldCreateField) GetType ¶

func (o *NumberFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*NumberFieldCreateField) GetTypeOk ¶

func (o *NumberFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*NumberFieldCreateField) HasNumberDecimalPlaces ¶

func (o *NumberFieldCreateField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*NumberFieldCreateField) HasNumberNegative ¶

func (o *NumberFieldCreateField) HasNumberNegative() bool

HasNumberNegative returns a boolean if a field has been set.

func (NumberFieldCreateField) MarshalJSON ¶

func (o NumberFieldCreateField) MarshalJSON() ([]byte, error)

func (*NumberFieldCreateField) SetName ¶

func (o *NumberFieldCreateField) SetName(v string)

SetName sets field value

func (*NumberFieldCreateField) SetNumberDecimalPlaces ¶

func (o *NumberFieldCreateField) SetNumberDecimalPlaces(v NumberDecimalPlacesEnum)

SetNumberDecimalPlaces gets a reference to the given NumberDecimalPlacesEnum and assigns it to the NumberDecimalPlaces field.

func (*NumberFieldCreateField) SetNumberNegative ¶

func (o *NumberFieldCreateField) SetNumberNegative(v bool)

SetNumberNegative gets a reference to the given bool and assigns it to the NumberNegative field.

func (*NumberFieldCreateField) SetType ¶

func (o *NumberFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (NumberFieldCreateField) ToMap ¶

func (o NumberFieldCreateField) ToMap() (map[string]interface{}, error)

type NumberFieldField ¶

type NumberFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly            bool                     `json:"read_only"`
	NumberDecimalPlaces *NumberDecimalPlacesEnum `json:"number_decimal_places,omitempty"`
	// Indicates if negative values are allowed.
	NumberNegative *bool `json:"number_negative,omitempty"`
}

NumberFieldField struct for NumberFieldField

func NewNumberFieldField ¶

func NewNumberFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *NumberFieldField

NewNumberFieldField instantiates a new NumberFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNumberFieldFieldWithDefaults ¶

func NewNumberFieldFieldWithDefaults() *NumberFieldField

NewNumberFieldFieldWithDefaults instantiates a new NumberFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NumberFieldField) GetId ¶

func (o *NumberFieldField) GetId() int32

GetId returns the Id field value

func (*NumberFieldField) GetIdOk ¶

func (o *NumberFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*NumberFieldField) GetName ¶

func (o *NumberFieldField) GetName() string

GetName returns the Name field value

func (*NumberFieldField) GetNameOk ¶

func (o *NumberFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*NumberFieldField) GetNumberDecimalPlaces ¶

func (o *NumberFieldField) GetNumberDecimalPlaces() NumberDecimalPlacesEnum

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise.

func (*NumberFieldField) GetNumberDecimalPlacesOk ¶

func (o *NumberFieldField) GetNumberDecimalPlacesOk() (*NumberDecimalPlacesEnum, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NumberFieldField) GetNumberNegative ¶

func (o *NumberFieldField) GetNumberNegative() bool

GetNumberNegative returns the NumberNegative field value if set, zero value otherwise.

func (*NumberFieldField) GetNumberNegativeOk ¶

func (o *NumberFieldField) GetNumberNegativeOk() (*bool, bool)

GetNumberNegativeOk returns a tuple with the NumberNegative field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NumberFieldField) GetOrder ¶

func (o *NumberFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*NumberFieldField) GetOrderOk ¶

func (o *NumberFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*NumberFieldField) GetPrimary ¶

func (o *NumberFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*NumberFieldField) GetPrimaryOk ¶

func (o *NumberFieldField) 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 (*NumberFieldField) GetReadOnly ¶

func (o *NumberFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*NumberFieldField) GetReadOnlyOk ¶

func (o *NumberFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*NumberFieldField) GetTableId ¶

func (o *NumberFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*NumberFieldField) GetTableIdOk ¶

func (o *NumberFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*NumberFieldField) GetType ¶

func (o *NumberFieldField) GetType() string

GetType returns the Type field value

func (*NumberFieldField) GetTypeOk ¶

func (o *NumberFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*NumberFieldField) HasNumberDecimalPlaces ¶

func (o *NumberFieldField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*NumberFieldField) HasNumberNegative ¶

func (o *NumberFieldField) HasNumberNegative() bool

HasNumberNegative returns a boolean if a field has been set.

func (*NumberFieldField) HasPrimary ¶

func (o *NumberFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (NumberFieldField) MarshalJSON ¶

func (o NumberFieldField) MarshalJSON() ([]byte, error)

func (*NumberFieldField) SetId ¶

func (o *NumberFieldField) SetId(v int32)

SetId sets field value

func (*NumberFieldField) SetName ¶

func (o *NumberFieldField) SetName(v string)

SetName sets field value

func (*NumberFieldField) SetNumberDecimalPlaces ¶

func (o *NumberFieldField) SetNumberDecimalPlaces(v NumberDecimalPlacesEnum)

SetNumberDecimalPlaces gets a reference to the given NumberDecimalPlacesEnum and assigns it to the NumberDecimalPlaces field.

func (*NumberFieldField) SetNumberNegative ¶

func (o *NumberFieldField) SetNumberNegative(v bool)

SetNumberNegative gets a reference to the given bool and assigns it to the NumberNegative field.

func (*NumberFieldField) SetOrder ¶

func (o *NumberFieldField) SetOrder(v int32)

SetOrder sets field value

func (*NumberFieldField) SetPrimary ¶

func (o *NumberFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*NumberFieldField) SetReadOnly ¶

func (o *NumberFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*NumberFieldField) SetTableId ¶

func (o *NumberFieldField) SetTableId(v int32)

SetTableId sets field value

func (*NumberFieldField) SetType ¶

func (o *NumberFieldField) SetType(v string)

SetType sets field value

func (NumberFieldField) ToMap ¶

func (o NumberFieldField) ToMap() (map[string]interface{}, error)

type NumberFieldFieldSerializerWithRelatedFields ¶

type NumberFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields       []Field                  `json:"related_fields"`
	NumberDecimalPlaces *NumberDecimalPlacesEnum `json:"number_decimal_places,omitempty"`
	// Indicates if negative values are allowed.
	NumberNegative *bool `json:"number_negative,omitempty"`
}

NumberFieldFieldSerializerWithRelatedFields struct for NumberFieldFieldSerializerWithRelatedFields

func NewNumberFieldFieldSerializerWithRelatedFields ¶

func NewNumberFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *NumberFieldFieldSerializerWithRelatedFields

NewNumberFieldFieldSerializerWithRelatedFields instantiates a new NumberFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNumberFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewNumberFieldFieldSerializerWithRelatedFieldsWithDefaults() *NumberFieldFieldSerializerWithRelatedFields

NewNumberFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new NumberFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NumberFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*NumberFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*NumberFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*NumberFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*NumberFieldFieldSerializerWithRelatedFields) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise.

func (*NumberFieldFieldSerializerWithRelatedFields) GetNumberDecimalPlacesOk ¶

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NumberFieldFieldSerializerWithRelatedFields) GetNumberNegative ¶

func (o *NumberFieldFieldSerializerWithRelatedFields) GetNumberNegative() bool

GetNumberNegative returns the NumberNegative field value if set, zero value otherwise.

func (*NumberFieldFieldSerializerWithRelatedFields) GetNumberNegativeOk ¶

func (o *NumberFieldFieldSerializerWithRelatedFields) GetNumberNegativeOk() (*bool, bool)

GetNumberNegativeOk returns a tuple with the NumberNegative field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NumberFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*NumberFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*NumberFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*NumberFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*NumberFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*NumberFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

func (o *NumberFieldFieldSerializerWithRelatedFields) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*NumberFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *NumberFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*NumberFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *NumberFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*NumberFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*NumberFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*NumberFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*NumberFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*NumberFieldFieldSerializerWithRelatedFields) HasNumberDecimalPlaces ¶

func (o *NumberFieldFieldSerializerWithRelatedFields) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*NumberFieldFieldSerializerWithRelatedFields) HasNumberNegative ¶

func (o *NumberFieldFieldSerializerWithRelatedFields) HasNumberNegative() bool

HasNumberNegative returns a boolean if a field has been set.

func (*NumberFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (NumberFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*NumberFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*NumberFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*NumberFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NumberDecimalPlacesEnum and assigns it to the NumberDecimalPlaces field.

func (*NumberFieldFieldSerializerWithRelatedFields) SetNumberNegative ¶

func (o *NumberFieldFieldSerializerWithRelatedFields) SetNumberNegative(v bool)

SetNumberNegative gets a reference to the given bool and assigns it to the NumberNegative field.

func (*NumberFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*NumberFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*NumberFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*NumberFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *NumberFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*NumberFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*NumberFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (NumberFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o NumberFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

type OpenApiRoleAssignment ¶

type OpenApiRoleAssignment struct {
	Id int32 `json:"id"`
	// The uid of the role assigned to the user or team in the given workspace.
	Role    string                       `json:"role"`
	Subject OpenApiRoleAssignmentSubject `json:"subject"`
	// The subject ID.
	SubjectId int32 `json:"subject_id"`
	// The unique scope ID.
	ScopeId     int32              `json:"scope_id"`
	SubjectType SubjectType6dcEnum `json:"subject_type"`
	ScopeType   ScopeTypeEnum      `json:"scope_type"`
}

OpenApiRoleAssignment Serializer for RoleAssignment used for the Open API spec

func NewOpenApiRoleAssignment ¶

func NewOpenApiRoleAssignment(id int32, role string, subject OpenApiRoleAssignmentSubject, subjectId int32, scopeId int32, subjectType SubjectType6dcEnum, scopeType ScopeTypeEnum) *OpenApiRoleAssignment

NewOpenApiRoleAssignment instantiates a new OpenApiRoleAssignment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOpenApiRoleAssignmentWithDefaults ¶

func NewOpenApiRoleAssignmentWithDefaults() *OpenApiRoleAssignment

NewOpenApiRoleAssignmentWithDefaults instantiates a new OpenApiRoleAssignment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OpenApiRoleAssignment) GetId ¶

func (o *OpenApiRoleAssignment) GetId() int32

GetId returns the Id field value

func (*OpenApiRoleAssignment) GetIdOk ¶

func (o *OpenApiRoleAssignment) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*OpenApiRoleAssignment) GetRole ¶

func (o *OpenApiRoleAssignment) GetRole() string

GetRole returns the Role field value

func (*OpenApiRoleAssignment) GetRoleOk ¶

func (o *OpenApiRoleAssignment) GetRoleOk() (*string, bool)

GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.

func (*OpenApiRoleAssignment) GetScopeId ¶

func (o *OpenApiRoleAssignment) GetScopeId() int32

GetScopeId returns the ScopeId field value

func (*OpenApiRoleAssignment) GetScopeIdOk ¶

func (o *OpenApiRoleAssignment) GetScopeIdOk() (*int32, bool)

GetScopeIdOk returns a tuple with the ScopeId field value and a boolean to check if the value has been set.

func (*OpenApiRoleAssignment) GetScopeType ¶

func (o *OpenApiRoleAssignment) GetScopeType() ScopeTypeEnum

GetScopeType returns the ScopeType field value

func (*OpenApiRoleAssignment) GetScopeTypeOk ¶

func (o *OpenApiRoleAssignment) GetScopeTypeOk() (*ScopeTypeEnum, bool)

GetScopeTypeOk returns a tuple with the ScopeType field value and a boolean to check if the value has been set.

func (*OpenApiRoleAssignment) GetSubject ¶

GetSubject returns the Subject field value

func (*OpenApiRoleAssignment) GetSubjectId ¶

func (o *OpenApiRoleAssignment) GetSubjectId() int32

GetSubjectId returns the SubjectId field value

func (*OpenApiRoleAssignment) GetSubjectIdOk ¶

func (o *OpenApiRoleAssignment) GetSubjectIdOk() (*int32, bool)

GetSubjectIdOk returns a tuple with the SubjectId field value and a boolean to check if the value has been set.

func (*OpenApiRoleAssignment) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.

func (*OpenApiRoleAssignment) GetSubjectType ¶

func (o *OpenApiRoleAssignment) GetSubjectType() SubjectType6dcEnum

GetSubjectType returns the SubjectType field value

func (*OpenApiRoleAssignment) GetSubjectTypeOk ¶

func (o *OpenApiRoleAssignment) GetSubjectTypeOk() (*SubjectType6dcEnum, bool)

GetSubjectTypeOk returns a tuple with the SubjectType field value and a boolean to check if the value has been set.

func (OpenApiRoleAssignment) MarshalJSON ¶

func (o OpenApiRoleAssignment) MarshalJSON() ([]byte, error)

func (*OpenApiRoleAssignment) SetId ¶

func (o *OpenApiRoleAssignment) SetId(v int32)

SetId sets field value

func (*OpenApiRoleAssignment) SetRole ¶

func (o *OpenApiRoleAssignment) SetRole(v string)

SetRole sets field value

func (*OpenApiRoleAssignment) SetScopeId ¶

func (o *OpenApiRoleAssignment) SetScopeId(v int32)

SetScopeId sets field value

func (*OpenApiRoleAssignment) SetScopeType ¶

func (o *OpenApiRoleAssignment) SetScopeType(v ScopeTypeEnum)

SetScopeType sets field value

func (*OpenApiRoleAssignment) SetSubject ¶

SetSubject sets field value

func (*OpenApiRoleAssignment) SetSubjectId ¶

func (o *OpenApiRoleAssignment) SetSubjectId(v int32)

SetSubjectId sets field value

func (*OpenApiRoleAssignment) SetSubjectType ¶

func (o *OpenApiRoleAssignment) SetSubjectType(v SubjectType6dcEnum)

SetSubjectType sets field value

func (OpenApiRoleAssignment) ToMap ¶

func (o OpenApiRoleAssignment) ToMap() (map[string]interface{}, error)

type OpenApiRoleAssignmentSubject ¶

type OpenApiRoleAssignmentSubject struct {
	Id int32 `json:"id"`
}

OpenApiRoleAssignmentSubject The structure of the subject field depends on the subject typereturned and will have additional fields accordingly

func NewOpenApiRoleAssignmentSubject ¶

func NewOpenApiRoleAssignmentSubject(id int32) *OpenApiRoleAssignmentSubject

NewOpenApiRoleAssignmentSubject instantiates a new OpenApiRoleAssignmentSubject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOpenApiRoleAssignmentSubjectWithDefaults ¶

func NewOpenApiRoleAssignmentSubjectWithDefaults() *OpenApiRoleAssignmentSubject

NewOpenApiRoleAssignmentSubjectWithDefaults instantiates a new OpenApiRoleAssignmentSubject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OpenApiRoleAssignmentSubject) GetId ¶

GetId returns the Id field value

func (*OpenApiRoleAssignmentSubject) GetIdOk ¶

func (o *OpenApiRoleAssignmentSubject) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (OpenApiRoleAssignmentSubject) MarshalJSON ¶

func (o OpenApiRoleAssignmentSubject) MarshalJSON() ([]byte, error)

func (*OpenApiRoleAssignmentSubject) SetId ¶

func (o *OpenApiRoleAssignmentSubject) SetId(v int32)

SetId sets field value

func (OpenApiRoleAssignmentSubject) ToMap ¶

func (o OpenApiRoleAssignmentSubject) ToMap() (map[string]interface{}, error)

type OpenApiSubjectField ¶

type OpenApiSubjectField struct {
	Id int32 `json:"id"`
}

OpenApiSubjectField struct for OpenApiSubjectField

func NewOpenApiSubjectField ¶

func NewOpenApiSubjectField(id int32) *OpenApiSubjectField

NewOpenApiSubjectField instantiates a new OpenApiSubjectField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOpenApiSubjectFieldWithDefaults ¶

func NewOpenApiSubjectFieldWithDefaults() *OpenApiSubjectField

NewOpenApiSubjectFieldWithDefaults instantiates a new OpenApiSubjectField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OpenApiSubjectField) GetId ¶

func (o *OpenApiSubjectField) GetId() int32

GetId returns the Id field value

func (*OpenApiSubjectField) GetIdOk ¶

func (o *OpenApiSubjectField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (OpenApiSubjectField) MarshalJSON ¶

func (o OpenApiSubjectField) MarshalJSON() ([]byte, error)

func (*OpenApiSubjectField) SetId ¶

func (o *OpenApiSubjectField) SetId(v int32)

SetId sets field value

func (OpenApiSubjectField) ToMap ¶

func (o OpenApiSubjectField) ToMap() (map[string]interface{}, error)

type OpenIdConnectAuthProviderModelAuthProvider ¶

type OpenIdConnectAuthProviderModelAuthProvider struct {
	Id int32 `json:"id"`
	// The type of the related field.
	Type    string         `json:"type"`
	Domain  NullableString `json:"domain,omitempty"`
	Enabled *bool          `json:"enabled,omitempty"`
	Name    string         `json:"name"`
	// Base URL of the authorization server
	BaseUrl string `json:"base_url"`
	// App ID, or consumer key
	ClientId string `json:"client_id"`
	// API secret, client secret, or consumer secret
	Secret string `json:"secret"`
}

OpenIdConnectAuthProviderModelAuthProvider struct for OpenIdConnectAuthProviderModelAuthProvider

func NewOpenIdConnectAuthProviderModelAuthProvider ¶

func NewOpenIdConnectAuthProviderModelAuthProvider(id int32, type_ string, name string, baseUrl string, clientId string, secret string) *OpenIdConnectAuthProviderModelAuthProvider

NewOpenIdConnectAuthProviderModelAuthProvider instantiates a new OpenIdConnectAuthProviderModelAuthProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOpenIdConnectAuthProviderModelAuthProviderWithDefaults ¶

func NewOpenIdConnectAuthProviderModelAuthProviderWithDefaults() *OpenIdConnectAuthProviderModelAuthProvider

NewOpenIdConnectAuthProviderModelAuthProviderWithDefaults instantiates a new OpenIdConnectAuthProviderModelAuthProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OpenIdConnectAuthProviderModelAuthProvider) GetBaseUrl ¶

GetBaseUrl returns the BaseUrl field value

func (*OpenIdConnectAuthProviderModelAuthProvider) GetBaseUrlOk ¶

GetBaseUrlOk returns a tuple with the BaseUrl field value and a boolean to check if the value has been set.

func (*OpenIdConnectAuthProviderModelAuthProvider) GetClientId ¶

GetClientId returns the ClientId field value

func (*OpenIdConnectAuthProviderModelAuthProvider) GetClientIdOk ¶

GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.

func (*OpenIdConnectAuthProviderModelAuthProvider) GetDomain ¶

GetDomain returns the Domain field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OpenIdConnectAuthProviderModelAuthProvider) GetDomainOk ¶

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OpenIdConnectAuthProviderModelAuthProvider) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*OpenIdConnectAuthProviderModelAuthProvider) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OpenIdConnectAuthProviderModelAuthProvider) GetId ¶

GetId returns the Id field value

func (*OpenIdConnectAuthProviderModelAuthProvider) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*OpenIdConnectAuthProviderModelAuthProvider) GetName ¶

GetName returns the Name field value

func (*OpenIdConnectAuthProviderModelAuthProvider) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*OpenIdConnectAuthProviderModelAuthProvider) GetSecret ¶

GetSecret returns the Secret field value

func (*OpenIdConnectAuthProviderModelAuthProvider) GetSecretOk ¶

GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.

func (*OpenIdConnectAuthProviderModelAuthProvider) GetType ¶

GetType returns the Type field value

func (*OpenIdConnectAuthProviderModelAuthProvider) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*OpenIdConnectAuthProviderModelAuthProvider) HasDomain ¶

HasDomain returns a boolean if a field has been set.

func (*OpenIdConnectAuthProviderModelAuthProvider) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (OpenIdConnectAuthProviderModelAuthProvider) MarshalJSON ¶

func (*OpenIdConnectAuthProviderModelAuthProvider) SetBaseUrl ¶

SetBaseUrl sets field value

func (*OpenIdConnectAuthProviderModelAuthProvider) SetClientId ¶

SetClientId sets field value

func (*OpenIdConnectAuthProviderModelAuthProvider) SetDomain ¶

SetDomain gets a reference to the given NullableString and assigns it to the Domain field.

func (*OpenIdConnectAuthProviderModelAuthProvider) SetDomainNil ¶

SetDomainNil sets the value for Domain to be an explicit nil

func (*OpenIdConnectAuthProviderModelAuthProvider) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*OpenIdConnectAuthProviderModelAuthProvider) SetId ¶

SetId sets field value

func (*OpenIdConnectAuthProviderModelAuthProvider) SetName ¶

SetName sets field value

func (*OpenIdConnectAuthProviderModelAuthProvider) SetSecret ¶

SetSecret sets field value

func (*OpenIdConnectAuthProviderModelAuthProvider) SetType ¶

SetType sets field value

func (OpenIdConnectAuthProviderModelAuthProvider) ToMap ¶

func (o OpenIdConnectAuthProviderModelAuthProvider) ToMap() (map[string]interface{}, error)

func (*OpenIdConnectAuthProviderModelAuthProvider) UnsetDomain ¶

UnsetDomain ensures that no value is present for Domain, not even an explicit nil

type OrderApplications ¶

type OrderApplications struct {
	// Application ids in the desired order.
	ApplicationIds []int32 `json:"application_ids"`
}

OrderApplications struct for OrderApplications

func NewOrderApplications ¶

func NewOrderApplications(applicationIds []int32) *OrderApplications

NewOrderApplications instantiates a new OrderApplications object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrderApplicationsWithDefaults ¶

func NewOrderApplicationsWithDefaults() *OrderApplications

NewOrderApplicationsWithDefaults instantiates a new OrderApplications object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrderApplications) GetApplicationIds ¶

func (o *OrderApplications) GetApplicationIds() []int32

GetApplicationIds returns the ApplicationIds field value

func (*OrderApplications) GetApplicationIdsOk ¶

func (o *OrderApplications) GetApplicationIdsOk() ([]int32, bool)

GetApplicationIdsOk returns a tuple with the ApplicationIds field value and a boolean to check if the value has been set.

func (OrderApplications) MarshalJSON ¶

func (o OrderApplications) MarshalJSON() ([]byte, error)

func (*OrderApplications) SetApplicationIds ¶

func (o *OrderApplications) SetApplicationIds(v []int32)

SetApplicationIds sets field value

func (OrderApplications) ToMap ¶

func (o OrderApplications) ToMap() (map[string]interface{}, error)

type OrderDatabaseTables400Response ¶

type OrderDatabaseTables400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

OrderDatabaseTables400Response struct for OrderDatabaseTables400Response

func NewOrderDatabaseTables400Response ¶

func NewOrderDatabaseTables400Response() *OrderDatabaseTables400Response

NewOrderDatabaseTables400Response instantiates a new OrderDatabaseTables400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrderDatabaseTables400ResponseWithDefaults ¶

func NewOrderDatabaseTables400ResponseWithDefaults() *OrderDatabaseTables400Response

NewOrderDatabaseTables400ResponseWithDefaults instantiates a new OrderDatabaseTables400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrderDatabaseTables400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*OrderDatabaseTables400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDatabaseTables400Response) GetError ¶

func (o *OrderDatabaseTables400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*OrderDatabaseTables400Response) GetErrorOk ¶

func (o *OrderDatabaseTables400Response) 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 (*OrderDatabaseTables400Response) HasDetail ¶

func (o *OrderDatabaseTables400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*OrderDatabaseTables400Response) HasError ¶

func (o *OrderDatabaseTables400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (OrderDatabaseTables400Response) MarshalJSON ¶

func (o OrderDatabaseTables400Response) MarshalJSON() ([]byte, error)

func (*OrderDatabaseTables400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*OrderDatabaseTables400Response) SetError ¶

func (o *OrderDatabaseTables400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (OrderDatabaseTables400Response) ToMap ¶

func (o OrderDatabaseTables400Response) ToMap() (map[string]interface{}, error)

type OrderEnum ¶

type OrderEnum string

OrderEnum * `ASC` - Ascending * `DESC` - Descending

const (
	ASC  OrderEnum = "ASC"
	DESC OrderEnum = "DESC"
)

List of OrderEnum

func NewOrderEnumFromValue ¶

func NewOrderEnumFromValue(v string) (*OrderEnum, error)

NewOrderEnumFromValue returns a pointer to a valid OrderEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (OrderEnum) IsValid ¶

func (v OrderEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (OrderEnum) Ptr ¶

func (v OrderEnum) Ptr() *OrderEnum

Ptr returns reference to OrderEnum value

func (*OrderEnum) UnmarshalJSON ¶

func (v *OrderEnum) UnmarshalJSON(src []byte) error

type OrderTables ¶

type OrderTables struct {
	// Table ids in the desired order.
	TableIds []int32 `json:"table_ids"`
}

OrderTables struct for OrderTables

func NewOrderTables ¶

func NewOrderTables(tableIds []int32) *OrderTables

NewOrderTables instantiates a new OrderTables object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrderTablesWithDefaults ¶

func NewOrderTablesWithDefaults() *OrderTables

NewOrderTablesWithDefaults instantiates a new OrderTables object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrderTables) GetTableIds ¶

func (o *OrderTables) GetTableIds() []int32

GetTableIds returns the TableIds field value

func (*OrderTables) GetTableIdsOk ¶

func (o *OrderTables) GetTableIdsOk() ([]int32, bool)

GetTableIdsOk returns a tuple with the TableIds field value and a boolean to check if the value has been set.

func (OrderTables) MarshalJSON ¶

func (o OrderTables) MarshalJSON() ([]byte, error)

func (*OrderTables) SetTableIds ¶

func (o *OrderTables) SetTableIds(v []int32)

SetTableIds sets field value

func (OrderTables) ToMap ¶

func (o OrderTables) ToMap() (map[string]interface{}, error)

type OrderViews ¶

type OrderViews struct {
	// View ids in the desired order.
	ViewIds []int32 `json:"view_ids"`
}

OrderViews struct for OrderViews

func NewOrderViews ¶

func NewOrderViews(viewIds []int32) *OrderViews

NewOrderViews instantiates a new OrderViews object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrderViewsWithDefaults ¶

func NewOrderViewsWithDefaults() *OrderViews

NewOrderViewsWithDefaults instantiates a new OrderViews object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrderViews) GetViewIds ¶

func (o *OrderViews) GetViewIds() []int32

GetViewIds returns the ViewIds field value

func (*OrderViews) GetViewIdsOk ¶

func (o *OrderViews) GetViewIdsOk() ([]int32, bool)

GetViewIdsOk returns a tuple with the ViewIds field value and a boolean to check if the value has been set.

func (OrderViews) MarshalJSON ¶

func (o OrderViews) MarshalJSON() ([]byte, error)

func (*OrderViews) SetViewIds ¶

func (o *OrderViews) SetViewIds(v []int32)

SetViewIds sets field value

func (OrderViews) ToMap ¶

func (o OrderViews) ToMap() (map[string]interface{}, error)

type OrderWorkspaces ¶

type OrderWorkspaces struct {
	// Workspace ids in the desired order.
	Workspaces []int32 `json:"workspaces"`
}

OrderWorkspaces struct for OrderWorkspaces

func NewOrderWorkspaces ¶

func NewOrderWorkspaces(workspaces []int32) *OrderWorkspaces

NewOrderWorkspaces instantiates a new OrderWorkspaces object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOrderWorkspacesWithDefaults ¶

func NewOrderWorkspacesWithDefaults() *OrderWorkspaces

NewOrderWorkspacesWithDefaults instantiates a new OrderWorkspaces object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OrderWorkspaces) GetWorkspaces ¶

func (o *OrderWorkspaces) GetWorkspaces() []int32

GetWorkspaces returns the Workspaces field value

func (*OrderWorkspaces) GetWorkspacesOk ¶

func (o *OrderWorkspaces) GetWorkspacesOk() ([]int32, bool)

GetWorkspacesOk returns a tuple with the Workspaces field value and a boolean to check if the value has been set.

func (OrderWorkspaces) MarshalJSON ¶

func (o OrderWorkspaces) MarshalJSON() ([]byte, error)

func (*OrderWorkspaces) SetWorkspaces ¶

func (o *OrderWorkspaces) SetWorkspaces(v []int32)

SetWorkspaces sets field value

func (OrderWorkspaces) ToMap ¶

func (o OrderWorkspaces) ToMap() (map[string]interface{}, error)

type OwnershipTypeEnum ¶

type OwnershipTypeEnum string

OwnershipTypeEnum * `collaborative` - collaborative * `personal` - personal

const (
	COLLABORATIVE OwnershipTypeEnum = "collaborative"
	PERSONAL      OwnershipTypeEnum = "personal"
)

List of OwnershipTypeEnum

func NewOwnershipTypeEnumFromValue ¶

func NewOwnershipTypeEnumFromValue(v string) (*OwnershipTypeEnum, error)

NewOwnershipTypeEnumFromValue returns a pointer to a valid OwnershipTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (OwnershipTypeEnum) IsValid ¶

func (v OwnershipTypeEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (OwnershipTypeEnum) Ptr ¶

Ptr returns reference to OwnershipTypeEnum value

func (*OwnershipTypeEnum) UnmarshalJSON ¶

func (v *OwnershipTypeEnum) UnmarshalJSON(src []byte) error

type PaginationSerializerExampleRowResponseSerializerWithUserFieldNames ¶

type PaginationSerializerExampleRowResponseSerializerWithUserFieldNames struct {
	// The total amount of results.
	Count int32 `json:"count"`
	// URL to the next page.
	Next NullableString `json:"next"`
	// URL to the previous page.
	Previous NullableString                                   `json:"previous"`
	Results  []ExampleRowResponseSerializerWithUserFieldNames `json:"results"`
}

PaginationSerializerExampleRowResponseSerializerWithUserFieldNames struct for PaginationSerializerExampleRowResponseSerializerWithUserFieldNames

func NewPaginationSerializerExampleRowResponseSerializerWithUserFieldNames ¶

func NewPaginationSerializerExampleRowResponseSerializerWithUserFieldNames(count int32, next NullableString, previous NullableString, results []ExampleRowResponseSerializerWithUserFieldNames) *PaginationSerializerExampleRowResponseSerializerWithUserFieldNames

NewPaginationSerializerExampleRowResponseSerializerWithUserFieldNames instantiates a new PaginationSerializerExampleRowResponseSerializerWithUserFieldNames object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPaginationSerializerExampleRowResponseSerializerWithUserFieldNamesWithDefaults ¶

func NewPaginationSerializerExampleRowResponseSerializerWithUserFieldNamesWithDefaults() *PaginationSerializerExampleRowResponseSerializerWithUserFieldNames

NewPaginationSerializerExampleRowResponseSerializerWithUserFieldNamesWithDefaults instantiates a new PaginationSerializerExampleRowResponseSerializerWithUserFieldNames object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) GetCount ¶

GetCount returns the Count field value

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) GetCountOk ¶

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) GetNext ¶

GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) GetNextOk ¶

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) GetPrevious ¶

GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) GetPreviousOk ¶

GetPreviousOk returns a tuple with the Previous field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) GetResults ¶

GetResults returns the Results field value

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) GetResultsOk ¶

GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.

func (PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) MarshalJSON ¶

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) SetCount ¶

SetCount sets field value

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) SetNext ¶

SetNext sets field value

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) SetPrevious ¶

SetPrevious sets field value

func (*PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) SetResults ¶

SetResults sets field value

func (PaginationSerializerExampleRowResponseSerializerWithUserFieldNames) ToMap ¶

type PaginationSerializerLicenseUserLookup ¶

type PaginationSerializerLicenseUserLookup struct {
	// The total amount of results.
	Count int32 `json:"count"`
	// URL to the next page.
	Next NullableString `json:"next"`
	// URL to the previous page.
	Previous NullableString      `json:"previous"`
	Results  []LicenseUserLookup `json:"results"`
}

PaginationSerializerLicenseUserLookup struct for PaginationSerializerLicenseUserLookup

func NewPaginationSerializerLicenseUserLookup ¶

func NewPaginationSerializerLicenseUserLookup(count int32, next NullableString, previous NullableString, results []LicenseUserLookup) *PaginationSerializerLicenseUserLookup

NewPaginationSerializerLicenseUserLookup instantiates a new PaginationSerializerLicenseUserLookup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPaginationSerializerLicenseUserLookupWithDefaults ¶

func NewPaginationSerializerLicenseUserLookupWithDefaults() *PaginationSerializerLicenseUserLookup

NewPaginationSerializerLicenseUserLookupWithDefaults instantiates a new PaginationSerializerLicenseUserLookup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PaginationSerializerLicenseUserLookup) GetCount ¶

GetCount returns the Count field value

func (*PaginationSerializerLicenseUserLookup) GetCountOk ¶

func (o *PaginationSerializerLicenseUserLookup) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*PaginationSerializerLicenseUserLookup) GetNext ¶

GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerLicenseUserLookup) GetNextOk ¶

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerLicenseUserLookup) GetPrevious ¶

GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerLicenseUserLookup) GetPreviousOk ¶

func (o *PaginationSerializerLicenseUserLookup) GetPreviousOk() (*string, bool)

GetPreviousOk returns a tuple with the Previous field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerLicenseUserLookup) GetResults ¶

GetResults returns the Results field value

func (*PaginationSerializerLicenseUserLookup) GetResultsOk ¶

GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.

func (PaginationSerializerLicenseUserLookup) MarshalJSON ¶

func (o PaginationSerializerLicenseUserLookup) MarshalJSON() ([]byte, error)

func (*PaginationSerializerLicenseUserLookup) SetCount ¶

SetCount sets field value

func (*PaginationSerializerLicenseUserLookup) SetNext ¶

SetNext sets field value

func (*PaginationSerializerLicenseUserLookup) SetPrevious ¶

SetPrevious sets field value

func (*PaginationSerializerLicenseUserLookup) SetResults ¶

SetResults sets field value

func (PaginationSerializerLicenseUserLookup) ToMap ¶

func (o PaginationSerializerLicenseUserLookup) ToMap() (map[string]interface{}, error)

type PaginationSerializerLinkRowValue ¶

type PaginationSerializerLinkRowValue struct {
	// The total amount of results.
	Count int32 `json:"count"`
	// URL to the next page.
	Next NullableString `json:"next"`
	// URL to the previous page.
	Previous NullableString `json:"previous"`
	Results  []LinkRowValue `json:"results"`
}

PaginationSerializerLinkRowValue struct for PaginationSerializerLinkRowValue

func NewPaginationSerializerLinkRowValue ¶

func NewPaginationSerializerLinkRowValue(count int32, next NullableString, previous NullableString, results []LinkRowValue) *PaginationSerializerLinkRowValue

NewPaginationSerializerLinkRowValue instantiates a new PaginationSerializerLinkRowValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPaginationSerializerLinkRowValueWithDefaults ¶

func NewPaginationSerializerLinkRowValueWithDefaults() *PaginationSerializerLinkRowValue

NewPaginationSerializerLinkRowValueWithDefaults instantiates a new PaginationSerializerLinkRowValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PaginationSerializerLinkRowValue) GetCount ¶

GetCount returns the Count field value

func (*PaginationSerializerLinkRowValue) GetCountOk ¶

func (o *PaginationSerializerLinkRowValue) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*PaginationSerializerLinkRowValue) GetNext ¶

GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerLinkRowValue) GetNextOk ¶

func (o *PaginationSerializerLinkRowValue) GetNextOk() (*string, bool)

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerLinkRowValue) GetPrevious ¶

func (o *PaginationSerializerLinkRowValue) GetPrevious() string

GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerLinkRowValue) GetPreviousOk ¶

func (o *PaginationSerializerLinkRowValue) GetPreviousOk() (*string, bool)

GetPreviousOk returns a tuple with the Previous field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerLinkRowValue) GetResults ¶

GetResults returns the Results field value

func (*PaginationSerializerLinkRowValue) GetResultsOk ¶

func (o *PaginationSerializerLinkRowValue) GetResultsOk() ([]LinkRowValue, bool)

GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.

func (PaginationSerializerLinkRowValue) MarshalJSON ¶

func (o PaginationSerializerLinkRowValue) MarshalJSON() ([]byte, error)

func (*PaginationSerializerLinkRowValue) SetCount ¶

func (o *PaginationSerializerLinkRowValue) SetCount(v int32)

SetCount sets field value

func (*PaginationSerializerLinkRowValue) SetNext ¶

SetNext sets field value

func (*PaginationSerializerLinkRowValue) SetPrevious ¶

func (o *PaginationSerializerLinkRowValue) SetPrevious(v string)

SetPrevious sets field value

func (*PaginationSerializerLinkRowValue) SetResults ¶

SetResults sets field value

func (PaginationSerializerLinkRowValue) ToMap ¶

func (o PaginationSerializerLinkRowValue) ToMap() (map[string]interface{}, error)

type PaginationSerializerRowComment ¶

type PaginationSerializerRowComment struct {
	// The total amount of results.
	Count int32 `json:"count"`
	// URL to the next page.
	Next NullableString `json:"next"`
	// URL to the previous page.
	Previous NullableString `json:"previous"`
	Results  []RowComment   `json:"results"`
}

PaginationSerializerRowComment struct for PaginationSerializerRowComment

func NewPaginationSerializerRowComment ¶

func NewPaginationSerializerRowComment(count int32, next NullableString, previous NullableString, results []RowComment) *PaginationSerializerRowComment

NewPaginationSerializerRowComment instantiates a new PaginationSerializerRowComment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPaginationSerializerRowCommentWithDefaults ¶

func NewPaginationSerializerRowCommentWithDefaults() *PaginationSerializerRowComment

NewPaginationSerializerRowCommentWithDefaults instantiates a new PaginationSerializerRowComment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PaginationSerializerRowComment) GetCount ¶

func (o *PaginationSerializerRowComment) GetCount() int32

GetCount returns the Count field value

func (*PaginationSerializerRowComment) GetCountOk ¶

func (o *PaginationSerializerRowComment) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*PaginationSerializerRowComment) GetNext ¶

GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerRowComment) GetNextOk ¶

func (o *PaginationSerializerRowComment) GetNextOk() (*string, bool)

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerRowComment) GetPrevious ¶

func (o *PaginationSerializerRowComment) GetPrevious() string

GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerRowComment) GetPreviousOk ¶

func (o *PaginationSerializerRowComment) GetPreviousOk() (*string, bool)

GetPreviousOk returns a tuple with the Previous field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerRowComment) GetResults ¶

func (o *PaginationSerializerRowComment) GetResults() []RowComment

GetResults returns the Results field value

func (*PaginationSerializerRowComment) GetResultsOk ¶

func (o *PaginationSerializerRowComment) GetResultsOk() ([]RowComment, bool)

GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.

func (PaginationSerializerRowComment) MarshalJSON ¶

func (o PaginationSerializerRowComment) MarshalJSON() ([]byte, error)

func (*PaginationSerializerRowComment) SetCount ¶

func (o *PaginationSerializerRowComment) SetCount(v int32)

SetCount sets field value

func (*PaginationSerializerRowComment) SetNext ¶

func (o *PaginationSerializerRowComment) SetNext(v string)

SetNext sets field value

func (*PaginationSerializerRowComment) SetPrevious ¶

func (o *PaginationSerializerRowComment) SetPrevious(v string)

SetPrevious sets field value

func (*PaginationSerializerRowComment) SetResults ¶

func (o *PaginationSerializerRowComment) SetResults(v []RowComment)

SetResults sets field value

func (PaginationSerializerRowComment) ToMap ¶

func (o PaginationSerializerRowComment) ToMap() (map[string]interface{}, error)

type PaginationSerializerTrashContents ¶

type PaginationSerializerTrashContents struct {
	// The total amount of results.
	Count int32 `json:"count"`
	// URL to the next page.
	Next NullableString `json:"next"`
	// URL to the previous page.
	Previous NullableString  `json:"previous"`
	Results  []TrashContents `json:"results"`
}

PaginationSerializerTrashContents struct for PaginationSerializerTrashContents

func NewPaginationSerializerTrashContents ¶

func NewPaginationSerializerTrashContents(count int32, next NullableString, previous NullableString, results []TrashContents) *PaginationSerializerTrashContents

NewPaginationSerializerTrashContents instantiates a new PaginationSerializerTrashContents object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPaginationSerializerTrashContentsWithDefaults ¶

func NewPaginationSerializerTrashContentsWithDefaults() *PaginationSerializerTrashContents

NewPaginationSerializerTrashContentsWithDefaults instantiates a new PaginationSerializerTrashContents object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PaginationSerializerTrashContents) GetCount ¶

GetCount returns the Count field value

func (*PaginationSerializerTrashContents) GetCountOk ¶

func (o *PaginationSerializerTrashContents) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*PaginationSerializerTrashContents) GetNext ¶

GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerTrashContents) GetNextOk ¶

func (o *PaginationSerializerTrashContents) GetNextOk() (*string, bool)

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerTrashContents) GetPrevious ¶

func (o *PaginationSerializerTrashContents) GetPrevious() string

GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerTrashContents) GetPreviousOk ¶

func (o *PaginationSerializerTrashContents) GetPreviousOk() (*string, bool)

GetPreviousOk returns a tuple with the Previous field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerTrashContents) GetResults ¶

GetResults returns the Results field value

func (*PaginationSerializerTrashContents) GetResultsOk ¶

func (o *PaginationSerializerTrashContents) GetResultsOk() ([]TrashContents, bool)

GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.

func (PaginationSerializerTrashContents) MarshalJSON ¶

func (o PaginationSerializerTrashContents) MarshalJSON() ([]byte, error)

func (*PaginationSerializerTrashContents) SetCount ¶

SetCount sets field value

func (*PaginationSerializerTrashContents) SetNext ¶

SetNext sets field value

func (*PaginationSerializerTrashContents) SetPrevious ¶

func (o *PaginationSerializerTrashContents) SetPrevious(v string)

SetPrevious sets field value

func (*PaginationSerializerTrashContents) SetResults ¶

SetResults sets field value

func (PaginationSerializerTrashContents) ToMap ¶

func (o PaginationSerializerTrashContents) ToMap() (map[string]interface{}, error)

type PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse ¶

type PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse struct {
	// An object containing the field id as key and the properties related to view as value.
	FieldOptions *map[string]GalleryViewFieldOptions `json:"field_options,omitempty"`
	// The total amount of results.
	Count int32 `json:"count"`
	// URL to the next page.
	Next NullableString `json:"next"`
	// URL to the previous page.
	Previous NullableString       `json:"previous"`
	Results  []ExampleRowResponse `json:"results"`
}

PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse struct for PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse

func NewPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse ¶

func NewPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse(count int32, next NullableString, previous NullableString, results []ExampleRowResponse) *PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse

NewPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse instantiates a new PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponseWithDefaults ¶

func NewPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponseWithDefaults() *PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse

NewPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponseWithDefaults instantiates a new PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetCount ¶

GetCount returns the Count field value

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetCountOk ¶

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetFieldOptions ¶

GetFieldOptions returns the FieldOptions field value if set, zero value otherwise.

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetFieldOptionsOk ¶

GetFieldOptionsOk returns a tuple with the FieldOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetNext ¶

GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetNextOk ¶

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetPrevious ¶

GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetPreviousOk ¶

GetPreviousOk returns a tuple with the Previous field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetResults ¶

GetResults returns the Results field value

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetResultsOk ¶

GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) HasFieldOptions ¶

HasFieldOptions returns a boolean if a field has been set.

func (PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) MarshalJSON ¶

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) SetCount ¶

SetCount sets field value

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) SetFieldOptions ¶

SetFieldOptions gets a reference to the given map[string]GalleryViewFieldOptions and assigns it to the FieldOptions field.

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) SetNext ¶

SetNext sets field value

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) SetPrevious ¶

SetPrevious sets field value

func (*PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) SetResults ¶

SetResults sets field value

func (PaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) ToMap ¶

type PaginationSerializerWithGridViewFieldOptionsExampleRowResponse ¶

type PaginationSerializerWithGridViewFieldOptionsExampleRowResponse struct {
	// An object containing the field id as key and the properties related to view as value.
	FieldOptions *map[string]GridViewFieldOptions `json:"field_options,omitempty"`
	// An object keyed by row id with a value being an object containing additional metadata about that row. A row might not have metadata and will not be present as a key if so.
	RowMetadata *map[string]RowMetadata `json:"row_metadata,omitempty"`
	// The total amount of results.
	Count int32 `json:"count"`
	// URL to the next page.
	Next NullableString `json:"next"`
	// URL to the previous page.
	Previous NullableString       `json:"previous"`
	Results  []ExampleRowResponse `json:"results"`
}

PaginationSerializerWithGridViewFieldOptionsExampleRowResponse struct for PaginationSerializerWithGridViewFieldOptionsExampleRowResponse

func NewPaginationSerializerWithGridViewFieldOptionsExampleRowResponse ¶

func NewPaginationSerializerWithGridViewFieldOptionsExampleRowResponse(count int32, next NullableString, previous NullableString, results []ExampleRowResponse) *PaginationSerializerWithGridViewFieldOptionsExampleRowResponse

NewPaginationSerializerWithGridViewFieldOptionsExampleRowResponse instantiates a new PaginationSerializerWithGridViewFieldOptionsExampleRowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPaginationSerializerWithGridViewFieldOptionsExampleRowResponseWithDefaults ¶

func NewPaginationSerializerWithGridViewFieldOptionsExampleRowResponseWithDefaults() *PaginationSerializerWithGridViewFieldOptionsExampleRowResponse

NewPaginationSerializerWithGridViewFieldOptionsExampleRowResponseWithDefaults instantiates a new PaginationSerializerWithGridViewFieldOptionsExampleRowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetCount ¶

GetCount returns the Count field value

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetCountOk ¶

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetFieldOptions ¶

GetFieldOptions returns the FieldOptions field value if set, zero value otherwise.

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetFieldOptionsOk ¶

GetFieldOptionsOk returns a tuple with the FieldOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetNext ¶

GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetNextOk ¶

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetPrevious ¶

GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetPreviousOk ¶

GetPreviousOk returns a tuple with the Previous field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetResults ¶

GetResults returns the Results field value

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetResultsOk ¶

GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetRowMetadata ¶

GetRowMetadata returns the RowMetadata field value if set, zero value otherwise.

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetRowMetadataOk ¶

GetRowMetadataOk returns a tuple with the RowMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) HasFieldOptions ¶

HasFieldOptions returns a boolean if a field has been set.

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) HasRowMetadata ¶

HasRowMetadata returns a boolean if a field has been set.

func (PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) MarshalJSON ¶

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) SetCount ¶

SetCount sets field value

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) SetFieldOptions ¶

SetFieldOptions gets a reference to the given map[string]GridViewFieldOptions and assigns it to the FieldOptions field.

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) SetNext ¶

SetNext sets field value

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) SetPrevious ¶

SetPrevious sets field value

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) SetResults ¶

SetResults sets field value

func (*PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) SetRowMetadata ¶

SetRowMetadata gets a reference to the given map[string]RowMetadata and assigns it to the RowMetadata field.

func (PaginationSerializerWithGridViewFieldOptionsExampleRowResponse) ToMap ¶

type PasswordAuthProviderModelAuthProvider ¶

type PasswordAuthProviderModelAuthProvider struct {
	Id int32 `json:"id"`
	// The type of the related field.
	Type string `json:"type"`
	// The email domain (if any) registered with this password provider.
	Domain *string `json:"domain,omitempty"`
	// Whether the provider is enabled or not.
	Enabled *bool `json:"enabled,omitempty"`
}

PasswordAuthProviderModelAuthProvider struct for PasswordAuthProviderModelAuthProvider

func NewPasswordAuthProviderModelAuthProvider ¶

func NewPasswordAuthProviderModelAuthProvider(id int32, type_ string) *PasswordAuthProviderModelAuthProvider

NewPasswordAuthProviderModelAuthProvider instantiates a new PasswordAuthProviderModelAuthProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPasswordAuthProviderModelAuthProviderWithDefaults ¶

func NewPasswordAuthProviderModelAuthProviderWithDefaults() *PasswordAuthProviderModelAuthProvider

NewPasswordAuthProviderModelAuthProviderWithDefaults instantiates a new PasswordAuthProviderModelAuthProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PasswordAuthProviderModelAuthProvider) GetDomain ¶

GetDomain returns the Domain field value if set, zero value otherwise.

func (*PasswordAuthProviderModelAuthProvider) GetDomainOk ¶

func (o *PasswordAuthProviderModelAuthProvider) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PasswordAuthProviderModelAuthProvider) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*PasswordAuthProviderModelAuthProvider) GetEnabledOk ¶

func (o *PasswordAuthProviderModelAuthProvider) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PasswordAuthProviderModelAuthProvider) GetId ¶

GetId returns the Id field value

func (*PasswordAuthProviderModelAuthProvider) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PasswordAuthProviderModelAuthProvider) GetType ¶

GetType returns the Type field value

func (*PasswordAuthProviderModelAuthProvider) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*PasswordAuthProviderModelAuthProvider) HasDomain ¶

HasDomain returns a boolean if a field has been set.

func (*PasswordAuthProviderModelAuthProvider) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (PasswordAuthProviderModelAuthProvider) MarshalJSON ¶

func (o PasswordAuthProviderModelAuthProvider) MarshalJSON() ([]byte, error)

func (*PasswordAuthProviderModelAuthProvider) SetDomain ¶

SetDomain gets a reference to the given string and assigns it to the Domain field.

func (*PasswordAuthProviderModelAuthProvider) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*PasswordAuthProviderModelAuthProvider) SetId ¶

SetId sets field value

func (*PasswordAuthProviderModelAuthProvider) SetType ¶

SetType sets field value

func (PasswordAuthProviderModelAuthProvider) ToMap ¶

func (o PasswordAuthProviderModelAuthProvider) ToMap() (map[string]interface{}, error)

type PatchedAccount ¶

type PatchedAccount struct {
	FirstName *string `json:"first_name,omitempty"`
	// An ISO 639 language code (with optional variant) selected by the user. Ex: en-GB.
	Language *string `json:"language,omitempty"`
}

PatchedAccount This serializer must be kept in sync with `UserSerializer`.

func NewPatchedAccount ¶

func NewPatchedAccount() *PatchedAccount

NewPatchedAccount instantiates a new PatchedAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedAccountWithDefaults ¶

func NewPatchedAccountWithDefaults() *PatchedAccount

NewPatchedAccountWithDefaults instantiates a new PatchedAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedAccount) GetFirstName ¶

func (o *PatchedAccount) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*PatchedAccount) GetFirstNameOk ¶

func (o *PatchedAccount) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedAccount) GetLanguage ¶

func (o *PatchedAccount) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise.

func (*PatchedAccount) GetLanguageOk ¶

func (o *PatchedAccount) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedAccount) HasFirstName ¶

func (o *PatchedAccount) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*PatchedAccount) HasLanguage ¶

func (o *PatchedAccount) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (PatchedAccount) MarshalJSON ¶

func (o PatchedAccount) MarshalJSON() ([]byte, error)

func (*PatchedAccount) SetFirstName ¶

func (o *PatchedAccount) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*PatchedAccount) SetLanguage ¶

func (o *PatchedAccount) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (PatchedAccount) ToMap ¶

func (o PatchedAccount) ToMap() (map[string]interface{}, error)

type PatchedApplicationUpdate ¶

type PatchedApplicationUpdate struct {
	Name *string `json:"name,omitempty"`
}

PatchedApplicationUpdate struct for PatchedApplicationUpdate

func NewPatchedApplicationUpdate ¶

func NewPatchedApplicationUpdate() *PatchedApplicationUpdate

NewPatchedApplicationUpdate instantiates a new PatchedApplicationUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedApplicationUpdateWithDefaults ¶

func NewPatchedApplicationUpdateWithDefaults() *PatchedApplicationUpdate

NewPatchedApplicationUpdateWithDefaults instantiates a new PatchedApplicationUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedApplicationUpdate) GetName ¶

func (o *PatchedApplicationUpdate) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PatchedApplicationUpdate) GetNameOk ¶

func (o *PatchedApplicationUpdate) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedApplicationUpdate) HasName ¶

func (o *PatchedApplicationUpdate) HasName() bool

HasName returns a boolean if a field has been set.

func (PatchedApplicationUpdate) MarshalJSON ¶

func (o PatchedApplicationUpdate) MarshalJSON() ([]byte, error)

func (*PatchedApplicationUpdate) SetName ¶

func (o *PatchedApplicationUpdate) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (PatchedApplicationUpdate) ToMap ¶

func (o PatchedApplicationUpdate) ToMap() (map[string]interface{}, error)

type PatchedExampleBatchUpdateRowsRequest ¶

type PatchedExampleBatchUpdateRowsRequest struct {
	Items []ExampleBatchUpdateRowRequestSerializerWithUserFieldNames `json:"items,omitempty"`
}

PatchedExampleBatchUpdateRowsRequest struct for PatchedExampleBatchUpdateRowsRequest

func NewPatchedExampleBatchUpdateRowsRequest ¶

func NewPatchedExampleBatchUpdateRowsRequest() *PatchedExampleBatchUpdateRowsRequest

NewPatchedExampleBatchUpdateRowsRequest instantiates a new PatchedExampleBatchUpdateRowsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedExampleBatchUpdateRowsRequestWithDefaults ¶

func NewPatchedExampleBatchUpdateRowsRequestWithDefaults() *PatchedExampleBatchUpdateRowsRequest

NewPatchedExampleBatchUpdateRowsRequestWithDefaults instantiates a new PatchedExampleBatchUpdateRowsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedExampleBatchUpdateRowsRequest) GetItems ¶

GetItems returns the Items field value if set, zero value otherwise.

func (*PatchedExampleBatchUpdateRowsRequest) GetItemsOk ¶

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 (*PatchedExampleBatchUpdateRowsRequest) HasItems ¶

HasItems returns a boolean if a field has been set.

func (PatchedExampleBatchUpdateRowsRequest) MarshalJSON ¶

func (o PatchedExampleBatchUpdateRowsRequest) MarshalJSON() ([]byte, error)

func (*PatchedExampleBatchUpdateRowsRequest) SetItems ¶

SetItems gets a reference to the given []ExampleBatchUpdateRowRequestSerializerWithUserFieldNames and assigns it to the Items field.

func (PatchedExampleBatchUpdateRowsRequest) ToMap ¶

func (o PatchedExampleBatchUpdateRowsRequest) ToMap() (map[string]interface{}, error)

type PatchedExampleUpdateRowRequestSerializerWithUserFieldNames ¶

type PatchedExampleUpdateRowRequestSerializerWithUserFieldNames struct {
	// This field represents the `text` field. The number in field_1 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field1 NullableString `json:"field_1,omitempty"`
	// This field represents the `long_text` field. The number in field_2 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field2 NullableString `json:"field_2,omitempty"`
	// This field represents the `url` field. The number in field_3 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field3 NullableString `json:"field_3,omitempty"`
	// This field represents the `email` field. The number in field_4 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field4 NullableString `json:"field_4,omitempty"`
	// This field represents the `number` field. The number in field_5 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field5 NullableFloat64 `json:"field_5,omitempty"`
	// This field represents the `rating` field. The number in field_6 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field6 *int32 `json:"field_6,omitempty"`
	// This field represents the `boolean` field. The number in field_7 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field7 *bool `json:"field_7,omitempty"`
	// This field represents the `date` field. The number in field_8 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field8 NullableString `json:"field_8,omitempty"`
	// This field represents the `link_row` field. The number in field_11 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `array` containing the ids or the names of the related rows. In case of names, if the name is not found, this name is ignored. A name is the value of the primary key of the related row.The response contains a list of objects containing the `id` and the primary field's `value` as a string for display purposes.
	Field11 []*int32 `json:"field_11,omitempty"`
	// This field represents the `file` field. The number in field_12 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `array` containing objects with the name of the file. The response contains an `array` of more detailed objects related to the files.
	Field12 []FileFieldRequest `json:"field_12,omitempty"`
	// This field represents the `single_select` field. The number in field_13 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts an `integer` representing the chosen select option id related to the field. Available ids can be found when getting or listing the field. The response represents chosen field, but also the value and color is exposed.
	Field13 NullableInt32 `json:"field_13,omitempty"`
	// This field represents the `multiple_select` field. The number in field_14 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts a list of `integer` each of which representing the chosen select option id related to the field. Available ids can be foundwhen getting or listing the field. The response represents chosen field, but also the value and color is exposed.
	Field14 []*int32 `json:"field_14,omitempty"`
	// This field represents the `phone_number` field. The number in field_15 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.
	Field15 NullableString `json:"field_15,omitempty"`
	// This field represents the `multiple_collaborators` field. The number in field_20 is in a normal request or response the id of the field. If the GET parameter `user_field_names` is provided then the key will instead be the actual name of the field.This field accepts a list of objects representing the chosen collaborators through the object's `id` property. The id is Baserow user id. The response objects also contains the collaborator name directly along with its id.
	Field20 []Collaborator `json:"field_20,omitempty"`
}

PatchedExampleUpdateRowRequestSerializerWithUserFieldNames struct for PatchedExampleUpdateRowRequestSerializerWithUserFieldNames

func NewPatchedExampleUpdateRowRequestSerializerWithUserFieldNames ¶

func NewPatchedExampleUpdateRowRequestSerializerWithUserFieldNames() *PatchedExampleUpdateRowRequestSerializerWithUserFieldNames

NewPatchedExampleUpdateRowRequestSerializerWithUserFieldNames instantiates a new PatchedExampleUpdateRowRequestSerializerWithUserFieldNames object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedExampleUpdateRowRequestSerializerWithUserFieldNamesWithDefaults ¶

func NewPatchedExampleUpdateRowRequestSerializerWithUserFieldNamesWithDefaults() *PatchedExampleUpdateRowRequestSerializerWithUserFieldNames

NewPatchedExampleUpdateRowRequestSerializerWithUserFieldNamesWithDefaults instantiates a new PatchedExampleUpdateRowRequestSerializerWithUserFieldNames object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField1 ¶

GetField1 returns the Field1 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField11 ¶

GetField11 returns the Field11 field value if set, zero value otherwise.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField11Ok ¶

GetField11Ok returns a tuple with the Field11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField12 ¶

GetField12 returns the Field12 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField12Ok ¶

GetField12Ok returns a tuple with the Field12 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField13 ¶

GetField13 returns the Field13 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField13Ok ¶

GetField13Ok returns a tuple with the Field13 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField14 ¶

GetField14 returns the Field14 field value if set, zero value otherwise.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField14Ok ¶

GetField14Ok returns a tuple with the Field14 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField15 ¶

GetField15 returns the Field15 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField15Ok ¶

GetField15Ok returns a tuple with the Field15 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField1Ok ¶

GetField1Ok returns a tuple with the Field1 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField2 ¶

GetField2 returns the Field2 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField20 ¶

GetField20 returns the Field20 field value if set, zero value otherwise.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField20Ok ¶

GetField20Ok returns a tuple with the Field20 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField2Ok ¶

GetField2Ok returns a tuple with the Field2 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField3 ¶

GetField3 returns the Field3 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField3Ok ¶

GetField3Ok returns a tuple with the Field3 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField4 ¶

GetField4 returns the Field4 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField4Ok ¶

GetField4Ok returns a tuple with the Field4 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField5 ¶

GetField5 returns the Field5 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField5Ok ¶

GetField5Ok returns a tuple with the Field5 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField6 ¶

GetField6 returns the Field6 field value if set, zero value otherwise.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField6Ok ¶

GetField6Ok returns a tuple with the Field6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField7 ¶

GetField7 returns the Field7 field value if set, zero value otherwise.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField7Ok ¶

GetField7Ok returns a tuple with the Field7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField8 ¶

GetField8 returns the Field8 field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) GetField8Ok ¶

GetField8Ok returns a tuple with the Field8 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField1 ¶

HasField1 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField11 ¶

HasField11 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField12 ¶

HasField12 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField13 ¶

HasField13 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField14 ¶

HasField14 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField15 ¶

HasField15 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField2 ¶

HasField2 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField20 ¶

HasField20 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField3 ¶

HasField3 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField4 ¶

HasField4 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField5 ¶

HasField5 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField6 ¶

HasField6 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField7 ¶

HasField7 returns a boolean if a field has been set.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) HasField8 ¶

HasField8 returns a boolean if a field has been set.

func (PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) MarshalJSON ¶

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField1 ¶

SetField1 gets a reference to the given NullableString and assigns it to the Field1 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField11 ¶

SetField11 gets a reference to the given []*int32 and assigns it to the Field11 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField12 ¶

SetField12 gets a reference to the given []FileFieldRequest and assigns it to the Field12 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField13 ¶

SetField13 gets a reference to the given NullableInt32 and assigns it to the Field13 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField13Nil ¶

SetField13Nil sets the value for Field13 to be an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField14 ¶

SetField14 gets a reference to the given []*int32 and assigns it to the Field14 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField15 ¶

SetField15 gets a reference to the given NullableString and assigns it to the Field15 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField15Nil ¶

SetField15Nil sets the value for Field15 to be an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField1Nil ¶

SetField1Nil sets the value for Field1 to be an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField2 ¶

SetField2 gets a reference to the given NullableString and assigns it to the Field2 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField20 ¶

SetField20 gets a reference to the given []Collaborator and assigns it to the Field20 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField2Nil ¶

SetField2Nil sets the value for Field2 to be an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField3 ¶

SetField3 gets a reference to the given NullableString and assigns it to the Field3 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField3Nil ¶

SetField3Nil sets the value for Field3 to be an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField4 ¶

SetField4 gets a reference to the given NullableString and assigns it to the Field4 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField4Nil ¶

SetField4Nil sets the value for Field4 to be an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField5 ¶

SetField5 gets a reference to the given NullableFloat64 and assigns it to the Field5 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField5Nil ¶

SetField5Nil sets the value for Field5 to be an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField6 ¶

SetField6 gets a reference to the given int32 and assigns it to the Field6 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField7 ¶

SetField7 gets a reference to the given bool and assigns it to the Field7 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField8 ¶

SetField8 gets a reference to the given NullableString and assigns it to the Field8 field.

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) SetField8Nil ¶

SetField8Nil sets the value for Field8 to be an explicit nil

func (PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) ToMap ¶

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) UnsetField1 ¶

UnsetField1 ensures that no value is present for Field1, not even an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) UnsetField13 ¶

UnsetField13 ensures that no value is present for Field13, not even an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) UnsetField15 ¶

UnsetField15 ensures that no value is present for Field15, not even an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) UnsetField2 ¶

UnsetField2 ensures that no value is present for Field2, not even an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) UnsetField3 ¶

UnsetField3 ensures that no value is present for Field3, not even an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) UnsetField4 ¶

UnsetField4 ensures that no value is present for Field4, not even an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) UnsetField5 ¶

UnsetField5 ensures that no value is present for Field5, not even an explicit nil

func (*PatchedExampleUpdateRowRequestSerializerWithUserFieldNames) UnsetField8 ¶

UnsetField8 ensures that no value is present for Field8, not even an explicit nil

type PatchedFieldUpdateField ¶

type PatchedFieldUpdateField struct {
	RequestBooleanFieldUpdateField               *RequestBooleanFieldUpdateField
	RequestCountFieldUpdateField                 *RequestCountFieldUpdateField
	RequestCreatedOnFieldUpdateField             *RequestCreatedOnFieldUpdateField
	RequestDateFieldUpdateField                  *RequestDateFieldUpdateField
	RequestEmailFieldUpdateField                 *RequestEmailFieldUpdateField
	RequestFileFieldUpdateField                  *RequestFileFieldUpdateField
	RequestFormulaFieldUpdateField               *RequestFormulaFieldUpdateField
	RequestLastModifiedFieldUpdateField          *RequestLastModifiedFieldUpdateField
	RequestLinkRowFieldUpdateField               *RequestLinkRowFieldUpdateField
	RequestLongTextFieldUpdateField              *RequestLongTextFieldUpdateField
	RequestLookupFieldUpdateField                *RequestLookupFieldUpdateField
	RequestMultipleCollaboratorsFieldUpdateField *RequestMultipleCollaboratorsFieldUpdateField
	RequestMultipleSelectFieldUpdateField        *RequestMultipleSelectFieldUpdateField
	RequestNumberFieldUpdateField                *RequestNumberFieldUpdateField
	RequestPhoneNumberFieldUpdateField           *RequestPhoneNumberFieldUpdateField
	RequestRatingFieldUpdateField                *RequestRatingFieldUpdateField
	RequestRollupFieldUpdateField                *RequestRollupFieldUpdateField
	RequestSingleSelectFieldUpdateField          *RequestSingleSelectFieldUpdateField
	RequestTextFieldUpdateField                  *RequestTextFieldUpdateField
	RequestURLFieldUpdateField                   *RequestURLFieldUpdateField
}

PatchedFieldUpdateField - struct for PatchedFieldUpdateField

func RequestBooleanFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestBooleanFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestBooleanFieldUpdateField) PatchedFieldUpdateField

RequestBooleanFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestBooleanFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestCountFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestCountFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestCountFieldUpdateField) PatchedFieldUpdateField

RequestCountFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestCountFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestCreatedOnFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestCreatedOnFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestCreatedOnFieldUpdateField) PatchedFieldUpdateField

RequestCreatedOnFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestCreatedOnFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestDateFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestDateFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestDateFieldUpdateField) PatchedFieldUpdateField

RequestDateFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestDateFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestEmailFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestEmailFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestEmailFieldUpdateField) PatchedFieldUpdateField

RequestEmailFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestEmailFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestFileFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestFileFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestFileFieldUpdateField) PatchedFieldUpdateField

RequestFileFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestFileFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestFormulaFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestFormulaFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestFormulaFieldUpdateField) PatchedFieldUpdateField

RequestFormulaFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestFormulaFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestLastModifiedFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestLastModifiedFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestLastModifiedFieldUpdateField) PatchedFieldUpdateField

RequestLastModifiedFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestLastModifiedFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestLinkRowFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestLinkRowFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestLinkRowFieldUpdateField) PatchedFieldUpdateField

RequestLinkRowFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestLinkRowFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestLongTextFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestLongTextFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestLongTextFieldUpdateField) PatchedFieldUpdateField

RequestLongTextFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestLongTextFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestLookupFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestLookupFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestLookupFieldUpdateField) PatchedFieldUpdateField

RequestLookupFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestLookupFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestMultipleCollaboratorsFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestMultipleCollaboratorsFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestMultipleCollaboratorsFieldUpdateField) PatchedFieldUpdateField

RequestMultipleCollaboratorsFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestMultipleCollaboratorsFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestMultipleSelectFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestMultipleSelectFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestMultipleSelectFieldUpdateField) PatchedFieldUpdateField

RequestMultipleSelectFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestMultipleSelectFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestNumberFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestNumberFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestNumberFieldUpdateField) PatchedFieldUpdateField

RequestNumberFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestNumberFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestPhoneNumberFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestPhoneNumberFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestPhoneNumberFieldUpdateField) PatchedFieldUpdateField

RequestPhoneNumberFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestPhoneNumberFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestRatingFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestRatingFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestRatingFieldUpdateField) PatchedFieldUpdateField

RequestRatingFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestRatingFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestRollupFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestRollupFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestRollupFieldUpdateField) PatchedFieldUpdateField

RequestRollupFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestRollupFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestSingleSelectFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestSingleSelectFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestSingleSelectFieldUpdateField) PatchedFieldUpdateField

RequestSingleSelectFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestSingleSelectFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestTextFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestTextFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestTextFieldUpdateField) PatchedFieldUpdateField

RequestTextFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestTextFieldUpdateField wrapped in PatchedFieldUpdateField

func RequestURLFieldUpdateFieldAsPatchedFieldUpdateField ¶

func RequestURLFieldUpdateFieldAsPatchedFieldUpdateField(v *RequestURLFieldUpdateField) PatchedFieldUpdateField

RequestURLFieldUpdateFieldAsPatchedFieldUpdateField is a convenience function that returns RequestURLFieldUpdateField wrapped in PatchedFieldUpdateField

func (*PatchedFieldUpdateField) GetActualInstance ¶

func (obj *PatchedFieldUpdateField) GetActualInstance() interface{}

Get the actual instance

func (PatchedFieldUpdateField) MarshalJSON ¶

func (src PatchedFieldUpdateField) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PatchedFieldUpdateField) UnmarshalJSON ¶

func (dst *PatchedFieldUpdateField) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type PatchedSettings ¶

type PatchedSettings struct {
	// Indicates whether new users can create a new account when signing up.
	AllowNewSignups *bool `json:"allow_new_signups,omitempty"`
	// Indicates whether invited users can create an account when signing up, even if allow_new_signups is disabled.
	AllowSignupsViaWorkspaceInvitations *bool `json:"allow_signups_via_workspace_invitations,omitempty"`
	// DEPRECATED: Please use the functionally identical `allow_signups_via_workspace_invitations` instead as this attribute is being removed in the future.
	AllowSignupsViaGroupInvitations *bool `json:"allow_signups_via_group_invitations,omitempty"`
	// Indicates whether users can request a password reset link.
	AllowResetPassword *bool `json:"allow_reset_password,omitempty"`
	// Indicates whether all users can create workspaces, or just staff.
	AllowGlobalWorkspaceCreation *bool `json:"allow_global_workspace_creation,omitempty"`
	// DEPRECATED: Please use the functionally identical `allow_global_workspace_creation` instead as this attribute is being removed in the future.
	AllowGlobalGroupCreation *bool `json:"allow_global_group_creation,omitempty"`
	// Number of days after the last login for an account pending deletion to be deleted
	AccountDeletionGraceDelay *int32 `json:"account_deletion_grace_delay,omitempty"`
	// Indicates that there are no admin users in the database yet, so in the frontend the signup form will be shown instead of the login page.
	ShowAdminSignupPage *bool `json:"show_admin_signup_page,omitempty"`
	// Runs a job once per day which calculates per workspace row counts and file storage usage, displayed on the admin workspace page.
	TrackWorkspaceUsage *bool `json:"track_workspace_usage,omitempty"`
}

PatchedSettings struct for PatchedSettings

func NewPatchedSettings ¶

func NewPatchedSettings() *PatchedSettings

NewPatchedSettings instantiates a new PatchedSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedSettingsWithDefaults ¶

func NewPatchedSettingsWithDefaults() *PatchedSettings

NewPatchedSettingsWithDefaults instantiates a new PatchedSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedSettings) GetAccountDeletionGraceDelay ¶

func (o *PatchedSettings) GetAccountDeletionGraceDelay() int32

GetAccountDeletionGraceDelay returns the AccountDeletionGraceDelay field value if set, zero value otherwise.

func (*PatchedSettings) GetAccountDeletionGraceDelayOk ¶

func (o *PatchedSettings) GetAccountDeletionGraceDelayOk() (*int32, bool)

GetAccountDeletionGraceDelayOk returns a tuple with the AccountDeletionGraceDelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedSettings) GetAllowGlobalGroupCreation ¶

func (o *PatchedSettings) GetAllowGlobalGroupCreation() bool

GetAllowGlobalGroupCreation returns the AllowGlobalGroupCreation field value if set, zero value otherwise.

func (*PatchedSettings) GetAllowGlobalGroupCreationOk ¶

func (o *PatchedSettings) GetAllowGlobalGroupCreationOk() (*bool, bool)

GetAllowGlobalGroupCreationOk returns a tuple with the AllowGlobalGroupCreation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedSettings) GetAllowGlobalWorkspaceCreation ¶

func (o *PatchedSettings) GetAllowGlobalWorkspaceCreation() bool

GetAllowGlobalWorkspaceCreation returns the AllowGlobalWorkspaceCreation field value if set, zero value otherwise.

func (*PatchedSettings) GetAllowGlobalWorkspaceCreationOk ¶

func (o *PatchedSettings) GetAllowGlobalWorkspaceCreationOk() (*bool, bool)

GetAllowGlobalWorkspaceCreationOk returns a tuple with the AllowGlobalWorkspaceCreation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedSettings) GetAllowNewSignups ¶

func (o *PatchedSettings) GetAllowNewSignups() bool

GetAllowNewSignups returns the AllowNewSignups field value if set, zero value otherwise.

func (*PatchedSettings) GetAllowNewSignupsOk ¶

func (o *PatchedSettings) GetAllowNewSignupsOk() (*bool, bool)

GetAllowNewSignupsOk returns a tuple with the AllowNewSignups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedSettings) GetAllowResetPassword ¶

func (o *PatchedSettings) GetAllowResetPassword() bool

GetAllowResetPassword returns the AllowResetPassword field value if set, zero value otherwise.

func (*PatchedSettings) GetAllowResetPasswordOk ¶

func (o *PatchedSettings) GetAllowResetPasswordOk() (*bool, bool)

GetAllowResetPasswordOk returns a tuple with the AllowResetPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedSettings) GetAllowSignupsViaGroupInvitations ¶

func (o *PatchedSettings) GetAllowSignupsViaGroupInvitations() bool

GetAllowSignupsViaGroupInvitations returns the AllowSignupsViaGroupInvitations field value if set, zero value otherwise.

func (*PatchedSettings) GetAllowSignupsViaGroupInvitationsOk ¶

func (o *PatchedSettings) GetAllowSignupsViaGroupInvitationsOk() (*bool, bool)

GetAllowSignupsViaGroupInvitationsOk returns a tuple with the AllowSignupsViaGroupInvitations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedSettings) GetAllowSignupsViaWorkspaceInvitations ¶

func (o *PatchedSettings) GetAllowSignupsViaWorkspaceInvitations() bool

GetAllowSignupsViaWorkspaceInvitations returns the AllowSignupsViaWorkspaceInvitations field value if set, zero value otherwise.

func (*PatchedSettings) GetAllowSignupsViaWorkspaceInvitationsOk ¶

func (o *PatchedSettings) GetAllowSignupsViaWorkspaceInvitationsOk() (*bool, bool)

GetAllowSignupsViaWorkspaceInvitationsOk returns a tuple with the AllowSignupsViaWorkspaceInvitations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedSettings) GetShowAdminSignupPage ¶

func (o *PatchedSettings) GetShowAdminSignupPage() bool

GetShowAdminSignupPage returns the ShowAdminSignupPage field value if set, zero value otherwise.

func (*PatchedSettings) GetShowAdminSignupPageOk ¶

func (o *PatchedSettings) GetShowAdminSignupPageOk() (*bool, bool)

GetShowAdminSignupPageOk returns a tuple with the ShowAdminSignupPage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedSettings) GetTrackWorkspaceUsage ¶

func (o *PatchedSettings) GetTrackWorkspaceUsage() bool

GetTrackWorkspaceUsage returns the TrackWorkspaceUsage field value if set, zero value otherwise.

func (*PatchedSettings) GetTrackWorkspaceUsageOk ¶

func (o *PatchedSettings) GetTrackWorkspaceUsageOk() (*bool, bool)

GetTrackWorkspaceUsageOk returns a tuple with the TrackWorkspaceUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedSettings) HasAccountDeletionGraceDelay ¶

func (o *PatchedSettings) HasAccountDeletionGraceDelay() bool

HasAccountDeletionGraceDelay returns a boolean if a field has been set.

func (*PatchedSettings) HasAllowGlobalGroupCreation ¶

func (o *PatchedSettings) HasAllowGlobalGroupCreation() bool

HasAllowGlobalGroupCreation returns a boolean if a field has been set.

func (*PatchedSettings) HasAllowGlobalWorkspaceCreation ¶

func (o *PatchedSettings) HasAllowGlobalWorkspaceCreation() bool

HasAllowGlobalWorkspaceCreation returns a boolean if a field has been set.

func (*PatchedSettings) HasAllowNewSignups ¶

func (o *PatchedSettings) HasAllowNewSignups() bool

HasAllowNewSignups returns a boolean if a field has been set.

func (*PatchedSettings) HasAllowResetPassword ¶

func (o *PatchedSettings) HasAllowResetPassword() bool

HasAllowResetPassword returns a boolean if a field has been set.

func (*PatchedSettings) HasAllowSignupsViaGroupInvitations ¶

func (o *PatchedSettings) HasAllowSignupsViaGroupInvitations() bool

HasAllowSignupsViaGroupInvitations returns a boolean if a field has been set.

func (*PatchedSettings) HasAllowSignupsViaWorkspaceInvitations ¶

func (o *PatchedSettings) HasAllowSignupsViaWorkspaceInvitations() bool

HasAllowSignupsViaWorkspaceInvitations returns a boolean if a field has been set.

func (*PatchedSettings) HasShowAdminSignupPage ¶

func (o *PatchedSettings) HasShowAdminSignupPage() bool

HasShowAdminSignupPage returns a boolean if a field has been set.

func (*PatchedSettings) HasTrackWorkspaceUsage ¶

func (o *PatchedSettings) HasTrackWorkspaceUsage() bool

HasTrackWorkspaceUsage returns a boolean if a field has been set.

func (PatchedSettings) MarshalJSON ¶

func (o PatchedSettings) MarshalJSON() ([]byte, error)

func (*PatchedSettings) SetAccountDeletionGraceDelay ¶

func (o *PatchedSettings) SetAccountDeletionGraceDelay(v int32)

SetAccountDeletionGraceDelay gets a reference to the given int32 and assigns it to the AccountDeletionGraceDelay field.

func (*PatchedSettings) SetAllowGlobalGroupCreation ¶

func (o *PatchedSettings) SetAllowGlobalGroupCreation(v bool)

SetAllowGlobalGroupCreation gets a reference to the given bool and assigns it to the AllowGlobalGroupCreation field.

func (*PatchedSettings) SetAllowGlobalWorkspaceCreation ¶

func (o *PatchedSettings) SetAllowGlobalWorkspaceCreation(v bool)

SetAllowGlobalWorkspaceCreation gets a reference to the given bool and assigns it to the AllowGlobalWorkspaceCreation field.

func (*PatchedSettings) SetAllowNewSignups ¶

func (o *PatchedSettings) SetAllowNewSignups(v bool)

SetAllowNewSignups gets a reference to the given bool and assigns it to the AllowNewSignups field.

func (*PatchedSettings) SetAllowResetPassword ¶

func (o *PatchedSettings) SetAllowResetPassword(v bool)

SetAllowResetPassword gets a reference to the given bool and assigns it to the AllowResetPassword field.

func (*PatchedSettings) SetAllowSignupsViaGroupInvitations ¶

func (o *PatchedSettings) SetAllowSignupsViaGroupInvitations(v bool)

SetAllowSignupsViaGroupInvitations gets a reference to the given bool and assigns it to the AllowSignupsViaGroupInvitations field.

func (*PatchedSettings) SetAllowSignupsViaWorkspaceInvitations ¶

func (o *PatchedSettings) SetAllowSignupsViaWorkspaceInvitations(v bool)

SetAllowSignupsViaWorkspaceInvitations gets a reference to the given bool and assigns it to the AllowSignupsViaWorkspaceInvitations field.

func (*PatchedSettings) SetShowAdminSignupPage ¶

func (o *PatchedSettings) SetShowAdminSignupPage(v bool)

SetShowAdminSignupPage gets a reference to the given bool and assigns it to the ShowAdminSignupPage field.

func (*PatchedSettings) SetTrackWorkspaceUsage ¶

func (o *PatchedSettings) SetTrackWorkspaceUsage(v bool)

SetTrackWorkspaceUsage gets a reference to the given bool and assigns it to the TrackWorkspaceUsage field.

func (PatchedSettings) ToMap ¶

func (o PatchedSettings) ToMap() (map[string]interface{}, error)

type PatchedTableUpdate ¶

type PatchedTableUpdate struct {
	Name *string `json:"name,omitempty"`
}

PatchedTableUpdate struct for PatchedTableUpdate

func NewPatchedTableUpdate ¶

func NewPatchedTableUpdate() *PatchedTableUpdate

NewPatchedTableUpdate instantiates a new PatchedTableUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedTableUpdateWithDefaults ¶

func NewPatchedTableUpdateWithDefaults() *PatchedTableUpdate

NewPatchedTableUpdateWithDefaults instantiates a new PatchedTableUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedTableUpdate) GetName ¶

func (o *PatchedTableUpdate) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PatchedTableUpdate) GetNameOk ¶

func (o *PatchedTableUpdate) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTableUpdate) HasName ¶

func (o *PatchedTableUpdate) HasName() bool

HasName returns a boolean if a field has been set.

func (PatchedTableUpdate) MarshalJSON ¶

func (o PatchedTableUpdate) MarshalJSON() ([]byte, error)

func (*PatchedTableUpdate) SetName ¶

func (o *PatchedTableUpdate) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (PatchedTableUpdate) ToMap ¶

func (o PatchedTableUpdate) ToMap() (map[string]interface{}, error)

type PatchedTableWebhookUpdateRequest ¶

type PatchedTableWebhookUpdateRequest struct {
	// The URL that must be called when the webhook is triggered.
	Url *string `json:"url,omitempty"`
	// Indicates whether this webhook should listen to all events.
	IncludeAllEvents *bool `json:"include_all_events,omitempty"`
	// A list containing the events that will trigger this webhook.
	Events        []EventTypesEnum   `json:"events,omitempty"`
	RequestMethod *RequestMethodEnum `json:"request_method,omitempty"`
	// The additional headers as an object where the key is the name and the value the value.
	Headers map[string]interface{} `json:"headers,omitempty"`
	// An internal name of the webhook.
	Name *string `json:"name,omitempty"`
	// Indicates whether the web hook is active. When a webhook has failed multiple times, it will automatically be deactivated.
	Active *bool `json:"active,omitempty"`
	// Indicates whether the field names must be used as payload key instead of the id.
	UseUserFieldNames *bool `json:"use_user_field_names,omitempty"`
}

PatchedTableWebhookUpdateRequest struct for PatchedTableWebhookUpdateRequest

func NewPatchedTableWebhookUpdateRequest ¶

func NewPatchedTableWebhookUpdateRequest() *PatchedTableWebhookUpdateRequest

NewPatchedTableWebhookUpdateRequest instantiates a new PatchedTableWebhookUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedTableWebhookUpdateRequestWithDefaults ¶

func NewPatchedTableWebhookUpdateRequestWithDefaults() *PatchedTableWebhookUpdateRequest

NewPatchedTableWebhookUpdateRequestWithDefaults instantiates a new PatchedTableWebhookUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedTableWebhookUpdateRequest) GetActive ¶

func (o *PatchedTableWebhookUpdateRequest) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*PatchedTableWebhookUpdateRequest) GetActiveOk ¶

func (o *PatchedTableWebhookUpdateRequest) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTableWebhookUpdateRequest) GetEvents ¶

GetEvents returns the Events field value if set, zero value otherwise.

func (*PatchedTableWebhookUpdateRequest) GetEventsOk ¶

GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTableWebhookUpdateRequest) GetHeaders ¶

func (o *PatchedTableWebhookUpdateRequest) GetHeaders() map[string]interface{}

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*PatchedTableWebhookUpdateRequest) GetHeadersOk ¶

func (o *PatchedTableWebhookUpdateRequest) GetHeadersOk() (map[string]interface{}, bool)

GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTableWebhookUpdateRequest) GetIncludeAllEvents ¶

func (o *PatchedTableWebhookUpdateRequest) GetIncludeAllEvents() bool

GetIncludeAllEvents returns the IncludeAllEvents field value if set, zero value otherwise.

func (*PatchedTableWebhookUpdateRequest) GetIncludeAllEventsOk ¶

func (o *PatchedTableWebhookUpdateRequest) GetIncludeAllEventsOk() (*bool, bool)

GetIncludeAllEventsOk returns a tuple with the IncludeAllEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTableWebhookUpdateRequest) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*PatchedTableWebhookUpdateRequest) GetNameOk ¶

func (o *PatchedTableWebhookUpdateRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTableWebhookUpdateRequest) GetRequestMethod ¶

GetRequestMethod returns the RequestMethod field value if set, zero value otherwise.

func (*PatchedTableWebhookUpdateRequest) GetRequestMethodOk ¶

func (o *PatchedTableWebhookUpdateRequest) GetRequestMethodOk() (*RequestMethodEnum, bool)

GetRequestMethodOk returns a tuple with the RequestMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTableWebhookUpdateRequest) GetUrl ¶

GetUrl returns the Url field value if set, zero value otherwise.

func (*PatchedTableWebhookUpdateRequest) GetUrlOk ¶

func (o *PatchedTableWebhookUpdateRequest) 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 (*PatchedTableWebhookUpdateRequest) GetUseUserFieldNames ¶

func (o *PatchedTableWebhookUpdateRequest) GetUseUserFieldNames() bool

GetUseUserFieldNames returns the UseUserFieldNames field value if set, zero value otherwise.

func (*PatchedTableWebhookUpdateRequest) GetUseUserFieldNamesOk ¶

func (o *PatchedTableWebhookUpdateRequest) GetUseUserFieldNamesOk() (*bool, bool)

GetUseUserFieldNamesOk returns a tuple with the UseUserFieldNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTableWebhookUpdateRequest) HasActive ¶

func (o *PatchedTableWebhookUpdateRequest) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*PatchedTableWebhookUpdateRequest) HasEvents ¶

func (o *PatchedTableWebhookUpdateRequest) HasEvents() bool

HasEvents returns a boolean if a field has been set.

func (*PatchedTableWebhookUpdateRequest) HasHeaders ¶

func (o *PatchedTableWebhookUpdateRequest) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*PatchedTableWebhookUpdateRequest) HasIncludeAllEvents ¶

func (o *PatchedTableWebhookUpdateRequest) HasIncludeAllEvents() bool

HasIncludeAllEvents returns a boolean if a field has been set.

func (*PatchedTableWebhookUpdateRequest) HasName ¶

HasName returns a boolean if a field has been set.

func (*PatchedTableWebhookUpdateRequest) HasRequestMethod ¶

func (o *PatchedTableWebhookUpdateRequest) HasRequestMethod() bool

HasRequestMethod returns a boolean if a field has been set.

func (*PatchedTableWebhookUpdateRequest) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (*PatchedTableWebhookUpdateRequest) HasUseUserFieldNames ¶

func (o *PatchedTableWebhookUpdateRequest) HasUseUserFieldNames() bool

HasUseUserFieldNames returns a boolean if a field has been set.

func (PatchedTableWebhookUpdateRequest) MarshalJSON ¶

func (o PatchedTableWebhookUpdateRequest) MarshalJSON() ([]byte, error)

func (*PatchedTableWebhookUpdateRequest) SetActive ¶

func (o *PatchedTableWebhookUpdateRequest) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*PatchedTableWebhookUpdateRequest) SetEvents ¶

SetEvents gets a reference to the given []EventTypesEnum and assigns it to the Events field.

func (*PatchedTableWebhookUpdateRequest) SetHeaders ¶

func (o *PatchedTableWebhookUpdateRequest) SetHeaders(v map[string]interface{})

SetHeaders gets a reference to the given map[string]interface{} and assigns it to the Headers field.

func (*PatchedTableWebhookUpdateRequest) SetIncludeAllEvents ¶

func (o *PatchedTableWebhookUpdateRequest) SetIncludeAllEvents(v bool)

SetIncludeAllEvents gets a reference to the given bool and assigns it to the IncludeAllEvents field.

func (*PatchedTableWebhookUpdateRequest) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*PatchedTableWebhookUpdateRequest) SetRequestMethod ¶

func (o *PatchedTableWebhookUpdateRequest) SetRequestMethod(v RequestMethodEnum)

SetRequestMethod gets a reference to the given RequestMethodEnum and assigns it to the RequestMethod field.

func (*PatchedTableWebhookUpdateRequest) SetUrl ¶

SetUrl gets a reference to the given string and assigns it to the Url field.

func (*PatchedTableWebhookUpdateRequest) SetUseUserFieldNames ¶

func (o *PatchedTableWebhookUpdateRequest) SetUseUserFieldNames(v bool)

SetUseUserFieldNames gets a reference to the given bool and assigns it to the UseUserFieldNames field.

func (PatchedTableWebhookUpdateRequest) ToMap ¶

func (o PatchedTableWebhookUpdateRequest) ToMap() (map[string]interface{}, error)

type PatchedTokenUpdate ¶

type PatchedTokenUpdate struct {
	// The human readable name of the database token for the user.
	Name        *string                        `json:"name,omitempty"`
	Permissions *PatchedTokenUpdatePermissions `json:"permissions,omitempty"`
	// Indicates if a new key must be generated.
	RotateKey *bool `json:"rotate_key,omitempty"`
}

PatchedTokenUpdate struct for PatchedTokenUpdate

func NewPatchedTokenUpdate ¶

func NewPatchedTokenUpdate() *PatchedTokenUpdate

NewPatchedTokenUpdate instantiates a new PatchedTokenUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedTokenUpdateWithDefaults ¶

func NewPatchedTokenUpdateWithDefaults() *PatchedTokenUpdate

NewPatchedTokenUpdateWithDefaults instantiates a new PatchedTokenUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedTokenUpdate) GetName ¶

func (o *PatchedTokenUpdate) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PatchedTokenUpdate) GetNameOk ¶

func (o *PatchedTokenUpdate) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTokenUpdate) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*PatchedTokenUpdate) GetPermissionsOk ¶

func (o *PatchedTokenUpdate) GetPermissionsOk() (*PatchedTokenUpdatePermissions, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTokenUpdate) GetRotateKey ¶

func (o *PatchedTokenUpdate) GetRotateKey() bool

GetRotateKey returns the RotateKey field value if set, zero value otherwise.

func (*PatchedTokenUpdate) GetRotateKeyOk ¶

func (o *PatchedTokenUpdate) GetRotateKeyOk() (*bool, bool)

GetRotateKeyOk returns a tuple with the RotateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTokenUpdate) HasName ¶

func (o *PatchedTokenUpdate) HasName() bool

HasName returns a boolean if a field has been set.

func (*PatchedTokenUpdate) HasPermissions ¶

func (o *PatchedTokenUpdate) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*PatchedTokenUpdate) HasRotateKey ¶

func (o *PatchedTokenUpdate) HasRotateKey() bool

HasRotateKey returns a boolean if a field has been set.

func (PatchedTokenUpdate) MarshalJSON ¶

func (o PatchedTokenUpdate) MarshalJSON() ([]byte, error)

func (*PatchedTokenUpdate) SetName ¶

func (o *PatchedTokenUpdate) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*PatchedTokenUpdate) SetPermissions ¶

SetPermissions gets a reference to the given PatchedTokenUpdatePermissions and assigns it to the Permissions field.

func (*PatchedTokenUpdate) SetRotateKey ¶

func (o *PatchedTokenUpdate) SetRotateKey(v bool)

SetRotateKey gets a reference to the given bool and assigns it to the RotateKey field.

func (PatchedTokenUpdate) ToMap ¶

func (o PatchedTokenUpdate) ToMap() (map[string]interface{}, error)

type PatchedTokenUpdatePermissions ¶

type PatchedTokenUpdatePermissions struct {
	Create *PatchedTokenUpdatePermissionsCreate `json:"create,omitempty"`
	Read   *PatchedTokenUpdatePermissionsCreate `json:"read,omitempty"`
	Update *PatchedTokenUpdatePermissionsCreate `json:"update,omitempty"`
	Delete *PatchedTokenUpdatePermissionsCreate `json:"delete,omitempty"`
}

PatchedTokenUpdatePermissions Indicates per operation which permissions the database token has within the whole workspace. If the value of for example `create` is `true`, then the token can create rows in all tables related to the workspace. If a list is provided with for example `[[\"table\", 1]]` then the token only has create permissions for the table with id 1. Same goes for if a database references is provided. `[['database', 1]]` means create permissions for all tables in the database with id 1. Example: ```json { \"create\": true// Allows creating rows in all tables. // Allows reading rows from database 1 and table 10. \"read\": [[\"database\", 1], [\"table\", 10]], \"update\": false // Denies updating rows in all tables. \"delete\": [] // Denies deleting rows in all tables. } ```

func NewPatchedTokenUpdatePermissions ¶

func NewPatchedTokenUpdatePermissions() *PatchedTokenUpdatePermissions

NewPatchedTokenUpdatePermissions instantiates a new PatchedTokenUpdatePermissions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedTokenUpdatePermissionsWithDefaults ¶

func NewPatchedTokenUpdatePermissionsWithDefaults() *PatchedTokenUpdatePermissions

NewPatchedTokenUpdatePermissionsWithDefaults instantiates a new PatchedTokenUpdatePermissions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedTokenUpdatePermissions) GetCreate ¶

GetCreate returns the Create field value if set, zero value otherwise.

func (*PatchedTokenUpdatePermissions) GetCreateOk ¶

GetCreateOk returns a tuple with the Create field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTokenUpdatePermissions) GetDelete ¶

GetDelete returns the Delete field value if set, zero value otherwise.

func (*PatchedTokenUpdatePermissions) GetDeleteOk ¶

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 (*PatchedTokenUpdatePermissions) GetRead ¶

GetRead returns the Read field value if set, zero value otherwise.

func (*PatchedTokenUpdatePermissions) GetReadOk ¶

GetReadOk returns a tuple with the Read field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTokenUpdatePermissions) GetUpdate ¶

GetUpdate returns the Update field value if set, zero value otherwise.

func (*PatchedTokenUpdatePermissions) GetUpdateOk ¶

GetUpdateOk returns a tuple with the Update field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTokenUpdatePermissions) HasCreate ¶

func (o *PatchedTokenUpdatePermissions) HasCreate() bool

HasCreate returns a boolean if a field has been set.

func (*PatchedTokenUpdatePermissions) HasDelete ¶

func (o *PatchedTokenUpdatePermissions) HasDelete() bool

HasDelete returns a boolean if a field has been set.

func (*PatchedTokenUpdatePermissions) HasRead ¶

func (o *PatchedTokenUpdatePermissions) HasRead() bool

HasRead returns a boolean if a field has been set.

func (*PatchedTokenUpdatePermissions) HasUpdate ¶

func (o *PatchedTokenUpdatePermissions) HasUpdate() bool

HasUpdate returns a boolean if a field has been set.

func (PatchedTokenUpdatePermissions) MarshalJSON ¶

func (o PatchedTokenUpdatePermissions) MarshalJSON() ([]byte, error)

func (*PatchedTokenUpdatePermissions) SetCreate ¶

SetCreate gets a reference to the given PatchedTokenUpdatePermissionsCreate and assigns it to the Create field.

func (*PatchedTokenUpdatePermissions) SetDelete ¶

SetDelete gets a reference to the given PatchedTokenUpdatePermissionsCreate and assigns it to the Delete field.

func (*PatchedTokenUpdatePermissions) SetRead ¶

SetRead gets a reference to the given PatchedTokenUpdatePermissionsCreate and assigns it to the Read field.

func (*PatchedTokenUpdatePermissions) SetUpdate ¶

SetUpdate gets a reference to the given PatchedTokenUpdatePermissionsCreate and assigns it to the Update field.

func (PatchedTokenUpdatePermissions) ToMap ¶

func (o PatchedTokenUpdatePermissions) ToMap() (map[string]interface{}, error)

type PatchedTokenUpdatePermissionsCreate ¶

type PatchedTokenUpdatePermissionsCreate struct {
	PatchedTokenUpdatePermissionsCreateAnyOfInnerInner *[][]PatchedTokenUpdatePermissionsCreateAnyOfInnerInner
	// contains filtered or unexported fields
}

PatchedTokenUpdatePermissionsCreate struct for PatchedTokenUpdatePermissionsCreate

func (*PatchedTokenUpdatePermissionsCreate) MarshalJSON ¶

func (src *PatchedTokenUpdatePermissionsCreate) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PatchedTokenUpdatePermissionsCreate) UnmarshalJSON ¶

func (dst *PatchedTokenUpdatePermissionsCreate) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PatchedTokenUpdatePermissionsCreateAnyOfInnerInner ¶

type PatchedTokenUpdatePermissionsCreateAnyOfInnerInner struct {
	// contains filtered or unexported fields
}

PatchedTokenUpdatePermissionsCreateAnyOfInnerInner struct for PatchedTokenUpdatePermissionsCreateAnyOfInnerInner

func (*PatchedTokenUpdatePermissionsCreateAnyOfInnerInner) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*PatchedTokenUpdatePermissionsCreateAnyOfInnerInner) UnmarshalJSON ¶

Unmarshal JSON data into any of the pointers in the struct

type PatchedTrashEntryRequest ¶

type PatchedTrashEntryRequest struct {
	TrashItemId       *int32             `json:"trash_item_id,omitempty"`
	ParentTrashItemId NullableInt32      `json:"parent_trash_item_id,omitempty"`
	TrashItemType     *TrashItemTypeEnum `json:"trash_item_type,omitempty"`
}

PatchedTrashEntryRequest Mixin to a DRF serializer class to raise an exception if data with unknown fields is provided to the serializer.

func NewPatchedTrashEntryRequest ¶

func NewPatchedTrashEntryRequest() *PatchedTrashEntryRequest

NewPatchedTrashEntryRequest instantiates a new PatchedTrashEntryRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedTrashEntryRequestWithDefaults ¶

func NewPatchedTrashEntryRequestWithDefaults() *PatchedTrashEntryRequest

NewPatchedTrashEntryRequestWithDefaults instantiates a new PatchedTrashEntryRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedTrashEntryRequest) GetParentTrashItemId ¶

func (o *PatchedTrashEntryRequest) GetParentTrashItemId() int32

GetParentTrashItemId returns the ParentTrashItemId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedTrashEntryRequest) GetParentTrashItemIdOk ¶

func (o *PatchedTrashEntryRequest) GetParentTrashItemIdOk() (*int32, bool)

GetParentTrashItemIdOk returns a tuple with the ParentTrashItemId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedTrashEntryRequest) GetTrashItemId ¶

func (o *PatchedTrashEntryRequest) GetTrashItemId() int32

GetTrashItemId returns the TrashItemId field value if set, zero value otherwise.

func (*PatchedTrashEntryRequest) GetTrashItemIdOk ¶

func (o *PatchedTrashEntryRequest) GetTrashItemIdOk() (*int32, bool)

GetTrashItemIdOk returns a tuple with the TrashItemId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTrashEntryRequest) GetTrashItemType ¶

func (o *PatchedTrashEntryRequest) GetTrashItemType() TrashItemTypeEnum

GetTrashItemType returns the TrashItemType field value if set, zero value otherwise.

func (*PatchedTrashEntryRequest) GetTrashItemTypeOk ¶

func (o *PatchedTrashEntryRequest) GetTrashItemTypeOk() (*TrashItemTypeEnum, bool)

GetTrashItemTypeOk returns a tuple with the TrashItemType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedTrashEntryRequest) HasParentTrashItemId ¶

func (o *PatchedTrashEntryRequest) HasParentTrashItemId() bool

HasParentTrashItemId returns a boolean if a field has been set.

func (*PatchedTrashEntryRequest) HasTrashItemId ¶

func (o *PatchedTrashEntryRequest) HasTrashItemId() bool

HasTrashItemId returns a boolean if a field has been set.

func (*PatchedTrashEntryRequest) HasTrashItemType ¶

func (o *PatchedTrashEntryRequest) HasTrashItemType() bool

HasTrashItemType returns a boolean if a field has been set.

func (PatchedTrashEntryRequest) MarshalJSON ¶

func (o PatchedTrashEntryRequest) MarshalJSON() ([]byte, error)

func (*PatchedTrashEntryRequest) SetParentTrashItemId ¶

func (o *PatchedTrashEntryRequest) SetParentTrashItemId(v int32)

SetParentTrashItemId gets a reference to the given NullableInt32 and assigns it to the ParentTrashItemId field.

func (*PatchedTrashEntryRequest) SetParentTrashItemIdNil ¶

func (o *PatchedTrashEntryRequest) SetParentTrashItemIdNil()

SetParentTrashItemIdNil sets the value for ParentTrashItemId to be an explicit nil

func (*PatchedTrashEntryRequest) SetTrashItemId ¶

func (o *PatchedTrashEntryRequest) SetTrashItemId(v int32)

SetTrashItemId gets a reference to the given int32 and assigns it to the TrashItemId field.

func (*PatchedTrashEntryRequest) SetTrashItemType ¶

func (o *PatchedTrashEntryRequest) SetTrashItemType(v TrashItemTypeEnum)

SetTrashItemType gets a reference to the given TrashItemTypeEnum and assigns it to the TrashItemType field.

func (PatchedTrashEntryRequest) ToMap ¶

func (o PatchedTrashEntryRequest) ToMap() (map[string]interface{}, error)

func (*PatchedTrashEntryRequest) UnsetParentTrashItemId ¶

func (o *PatchedTrashEntryRequest) UnsetParentTrashItemId()

UnsetParentTrashItemId ensures that no value is present for ParentTrashItemId, not even an explicit nil

type PatchedUndoRedoRequest ¶

type PatchedUndoRedoRequest struct {
	Scopes *PatchedUndoRedoRequestScopes `json:"scopes,omitempty"`
}

PatchedUndoRedoRequest struct for PatchedUndoRedoRequest

func NewPatchedUndoRedoRequest ¶

func NewPatchedUndoRedoRequest() *PatchedUndoRedoRequest

NewPatchedUndoRedoRequest instantiates a new PatchedUndoRedoRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedUndoRedoRequestWithDefaults ¶

func NewPatchedUndoRedoRequestWithDefaults() *PatchedUndoRedoRequest

NewPatchedUndoRedoRequestWithDefaults instantiates a new PatchedUndoRedoRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedUndoRedoRequest) GetScopes ¶

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*PatchedUndoRedoRequest) GetScopesOk ¶

GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedUndoRedoRequest) HasScopes ¶

func (o *PatchedUndoRedoRequest) HasScopes() bool

HasScopes returns a boolean if a field has been set.

func (PatchedUndoRedoRequest) MarshalJSON ¶

func (o PatchedUndoRedoRequest) MarshalJSON() ([]byte, error)

func (*PatchedUndoRedoRequest) SetScopes ¶

SetScopes gets a reference to the given PatchedUndoRedoRequestScopes and assigns it to the Scopes field.

func (PatchedUndoRedoRequest) ToMap ¶

func (o PatchedUndoRedoRequest) ToMap() (map[string]interface{}, error)

type PatchedUndoRedoRequestScopes ¶

type PatchedUndoRedoRequestScopes struct {
	// If set to true then actions registered in the root scope will be included when undoing or redoing.
	Root NullableBool `json:"root,omitempty"`
	// If set to a workspaces id then any actions directly related to that workspace will be be included when undoing or redoing.
	Workspace NullableInt32 `json:"workspace,omitempty"`
	// If set to a workspaces id then any actions directly related to that workspace will be be included when undoing or redoing.
	Group NullableInt32 `json:"group,omitempty"`
	// If set to an applications id then any actions directly related to that application will be be included when undoing or redoing.
	Application NullableInt32 `json:"application,omitempty"`
	// If set to a table id then any actions directly related to that table will be be included when undoing or redoing.
	Table NullableInt32 `json:"table,omitempty"`
	// If set to an view id then any actions directly related to that view will be be included when undoing or redoing.
	View NullableInt32 `json:"view,omitempty"`
	// If set to a workspace id then any actions directly related to that workspace will be be included when undoing or redoing.
	TeamsInWorkspace NullableInt32 `json:"teams_in_workspace,omitempty"`
}

PatchedUndoRedoRequestScopes A JSON object with keys and values representing the various action scopes to include when undoing or redoing. Every action in Baserow will be associated with a action scope, when undoing/redoing only actions which match any of the provided scope key:value pairs will included when this endpoint picks the next action to undo/redo. If no scopes are provided then all actions performed in the client session will be included when undoing/redoing.

func NewPatchedUndoRedoRequestScopes ¶

func NewPatchedUndoRedoRequestScopes() *PatchedUndoRedoRequestScopes

NewPatchedUndoRedoRequestScopes instantiates a new PatchedUndoRedoRequestScopes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedUndoRedoRequestScopesWithDefaults ¶

func NewPatchedUndoRedoRequestScopesWithDefaults() *PatchedUndoRedoRequestScopes

NewPatchedUndoRedoRequestScopesWithDefaults instantiates a new PatchedUndoRedoRequestScopes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedUndoRedoRequestScopes) GetApplication ¶

func (o *PatchedUndoRedoRequestScopes) GetApplication() int32

GetApplication returns the Application field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedUndoRedoRequestScopes) GetApplicationOk ¶

func (o *PatchedUndoRedoRequestScopes) GetApplicationOk() (*int32, bool)

GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedUndoRedoRequestScopes) GetGroup ¶

func (o *PatchedUndoRedoRequestScopes) GetGroup() int32

GetGroup returns the Group field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedUndoRedoRequestScopes) GetGroupOk ¶

func (o *PatchedUndoRedoRequestScopes) GetGroupOk() (*int32, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedUndoRedoRequestScopes) GetRoot ¶

func (o *PatchedUndoRedoRequestScopes) GetRoot() bool

GetRoot returns the Root field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedUndoRedoRequestScopes) GetRootOk ¶

func (o *PatchedUndoRedoRequestScopes) GetRootOk() (*bool, bool)

GetRootOk returns a tuple with the Root field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedUndoRedoRequestScopes) GetTable ¶

func (o *PatchedUndoRedoRequestScopes) GetTable() int32

GetTable returns the Table field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedUndoRedoRequestScopes) GetTableOk ¶

func (o *PatchedUndoRedoRequestScopes) GetTableOk() (*int32, bool)

GetTableOk returns a tuple with the Table field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedUndoRedoRequestScopes) GetTeamsInWorkspace ¶

func (o *PatchedUndoRedoRequestScopes) GetTeamsInWorkspace() int32

GetTeamsInWorkspace returns the TeamsInWorkspace field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedUndoRedoRequestScopes) GetTeamsInWorkspaceOk ¶

func (o *PatchedUndoRedoRequestScopes) GetTeamsInWorkspaceOk() (*int32, bool)

GetTeamsInWorkspaceOk returns a tuple with the TeamsInWorkspace field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedUndoRedoRequestScopes) GetView ¶

func (o *PatchedUndoRedoRequestScopes) GetView() int32

GetView returns the View field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedUndoRedoRequestScopes) GetViewOk ¶

func (o *PatchedUndoRedoRequestScopes) GetViewOk() (*int32, bool)

GetViewOk returns a tuple with the View field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedUndoRedoRequestScopes) GetWorkspace ¶

func (o *PatchedUndoRedoRequestScopes) GetWorkspace() int32

GetWorkspace returns the Workspace field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PatchedUndoRedoRequestScopes) GetWorkspaceOk ¶

func (o *PatchedUndoRedoRequestScopes) GetWorkspaceOk() (*int32, bool)

GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PatchedUndoRedoRequestScopes) HasApplication ¶

func (o *PatchedUndoRedoRequestScopes) HasApplication() bool

HasApplication returns a boolean if a field has been set.

func (*PatchedUndoRedoRequestScopes) HasGroup ¶

func (o *PatchedUndoRedoRequestScopes) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*PatchedUndoRedoRequestScopes) HasRoot ¶

func (o *PatchedUndoRedoRequestScopes) HasRoot() bool

HasRoot returns a boolean if a field has been set.

func (*PatchedUndoRedoRequestScopes) HasTable ¶

func (o *PatchedUndoRedoRequestScopes) HasTable() bool

HasTable returns a boolean if a field has been set.

func (*PatchedUndoRedoRequestScopes) HasTeamsInWorkspace ¶

func (o *PatchedUndoRedoRequestScopes) HasTeamsInWorkspace() bool

HasTeamsInWorkspace returns a boolean if a field has been set.

func (*PatchedUndoRedoRequestScopes) HasView ¶

func (o *PatchedUndoRedoRequestScopes) HasView() bool

HasView returns a boolean if a field has been set.

func (*PatchedUndoRedoRequestScopes) HasWorkspace ¶

func (o *PatchedUndoRedoRequestScopes) HasWorkspace() bool

HasWorkspace returns a boolean if a field has been set.

func (PatchedUndoRedoRequestScopes) MarshalJSON ¶

func (o PatchedUndoRedoRequestScopes) MarshalJSON() ([]byte, error)

func (*PatchedUndoRedoRequestScopes) SetApplication ¶

func (o *PatchedUndoRedoRequestScopes) SetApplication(v int32)

SetApplication gets a reference to the given NullableInt32 and assigns it to the Application field.

func (*PatchedUndoRedoRequestScopes) SetApplicationNil ¶

func (o *PatchedUndoRedoRequestScopes) SetApplicationNil()

SetApplicationNil sets the value for Application to be an explicit nil

func (*PatchedUndoRedoRequestScopes) SetGroup ¶

func (o *PatchedUndoRedoRequestScopes) SetGroup(v int32)

SetGroup gets a reference to the given NullableInt32 and assigns it to the Group field.

func (*PatchedUndoRedoRequestScopes) SetGroupNil ¶

func (o *PatchedUndoRedoRequestScopes) SetGroupNil()

SetGroupNil sets the value for Group to be an explicit nil

func (*PatchedUndoRedoRequestScopes) SetRoot ¶

func (o *PatchedUndoRedoRequestScopes) SetRoot(v bool)

SetRoot gets a reference to the given NullableBool and assigns it to the Root field.

func (*PatchedUndoRedoRequestScopes) SetRootNil ¶

func (o *PatchedUndoRedoRequestScopes) SetRootNil()

SetRootNil sets the value for Root to be an explicit nil

func (*PatchedUndoRedoRequestScopes) SetTable ¶

func (o *PatchedUndoRedoRequestScopes) SetTable(v int32)

SetTable gets a reference to the given NullableInt32 and assigns it to the Table field.

func (*PatchedUndoRedoRequestScopes) SetTableNil ¶

func (o *PatchedUndoRedoRequestScopes) SetTableNil()

SetTableNil sets the value for Table to be an explicit nil

func (*PatchedUndoRedoRequestScopes) SetTeamsInWorkspace ¶

func (o *PatchedUndoRedoRequestScopes) SetTeamsInWorkspace(v int32)

SetTeamsInWorkspace gets a reference to the given NullableInt32 and assigns it to the TeamsInWorkspace field.

func (*PatchedUndoRedoRequestScopes) SetTeamsInWorkspaceNil ¶

func (o *PatchedUndoRedoRequestScopes) SetTeamsInWorkspaceNil()

SetTeamsInWorkspaceNil sets the value for TeamsInWorkspace to be an explicit nil

func (*PatchedUndoRedoRequestScopes) SetView ¶

func (o *PatchedUndoRedoRequestScopes) SetView(v int32)

SetView gets a reference to the given NullableInt32 and assigns it to the View field.

func (*PatchedUndoRedoRequestScopes) SetViewNil ¶

func (o *PatchedUndoRedoRequestScopes) SetViewNil()

SetViewNil sets the value for View to be an explicit nil

func (*PatchedUndoRedoRequestScopes) SetWorkspace ¶

func (o *PatchedUndoRedoRequestScopes) SetWorkspace(v int32)

SetWorkspace gets a reference to the given NullableInt32 and assigns it to the Workspace field.

func (*PatchedUndoRedoRequestScopes) SetWorkspaceNil ¶

func (o *PatchedUndoRedoRequestScopes) SetWorkspaceNil()

SetWorkspaceNil sets the value for Workspace to be an explicit nil

func (PatchedUndoRedoRequestScopes) ToMap ¶

func (o PatchedUndoRedoRequestScopes) ToMap() (map[string]interface{}, error)

func (*PatchedUndoRedoRequestScopes) UnsetApplication ¶

func (o *PatchedUndoRedoRequestScopes) UnsetApplication()

UnsetApplication ensures that no value is present for Application, not even an explicit nil

func (*PatchedUndoRedoRequestScopes) UnsetGroup ¶

func (o *PatchedUndoRedoRequestScopes) UnsetGroup()

UnsetGroup ensures that no value is present for Group, not even an explicit nil

func (*PatchedUndoRedoRequestScopes) UnsetRoot ¶

func (o *PatchedUndoRedoRequestScopes) UnsetRoot()

UnsetRoot ensures that no value is present for Root, not even an explicit nil

func (*PatchedUndoRedoRequestScopes) UnsetTable ¶

func (o *PatchedUndoRedoRequestScopes) UnsetTable()

UnsetTable ensures that no value is present for Table, not even an explicit nil

func (*PatchedUndoRedoRequestScopes) UnsetTeamsInWorkspace ¶

func (o *PatchedUndoRedoRequestScopes) UnsetTeamsInWorkspace()

UnsetTeamsInWorkspace ensures that no value is present for TeamsInWorkspace, not even an explicit nil

func (*PatchedUndoRedoRequestScopes) UnsetView ¶

func (o *PatchedUndoRedoRequestScopes) UnsetView()

UnsetView ensures that no value is present for View, not even an explicit nil

func (*PatchedUndoRedoRequestScopes) UnsetWorkspace ¶

func (o *PatchedUndoRedoRequestScopes) UnsetWorkspace()

UnsetWorkspace ensures that no value is present for Workspace, not even an explicit nil

type PatchedUpdatePremiumViewAttributes ¶

type PatchedUpdatePremiumViewAttributes struct {
}

PatchedUpdatePremiumViewAttributes struct for PatchedUpdatePremiumViewAttributes

func NewPatchedUpdatePremiumViewAttributes ¶

func NewPatchedUpdatePremiumViewAttributes() *PatchedUpdatePremiumViewAttributes

NewPatchedUpdatePremiumViewAttributes instantiates a new PatchedUpdatePremiumViewAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedUpdatePremiumViewAttributesWithDefaults ¶

func NewPatchedUpdatePremiumViewAttributesWithDefaults() *PatchedUpdatePremiumViewAttributes

NewPatchedUpdatePremiumViewAttributesWithDefaults instantiates a new PatchedUpdatePremiumViewAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (o *PatchedUpdatePremiumViewAttributes) GetShowLogo() bool

GetShowLogo returns the ShowLogo field value if set, zero value otherwise.

func (*PatchedUpdatePremiumViewAttributes) GetShowLogoOk ¶

func (o *PatchedUpdatePremiumViewAttributes) GetShowLogoOk() (*bool, bool)

GetShowLogoOk returns a tuple with the ShowLogo field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *PatchedUpdatePremiumViewAttributes) HasShowLogo() bool

HasShowLogo returns a boolean if a field has been set.

func (PatchedUpdatePremiumViewAttributes) MarshalJSON ¶

func (o PatchedUpdatePremiumViewAttributes) MarshalJSON() ([]byte, error)
func (o *PatchedUpdatePremiumViewAttributes) SetShowLogo(v bool)

SetShowLogo gets a reference to the given bool and assigns it to the ShowLogo field.

func (PatchedUpdatePremiumViewAttributes) ToMap ¶

func (o PatchedUpdatePremiumViewAttributes) ToMap() (map[string]interface{}, error)

type PatchedUpdateViewFilter ¶

type PatchedUpdateViewFilter struct {
	// The field of which the value must be compared to the filter value.
	Field *int32       `json:"field,omitempty"`
	Type  *Type51aEnum `json:"type,omitempty"`
	// The filter value that must be compared to the field's value.
	Value *string `json:"value,omitempty"`
}

PatchedUpdateViewFilter struct for PatchedUpdateViewFilter

func NewPatchedUpdateViewFilter ¶

func NewPatchedUpdateViewFilter() *PatchedUpdateViewFilter

NewPatchedUpdateViewFilter instantiates a new PatchedUpdateViewFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedUpdateViewFilterWithDefaults ¶

func NewPatchedUpdateViewFilterWithDefaults() *PatchedUpdateViewFilter

NewPatchedUpdateViewFilterWithDefaults instantiates a new PatchedUpdateViewFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedUpdateViewFilter) GetField ¶

func (o *PatchedUpdateViewFilter) GetField() int32

GetField returns the Field field value if set, zero value otherwise.

func (*PatchedUpdateViewFilter) GetFieldOk ¶

func (o *PatchedUpdateViewFilter) GetFieldOk() (*int32, bool)

GetFieldOk returns a tuple with the Field field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedUpdateViewFilter) GetType ¶

func (o *PatchedUpdateViewFilter) GetType() Type51aEnum

GetType returns the Type field value if set, zero value otherwise.

func (*PatchedUpdateViewFilter) GetTypeOk ¶

func (o *PatchedUpdateViewFilter) GetTypeOk() (*Type51aEnum, 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 (*PatchedUpdateViewFilter) GetValue ¶

func (o *PatchedUpdateViewFilter) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*PatchedUpdateViewFilter) GetValueOk ¶

func (o *PatchedUpdateViewFilter) GetValueOk() (*string, 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 (*PatchedUpdateViewFilter) HasField ¶

func (o *PatchedUpdateViewFilter) HasField() bool

HasField returns a boolean if a field has been set.

func (*PatchedUpdateViewFilter) HasType ¶

func (o *PatchedUpdateViewFilter) HasType() bool

HasType returns a boolean if a field has been set.

func (*PatchedUpdateViewFilter) HasValue ¶

func (o *PatchedUpdateViewFilter) HasValue() bool

HasValue returns a boolean if a field has been set.

func (PatchedUpdateViewFilter) MarshalJSON ¶

func (o PatchedUpdateViewFilter) MarshalJSON() ([]byte, error)

func (*PatchedUpdateViewFilter) SetField ¶

func (o *PatchedUpdateViewFilter) SetField(v int32)

SetField gets a reference to the given int32 and assigns it to the Field field.

func (*PatchedUpdateViewFilter) SetType ¶

func (o *PatchedUpdateViewFilter) SetType(v Type51aEnum)

SetType gets a reference to the given Type51aEnum and assigns it to the Type field.

func (*PatchedUpdateViewFilter) SetValue ¶

func (o *PatchedUpdateViewFilter) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (PatchedUpdateViewFilter) ToMap ¶

func (o PatchedUpdateViewFilter) ToMap() (map[string]interface{}, error)

type PatchedUpdateViewSort ¶

type PatchedUpdateViewSort struct {
	// The field that must be sorted on.
	Field *int32     `json:"field,omitempty"`
	Order *OrderEnum `json:"order,omitempty"`
}

PatchedUpdateViewSort struct for PatchedUpdateViewSort

func NewPatchedUpdateViewSort ¶

func NewPatchedUpdateViewSort() *PatchedUpdateViewSort

NewPatchedUpdateViewSort instantiates a new PatchedUpdateViewSort object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedUpdateViewSortWithDefaults ¶

func NewPatchedUpdateViewSortWithDefaults() *PatchedUpdateViewSort

NewPatchedUpdateViewSortWithDefaults instantiates a new PatchedUpdateViewSort object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedUpdateViewSort) GetField ¶

func (o *PatchedUpdateViewSort) GetField() int32

GetField returns the Field field value if set, zero value otherwise.

func (*PatchedUpdateViewSort) GetFieldOk ¶

func (o *PatchedUpdateViewSort) GetFieldOk() (*int32, bool)

GetFieldOk returns a tuple with the Field field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedUpdateViewSort) GetOrder ¶

func (o *PatchedUpdateViewSort) GetOrder() OrderEnum

GetOrder returns the Order field value if set, zero value otherwise.

func (*PatchedUpdateViewSort) GetOrderOk ¶

func (o *PatchedUpdateViewSort) GetOrderOk() (*OrderEnum, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedUpdateViewSort) HasField ¶

func (o *PatchedUpdateViewSort) HasField() bool

HasField returns a boolean if a field has been set.

func (*PatchedUpdateViewSort) HasOrder ¶

func (o *PatchedUpdateViewSort) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (PatchedUpdateViewSort) MarshalJSON ¶

func (o PatchedUpdateViewSort) MarshalJSON() ([]byte, error)

func (*PatchedUpdateViewSort) SetField ¶

func (o *PatchedUpdateViewSort) SetField(v int32)

SetField gets a reference to the given int32 and assigns it to the Field field.

func (*PatchedUpdateViewSort) SetOrder ¶

func (o *PatchedUpdateViewSort) SetOrder(v OrderEnum)

SetOrder gets a reference to the given OrderEnum and assigns it to the Order field.

func (PatchedUpdateViewSort) ToMap ¶

func (o PatchedUpdateViewSort) ToMap() (map[string]interface{}, error)

type PatchedUpdateWorkspaceInvitation ¶

type PatchedUpdateWorkspaceInvitation struct {
	// The permissions that the user is going to get within the workspace after accepting the invitation.
	Permissions *string `json:"permissions,omitempty"`
}

PatchedUpdateWorkspaceInvitation struct for PatchedUpdateWorkspaceInvitation

func NewPatchedUpdateWorkspaceInvitation ¶

func NewPatchedUpdateWorkspaceInvitation() *PatchedUpdateWorkspaceInvitation

NewPatchedUpdateWorkspaceInvitation instantiates a new PatchedUpdateWorkspaceInvitation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedUpdateWorkspaceInvitationWithDefaults ¶

func NewPatchedUpdateWorkspaceInvitationWithDefaults() *PatchedUpdateWorkspaceInvitation

NewPatchedUpdateWorkspaceInvitationWithDefaults instantiates a new PatchedUpdateWorkspaceInvitation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedUpdateWorkspaceInvitation) GetPermissions ¶

func (o *PatchedUpdateWorkspaceInvitation) GetPermissions() string

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*PatchedUpdateWorkspaceInvitation) GetPermissionsOk ¶

func (o *PatchedUpdateWorkspaceInvitation) GetPermissionsOk() (*string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedUpdateWorkspaceInvitation) HasPermissions ¶

func (o *PatchedUpdateWorkspaceInvitation) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (PatchedUpdateWorkspaceInvitation) MarshalJSON ¶

func (o PatchedUpdateWorkspaceInvitation) MarshalJSON() ([]byte, error)

func (*PatchedUpdateWorkspaceInvitation) SetPermissions ¶

func (o *PatchedUpdateWorkspaceInvitation) SetPermissions(v string)

SetPermissions gets a reference to the given string and assigns it to the Permissions field.

func (PatchedUpdateWorkspaceInvitation) ToMap ¶

func (o PatchedUpdateWorkspaceInvitation) ToMap() (map[string]interface{}, error)

type PatchedUpdateWorkspaceUser ¶

type PatchedUpdateWorkspaceUser struct {
	// The permissions that the user has within the workspace.
	Permissions *string `json:"permissions,omitempty"`
}

PatchedUpdateWorkspaceUser struct for PatchedUpdateWorkspaceUser

func NewPatchedUpdateWorkspaceUser ¶

func NewPatchedUpdateWorkspaceUser() *PatchedUpdateWorkspaceUser

NewPatchedUpdateWorkspaceUser instantiates a new PatchedUpdateWorkspaceUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedUpdateWorkspaceUserWithDefaults ¶

func NewPatchedUpdateWorkspaceUserWithDefaults() *PatchedUpdateWorkspaceUser

NewPatchedUpdateWorkspaceUserWithDefaults instantiates a new PatchedUpdateWorkspaceUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedUpdateWorkspaceUser) GetPermissions ¶

func (o *PatchedUpdateWorkspaceUser) GetPermissions() string

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*PatchedUpdateWorkspaceUser) GetPermissionsOk ¶

func (o *PatchedUpdateWorkspaceUser) GetPermissionsOk() (*string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedUpdateWorkspaceUser) HasPermissions ¶

func (o *PatchedUpdateWorkspaceUser) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (PatchedUpdateWorkspaceUser) MarshalJSON ¶

func (o PatchedUpdateWorkspaceUser) MarshalJSON() ([]byte, error)

func (*PatchedUpdateWorkspaceUser) SetPermissions ¶

func (o *PatchedUpdateWorkspaceUser) SetPermissions(v string)

SetPermissions gets a reference to the given string and assigns it to the Permissions field.

func (PatchedUpdateWorkspaceUser) ToMap ¶

func (o PatchedUpdateWorkspaceUser) ToMap() (map[string]interface{}, error)

type PatchedUserAdminUpdate ¶

type PatchedUserAdminUpdate struct {
	Username *string `json:"username,omitempty"`
	Name     *string `json:"name,omitempty"`
	// Designates whether this user should be treated as active. Set this to false instead of deleting accounts.
	IsActive *bool `json:"is_active,omitempty"`
	// Designates whether this user is an admin and has access to all workspaces and Baserow's admin areas.
	IsStaff  *bool   `json:"is_staff,omitempty"`
	Password *string `json:"password,omitempty"`
}

PatchedUserAdminUpdate Serializes a request body for updating a given user. Do not use for returning user data as the password will be returned also.

func NewPatchedUserAdminUpdate ¶

func NewPatchedUserAdminUpdate() *PatchedUserAdminUpdate

NewPatchedUserAdminUpdate instantiates a new PatchedUserAdminUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedUserAdminUpdateWithDefaults ¶

func NewPatchedUserAdminUpdateWithDefaults() *PatchedUserAdminUpdate

NewPatchedUserAdminUpdateWithDefaults instantiates a new PatchedUserAdminUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedUserAdminUpdate) GetIsActive ¶

func (o *PatchedUserAdminUpdate) GetIsActive() bool

GetIsActive returns the IsActive field value if set, zero value otherwise.

func (*PatchedUserAdminUpdate) GetIsActiveOk ¶

func (o *PatchedUserAdminUpdate) GetIsActiveOk() (*bool, bool)

GetIsActiveOk returns a tuple with the IsActive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedUserAdminUpdate) GetIsStaff ¶

func (o *PatchedUserAdminUpdate) GetIsStaff() bool

GetIsStaff returns the IsStaff field value if set, zero value otherwise.

func (*PatchedUserAdminUpdate) GetIsStaffOk ¶

func (o *PatchedUserAdminUpdate) GetIsStaffOk() (*bool, bool)

GetIsStaffOk returns a tuple with the IsStaff field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedUserAdminUpdate) GetName ¶

func (o *PatchedUserAdminUpdate) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PatchedUserAdminUpdate) GetNameOk ¶

func (o *PatchedUserAdminUpdate) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedUserAdminUpdate) GetPassword ¶

func (o *PatchedUserAdminUpdate) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*PatchedUserAdminUpdate) GetPasswordOk ¶

func (o *PatchedUserAdminUpdate) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedUserAdminUpdate) GetUsername ¶

func (o *PatchedUserAdminUpdate) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise.

func (*PatchedUserAdminUpdate) GetUsernameOk ¶

func (o *PatchedUserAdminUpdate) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedUserAdminUpdate) HasIsActive ¶

func (o *PatchedUserAdminUpdate) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

func (*PatchedUserAdminUpdate) HasIsStaff ¶

func (o *PatchedUserAdminUpdate) HasIsStaff() bool

HasIsStaff returns a boolean if a field has been set.

func (*PatchedUserAdminUpdate) HasName ¶

func (o *PatchedUserAdminUpdate) HasName() bool

HasName returns a boolean if a field has been set.

func (*PatchedUserAdminUpdate) HasPassword ¶

func (o *PatchedUserAdminUpdate) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*PatchedUserAdminUpdate) HasUsername ¶

func (o *PatchedUserAdminUpdate) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (PatchedUserAdminUpdate) MarshalJSON ¶

func (o PatchedUserAdminUpdate) MarshalJSON() ([]byte, error)

func (*PatchedUserAdminUpdate) SetIsActive ¶

func (o *PatchedUserAdminUpdate) SetIsActive(v bool)

SetIsActive gets a reference to the given bool and assigns it to the IsActive field.

func (*PatchedUserAdminUpdate) SetIsStaff ¶

func (o *PatchedUserAdminUpdate) SetIsStaff(v bool)

SetIsStaff gets a reference to the given bool and assigns it to the IsStaff field.

func (*PatchedUserAdminUpdate) SetName ¶

func (o *PatchedUserAdminUpdate) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*PatchedUserAdminUpdate) SetPassword ¶

func (o *PatchedUserAdminUpdate) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*PatchedUserAdminUpdate) SetUsername ¶

func (o *PatchedUserAdminUpdate) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field.

func (PatchedUserAdminUpdate) ToMap ¶

func (o PatchedUserAdminUpdate) ToMap() (map[string]interface{}, error)

type PatchedViewFieldOptions ¶

type PatchedViewFieldOptions struct {
	CalendarViewFieldOptions *CalendarViewFieldOptions
	FormViewFieldOptions     *FormViewFieldOptions
	GalleryViewFieldOptions  *GalleryViewFieldOptions
	GridViewFieldOptions     *GridViewFieldOptions
	KanbanViewFieldOptions   *KanbanViewFieldOptions
}

PatchedViewFieldOptions struct for PatchedViewFieldOptions

func (*PatchedViewFieldOptions) MarshalJSON ¶

func (src *PatchedViewFieldOptions) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PatchedViewFieldOptions) UnmarshalJSON ¶

func (dst *PatchedViewFieldOptions) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PatchedViewUpdateView ¶

type PatchedViewUpdateView struct {
	CalendarViewUpdate *CalendarViewUpdate
	FormViewUpdate     *FormViewUpdate
	GalleryViewUpdate  *GalleryViewUpdate
	GridViewUpdate     *GridViewUpdate
	KanbanViewUpdate   *KanbanViewUpdate
}

PatchedViewUpdateView struct for PatchedViewUpdateView

func (*PatchedViewUpdateView) MarshalJSON ¶

func (src *PatchedViewUpdateView) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PatchedViewUpdateView) UnmarshalJSON ¶

func (dst *PatchedViewUpdateView) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PatchedWorkspace ¶

type PatchedWorkspace struct {
	Id   *int32  `json:"id,omitempty"`
	Name *string `json:"name,omitempty"`
}

PatchedWorkspace struct for PatchedWorkspace

func NewPatchedWorkspace ¶

func NewPatchedWorkspace() *PatchedWorkspace

NewPatchedWorkspace instantiates a new PatchedWorkspace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPatchedWorkspaceWithDefaults ¶

func NewPatchedWorkspaceWithDefaults() *PatchedWorkspace

NewPatchedWorkspaceWithDefaults instantiates a new PatchedWorkspace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PatchedWorkspace) GetId ¶

func (o *PatchedWorkspace) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*PatchedWorkspace) GetIdOk ¶

func (o *PatchedWorkspace) GetIdOk() (*int32, 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 (*PatchedWorkspace) GetName ¶

func (o *PatchedWorkspace) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PatchedWorkspace) GetNameOk ¶

func (o *PatchedWorkspace) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PatchedWorkspace) HasId ¶

func (o *PatchedWorkspace) HasId() bool

HasId returns a boolean if a field has been set.

func (*PatchedWorkspace) HasName ¶

func (o *PatchedWorkspace) HasName() bool

HasName returns a boolean if a field has been set.

func (PatchedWorkspace) MarshalJSON ¶

func (o PatchedWorkspace) MarshalJSON() ([]byte, error)

func (*PatchedWorkspace) SetId ¶

func (o *PatchedWorkspace) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*PatchedWorkspace) SetName ¶

func (o *PatchedWorkspace) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (PatchedWorkspace) ToMap ¶

func (o PatchedWorkspace) ToMap() (map[string]interface{}, error)

type PermissionObject ¶

type PermissionObject struct {
	// The permission manager name.
	Name string `json:"name"`
	// The content of the permission object for this permission manager.
	Permissions map[string]interface{} `json:"permissions"`
}

PermissionObject struct for PermissionObject

func NewPermissionObject ¶

func NewPermissionObject(name string, permissions map[string]interface{}) *PermissionObject

NewPermissionObject instantiates a new PermissionObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPermissionObjectWithDefaults ¶

func NewPermissionObjectWithDefaults() *PermissionObject

NewPermissionObjectWithDefaults instantiates a new PermissionObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PermissionObject) GetName ¶

func (o *PermissionObject) GetName() string

GetName returns the Name field value

func (*PermissionObject) GetNameOk ¶

func (o *PermissionObject) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PermissionObject) GetPermissions ¶

func (o *PermissionObject) GetPermissions() map[string]interface{}

GetPermissions returns the Permissions field value

func (*PermissionObject) GetPermissionsOk ¶

func (o *PermissionObject) GetPermissionsOk() (map[string]interface{}, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (PermissionObject) MarshalJSON ¶

func (o PermissionObject) MarshalJSON() ([]byte, error)

func (*PermissionObject) SetName ¶

func (o *PermissionObject) SetName(v string)

SetName sets field value

func (*PermissionObject) SetPermissions ¶

func (o *PermissionObject) SetPermissions(v map[string]interface{})

SetPermissions sets field value

func (PermissionObject) ToMap ¶

func (o PermissionObject) ToMap() (map[string]interface{}, error)

type PhoneNumberFieldCreateField ¶

type PhoneNumberFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
}

PhoneNumberFieldCreateField struct for PhoneNumberFieldCreateField

func NewPhoneNumberFieldCreateField ¶

func NewPhoneNumberFieldCreateField(name string, type_ Type712Enum) *PhoneNumberFieldCreateField

NewPhoneNumberFieldCreateField instantiates a new PhoneNumberFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPhoneNumberFieldCreateFieldWithDefaults ¶

func NewPhoneNumberFieldCreateFieldWithDefaults() *PhoneNumberFieldCreateField

NewPhoneNumberFieldCreateFieldWithDefaults instantiates a new PhoneNumberFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PhoneNumberFieldCreateField) GetName ¶

func (o *PhoneNumberFieldCreateField) GetName() string

GetName returns the Name field value

func (*PhoneNumberFieldCreateField) GetNameOk ¶

func (o *PhoneNumberFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldCreateField) GetType ¶

GetType returns the Type field value

func (*PhoneNumberFieldCreateField) GetTypeOk ¶

func (o *PhoneNumberFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PhoneNumberFieldCreateField) MarshalJSON ¶

func (o PhoneNumberFieldCreateField) MarshalJSON() ([]byte, error)

func (*PhoneNumberFieldCreateField) SetName ¶

func (o *PhoneNumberFieldCreateField) SetName(v string)

SetName sets field value

func (*PhoneNumberFieldCreateField) SetType ¶

SetType sets field value

func (PhoneNumberFieldCreateField) ToMap ¶

func (o PhoneNumberFieldCreateField) ToMap() (map[string]interface{}, error)

type PhoneNumberFieldField ¶

type PhoneNumberFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
}

PhoneNumberFieldField struct for PhoneNumberFieldField

func NewPhoneNumberFieldField ¶

func NewPhoneNumberFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *PhoneNumberFieldField

NewPhoneNumberFieldField instantiates a new PhoneNumberFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPhoneNumberFieldFieldWithDefaults ¶

func NewPhoneNumberFieldFieldWithDefaults() *PhoneNumberFieldField

NewPhoneNumberFieldFieldWithDefaults instantiates a new PhoneNumberFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PhoneNumberFieldField) GetId ¶

func (o *PhoneNumberFieldField) GetId() int32

GetId returns the Id field value

func (*PhoneNumberFieldField) GetIdOk ¶

func (o *PhoneNumberFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldField) GetName ¶

func (o *PhoneNumberFieldField) GetName() string

GetName returns the Name field value

func (*PhoneNumberFieldField) GetNameOk ¶

func (o *PhoneNumberFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldField) GetOrder ¶

func (o *PhoneNumberFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*PhoneNumberFieldField) GetOrderOk ¶

func (o *PhoneNumberFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldField) GetPrimary ¶

func (o *PhoneNumberFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*PhoneNumberFieldField) GetPrimaryOk ¶

func (o *PhoneNumberFieldField) 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 (*PhoneNumberFieldField) GetReadOnly ¶

func (o *PhoneNumberFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*PhoneNumberFieldField) GetReadOnlyOk ¶

func (o *PhoneNumberFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldField) GetTableId ¶

func (o *PhoneNumberFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*PhoneNumberFieldField) GetTableIdOk ¶

func (o *PhoneNumberFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldField) GetType ¶

func (o *PhoneNumberFieldField) GetType() string

GetType returns the Type field value

func (*PhoneNumberFieldField) GetTypeOk ¶

func (o *PhoneNumberFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldField) HasPrimary ¶

func (o *PhoneNumberFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (PhoneNumberFieldField) MarshalJSON ¶

func (o PhoneNumberFieldField) MarshalJSON() ([]byte, error)

func (*PhoneNumberFieldField) SetId ¶

func (o *PhoneNumberFieldField) SetId(v int32)

SetId sets field value

func (*PhoneNumberFieldField) SetName ¶

func (o *PhoneNumberFieldField) SetName(v string)

SetName sets field value

func (*PhoneNumberFieldField) SetOrder ¶

func (o *PhoneNumberFieldField) SetOrder(v int32)

SetOrder sets field value

func (*PhoneNumberFieldField) SetPrimary ¶

func (o *PhoneNumberFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*PhoneNumberFieldField) SetReadOnly ¶

func (o *PhoneNumberFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*PhoneNumberFieldField) SetTableId ¶

func (o *PhoneNumberFieldField) SetTableId(v int32)

SetTableId sets field value

func (*PhoneNumberFieldField) SetType ¶

func (o *PhoneNumberFieldField) SetType(v string)

SetType sets field value

func (PhoneNumberFieldField) ToMap ¶

func (o PhoneNumberFieldField) ToMap() (map[string]interface{}, error)

type PhoneNumberFieldFieldSerializerWithRelatedFields ¶

type PhoneNumberFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
}

PhoneNumberFieldFieldSerializerWithRelatedFields struct for PhoneNumberFieldFieldSerializerWithRelatedFields

func NewPhoneNumberFieldFieldSerializerWithRelatedFields ¶

func NewPhoneNumberFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *PhoneNumberFieldFieldSerializerWithRelatedFields

NewPhoneNumberFieldFieldSerializerWithRelatedFields instantiates a new PhoneNumberFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPhoneNumberFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewPhoneNumberFieldFieldSerializerWithRelatedFieldsWithDefaults() *PhoneNumberFieldFieldSerializerWithRelatedFields

NewPhoneNumberFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new PhoneNumberFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

GetRelatedFields returns the RelatedFields field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *PhoneNumberFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (PhoneNumberFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

SetRelatedFields sets field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*PhoneNumberFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (PhoneNumberFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o PhoneNumberFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

type PublicField ¶

type PublicField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
}

PublicField struct for PublicField

func NewPublicField ¶

func NewPublicField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *PublicField

NewPublicField instantiates a new PublicField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicFieldWithDefaults ¶

func NewPublicFieldWithDefaults() *PublicField

NewPublicFieldWithDefaults instantiates a new PublicField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicField) GetId ¶

func (o *PublicField) GetId() int32

GetId returns the Id field value

func (*PublicField) GetIdOk ¶

func (o *PublicField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PublicField) GetName ¶

func (o *PublicField) GetName() string

GetName returns the Name field value

func (*PublicField) GetNameOk ¶

func (o *PublicField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PublicField) GetOrder ¶

func (o *PublicField) GetOrder() int32

GetOrder returns the Order field value

func (*PublicField) GetOrderOk ¶

func (o *PublicField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*PublicField) GetPrimary ¶

func (o *PublicField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*PublicField) GetPrimaryOk ¶

func (o *PublicField) 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 (*PublicField) GetReadOnly ¶

func (o *PublicField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*PublicField) GetReadOnlyOk ¶

func (o *PublicField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*PublicField) GetTableId ¶

func (o *PublicField) GetTableId() int32

GetTableId returns the TableId field value

func (*PublicField) GetTableIdOk ¶

func (o *PublicField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*PublicField) GetType ¶

func (o *PublicField) GetType() string

GetType returns the Type field value

func (*PublicField) GetTypeOk ¶

func (o *PublicField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*PublicField) HasPrimary ¶

func (o *PublicField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (PublicField) MarshalJSON ¶

func (o PublicField) MarshalJSON() ([]byte, error)

func (*PublicField) SetId ¶

func (o *PublicField) SetId(v int32)

SetId sets field value

func (*PublicField) SetName ¶

func (o *PublicField) SetName(v string)

SetName sets field value

func (*PublicField) SetOrder ¶

func (o *PublicField) SetOrder(v int32)

SetOrder sets field value

func (*PublicField) SetPrimary ¶

func (o *PublicField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*PublicField) SetReadOnly ¶

func (o *PublicField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*PublicField) SetTableId ¶

func (o *PublicField) SetTableId(v int32)

SetTableId sets field value

func (*PublicField) SetType ¶

func (o *PublicField) SetType(v string)

SetType sets field value

func (PublicField) ToMap ¶

func (o PublicField) ToMap() (map[string]interface{}, error)

type PublicFormView ¶

type PublicFormView struct {
	// The title that is displayed at the beginning of the form.
	Title *string `json:"title,omitempty"`
	// The description that is displayed at the beginning of the form.
	Description *string                          `json:"description,omitempty"`
	Mode        *ModeEnum                        `json:"mode,omitempty"`
	CoverImage  NullablePublicFormViewCoverImage `json:"cover_image,omitempty"`
	LogoImage   NullablePublicFormViewLogoImage  `json:"logo_image,omitempty"`
	// The text displayed on the submit button.
	SubmitText *string                      `json:"submit_text,omitempty"`
	Fields     []PublicFormViewFieldOptions `json:"fields"`
}

PublicFormView struct for PublicFormView

func NewPublicFormView ¶

func NewPublicFormView(fields []PublicFormViewFieldOptions) *PublicFormView

NewPublicFormView instantiates a new PublicFormView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicFormViewWithDefaults ¶

func NewPublicFormViewWithDefaults() *PublicFormView

NewPublicFormViewWithDefaults instantiates a new PublicFormView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicFormView) GetCoverImage ¶

func (o *PublicFormView) GetCoverImage() PublicFormViewCoverImage

GetCoverImage returns the CoverImage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PublicFormView) GetCoverImageOk ¶

func (o *PublicFormView) GetCoverImageOk() (*PublicFormViewCoverImage, bool)

GetCoverImageOk returns a tuple with the CoverImage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PublicFormView) GetDescription ¶

func (o *PublicFormView) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PublicFormView) GetDescriptionOk ¶

func (o *PublicFormView) 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 (*PublicFormView) GetFields ¶

func (o *PublicFormView) GetFields() []PublicFormViewFieldOptions

GetFields returns the Fields field value

func (*PublicFormView) GetFieldsOk ¶

func (o *PublicFormView) GetFieldsOk() ([]PublicFormViewFieldOptions, bool)

GetFieldsOk returns a tuple with the Fields field value and a boolean to check if the value has been set.

func (*PublicFormView) GetLogoImage ¶

func (o *PublicFormView) GetLogoImage() PublicFormViewLogoImage

GetLogoImage returns the LogoImage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PublicFormView) GetLogoImageOk ¶

func (o *PublicFormView) GetLogoImageOk() (*PublicFormViewLogoImage, bool)

GetLogoImageOk returns a tuple with the LogoImage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PublicFormView) GetMode ¶

func (o *PublicFormView) GetMode() ModeEnum

GetMode returns the Mode field value if set, zero value otherwise.

func (*PublicFormView) GetModeOk ¶

func (o *PublicFormView) GetModeOk() (*ModeEnum, 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 (o *PublicFormView) GetShowLogo() bool

GetShowLogo returns the ShowLogo field value if set, zero value otherwise.

func (*PublicFormView) GetShowLogoOk ¶

func (o *PublicFormView) GetShowLogoOk() (*bool, bool)

GetShowLogoOk returns a tuple with the ShowLogo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicFormView) GetSubmitText ¶

func (o *PublicFormView) GetSubmitText() string

GetSubmitText returns the SubmitText field value if set, zero value otherwise.

func (*PublicFormView) GetSubmitTextOk ¶

func (o *PublicFormView) GetSubmitTextOk() (*string, bool)

GetSubmitTextOk returns a tuple with the SubmitText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicFormView) GetTitle ¶

func (o *PublicFormView) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*PublicFormView) GetTitleOk ¶

func (o *PublicFormView) 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 (*PublicFormView) HasCoverImage ¶

func (o *PublicFormView) HasCoverImage() bool

HasCoverImage returns a boolean if a field has been set.

func (*PublicFormView) HasDescription ¶

func (o *PublicFormView) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PublicFormView) HasLogoImage ¶

func (o *PublicFormView) HasLogoImage() bool

HasLogoImage returns a boolean if a field has been set.

func (*PublicFormView) HasMode ¶

func (o *PublicFormView) HasMode() bool

HasMode returns a boolean if a field has been set.

func (o *PublicFormView) HasShowLogo() bool

HasShowLogo returns a boolean if a field has been set.

func (*PublicFormView) HasSubmitText ¶

func (o *PublicFormView) HasSubmitText() bool

HasSubmitText returns a boolean if a field has been set.

func (*PublicFormView) HasTitle ¶

func (o *PublicFormView) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (PublicFormView) MarshalJSON ¶

func (o PublicFormView) MarshalJSON() ([]byte, error)

func (*PublicFormView) SetCoverImage ¶

func (o *PublicFormView) SetCoverImage(v PublicFormViewCoverImage)

SetCoverImage gets a reference to the given NullablePublicFormViewCoverImage and assigns it to the CoverImage field.

func (*PublicFormView) SetCoverImageNil ¶

func (o *PublicFormView) SetCoverImageNil()

SetCoverImageNil sets the value for CoverImage to be an explicit nil

func (*PublicFormView) SetDescription ¶

func (o *PublicFormView) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PublicFormView) SetFields ¶

func (o *PublicFormView) SetFields(v []PublicFormViewFieldOptions)

SetFields sets field value

func (*PublicFormView) SetLogoImage ¶

func (o *PublicFormView) SetLogoImage(v PublicFormViewLogoImage)

SetLogoImage gets a reference to the given NullablePublicFormViewLogoImage and assigns it to the LogoImage field.

func (*PublicFormView) SetLogoImageNil ¶

func (o *PublicFormView) SetLogoImageNil()

SetLogoImageNil sets the value for LogoImage to be an explicit nil

func (*PublicFormView) SetMode ¶

func (o *PublicFormView) SetMode(v ModeEnum)

SetMode gets a reference to the given ModeEnum and assigns it to the Mode field.

func (o *PublicFormView) SetShowLogo(v bool)

SetShowLogo gets a reference to the given bool and assigns it to the ShowLogo field.

func (*PublicFormView) SetSubmitText ¶

func (o *PublicFormView) SetSubmitText(v string)

SetSubmitText gets a reference to the given string and assigns it to the SubmitText field.

func (*PublicFormView) SetTitle ¶

func (o *PublicFormView) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (PublicFormView) ToMap ¶

func (o PublicFormView) ToMap() (map[string]interface{}, error)

func (*PublicFormView) UnsetCoverImage ¶

func (o *PublicFormView) UnsetCoverImage()

UnsetCoverImage ensures that no value is present for CoverImage, not even an explicit nil

func (*PublicFormView) UnsetLogoImage ¶

func (o *PublicFormView) UnsetLogoImage()

UnsetLogoImage ensures that no value is present for LogoImage, not even an explicit nil

type PublicFormViewCoverImage ¶

type PublicFormViewCoverImage struct {
	Size         int32                  `json:"size"`
	MimeType     *string                `json:"mime_type,omitempty"`
	IsImage      *bool                  `json:"is_image,omitempty"`
	ImageWidth   NullableInt32          `json:"image_width,omitempty"`
	ImageHeight  NullableInt32          `json:"image_height,omitempty"`
	UploadedAt   time.Time              `json:"uploaded_at"`
	Url          string                 `json:"url"`
	Thumbnails   map[string]interface{} `json:"thumbnails"`
	Name         string                 `json:"name"`
	OriginalName string                 `json:"original_name"`
}

PublicFormViewCoverImage The user file cover image that is displayed at the top of the form.

func NewPublicFormViewCoverImage ¶

func NewPublicFormViewCoverImage(size int32, uploadedAt time.Time, url string, thumbnails map[string]interface{}, name string, originalName string) *PublicFormViewCoverImage

NewPublicFormViewCoverImage instantiates a new PublicFormViewCoverImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicFormViewCoverImageWithDefaults ¶

func NewPublicFormViewCoverImageWithDefaults() *PublicFormViewCoverImage

NewPublicFormViewCoverImageWithDefaults instantiates a new PublicFormViewCoverImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicFormViewCoverImage) GetImageHeight ¶

func (o *PublicFormViewCoverImage) GetImageHeight() int32

GetImageHeight returns the ImageHeight field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PublicFormViewCoverImage) GetImageHeightOk ¶

func (o *PublicFormViewCoverImage) GetImageHeightOk() (*int32, bool)

GetImageHeightOk returns a tuple with the ImageHeight field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PublicFormViewCoverImage) GetImageWidth ¶

func (o *PublicFormViewCoverImage) GetImageWidth() int32

GetImageWidth returns the ImageWidth field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PublicFormViewCoverImage) GetImageWidthOk ¶

func (o *PublicFormViewCoverImage) GetImageWidthOk() (*int32, bool)

GetImageWidthOk returns a tuple with the ImageWidth field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PublicFormViewCoverImage) GetIsImage ¶

func (o *PublicFormViewCoverImage) GetIsImage() bool

GetIsImage returns the IsImage field value if set, zero value otherwise.

func (*PublicFormViewCoverImage) GetIsImageOk ¶

func (o *PublicFormViewCoverImage) GetIsImageOk() (*bool, bool)

GetIsImageOk returns a tuple with the IsImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicFormViewCoverImage) GetMimeType ¶

func (o *PublicFormViewCoverImage) GetMimeType() string

GetMimeType returns the MimeType field value if set, zero value otherwise.

func (*PublicFormViewCoverImage) GetMimeTypeOk ¶

func (o *PublicFormViewCoverImage) GetMimeTypeOk() (*string, bool)

GetMimeTypeOk returns a tuple with the MimeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicFormViewCoverImage) GetName ¶

func (o *PublicFormViewCoverImage) GetName() string

GetName returns the Name field value

func (*PublicFormViewCoverImage) GetNameOk ¶

func (o *PublicFormViewCoverImage) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PublicFormViewCoverImage) GetOriginalName ¶

func (o *PublicFormViewCoverImage) GetOriginalName() string

GetOriginalName returns the OriginalName field value

func (*PublicFormViewCoverImage) GetOriginalNameOk ¶

func (o *PublicFormViewCoverImage) GetOriginalNameOk() (*string, bool)

GetOriginalNameOk returns a tuple with the OriginalName field value and a boolean to check if the value has been set.

func (*PublicFormViewCoverImage) GetSize ¶

func (o *PublicFormViewCoverImage) GetSize() int32

GetSize returns the Size field value

func (*PublicFormViewCoverImage) GetSizeOk ¶

func (o *PublicFormViewCoverImage) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*PublicFormViewCoverImage) GetThumbnails ¶

func (o *PublicFormViewCoverImage) GetThumbnails() map[string]interface{}

GetThumbnails returns the Thumbnails field value

func (*PublicFormViewCoverImage) GetThumbnailsOk ¶

func (o *PublicFormViewCoverImage) GetThumbnailsOk() (map[string]interface{}, bool)

GetThumbnailsOk returns a tuple with the Thumbnails field value and a boolean to check if the value has been set.

func (*PublicFormViewCoverImage) GetUploadedAt ¶

func (o *PublicFormViewCoverImage) GetUploadedAt() time.Time

GetUploadedAt returns the UploadedAt field value

func (*PublicFormViewCoverImage) GetUploadedAtOk ¶

func (o *PublicFormViewCoverImage) GetUploadedAtOk() (*time.Time, bool)

GetUploadedAtOk returns a tuple with the UploadedAt field value and a boolean to check if the value has been set.

func (*PublicFormViewCoverImage) GetUrl ¶

func (o *PublicFormViewCoverImage) GetUrl() string

GetUrl returns the Url field value

func (*PublicFormViewCoverImage) GetUrlOk ¶

func (o *PublicFormViewCoverImage) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*PublicFormViewCoverImage) HasImageHeight ¶

func (o *PublicFormViewCoverImage) HasImageHeight() bool

HasImageHeight returns a boolean if a field has been set.

func (*PublicFormViewCoverImage) HasImageWidth ¶

func (o *PublicFormViewCoverImage) HasImageWidth() bool

HasImageWidth returns a boolean if a field has been set.

func (*PublicFormViewCoverImage) HasIsImage ¶

func (o *PublicFormViewCoverImage) HasIsImage() bool

HasIsImage returns a boolean if a field has been set.

func (*PublicFormViewCoverImage) HasMimeType ¶

func (o *PublicFormViewCoverImage) HasMimeType() bool

HasMimeType returns a boolean if a field has been set.

func (PublicFormViewCoverImage) MarshalJSON ¶

func (o PublicFormViewCoverImage) MarshalJSON() ([]byte, error)

func (*PublicFormViewCoverImage) SetImageHeight ¶

func (o *PublicFormViewCoverImage) SetImageHeight(v int32)

SetImageHeight gets a reference to the given NullableInt32 and assigns it to the ImageHeight field.

func (*PublicFormViewCoverImage) SetImageHeightNil ¶

func (o *PublicFormViewCoverImage) SetImageHeightNil()

SetImageHeightNil sets the value for ImageHeight to be an explicit nil

func (*PublicFormViewCoverImage) SetImageWidth ¶

func (o *PublicFormViewCoverImage) SetImageWidth(v int32)

SetImageWidth gets a reference to the given NullableInt32 and assigns it to the ImageWidth field.

func (*PublicFormViewCoverImage) SetImageWidthNil ¶

func (o *PublicFormViewCoverImage) SetImageWidthNil()

SetImageWidthNil sets the value for ImageWidth to be an explicit nil

func (*PublicFormViewCoverImage) SetIsImage ¶

func (o *PublicFormViewCoverImage) SetIsImage(v bool)

SetIsImage gets a reference to the given bool and assigns it to the IsImage field.

func (*PublicFormViewCoverImage) SetMimeType ¶

func (o *PublicFormViewCoverImage) SetMimeType(v string)

SetMimeType gets a reference to the given string and assigns it to the MimeType field.

func (*PublicFormViewCoverImage) SetName ¶

func (o *PublicFormViewCoverImage) SetName(v string)

SetName sets field value

func (*PublicFormViewCoverImage) SetOriginalName ¶

func (o *PublicFormViewCoverImage) SetOriginalName(v string)

SetOriginalName sets field value

func (*PublicFormViewCoverImage) SetSize ¶

func (o *PublicFormViewCoverImage) SetSize(v int32)

SetSize sets field value

func (*PublicFormViewCoverImage) SetThumbnails ¶

func (o *PublicFormViewCoverImage) SetThumbnails(v map[string]interface{})

SetThumbnails sets field value

func (*PublicFormViewCoverImage) SetUploadedAt ¶

func (o *PublicFormViewCoverImage) SetUploadedAt(v time.Time)

SetUploadedAt sets field value

func (*PublicFormViewCoverImage) SetUrl ¶

func (o *PublicFormViewCoverImage) SetUrl(v string)

SetUrl sets field value

func (PublicFormViewCoverImage) ToMap ¶

func (o PublicFormViewCoverImage) ToMap() (map[string]interface{}, error)

func (*PublicFormViewCoverImage) UnsetImageHeight ¶

func (o *PublicFormViewCoverImage) UnsetImageHeight()

UnsetImageHeight ensures that no value is present for ImageHeight, not even an explicit nil

func (*PublicFormViewCoverImage) UnsetImageWidth ¶

func (o *PublicFormViewCoverImage) UnsetImageWidth()

UnsetImageWidth ensures that no value is present for ImageWidth, not even an explicit nil

type PublicFormViewField ¶

type PublicFormViewField struct {
	Id int32 `json:"id"`
	// The type of the related field.
	Type string `json:"type"`
}

PublicFormViewField struct for PublicFormViewField

func NewPublicFormViewField ¶

func NewPublicFormViewField(id int32, type_ string) *PublicFormViewField

NewPublicFormViewField instantiates a new PublicFormViewField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicFormViewFieldWithDefaults ¶

func NewPublicFormViewFieldWithDefaults() *PublicFormViewField

NewPublicFormViewFieldWithDefaults instantiates a new PublicFormViewField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicFormViewField) GetId ¶

func (o *PublicFormViewField) GetId() int32

GetId returns the Id field value

func (*PublicFormViewField) GetIdOk ¶

func (o *PublicFormViewField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PublicFormViewField) GetType ¶

func (o *PublicFormViewField) GetType() string

GetType returns the Type field value

func (*PublicFormViewField) GetTypeOk ¶

func (o *PublicFormViewField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PublicFormViewField) MarshalJSON ¶

func (o PublicFormViewField) MarshalJSON() ([]byte, error)

func (*PublicFormViewField) SetId ¶

func (o *PublicFormViewField) SetId(v int32)

SetId sets field value

func (*PublicFormViewField) SetType ¶

func (o *PublicFormViewField) SetType(v string)

SetType sets field value

func (PublicFormViewField) ToMap ¶

func (o PublicFormViewField) ToMap() (map[string]interface{}, error)

type PublicFormViewFieldOptions ¶

type PublicFormViewFieldOptions struct {
	// If provided, then this value will be visible above the field input.
	Name string `json:"name"`
	// If provided, then this value be will be shown under the field name.
	Description *string `json:"description,omitempty"`
	// Indicates whether the field is required for the visitor to fill out.
	Required *bool `json:"required,omitempty"`
	// The order that the field has in the form. Lower value is first.
	Order *int32                          `json:"order,omitempty"`
	Field PublicFormViewFieldOptionsField `json:"field"`
	// Indicates whether this field is visible when the conditions are met.
	ShowWhenMatchingConditions *bool                           `json:"show_when_matching_conditions,omitempty"`
	ConditionType              *ConditionTypeEnum              `json:"condition_type,omitempty"`
	Conditions                 []FormViewFieldOptionsCondition `json:"conditions,omitempty"`
}

PublicFormViewFieldOptions struct for PublicFormViewFieldOptions

func NewPublicFormViewFieldOptions ¶

func NewPublicFormViewFieldOptions(name string, field PublicFormViewFieldOptionsField) *PublicFormViewFieldOptions

NewPublicFormViewFieldOptions instantiates a new PublicFormViewFieldOptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicFormViewFieldOptionsWithDefaults ¶

func NewPublicFormViewFieldOptionsWithDefaults() *PublicFormViewFieldOptions

NewPublicFormViewFieldOptionsWithDefaults instantiates a new PublicFormViewFieldOptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicFormViewFieldOptions) GetConditionType ¶

func (o *PublicFormViewFieldOptions) GetConditionType() ConditionTypeEnum

GetConditionType returns the ConditionType field value if set, zero value otherwise.

func (*PublicFormViewFieldOptions) GetConditionTypeOk ¶

func (o *PublicFormViewFieldOptions) GetConditionTypeOk() (*ConditionTypeEnum, bool)

GetConditionTypeOk returns a tuple with the ConditionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicFormViewFieldOptions) GetConditions ¶

GetConditions returns the Conditions field value if set, zero value otherwise.

func (*PublicFormViewFieldOptions) GetConditionsOk ¶

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicFormViewFieldOptions) GetDescription ¶

func (o *PublicFormViewFieldOptions) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PublicFormViewFieldOptions) GetDescriptionOk ¶

func (o *PublicFormViewFieldOptions) 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 (*PublicFormViewFieldOptions) GetField ¶

GetField returns the Field field value

func (*PublicFormViewFieldOptions) GetFieldOk ¶

GetFieldOk returns a tuple with the Field field value and a boolean to check if the value has been set.

func (*PublicFormViewFieldOptions) GetName ¶

func (o *PublicFormViewFieldOptions) GetName() string

GetName returns the Name field value

func (*PublicFormViewFieldOptions) GetNameOk ¶

func (o *PublicFormViewFieldOptions) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PublicFormViewFieldOptions) GetOrder ¶

func (o *PublicFormViewFieldOptions) GetOrder() int32

GetOrder returns the Order field value if set, zero value otherwise.

func (*PublicFormViewFieldOptions) GetOrderOk ¶

func (o *PublicFormViewFieldOptions) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicFormViewFieldOptions) GetRequired ¶

func (o *PublicFormViewFieldOptions) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*PublicFormViewFieldOptions) GetRequiredOk ¶

func (o *PublicFormViewFieldOptions) GetRequiredOk() (*bool, 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 (*PublicFormViewFieldOptions) GetShowWhenMatchingConditions ¶

func (o *PublicFormViewFieldOptions) GetShowWhenMatchingConditions() bool

GetShowWhenMatchingConditions returns the ShowWhenMatchingConditions field value if set, zero value otherwise.

func (*PublicFormViewFieldOptions) GetShowWhenMatchingConditionsOk ¶

func (o *PublicFormViewFieldOptions) GetShowWhenMatchingConditionsOk() (*bool, bool)

GetShowWhenMatchingConditionsOk returns a tuple with the ShowWhenMatchingConditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicFormViewFieldOptions) HasConditionType ¶

func (o *PublicFormViewFieldOptions) HasConditionType() bool

HasConditionType returns a boolean if a field has been set.

func (*PublicFormViewFieldOptions) HasConditions ¶

func (o *PublicFormViewFieldOptions) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*PublicFormViewFieldOptions) HasDescription ¶

func (o *PublicFormViewFieldOptions) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PublicFormViewFieldOptions) HasOrder ¶

func (o *PublicFormViewFieldOptions) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (*PublicFormViewFieldOptions) HasRequired ¶

func (o *PublicFormViewFieldOptions) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*PublicFormViewFieldOptions) HasShowWhenMatchingConditions ¶

func (o *PublicFormViewFieldOptions) HasShowWhenMatchingConditions() bool

HasShowWhenMatchingConditions returns a boolean if a field has been set.

func (PublicFormViewFieldOptions) MarshalJSON ¶

func (o PublicFormViewFieldOptions) MarshalJSON() ([]byte, error)

func (*PublicFormViewFieldOptions) SetConditionType ¶

func (o *PublicFormViewFieldOptions) SetConditionType(v ConditionTypeEnum)

SetConditionType gets a reference to the given ConditionTypeEnum and assigns it to the ConditionType field.

func (*PublicFormViewFieldOptions) SetConditions ¶

SetConditions gets a reference to the given []FormViewFieldOptionsCondition and assigns it to the Conditions field.

func (*PublicFormViewFieldOptions) SetDescription ¶

func (o *PublicFormViewFieldOptions) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PublicFormViewFieldOptions) SetField ¶

SetField sets field value

func (*PublicFormViewFieldOptions) SetName ¶

func (o *PublicFormViewFieldOptions) SetName(v string)

SetName sets field value

func (*PublicFormViewFieldOptions) SetOrder ¶

func (o *PublicFormViewFieldOptions) SetOrder(v int32)

SetOrder gets a reference to the given int32 and assigns it to the Order field.

func (*PublicFormViewFieldOptions) SetRequired ¶

func (o *PublicFormViewFieldOptions) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*PublicFormViewFieldOptions) SetShowWhenMatchingConditions ¶

func (o *PublicFormViewFieldOptions) SetShowWhenMatchingConditions(v bool)

SetShowWhenMatchingConditions gets a reference to the given bool and assigns it to the ShowWhenMatchingConditions field.

func (PublicFormViewFieldOptions) ToMap ¶

func (o PublicFormViewFieldOptions) ToMap() (map[string]interface{}, error)

type PublicFormViewFieldOptionsField ¶

type PublicFormViewFieldOptionsField struct {
	Id int32 `json:"id"`
	// The type of the related field.
	Type string `json:"type"`
}

PublicFormViewFieldOptionsField The properties of the related field. These can be used to construct the correct input. Additional properties could be added depending on the field type.

func NewPublicFormViewFieldOptionsField ¶

func NewPublicFormViewFieldOptionsField(id int32, type_ string) *PublicFormViewFieldOptionsField

NewPublicFormViewFieldOptionsField instantiates a new PublicFormViewFieldOptionsField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicFormViewFieldOptionsFieldWithDefaults ¶

func NewPublicFormViewFieldOptionsFieldWithDefaults() *PublicFormViewFieldOptionsField

NewPublicFormViewFieldOptionsFieldWithDefaults instantiates a new PublicFormViewFieldOptionsField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicFormViewFieldOptionsField) GetId ¶

GetId returns the Id field value

func (*PublicFormViewFieldOptionsField) GetIdOk ¶

func (o *PublicFormViewFieldOptionsField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PublicFormViewFieldOptionsField) GetType ¶

GetType returns the Type field value

func (*PublicFormViewFieldOptionsField) GetTypeOk ¶

func (o *PublicFormViewFieldOptionsField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (PublicFormViewFieldOptionsField) MarshalJSON ¶

func (o PublicFormViewFieldOptionsField) MarshalJSON() ([]byte, error)

func (*PublicFormViewFieldOptionsField) SetId ¶

SetId sets field value

func (*PublicFormViewFieldOptionsField) SetType ¶

SetType sets field value

func (PublicFormViewFieldOptionsField) ToMap ¶

func (o PublicFormViewFieldOptionsField) ToMap() (map[string]interface{}, error)

type PublicFormViewLogoImage ¶

type PublicFormViewLogoImage struct {
	Size         int32                  `json:"size"`
	MimeType     *string                `json:"mime_type,omitempty"`
	IsImage      *bool                  `json:"is_image,omitempty"`
	ImageWidth   NullableInt32          `json:"image_width,omitempty"`
	ImageHeight  NullableInt32          `json:"image_height,omitempty"`
	UploadedAt   time.Time              `json:"uploaded_at"`
	Url          string                 `json:"url"`
	Thumbnails   map[string]interface{} `json:"thumbnails"`
	Name         string                 `json:"name"`
	OriginalName string                 `json:"original_name"`
}

PublicFormViewLogoImage The user file logo image that is displayed at the top of the form.

func NewPublicFormViewLogoImage ¶

func NewPublicFormViewLogoImage(size int32, uploadedAt time.Time, url string, thumbnails map[string]interface{}, name string, originalName string) *PublicFormViewLogoImage

NewPublicFormViewLogoImage instantiates a new PublicFormViewLogoImage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicFormViewLogoImageWithDefaults ¶

func NewPublicFormViewLogoImageWithDefaults() *PublicFormViewLogoImage

NewPublicFormViewLogoImageWithDefaults instantiates a new PublicFormViewLogoImage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicFormViewLogoImage) GetImageHeight ¶

func (o *PublicFormViewLogoImage) GetImageHeight() int32

GetImageHeight returns the ImageHeight field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PublicFormViewLogoImage) GetImageHeightOk ¶

func (o *PublicFormViewLogoImage) GetImageHeightOk() (*int32, bool)

GetImageHeightOk returns a tuple with the ImageHeight field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PublicFormViewLogoImage) GetImageWidth ¶

func (o *PublicFormViewLogoImage) GetImageWidth() int32

GetImageWidth returns the ImageWidth field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PublicFormViewLogoImage) GetImageWidthOk ¶

func (o *PublicFormViewLogoImage) GetImageWidthOk() (*int32, bool)

GetImageWidthOk returns a tuple with the ImageWidth field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PublicFormViewLogoImage) GetIsImage ¶

func (o *PublicFormViewLogoImage) GetIsImage() bool

GetIsImage returns the IsImage field value if set, zero value otherwise.

func (*PublicFormViewLogoImage) GetIsImageOk ¶

func (o *PublicFormViewLogoImage) GetIsImageOk() (*bool, bool)

GetIsImageOk returns a tuple with the IsImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicFormViewLogoImage) GetMimeType ¶

func (o *PublicFormViewLogoImage) GetMimeType() string

GetMimeType returns the MimeType field value if set, zero value otherwise.

func (*PublicFormViewLogoImage) GetMimeTypeOk ¶

func (o *PublicFormViewLogoImage) GetMimeTypeOk() (*string, bool)

GetMimeTypeOk returns a tuple with the MimeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicFormViewLogoImage) GetName ¶

func (o *PublicFormViewLogoImage) GetName() string

GetName returns the Name field value

func (*PublicFormViewLogoImage) GetNameOk ¶

func (o *PublicFormViewLogoImage) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PublicFormViewLogoImage) GetOriginalName ¶

func (o *PublicFormViewLogoImage) GetOriginalName() string

GetOriginalName returns the OriginalName field value

func (*PublicFormViewLogoImage) GetOriginalNameOk ¶

func (o *PublicFormViewLogoImage) GetOriginalNameOk() (*string, bool)

GetOriginalNameOk returns a tuple with the OriginalName field value and a boolean to check if the value has been set.

func (*PublicFormViewLogoImage) GetSize ¶

func (o *PublicFormViewLogoImage) GetSize() int32

GetSize returns the Size field value

func (*PublicFormViewLogoImage) GetSizeOk ¶

func (o *PublicFormViewLogoImage) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*PublicFormViewLogoImage) GetThumbnails ¶

func (o *PublicFormViewLogoImage) GetThumbnails() map[string]interface{}

GetThumbnails returns the Thumbnails field value

func (*PublicFormViewLogoImage) GetThumbnailsOk ¶

func (o *PublicFormViewLogoImage) GetThumbnailsOk() (map[string]interface{}, bool)

GetThumbnailsOk returns a tuple with the Thumbnails field value and a boolean to check if the value has been set.

func (*PublicFormViewLogoImage) GetUploadedAt ¶

func (o *PublicFormViewLogoImage) GetUploadedAt() time.Time

GetUploadedAt returns the UploadedAt field value

func (*PublicFormViewLogoImage) GetUploadedAtOk ¶

func (o *PublicFormViewLogoImage) GetUploadedAtOk() (*time.Time, bool)

GetUploadedAtOk returns a tuple with the UploadedAt field value and a boolean to check if the value has been set.

func (*PublicFormViewLogoImage) GetUrl ¶

func (o *PublicFormViewLogoImage) GetUrl() string

GetUrl returns the Url field value

func (*PublicFormViewLogoImage) GetUrlOk ¶

func (o *PublicFormViewLogoImage) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*PublicFormViewLogoImage) HasImageHeight ¶

func (o *PublicFormViewLogoImage) HasImageHeight() bool

HasImageHeight returns a boolean if a field has been set.

func (*PublicFormViewLogoImage) HasImageWidth ¶

func (o *PublicFormViewLogoImage) HasImageWidth() bool

HasImageWidth returns a boolean if a field has been set.

func (*PublicFormViewLogoImage) HasIsImage ¶

func (o *PublicFormViewLogoImage) HasIsImage() bool

HasIsImage returns a boolean if a field has been set.

func (*PublicFormViewLogoImage) HasMimeType ¶

func (o *PublicFormViewLogoImage) HasMimeType() bool

HasMimeType returns a boolean if a field has been set.

func (PublicFormViewLogoImage) MarshalJSON ¶

func (o PublicFormViewLogoImage) MarshalJSON() ([]byte, error)

func (*PublicFormViewLogoImage) SetImageHeight ¶

func (o *PublicFormViewLogoImage) SetImageHeight(v int32)

SetImageHeight gets a reference to the given NullableInt32 and assigns it to the ImageHeight field.

func (*PublicFormViewLogoImage) SetImageHeightNil ¶

func (o *PublicFormViewLogoImage) SetImageHeightNil()

SetImageHeightNil sets the value for ImageHeight to be an explicit nil

func (*PublicFormViewLogoImage) SetImageWidth ¶

func (o *PublicFormViewLogoImage) SetImageWidth(v int32)

SetImageWidth gets a reference to the given NullableInt32 and assigns it to the ImageWidth field.

func (*PublicFormViewLogoImage) SetImageWidthNil ¶

func (o *PublicFormViewLogoImage) SetImageWidthNil()

SetImageWidthNil sets the value for ImageWidth to be an explicit nil

func (*PublicFormViewLogoImage) SetIsImage ¶

func (o *PublicFormViewLogoImage) SetIsImage(v bool)

SetIsImage gets a reference to the given bool and assigns it to the IsImage field.

func (*PublicFormViewLogoImage) SetMimeType ¶

func (o *PublicFormViewLogoImage) SetMimeType(v string)

SetMimeType gets a reference to the given string and assigns it to the MimeType field.

func (*PublicFormViewLogoImage) SetName ¶

func (o *PublicFormViewLogoImage) SetName(v string)

SetName sets field value

func (*PublicFormViewLogoImage) SetOriginalName ¶

func (o *PublicFormViewLogoImage) SetOriginalName(v string)

SetOriginalName sets field value

func (*PublicFormViewLogoImage) SetSize ¶

func (o *PublicFormViewLogoImage) SetSize(v int32)

SetSize sets field value

func (*PublicFormViewLogoImage) SetThumbnails ¶

func (o *PublicFormViewLogoImage) SetThumbnails(v map[string]interface{})

SetThumbnails sets field value

func (*PublicFormViewLogoImage) SetUploadedAt ¶

func (o *PublicFormViewLogoImage) SetUploadedAt(v time.Time)

SetUploadedAt sets field value

func (*PublicFormViewLogoImage) SetUrl ¶

func (o *PublicFormViewLogoImage) SetUrl(v string)

SetUrl sets field value

func (PublicFormViewLogoImage) ToMap ¶

func (o PublicFormViewLogoImage) ToMap() (map[string]interface{}, error)

func (*PublicFormViewLogoImage) UnsetImageHeight ¶

func (o *PublicFormViewLogoImage) UnsetImageHeight()

UnsetImageHeight ensures that no value is present for ImageHeight, not even an explicit nil

func (*PublicFormViewLogoImage) UnsetImageWidth ¶

func (o *PublicFormViewLogoImage) UnsetImageWidth()

UnsetImageWidth ensures that no value is present for ImageWidth, not even an explicit nil

type PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse ¶

type PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse struct {
	// An object containing the field id as key and the properties related to view as value.
	FieldOptions *map[string]GalleryViewFieldOptions `json:"field_options,omitempty"`
	// The total amount of results.
	Count int32 `json:"count"`
	// URL to the next page.
	Next NullableString `json:"next"`
	// URL to the previous page.
	Previous NullableString       `json:"previous"`
	Results  []ExampleRowResponse `json:"results"`
}

PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse struct for PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse

func NewPublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse ¶

func NewPublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse(count int32, next NullableString, previous NullableString, results []ExampleRowResponse) *PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse

NewPublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse instantiates a new PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponseWithDefaults ¶

func NewPublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponseWithDefaults() *PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse

NewPublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponseWithDefaults instantiates a new PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetCount ¶

GetCount returns the Count field value

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetCountOk ¶

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetFieldOptions ¶

GetFieldOptions returns the FieldOptions field value if set, zero value otherwise.

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetFieldOptionsOk ¶

GetFieldOptionsOk returns a tuple with the FieldOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetNext ¶

GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetNextOk ¶

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetPrevious ¶

GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetPreviousOk ¶

GetPreviousOk returns a tuple with the Previous field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetResults ¶

GetResults returns the Results field value

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) GetResultsOk ¶

GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) HasFieldOptions ¶

HasFieldOptions returns a boolean if a field has been set.

func (PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) MarshalJSON ¶

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) SetCount ¶

SetCount sets field value

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) SetFieldOptions ¶

SetFieldOptions gets a reference to the given map[string]GalleryViewFieldOptions and assigns it to the FieldOptions field.

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) SetNext ¶

SetNext sets field value

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) SetPrevious ¶

SetPrevious sets field value

func (*PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) SetResults ¶

SetResults sets field value

func (PublicPaginationSerializerWithGalleryViewFieldOptionsExampleRowResponse) ToMap ¶

type PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse ¶

type PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse struct {
	// An object containing the field id as key and the properties related to view as value.
	FieldOptions *map[string]GridViewFieldOptions `json:"field_options,omitempty"`
	// The total amount of results.
	Count int32 `json:"count"`
	// URL to the next page.
	Next NullableString `json:"next"`
	// URL to the previous page.
	Previous NullableString       `json:"previous"`
	Results  []ExampleRowResponse `json:"results"`
}

PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse struct for PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse

func NewPublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse ¶

func NewPublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse(count int32, next NullableString, previous NullableString, results []ExampleRowResponse) *PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse

NewPublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse instantiates a new PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponseWithDefaults ¶

func NewPublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponseWithDefaults() *PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse

NewPublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponseWithDefaults instantiates a new PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetCount ¶

GetCount returns the Count field value

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetCountOk ¶

GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetFieldOptions ¶

GetFieldOptions returns the FieldOptions field value if set, zero value otherwise.

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetFieldOptionsOk ¶

GetFieldOptionsOk returns a tuple with the FieldOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetNext ¶

GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetNextOk ¶

GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetPrevious ¶

GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetPreviousOk ¶

GetPreviousOk returns a tuple with the Previous field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetResults ¶

GetResults returns the Results field value

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) GetResultsOk ¶

GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) HasFieldOptions ¶

HasFieldOptions returns a boolean if a field has been set.

func (PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) MarshalJSON ¶

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) SetCount ¶

SetCount sets field value

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) SetFieldOptions ¶

SetFieldOptions gets a reference to the given map[string]GridViewFieldOptions and assigns it to the FieldOptions field.

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) SetNext ¶

SetNext sets field value

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) SetPrevious ¶

SetPrevious sets field value

func (*PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) SetResults ¶

SetResults sets field value

func (PublicPaginationSerializerWithGridViewFieldOptionsExampleRowResponse) ToMap ¶

type PublicView ¶

type PublicView struct {
	Id       string           `json:"id"`
	Table    PublicViewTable  `json:"table"`
	Name     string           `json:"name"`
	Order    int32            `json:"order"`
	Type     string           `json:"type"`
	Sortings []PublicViewSort `json:"sortings"`
	// Indicates whether the view is publicly accessible to visitors.
	Public *bool `json:"public,omitempty"`
	// The unique slug where the view can be accessed publicly on.
	Slug     string `json:"slug"`
}

PublicView struct for PublicView

func NewPublicView ¶

func NewPublicView(id string, table PublicViewTable, name string, order int32, type_ string, sortings []PublicViewSort, slug string) *PublicView

NewPublicView instantiates a new PublicView object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicViewWithDefaults ¶

func NewPublicViewWithDefaults() *PublicView

NewPublicViewWithDefaults instantiates a new PublicView object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicView) GetId ¶

func (o *PublicView) GetId() string

GetId returns the Id field value

func (*PublicView) GetIdOk ¶

func (o *PublicView) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PublicView) GetName ¶

func (o *PublicView) GetName() string

GetName returns the Name field value

func (*PublicView) GetNameOk ¶

func (o *PublicView) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PublicView) GetOrder ¶

func (o *PublicView) GetOrder() int32

GetOrder returns the Order field value

func (*PublicView) GetOrderOk ¶

func (o *PublicView) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*PublicView) GetPublic ¶

func (o *PublicView) GetPublic() bool

GetPublic returns the Public field value if set, zero value otherwise.

func (*PublicView) GetPublicOk ¶

func (o *PublicView) GetPublicOk() (*bool, 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 (o *PublicView) GetShowLogo() bool

GetShowLogo returns the ShowLogo field value if set, zero value otherwise.

func (*PublicView) GetShowLogoOk ¶

func (o *PublicView) GetShowLogoOk() (*bool, bool)

GetShowLogoOk returns a tuple with the ShowLogo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicView) GetSlug ¶

func (o *PublicView) GetSlug() string

GetSlug returns the Slug field value

func (*PublicView) GetSlugOk ¶

func (o *PublicView) GetSlugOk() (*string, bool)

GetSlugOk returns a tuple with the Slug field value and a boolean to check if the value has been set.

func (*PublicView) GetSortings ¶

func (o *PublicView) GetSortings() []PublicViewSort

GetSortings returns the Sortings field value

func (*PublicView) GetSortingsOk ¶

func (o *PublicView) GetSortingsOk() ([]PublicViewSort, bool)

GetSortingsOk returns a tuple with the Sortings field value and a boolean to check if the value has been set.

func (*PublicView) GetTable ¶

func (o *PublicView) GetTable() PublicViewTable

GetTable returns the Table field value

func (*PublicView) GetTableOk ¶

func (o *PublicView) GetTableOk() (*PublicViewTable, bool)

GetTableOk returns a tuple with the Table field value and a boolean to check if the value has been set.

func (*PublicView) GetType ¶

func (o *PublicView) GetType() string

GetType returns the Type field value

func (*PublicView) GetTypeOk ¶

func (o *PublicView) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*PublicView) HasPublic ¶

func (o *PublicView) HasPublic() bool

HasPublic returns a boolean if a field has been set.

func (o *PublicView) HasShowLogo() bool

HasShowLogo returns a boolean if a field has been set.

func (PublicView) MarshalJSON ¶

func (o PublicView) MarshalJSON() ([]byte, error)

func (*PublicView) SetId ¶

func (o *PublicView) SetId(v string)

SetId sets field value

func (*PublicView) SetName ¶

func (o *PublicView) SetName(v string)

SetName sets field value

func (*PublicView) SetOrder ¶

func (o *PublicView) SetOrder(v int32)

SetOrder sets field value

func (*PublicView) SetPublic ¶

func (o *PublicView) SetPublic(v bool)

SetPublic gets a reference to the given bool and assigns it to the Public field.

func (o *PublicView) SetShowLogo(v bool)

SetShowLogo gets a reference to the given bool and assigns it to the ShowLogo field.

func (*PublicView) SetSlug ¶

func (o *PublicView) SetSlug(v string)

SetSlug sets field value

func (*PublicView) SetSortings ¶

func (o *PublicView) SetSortings(v []PublicViewSort)

SetSortings sets field value

func (*PublicView) SetTable ¶

func (o *PublicView) SetTable(v PublicViewTable)

SetTable sets field value

func (*PublicView) SetType ¶

func (o *PublicView) SetType(v string)

SetType sets field value

func (PublicView) ToMap ¶

func (o PublicView) ToMap() (map[string]interface{}, error)

type PublicViewAuthRequest ¶

type PublicViewAuthRequest struct {
	Password string `json:"password"`
}

PublicViewAuthRequest struct for PublicViewAuthRequest

func NewPublicViewAuthRequest ¶

func NewPublicViewAuthRequest(password string) *PublicViewAuthRequest

NewPublicViewAuthRequest instantiates a new PublicViewAuthRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicViewAuthRequestWithDefaults ¶

func NewPublicViewAuthRequestWithDefaults() *PublicViewAuthRequest

NewPublicViewAuthRequestWithDefaults instantiates a new PublicViewAuthRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicViewAuthRequest) GetPassword ¶

func (o *PublicViewAuthRequest) GetPassword() string

GetPassword returns the Password field value

func (*PublicViewAuthRequest) GetPasswordOk ¶

func (o *PublicViewAuthRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (PublicViewAuthRequest) MarshalJSON ¶

func (o PublicViewAuthRequest) MarshalJSON() ([]byte, error)

func (*PublicViewAuthRequest) SetPassword ¶

func (o *PublicViewAuthRequest) SetPassword(v string)

SetPassword sets field value

func (PublicViewAuthRequest) ToMap ¶

func (o PublicViewAuthRequest) ToMap() (map[string]interface{}, error)

type PublicViewAuthResponse ¶

type PublicViewAuthResponse struct {
	AccessToken string `json:"access_token"`
}

PublicViewAuthResponse struct for PublicViewAuthResponse

func NewPublicViewAuthResponse ¶

func NewPublicViewAuthResponse(accessToken string) *PublicViewAuthResponse

NewPublicViewAuthResponse instantiates a new PublicViewAuthResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicViewAuthResponseWithDefaults ¶

func NewPublicViewAuthResponseWithDefaults() *PublicViewAuthResponse

NewPublicViewAuthResponseWithDefaults instantiates a new PublicViewAuthResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicViewAuthResponse) GetAccessToken ¶

func (o *PublicViewAuthResponse) GetAccessToken() string

GetAccessToken returns the AccessToken field value

func (*PublicViewAuthResponse) GetAccessTokenOk ¶

func (o *PublicViewAuthResponse) GetAccessTokenOk() (*string, bool)

GetAccessTokenOk returns a tuple with the AccessToken field value and a boolean to check if the value has been set.

func (PublicViewAuthResponse) MarshalJSON ¶

func (o PublicViewAuthResponse) MarshalJSON() ([]byte, error)

func (*PublicViewAuthResponse) SetAccessToken ¶

func (o *PublicViewAuthResponse) SetAccessToken(v string)

SetAccessToken sets field value

func (PublicViewAuthResponse) ToMap ¶

func (o PublicViewAuthResponse) ToMap() (map[string]interface{}, error)

type PublicViewInfo ¶

type PublicViewInfo struct {
	Fields []PublicField `json:"fields"`
	View   PublicView    `json:"view"`
}

PublicViewInfo struct for PublicViewInfo

func NewPublicViewInfo ¶

func NewPublicViewInfo(fields []PublicField, view PublicView) *PublicViewInfo

NewPublicViewInfo instantiates a new PublicViewInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicViewInfoWithDefaults ¶

func NewPublicViewInfoWithDefaults() *PublicViewInfo

NewPublicViewInfoWithDefaults instantiates a new PublicViewInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicViewInfo) GetFields ¶

func (o *PublicViewInfo) GetFields() []PublicField

GetFields returns the Fields field value

func (*PublicViewInfo) GetFieldsOk ¶

func (o *PublicViewInfo) GetFieldsOk() ([]PublicField, bool)

GetFieldsOk returns a tuple with the Fields field value and a boolean to check if the value has been set.

func (*PublicViewInfo) GetView ¶

func (o *PublicViewInfo) GetView() PublicView

GetView returns the View field value

func (*PublicViewInfo) GetViewOk ¶

func (o *PublicViewInfo) GetViewOk() (*PublicView, bool)

GetViewOk returns a tuple with the View field value and a boolean to check if the value has been set.

func (PublicViewInfo) MarshalJSON ¶

func (o PublicViewInfo) MarshalJSON() ([]byte, error)

func (*PublicViewInfo) SetFields ¶

func (o *PublicViewInfo) SetFields(v []PublicField)

SetFields sets field value

func (*PublicViewInfo) SetView ¶

func (o *PublicViewInfo) SetView(v PublicView)

SetView sets field value

func (PublicViewInfo) ToMap ¶

func (o PublicViewInfo) ToMap() (map[string]interface{}, error)

type PublicViewSort ¶

type PublicViewSort struct {
	Id   int32  `json:"id"`
	View string `json:"view"`
	// The field that must be sorted on.
	Field int32      `json:"field"`
	Order *OrderEnum `json:"order,omitempty"`
}

PublicViewSort struct for PublicViewSort

func NewPublicViewSort ¶

func NewPublicViewSort(id int32, view string, field int32) *PublicViewSort

NewPublicViewSort instantiates a new PublicViewSort object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicViewSortWithDefaults ¶

func NewPublicViewSortWithDefaults() *PublicViewSort

NewPublicViewSortWithDefaults instantiates a new PublicViewSort object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicViewSort) GetField ¶

func (o *PublicViewSort) GetField() int32

GetField returns the Field field value

func (*PublicViewSort) GetFieldOk ¶

func (o *PublicViewSort) GetFieldOk() (*int32, bool)

GetFieldOk returns a tuple with the Field field value and a boolean to check if the value has been set.

func (*PublicViewSort) GetId ¶

func (o *PublicViewSort) GetId() int32

GetId returns the Id field value

func (*PublicViewSort) GetIdOk ¶

func (o *PublicViewSort) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PublicViewSort) GetOrder ¶

func (o *PublicViewSort) GetOrder() OrderEnum

GetOrder returns the Order field value if set, zero value otherwise.

func (*PublicViewSort) GetOrderOk ¶

func (o *PublicViewSort) GetOrderOk() (*OrderEnum, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PublicViewSort) GetView ¶

func (o *PublicViewSort) GetView() string

GetView returns the View field value

func (*PublicViewSort) GetViewOk ¶

func (o *PublicViewSort) GetViewOk() (*string, bool)

GetViewOk returns a tuple with the View field value and a boolean to check if the value has been set.

func (*PublicViewSort) HasOrder ¶

func (o *PublicViewSort) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (PublicViewSort) MarshalJSON ¶

func (o PublicViewSort) MarshalJSON() ([]byte, error)

func (*PublicViewSort) SetField ¶

func (o *PublicViewSort) SetField(v int32)

SetField sets field value

func (*PublicViewSort) SetId ¶

func (o *PublicViewSort) SetId(v int32)

SetId sets field value

func (*PublicViewSort) SetOrder ¶

func (o *PublicViewSort) SetOrder(v OrderEnum)

SetOrder gets a reference to the given OrderEnum and assigns it to the Order field.

func (*PublicViewSort) SetView ¶

func (o *PublicViewSort) SetView(v string)

SetView sets field value

func (PublicViewSort) ToMap ¶

func (o PublicViewSort) ToMap() (map[string]interface{}, error)

type PublicViewTable ¶

type PublicViewTable struct {
	Id         int32 `json:"id"`
	DatabaseId int32 `json:"database_id"`
}

PublicViewTable struct for PublicViewTable

func NewPublicViewTable ¶

func NewPublicViewTable(id int32, databaseId int32) *PublicViewTable

NewPublicViewTable instantiates a new PublicViewTable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPublicViewTableWithDefaults ¶

func NewPublicViewTableWithDefaults() *PublicViewTable

NewPublicViewTableWithDefaults instantiates a new PublicViewTable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PublicViewTable) GetDatabaseId ¶

func (o *PublicViewTable) GetDatabaseId() int32

GetDatabaseId returns the DatabaseId field value

func (*PublicViewTable) GetDatabaseIdOk ¶

func (o *PublicViewTable) GetDatabaseIdOk() (*int32, bool)

GetDatabaseIdOk returns a tuple with the DatabaseId field value and a boolean to check if the value has been set.

func (*PublicViewTable) GetId ¶

func (o *PublicViewTable) GetId() int32

GetId returns the Id field value

func (*PublicViewTable) GetIdOk ¶

func (o *PublicViewTable) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (PublicViewTable) MarshalJSON ¶

func (o PublicViewTable) MarshalJSON() ([]byte, error)

func (*PublicViewTable) SetDatabaseId ¶

func (o *PublicViewTable) SetDatabaseId(v int32)

SetDatabaseId sets field value

func (*PublicViewTable) SetId ¶

func (o *PublicViewTable) SetId(v int32)

SetId sets field value

func (PublicViewTable) ToMap ¶

func (o PublicViewTable) ToMap() (map[string]interface{}, error)

type RatingFieldCreateField ¶

type RatingFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
	// Maximum value the rating can take.
	MaxValue *int32 `json:"max_value,omitempty"`
	// Color of the symbols.
	Color *string    `json:"color,omitempty"`
	Style *StyleEnum `json:"style,omitempty"`
}

RatingFieldCreateField struct for RatingFieldCreateField

func NewRatingFieldCreateField ¶

func NewRatingFieldCreateField(name string, type_ Type712Enum) *RatingFieldCreateField

NewRatingFieldCreateField instantiates a new RatingFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRatingFieldCreateFieldWithDefaults ¶

func NewRatingFieldCreateFieldWithDefaults() *RatingFieldCreateField

NewRatingFieldCreateFieldWithDefaults instantiates a new RatingFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RatingFieldCreateField) GetColor ¶

func (o *RatingFieldCreateField) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*RatingFieldCreateField) GetColorOk ¶

func (o *RatingFieldCreateField) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RatingFieldCreateField) GetMaxValue ¶

func (o *RatingFieldCreateField) GetMaxValue() int32

GetMaxValue returns the MaxValue field value if set, zero value otherwise.

func (*RatingFieldCreateField) GetMaxValueOk ¶

func (o *RatingFieldCreateField) GetMaxValueOk() (*int32, bool)

GetMaxValueOk returns a tuple with the MaxValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RatingFieldCreateField) GetName ¶

func (o *RatingFieldCreateField) GetName() string

GetName returns the Name field value

func (*RatingFieldCreateField) GetNameOk ¶

func (o *RatingFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*RatingFieldCreateField) GetStyle ¶

func (o *RatingFieldCreateField) GetStyle() StyleEnum

GetStyle returns the Style field value if set, zero value otherwise.

func (*RatingFieldCreateField) GetStyleOk ¶

func (o *RatingFieldCreateField) GetStyleOk() (*StyleEnum, 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 (*RatingFieldCreateField) GetType ¶

func (o *RatingFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*RatingFieldCreateField) GetTypeOk ¶

func (o *RatingFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RatingFieldCreateField) HasColor ¶

func (o *RatingFieldCreateField) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*RatingFieldCreateField) HasMaxValue ¶

func (o *RatingFieldCreateField) HasMaxValue() bool

HasMaxValue returns a boolean if a field has been set.

func (*RatingFieldCreateField) HasStyle ¶

func (o *RatingFieldCreateField) HasStyle() bool

HasStyle returns a boolean if a field has been set.

func (RatingFieldCreateField) MarshalJSON ¶

func (o RatingFieldCreateField) MarshalJSON() ([]byte, error)

func (*RatingFieldCreateField) SetColor ¶

func (o *RatingFieldCreateField) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*RatingFieldCreateField) SetMaxValue ¶

func (o *RatingFieldCreateField) SetMaxValue(v int32)

SetMaxValue gets a reference to the given int32 and assigns it to the MaxValue field.

func (*RatingFieldCreateField) SetName ¶

func (o *RatingFieldCreateField) SetName(v string)

SetName sets field value

func (*RatingFieldCreateField) SetStyle ¶

func (o *RatingFieldCreateField) SetStyle(v StyleEnum)

SetStyle gets a reference to the given StyleEnum and assigns it to the Style field.

func (*RatingFieldCreateField) SetType ¶

func (o *RatingFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (RatingFieldCreateField) ToMap ¶

func (o RatingFieldCreateField) ToMap() (map[string]interface{}, error)

type RatingFieldField ¶

type RatingFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// Maximum value the rating can take.
	MaxValue *int32 `json:"max_value,omitempty"`
	// Color of the symbols.
	Color *string    `json:"color,omitempty"`
	Style *StyleEnum `json:"style,omitempty"`
}

RatingFieldField struct for RatingFieldField

func NewRatingFieldField ¶

func NewRatingFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *RatingFieldField

NewRatingFieldField instantiates a new RatingFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRatingFieldFieldWithDefaults ¶

func NewRatingFieldFieldWithDefaults() *RatingFieldField

NewRatingFieldFieldWithDefaults instantiates a new RatingFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RatingFieldField) GetColor ¶

func (o *RatingFieldField) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*RatingFieldField) GetColorOk ¶

func (o *RatingFieldField) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RatingFieldField) GetId ¶

func (o *RatingFieldField) GetId() int32

GetId returns the Id field value

func (*RatingFieldField) GetIdOk ¶

func (o *RatingFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RatingFieldField) GetMaxValue ¶

func (o *RatingFieldField) GetMaxValue() int32

GetMaxValue returns the MaxValue field value if set, zero value otherwise.

func (*RatingFieldField) GetMaxValueOk ¶

func (o *RatingFieldField) GetMaxValueOk() (*int32, bool)

GetMaxValueOk returns a tuple with the MaxValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RatingFieldField) GetName ¶

func (o *RatingFieldField) GetName() string

GetName returns the Name field value

func (*RatingFieldField) GetNameOk ¶

func (o *RatingFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*RatingFieldField) GetOrder ¶

func (o *RatingFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*RatingFieldField) GetOrderOk ¶

func (o *RatingFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*RatingFieldField) GetPrimary ¶

func (o *RatingFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*RatingFieldField) GetPrimaryOk ¶

func (o *RatingFieldField) 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 (*RatingFieldField) GetReadOnly ¶

func (o *RatingFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*RatingFieldField) GetReadOnlyOk ¶

func (o *RatingFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*RatingFieldField) GetStyle ¶

func (o *RatingFieldField) GetStyle() StyleEnum

GetStyle returns the Style field value if set, zero value otherwise.

func (*RatingFieldField) GetStyleOk ¶

func (o *RatingFieldField) GetStyleOk() (*StyleEnum, 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 (*RatingFieldField) GetTableId ¶

func (o *RatingFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*RatingFieldField) GetTableIdOk ¶

func (o *RatingFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*RatingFieldField) GetType ¶

func (o *RatingFieldField) GetType() string

GetType returns the Type field value

func (*RatingFieldField) GetTypeOk ¶

func (o *RatingFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RatingFieldField) HasColor ¶

func (o *RatingFieldField) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*RatingFieldField) HasMaxValue ¶

func (o *RatingFieldField) HasMaxValue() bool

HasMaxValue returns a boolean if a field has been set.

func (*RatingFieldField) HasPrimary ¶

func (o *RatingFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (*RatingFieldField) HasStyle ¶

func (o *RatingFieldField) HasStyle() bool

HasStyle returns a boolean if a field has been set.

func (RatingFieldField) MarshalJSON ¶

func (o RatingFieldField) MarshalJSON() ([]byte, error)

func (*RatingFieldField) SetColor ¶

func (o *RatingFieldField) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*RatingFieldField) SetId ¶

func (o *RatingFieldField) SetId(v int32)

SetId sets field value

func (*RatingFieldField) SetMaxValue ¶

func (o *RatingFieldField) SetMaxValue(v int32)

SetMaxValue gets a reference to the given int32 and assigns it to the MaxValue field.

func (*RatingFieldField) SetName ¶

func (o *RatingFieldField) SetName(v string)

SetName sets field value

func (*RatingFieldField) SetOrder ¶

func (o *RatingFieldField) SetOrder(v int32)

SetOrder sets field value

func (*RatingFieldField) SetPrimary ¶

func (o *RatingFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*RatingFieldField) SetReadOnly ¶

func (o *RatingFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*RatingFieldField) SetStyle ¶

func (o *RatingFieldField) SetStyle(v StyleEnum)

SetStyle gets a reference to the given StyleEnum and assigns it to the Style field.

func (*RatingFieldField) SetTableId ¶

func (o *RatingFieldField) SetTableId(v int32)

SetTableId sets field value

func (*RatingFieldField) SetType ¶

func (o *RatingFieldField) SetType(v string)

SetType sets field value

func (RatingFieldField) ToMap ¶

func (o RatingFieldField) ToMap() (map[string]interface{}, error)

type RatingFieldFieldSerializerWithRelatedFields ¶

type RatingFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
	// Maximum value the rating can take.
	MaxValue *int32 `json:"max_value,omitempty"`
	// Color of the symbols.
	Color *string    `json:"color,omitempty"`
	Style *StyleEnum `json:"style,omitempty"`
}

RatingFieldFieldSerializerWithRelatedFields struct for RatingFieldFieldSerializerWithRelatedFields

func NewRatingFieldFieldSerializerWithRelatedFields ¶

func NewRatingFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *RatingFieldFieldSerializerWithRelatedFields

NewRatingFieldFieldSerializerWithRelatedFields instantiates a new RatingFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRatingFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewRatingFieldFieldSerializerWithRelatedFieldsWithDefaults() *RatingFieldFieldSerializerWithRelatedFields

NewRatingFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new RatingFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RatingFieldFieldSerializerWithRelatedFields) GetColor ¶

GetColor returns the Color field value if set, zero value otherwise.

func (*RatingFieldFieldSerializerWithRelatedFields) GetColorOk ¶

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*RatingFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) GetMaxValue ¶

GetMaxValue returns the MaxValue field value if set, zero value otherwise.

func (*RatingFieldFieldSerializerWithRelatedFields) GetMaxValueOk ¶

GetMaxValueOk returns a tuple with the MaxValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*RatingFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*RatingFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*RatingFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*RatingFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*RatingFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

func (o *RatingFieldFieldSerializerWithRelatedFields) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *RatingFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*RatingFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *RatingFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) GetStyle ¶

GetStyle returns the Style field value if set, zero value otherwise.

func (*RatingFieldFieldSerializerWithRelatedFields) GetStyleOk ¶

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 (*RatingFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*RatingFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*RatingFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) HasColor ¶

HasColor returns a boolean if a field has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) HasMaxValue ¶

HasMaxValue returns a boolean if a field has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (*RatingFieldFieldSerializerWithRelatedFields) HasStyle ¶

HasStyle returns a boolean if a field has been set.

func (RatingFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*RatingFieldFieldSerializerWithRelatedFields) SetColor ¶

SetColor gets a reference to the given string and assigns it to the Color field.

func (*RatingFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*RatingFieldFieldSerializerWithRelatedFields) SetMaxValue ¶

SetMaxValue gets a reference to the given int32 and assigns it to the MaxValue field.

func (*RatingFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*RatingFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*RatingFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*RatingFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*RatingFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *RatingFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*RatingFieldFieldSerializerWithRelatedFields) SetStyle ¶

SetStyle gets a reference to the given StyleEnum and assigns it to the Style field.

func (*RatingFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*RatingFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (RatingFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o RatingFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

type Register ¶

type Register struct {
	Name string `json:"name"`
	// The email address is also going to be the username.
	Email    string `json:"email"`
	Password string `json:"password"`
	// An ISO 639 language code (with optional variant) selected by the user. Ex: en-GB.
	Language *string `json:"language,omitempty"`
	// Indicates whether an authentication JWT should be generated and be included in the response.
	Authenticate *bool `json:"authenticate,omitempty"`
	// DEPRECATED: Please use `workspace_invitation_token` which this attribute is being renamed to in 2024.
	GroupInvitationToken *string `json:"group_invitation_token,omitempty"`
	// If provided and valid, the user accepts the workspace invitation and will have access to the workspace after signing up.
	WorkspaceInvitationToken *string `json:"workspace_invitation_token,omitempty"`
	// The id of the template that must be installed after creating the account. This only works if the `workspace_invitation_token` param is not provided.
	TemplateId *int32 `json:"template_id,omitempty"`
}

Register struct for Register

func NewRegister ¶

func NewRegister(name string, email string, password string) *Register

NewRegister instantiates a new Register object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisterWithDefaults ¶

func NewRegisterWithDefaults() *Register

NewRegisterWithDefaults instantiates a new Register object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Register) GetAuthenticate ¶

func (o *Register) GetAuthenticate() bool

GetAuthenticate returns the Authenticate field value if set, zero value otherwise.

func (*Register) GetAuthenticateOk ¶

func (o *Register) GetAuthenticateOk() (*bool, bool)

GetAuthenticateOk returns a tuple with the Authenticate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Register) GetEmail ¶

func (o *Register) GetEmail() string

GetEmail returns the Email field value

func (*Register) GetEmailOk ¶

func (o *Register) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*Register) GetGroupInvitationToken ¶

func (o *Register) GetGroupInvitationToken() string

GetGroupInvitationToken returns the GroupInvitationToken field value if set, zero value otherwise.

func (*Register) GetGroupInvitationTokenOk ¶

func (o *Register) GetGroupInvitationTokenOk() (*string, bool)

GetGroupInvitationTokenOk returns a tuple with the GroupInvitationToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Register) GetLanguage ¶

func (o *Register) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise.

func (*Register) GetLanguageOk ¶

func (o *Register) GetLanguageOk() (*string, bool)

GetLanguageOk returns a tuple with the Language field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Register) GetName ¶

func (o *Register) GetName() string

GetName returns the Name field value

func (*Register) GetNameOk ¶

func (o *Register) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Register) GetPassword ¶

func (o *Register) GetPassword() string

GetPassword returns the Password field value

func (*Register) GetPasswordOk ¶

func (o *Register) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*Register) GetTemplateId ¶

func (o *Register) GetTemplateId() int32

GetTemplateId returns the TemplateId field value if set, zero value otherwise.

func (*Register) GetTemplateIdOk ¶

func (o *Register) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Register) GetWorkspaceInvitationToken ¶

func (o *Register) GetWorkspaceInvitationToken() string

GetWorkspaceInvitationToken returns the WorkspaceInvitationToken field value if set, zero value otherwise.

func (*Register) GetWorkspaceInvitationTokenOk ¶

func (o *Register) GetWorkspaceInvitationTokenOk() (*string, bool)

GetWorkspaceInvitationTokenOk returns a tuple with the WorkspaceInvitationToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Register) HasAuthenticate ¶

func (o *Register) HasAuthenticate() bool

HasAuthenticate returns a boolean if a field has been set.

func (*Register) HasGroupInvitationToken ¶

func (o *Register) HasGroupInvitationToken() bool

HasGroupInvitationToken returns a boolean if a field has been set.

func (*Register) HasLanguage ¶

func (o *Register) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (*Register) HasTemplateId ¶

func (o *Register) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

func (*Register) HasWorkspaceInvitationToken ¶

func (o *Register) HasWorkspaceInvitationToken() bool

HasWorkspaceInvitationToken returns a boolean if a field has been set.

func (Register) MarshalJSON ¶

func (o Register) MarshalJSON() ([]byte, error)

func (*Register) SetAuthenticate ¶

func (o *Register) SetAuthenticate(v bool)

SetAuthenticate gets a reference to the given bool and assigns it to the Authenticate field.

func (*Register) SetEmail ¶

func (o *Register) SetEmail(v string)

SetEmail sets field value

func (*Register) SetGroupInvitationToken ¶

func (o *Register) SetGroupInvitationToken(v string)

SetGroupInvitationToken gets a reference to the given string and assigns it to the GroupInvitationToken field.

func (*Register) SetLanguage ¶

func (o *Register) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (*Register) SetName ¶

func (o *Register) SetName(v string)

SetName sets field value

func (*Register) SetPassword ¶

func (o *Register) SetPassword(v string)

SetPassword sets field value

func (*Register) SetTemplateId ¶

func (o *Register) SetTemplateId(v int32)

SetTemplateId gets a reference to the given int32 and assigns it to the TemplateId field.

func (*Register) SetWorkspaceInvitationToken ¶

func (o *Register) SetWorkspaceInvitationToken(v string)

SetWorkspaceInvitationToken gets a reference to the given string and assigns it to the WorkspaceInvitationToken field.

func (Register) ToMap ¶

func (o Register) ToMap() (map[string]interface{}, error)

type RegisterLicense ¶

type RegisterLicense struct {
	// The license that you want to register.
	License string `json:"license"`
}

RegisterLicense struct for RegisterLicense

func NewRegisterLicense ¶

func NewRegisterLicense(license string) *RegisterLicense

NewRegisterLicense instantiates a new RegisterLicense object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisterLicenseWithDefaults ¶

func NewRegisterLicenseWithDefaults() *RegisterLicense

NewRegisterLicenseWithDefaults instantiates a new RegisterLicense object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RegisterLicense) GetLicense ¶

func (o *RegisterLicense) GetLicense() string

GetLicense returns the License field value

func (*RegisterLicense) GetLicenseOk ¶

func (o *RegisterLicense) GetLicenseOk() (*string, bool)

GetLicenseOk returns a tuple with the License field value and a boolean to check if the value has been set.

func (RegisterLicense) MarshalJSON ¶

func (o RegisterLicense) MarshalJSON() ([]byte, error)

func (*RegisterLicense) SetLicense ¶

func (o *RegisterLicense) SetLicense(v string)

SetLicense sets field value

func (RegisterLicense) ToMap ¶

func (o RegisterLicense) ToMap() (map[string]interface{}, error)

type RelatedFields ¶

type RelatedFields struct {
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
}

RelatedFields struct for RelatedFields

func NewRelatedFields ¶

func NewRelatedFields(relatedFields []Field) *RelatedFields

NewRelatedFields instantiates a new RelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRelatedFieldsWithDefaults ¶

func NewRelatedFieldsWithDefaults() *RelatedFields

NewRelatedFieldsWithDefaults instantiates a new RelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RelatedFields) GetRelatedFields ¶

func (o *RelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*RelatedFields) GetRelatedFieldsOk ¶

func (o *RelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (RelatedFields) MarshalJSON ¶

func (o RelatedFields) MarshalJSON() ([]byte, error)

func (*RelatedFields) SetRelatedFields ¶

func (o *RelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (RelatedFields) ToMap ¶

func (o RelatedFields) ToMap() (map[string]interface{}, error)

type Report ¶

type Report struct {
	// An object containing field in error by rows. The keys are the row indexes from original file and values are objects of errors by fields.
	FailingRows map[string]map[string][]string `json:"failing_rows"`
}

Report struct for Report

func NewReport ¶

func NewReport(failingRows map[string]map[string][]string) *Report

NewReport instantiates a new Report object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportWithDefaults ¶

func NewReportWithDefaults() *Report

NewReportWithDefaults instantiates a new Report object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Report) GetFailingRows ¶

func (o *Report) GetFailingRows() map[string]map[string][]string

GetFailingRows returns the FailingRows field value

func (*Report) GetFailingRowsOk ¶

func (o *Report) GetFailingRowsOk() (*map[string]map[string][]string, bool)

GetFailingRowsOk returns a tuple with the FailingRows field value and a boolean to check if the value has been set.

func (Report) MarshalJSON ¶

func (o Report) MarshalJSON() ([]byte, error)

func (*Report) SetFailingRows ¶

func (o *Report) SetFailingRows(v map[string]map[string][]string)

SetFailingRows sets field value

func (Report) ToMap ¶

func (o Report) ToMap() (map[string]interface{}, error)

type RequestAirtableImportJobCreateJob ¶

type RequestAirtableImportJobCreateJob struct {
	Type Type4afEnum `json:"type"`
	// The group ID where the Airtable base must be imported into.
	GroupId *int32 `json:"group_id,omitempty"`
	// The workspace ID where the Airtable base must be imported into.
	WorkspaceId *int32 `json:"workspace_id,omitempty"`
	// The publicly shared URL of the Airtable base (e.g. https://airtable.com/shrxxxxxxxxxxxxxx)
	AirtableShareUrl string `json:"airtable_share_url"`
}

RequestAirtableImportJobCreateJob struct for RequestAirtableImportJobCreateJob

func NewRequestAirtableImportJobCreateJob ¶

func NewRequestAirtableImportJobCreateJob(type_ Type4afEnum, airtableShareUrl string) *RequestAirtableImportJobCreateJob

NewRequestAirtableImportJobCreateJob instantiates a new RequestAirtableImportJobCreateJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestAirtableImportJobCreateJobWithDefaults ¶

func NewRequestAirtableImportJobCreateJobWithDefaults() *RequestAirtableImportJobCreateJob

NewRequestAirtableImportJobCreateJobWithDefaults instantiates a new RequestAirtableImportJobCreateJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestAirtableImportJobCreateJob) GetAirtableShareUrl ¶

func (o *RequestAirtableImportJobCreateJob) GetAirtableShareUrl() string

GetAirtableShareUrl returns the AirtableShareUrl field value

func (*RequestAirtableImportJobCreateJob) GetAirtableShareUrlOk ¶

func (o *RequestAirtableImportJobCreateJob) GetAirtableShareUrlOk() (*string, bool)

GetAirtableShareUrlOk returns a tuple with the AirtableShareUrl field value and a boolean to check if the value has been set.

func (*RequestAirtableImportJobCreateJob) GetGroupId ¶

func (o *RequestAirtableImportJobCreateJob) GetGroupId() int32

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*RequestAirtableImportJobCreateJob) GetGroupIdOk ¶

func (o *RequestAirtableImportJobCreateJob) GetGroupIdOk() (*int32, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAirtableImportJobCreateJob) GetType ¶

GetType returns the Type field value

func (*RequestAirtableImportJobCreateJob) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RequestAirtableImportJobCreateJob) GetWorkspaceId ¶

func (o *RequestAirtableImportJobCreateJob) GetWorkspaceId() int32

GetWorkspaceId returns the WorkspaceId field value if set, zero value otherwise.

func (*RequestAirtableImportJobCreateJob) GetWorkspaceIdOk ¶

func (o *RequestAirtableImportJobCreateJob) GetWorkspaceIdOk() (*int32, bool)

GetWorkspaceIdOk returns a tuple with the WorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAirtableImportJobCreateJob) HasGroupId ¶

func (o *RequestAirtableImportJobCreateJob) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*RequestAirtableImportJobCreateJob) HasWorkspaceId ¶

func (o *RequestAirtableImportJobCreateJob) HasWorkspaceId() bool

HasWorkspaceId returns a boolean if a field has been set.

func (RequestAirtableImportJobCreateJob) MarshalJSON ¶

func (o RequestAirtableImportJobCreateJob) MarshalJSON() ([]byte, error)

func (*RequestAirtableImportJobCreateJob) SetAirtableShareUrl ¶

func (o *RequestAirtableImportJobCreateJob) SetAirtableShareUrl(v string)

SetAirtableShareUrl sets field value

func (*RequestAirtableImportJobCreateJob) SetGroupId ¶

func (o *RequestAirtableImportJobCreateJob) SetGroupId(v int32)

SetGroupId gets a reference to the given int32 and assigns it to the GroupId field.

func (*RequestAirtableImportJobCreateJob) SetType ¶

SetType sets field value

func (*RequestAirtableImportJobCreateJob) SetWorkspaceId ¶

func (o *RequestAirtableImportJobCreateJob) SetWorkspaceId(v int32)

SetWorkspaceId gets a reference to the given int32 and assigns it to the WorkspaceId field.

func (RequestAirtableImportJobCreateJob) ToMap ¶

func (o RequestAirtableImportJobCreateJob) ToMap() (map[string]interface{}, error)

type RequestAuditLogExportJobCreateJob ¶

type RequestAuditLogExportJobCreateJob struct {
	Type               Type4afEnum             `json:"type"`
	ExportCharset      *ExportCharsetEnum      `json:"export_charset,omitempty"`
	CsvColumnSeparator *CsvColumnSeparatorEnum `json:"csv_column_separator,omitempty"`
	// Whether or not to generate a header row at the top of the csv file.
	CsvFirstRowHeader *bool `json:"csv_first_row_header,omitempty"`
	// Optional: The user to filter the audit log by.
	FilterUserId *int32 `json:"filter_user_id,omitempty"`
	// Optional: The workspace to filter the audit log by.
	FilterWorkspaceId *int32                `json:"filter_workspace_id,omitempty"`
	FilterActionType  *FilterActionTypeEnum `json:"filter_action_type,omitempty"`
	// Optional: The start date to filter the audit log by.
	FilterFromTimestamp *time.Time `json:"filter_from_timestamp,omitempty"`
	// Optional: The end date to filter the audit log by.
	FilterToTimestamp *time.Time `json:"filter_to_timestamp,omitempty"`
	// The date and time when the export job was created.
	CreatedOn time.Time `json:"created_on"`
}

RequestAuditLogExportJobCreateJob struct for RequestAuditLogExportJobCreateJob

func NewRequestAuditLogExportJobCreateJob ¶

func NewRequestAuditLogExportJobCreateJob(type_ Type4afEnum, createdOn time.Time) *RequestAuditLogExportJobCreateJob

NewRequestAuditLogExportJobCreateJob instantiates a new RequestAuditLogExportJobCreateJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestAuditLogExportJobCreateJobWithDefaults ¶

func NewRequestAuditLogExportJobCreateJobWithDefaults() *RequestAuditLogExportJobCreateJob

NewRequestAuditLogExportJobCreateJobWithDefaults instantiates a new RequestAuditLogExportJobCreateJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestAuditLogExportJobCreateJob) GetCreatedOn ¶

func (o *RequestAuditLogExportJobCreateJob) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*RequestAuditLogExportJobCreateJob) GetCreatedOnOk ¶

func (o *RequestAuditLogExportJobCreateJob) GetCreatedOnOk() (*time.Time, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.

func (*RequestAuditLogExportJobCreateJob) GetCsvColumnSeparator ¶

func (o *RequestAuditLogExportJobCreateJob) GetCsvColumnSeparator() CsvColumnSeparatorEnum

GetCsvColumnSeparator returns the CsvColumnSeparator field value if set, zero value otherwise.

func (*RequestAuditLogExportJobCreateJob) GetCsvColumnSeparatorOk ¶

func (o *RequestAuditLogExportJobCreateJob) GetCsvColumnSeparatorOk() (*CsvColumnSeparatorEnum, bool)

GetCsvColumnSeparatorOk returns a tuple with the CsvColumnSeparator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAuditLogExportJobCreateJob) GetCsvFirstRowHeader ¶

func (o *RequestAuditLogExportJobCreateJob) GetCsvFirstRowHeader() bool

GetCsvFirstRowHeader returns the CsvFirstRowHeader field value if set, zero value otherwise.

func (*RequestAuditLogExportJobCreateJob) GetCsvFirstRowHeaderOk ¶

func (o *RequestAuditLogExportJobCreateJob) GetCsvFirstRowHeaderOk() (*bool, bool)

GetCsvFirstRowHeaderOk returns a tuple with the CsvFirstRowHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAuditLogExportJobCreateJob) GetExportCharset ¶

GetExportCharset returns the ExportCharset field value if set, zero value otherwise.

func (*RequestAuditLogExportJobCreateJob) GetExportCharsetOk ¶

func (o *RequestAuditLogExportJobCreateJob) GetExportCharsetOk() (*ExportCharsetEnum, bool)

GetExportCharsetOk returns a tuple with the ExportCharset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAuditLogExportJobCreateJob) GetFilterActionType ¶

GetFilterActionType returns the FilterActionType field value if set, zero value otherwise.

func (*RequestAuditLogExportJobCreateJob) GetFilterActionTypeOk ¶

func (o *RequestAuditLogExportJobCreateJob) GetFilterActionTypeOk() (*FilterActionTypeEnum, bool)

GetFilterActionTypeOk returns a tuple with the FilterActionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAuditLogExportJobCreateJob) GetFilterFromTimestamp ¶

func (o *RequestAuditLogExportJobCreateJob) GetFilterFromTimestamp() time.Time

GetFilterFromTimestamp returns the FilterFromTimestamp field value if set, zero value otherwise.

func (*RequestAuditLogExportJobCreateJob) GetFilterFromTimestampOk ¶

func (o *RequestAuditLogExportJobCreateJob) GetFilterFromTimestampOk() (*time.Time, bool)

GetFilterFromTimestampOk returns a tuple with the FilterFromTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAuditLogExportJobCreateJob) GetFilterToTimestamp ¶

func (o *RequestAuditLogExportJobCreateJob) GetFilterToTimestamp() time.Time

GetFilterToTimestamp returns the FilterToTimestamp field value if set, zero value otherwise.

func (*RequestAuditLogExportJobCreateJob) GetFilterToTimestampOk ¶

func (o *RequestAuditLogExportJobCreateJob) GetFilterToTimestampOk() (*time.Time, bool)

GetFilterToTimestampOk returns a tuple with the FilterToTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAuditLogExportJobCreateJob) GetFilterUserId ¶

func (o *RequestAuditLogExportJobCreateJob) GetFilterUserId() int32

GetFilterUserId returns the FilterUserId field value if set, zero value otherwise.

func (*RequestAuditLogExportJobCreateJob) GetFilterUserIdOk ¶

func (o *RequestAuditLogExportJobCreateJob) GetFilterUserIdOk() (*int32, bool)

GetFilterUserIdOk returns a tuple with the FilterUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAuditLogExportJobCreateJob) GetFilterWorkspaceId ¶

func (o *RequestAuditLogExportJobCreateJob) GetFilterWorkspaceId() int32

GetFilterWorkspaceId returns the FilterWorkspaceId field value if set, zero value otherwise.

func (*RequestAuditLogExportJobCreateJob) GetFilterWorkspaceIdOk ¶

func (o *RequestAuditLogExportJobCreateJob) GetFilterWorkspaceIdOk() (*int32, bool)

GetFilterWorkspaceIdOk returns a tuple with the FilterWorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestAuditLogExportJobCreateJob) GetType ¶

GetType returns the Type field value

func (*RequestAuditLogExportJobCreateJob) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RequestAuditLogExportJobCreateJob) HasCsvColumnSeparator ¶

func (o *RequestAuditLogExportJobCreateJob) HasCsvColumnSeparator() bool

HasCsvColumnSeparator returns a boolean if a field has been set.

func (*RequestAuditLogExportJobCreateJob) HasCsvFirstRowHeader ¶

func (o *RequestAuditLogExportJobCreateJob) HasCsvFirstRowHeader() bool

HasCsvFirstRowHeader returns a boolean if a field has been set.

func (*RequestAuditLogExportJobCreateJob) HasExportCharset ¶

func (o *RequestAuditLogExportJobCreateJob) HasExportCharset() bool

HasExportCharset returns a boolean if a field has been set.

func (*RequestAuditLogExportJobCreateJob) HasFilterActionType ¶

func (o *RequestAuditLogExportJobCreateJob) HasFilterActionType() bool

HasFilterActionType returns a boolean if a field has been set.

func (*RequestAuditLogExportJobCreateJob) HasFilterFromTimestamp ¶

func (o *RequestAuditLogExportJobCreateJob) HasFilterFromTimestamp() bool

HasFilterFromTimestamp returns a boolean if a field has been set.

func (*RequestAuditLogExportJobCreateJob) HasFilterToTimestamp ¶

func (o *RequestAuditLogExportJobCreateJob) HasFilterToTimestamp() bool

HasFilterToTimestamp returns a boolean if a field has been set.

func (*RequestAuditLogExportJobCreateJob) HasFilterUserId ¶

func (o *RequestAuditLogExportJobCreateJob) HasFilterUserId() bool

HasFilterUserId returns a boolean if a field has been set.

func (*RequestAuditLogExportJobCreateJob) HasFilterWorkspaceId ¶

func (o *RequestAuditLogExportJobCreateJob) HasFilterWorkspaceId() bool

HasFilterWorkspaceId returns a boolean if a field has been set.

func (RequestAuditLogExportJobCreateJob) MarshalJSON ¶

func (o RequestAuditLogExportJobCreateJob) MarshalJSON() ([]byte, error)

func (*RequestAuditLogExportJobCreateJob) SetCreatedOn ¶

func (o *RequestAuditLogExportJobCreateJob) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*RequestAuditLogExportJobCreateJob) SetCsvColumnSeparator ¶

func (o *RequestAuditLogExportJobCreateJob) SetCsvColumnSeparator(v CsvColumnSeparatorEnum)

SetCsvColumnSeparator gets a reference to the given CsvColumnSeparatorEnum and assigns it to the CsvColumnSeparator field.

func (*RequestAuditLogExportJobCreateJob) SetCsvFirstRowHeader ¶

func (o *RequestAuditLogExportJobCreateJob) SetCsvFirstRowHeader(v bool)

SetCsvFirstRowHeader gets a reference to the given bool and assigns it to the CsvFirstRowHeader field.

func (*RequestAuditLogExportJobCreateJob) SetExportCharset ¶

SetExportCharset gets a reference to the given ExportCharsetEnum and assigns it to the ExportCharset field.

func (*RequestAuditLogExportJobCreateJob) SetFilterActionType ¶

func (o *RequestAuditLogExportJobCreateJob) SetFilterActionType(v FilterActionTypeEnum)

SetFilterActionType gets a reference to the given FilterActionTypeEnum and assigns it to the FilterActionType field.

func (*RequestAuditLogExportJobCreateJob) SetFilterFromTimestamp ¶

func (o *RequestAuditLogExportJobCreateJob) SetFilterFromTimestamp(v time.Time)

SetFilterFromTimestamp gets a reference to the given time.Time and assigns it to the FilterFromTimestamp field.

func (*RequestAuditLogExportJobCreateJob) SetFilterToTimestamp ¶

func (o *RequestAuditLogExportJobCreateJob) SetFilterToTimestamp(v time.Time)

SetFilterToTimestamp gets a reference to the given time.Time and assigns it to the FilterToTimestamp field.

func (*RequestAuditLogExportJobCreateJob) SetFilterUserId ¶

func (o *RequestAuditLogExportJobCreateJob) SetFilterUserId(v int32)

SetFilterUserId gets a reference to the given int32 and assigns it to the FilterUserId field.

func (*RequestAuditLogExportJobCreateJob) SetFilterWorkspaceId ¶

func (o *RequestAuditLogExportJobCreateJob) SetFilterWorkspaceId(v int32)

SetFilterWorkspaceId gets a reference to the given int32 and assigns it to the FilterWorkspaceId field.

func (*RequestAuditLogExportJobCreateJob) SetType ¶

SetType sets field value

func (RequestAuditLogExportJobCreateJob) ToMap ¶

func (o RequestAuditLogExportJobCreateJob) ToMap() (map[string]interface{}, error)

type RequestBooleanFieldUpdateField ¶

type RequestBooleanFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
}

RequestBooleanFieldUpdateField struct for RequestBooleanFieldUpdateField

func NewRequestBooleanFieldUpdateField ¶

func NewRequestBooleanFieldUpdateField() *RequestBooleanFieldUpdateField

NewRequestBooleanFieldUpdateField instantiates a new RequestBooleanFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestBooleanFieldUpdateFieldWithDefaults ¶

func NewRequestBooleanFieldUpdateFieldWithDefaults() *RequestBooleanFieldUpdateField

NewRequestBooleanFieldUpdateFieldWithDefaults instantiates a new RequestBooleanFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestBooleanFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestBooleanFieldUpdateField) GetNameOk ¶

func (o *RequestBooleanFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestBooleanFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestBooleanFieldUpdateField) GetTypeOk ¶

func (o *RequestBooleanFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestBooleanFieldUpdateField) HasName ¶

func (o *RequestBooleanFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestBooleanFieldUpdateField) HasType ¶

func (o *RequestBooleanFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestBooleanFieldUpdateField) MarshalJSON ¶

func (o RequestBooleanFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestBooleanFieldUpdateField) SetName ¶

func (o *RequestBooleanFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestBooleanFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestBooleanFieldUpdateField) ToMap ¶

func (o RequestBooleanFieldUpdateField) ToMap() (map[string]interface{}, error)

type RequestCountFieldUpdateField ¶

type RequestCountFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to count values for.
	ThroughFieldId NullableInt32    `json:"through_field_id,omitempty"`
	FormulaType    *FormulaTypeEnum `json:"formula_type,omitempty"`
}

RequestCountFieldUpdateField struct for RequestCountFieldUpdateField

func NewRequestCountFieldUpdateField ¶

func NewRequestCountFieldUpdateField(nullable bool) *RequestCountFieldUpdateField

NewRequestCountFieldUpdateField instantiates a new RequestCountFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestCountFieldUpdateFieldWithDefaults ¶

func NewRequestCountFieldUpdateFieldWithDefaults() *RequestCountFieldUpdateField

NewRequestCountFieldUpdateFieldWithDefaults instantiates a new RequestCountFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestCountFieldUpdateField) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestCountFieldUpdateField) GetArrayFormulaTypeOk ¶

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestCountFieldUpdateField) GetDateForceTimezone ¶

func (o *RequestCountFieldUpdateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestCountFieldUpdateField) GetDateForceTimezoneOk ¶

func (o *RequestCountFieldUpdateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestCountFieldUpdateField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestCountFieldUpdateField) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestCountFieldUpdateField) GetDateIncludeTime ¶

func (o *RequestCountFieldUpdateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestCountFieldUpdateField) GetDateIncludeTimeOk ¶

func (o *RequestCountFieldUpdateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestCountFieldUpdateField) GetDateShowTzinfo ¶

func (o *RequestCountFieldUpdateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestCountFieldUpdateField) GetDateShowTzinfoOk ¶

func (o *RequestCountFieldUpdateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestCountFieldUpdateField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestCountFieldUpdateField) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestCountFieldUpdateField) GetError ¶

func (o *RequestCountFieldUpdateField) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestCountFieldUpdateField) GetErrorOk ¶

func (o *RequestCountFieldUpdateField) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestCountFieldUpdateField) GetFormulaType ¶

func (o *RequestCountFieldUpdateField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*RequestCountFieldUpdateField) GetFormulaTypeOk ¶

func (o *RequestCountFieldUpdateField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCountFieldUpdateField) GetName ¶

func (o *RequestCountFieldUpdateField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RequestCountFieldUpdateField) GetNameOk ¶

func (o *RequestCountFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCountFieldUpdateField) GetNullable ¶

func (o *RequestCountFieldUpdateField) GetNullable() bool

GetNullable returns the Nullable field value

func (*RequestCountFieldUpdateField) GetNullableOk ¶

func (o *RequestCountFieldUpdateField) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*RequestCountFieldUpdateField) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestCountFieldUpdateField) GetNumberDecimalPlacesOk ¶

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestCountFieldUpdateField) GetThroughFieldId ¶

func (o *RequestCountFieldUpdateField) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestCountFieldUpdateField) GetThroughFieldIdOk ¶

func (o *RequestCountFieldUpdateField) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestCountFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestCountFieldUpdateField) GetTypeOk ¶

func (o *RequestCountFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestCountFieldUpdateField) HasArrayFormulaType ¶

func (o *RequestCountFieldUpdateField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*RequestCountFieldUpdateField) HasDateForceTimezone ¶

func (o *RequestCountFieldUpdateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*RequestCountFieldUpdateField) HasDateFormat ¶

func (o *RequestCountFieldUpdateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*RequestCountFieldUpdateField) HasDateIncludeTime ¶

func (o *RequestCountFieldUpdateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*RequestCountFieldUpdateField) HasDateShowTzinfo ¶

func (o *RequestCountFieldUpdateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*RequestCountFieldUpdateField) HasDateTimeFormat ¶

func (o *RequestCountFieldUpdateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*RequestCountFieldUpdateField) HasError ¶

func (o *RequestCountFieldUpdateField) HasError() bool

HasError returns a boolean if a field has been set.

func (*RequestCountFieldUpdateField) HasFormulaType ¶

func (o *RequestCountFieldUpdateField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*RequestCountFieldUpdateField) HasName ¶

func (o *RequestCountFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestCountFieldUpdateField) HasNumberDecimalPlaces ¶

func (o *RequestCountFieldUpdateField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*RequestCountFieldUpdateField) HasThroughFieldId ¶

func (o *RequestCountFieldUpdateField) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (*RequestCountFieldUpdateField) HasType ¶

func (o *RequestCountFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestCountFieldUpdateField) MarshalJSON ¶

func (o RequestCountFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestCountFieldUpdateField) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*RequestCountFieldUpdateField) SetArrayFormulaTypeNil ¶

func (o *RequestCountFieldUpdateField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*RequestCountFieldUpdateField) SetDateForceTimezone ¶

func (o *RequestCountFieldUpdateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*RequestCountFieldUpdateField) SetDateForceTimezoneNil ¶

func (o *RequestCountFieldUpdateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*RequestCountFieldUpdateField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*RequestCountFieldUpdateField) SetDateFormatNil ¶

func (o *RequestCountFieldUpdateField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*RequestCountFieldUpdateField) SetDateIncludeTime ¶

func (o *RequestCountFieldUpdateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*RequestCountFieldUpdateField) SetDateIncludeTimeNil ¶

func (o *RequestCountFieldUpdateField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*RequestCountFieldUpdateField) SetDateShowTzinfo ¶

func (o *RequestCountFieldUpdateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*RequestCountFieldUpdateField) SetDateShowTzinfoNil ¶

func (o *RequestCountFieldUpdateField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*RequestCountFieldUpdateField) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*RequestCountFieldUpdateField) SetDateTimeFormatNil ¶

func (o *RequestCountFieldUpdateField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*RequestCountFieldUpdateField) SetError ¶

func (o *RequestCountFieldUpdateField) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*RequestCountFieldUpdateField) SetErrorNil ¶

func (o *RequestCountFieldUpdateField) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*RequestCountFieldUpdateField) SetFormulaType ¶

func (o *RequestCountFieldUpdateField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*RequestCountFieldUpdateField) SetName ¶

func (o *RequestCountFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestCountFieldUpdateField) SetNullable ¶

func (o *RequestCountFieldUpdateField) SetNullable(v bool)

SetNullable sets field value

func (*RequestCountFieldUpdateField) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*RequestCountFieldUpdateField) SetNumberDecimalPlacesNil ¶

func (o *RequestCountFieldUpdateField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*RequestCountFieldUpdateField) SetThroughFieldId ¶

func (o *RequestCountFieldUpdateField) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*RequestCountFieldUpdateField) SetThroughFieldIdNil ¶

func (o *RequestCountFieldUpdateField) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*RequestCountFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestCountFieldUpdateField) ToMap ¶

func (o RequestCountFieldUpdateField) ToMap() (map[string]interface{}, error)

func (*RequestCountFieldUpdateField) UnsetArrayFormulaType ¶

func (o *RequestCountFieldUpdateField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*RequestCountFieldUpdateField) UnsetDateForceTimezone ¶

func (o *RequestCountFieldUpdateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*RequestCountFieldUpdateField) UnsetDateFormat ¶

func (o *RequestCountFieldUpdateField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*RequestCountFieldUpdateField) UnsetDateIncludeTime ¶

func (o *RequestCountFieldUpdateField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*RequestCountFieldUpdateField) UnsetDateShowTzinfo ¶

func (o *RequestCountFieldUpdateField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*RequestCountFieldUpdateField) UnsetDateTimeFormat ¶

func (o *RequestCountFieldUpdateField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*RequestCountFieldUpdateField) UnsetError ¶

func (o *RequestCountFieldUpdateField) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*RequestCountFieldUpdateField) UnsetNumberDecimalPlaces ¶

func (o *RequestCountFieldUpdateField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*RequestCountFieldUpdateField) UnsetThroughFieldId ¶

func (o *RequestCountFieldUpdateField) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

type RequestCreateSnapshotJobCreateJob ¶

type RequestCreateSnapshotJobCreateJob struct {
	Type Type4afEnum `json:"type"`
}

RequestCreateSnapshotJobCreateJob struct for RequestCreateSnapshotJobCreateJob

func NewRequestCreateSnapshotJobCreateJob ¶

func NewRequestCreateSnapshotJobCreateJob(type_ Type4afEnum) *RequestCreateSnapshotJobCreateJob

NewRequestCreateSnapshotJobCreateJob instantiates a new RequestCreateSnapshotJobCreateJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestCreateSnapshotJobCreateJobWithDefaults ¶

func NewRequestCreateSnapshotJobCreateJobWithDefaults() *RequestCreateSnapshotJobCreateJob

NewRequestCreateSnapshotJobCreateJobWithDefaults instantiates a new RequestCreateSnapshotJobCreateJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestCreateSnapshotJobCreateJob) GetType ¶

GetType returns the Type field value

func (*RequestCreateSnapshotJobCreateJob) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RequestCreateSnapshotJobCreateJob) MarshalJSON ¶

func (o RequestCreateSnapshotJobCreateJob) MarshalJSON() ([]byte, error)

func (*RequestCreateSnapshotJobCreateJob) SetType ¶

SetType sets field value

func (RequestCreateSnapshotJobCreateJob) ToMap ¶

func (o RequestCreateSnapshotJobCreateJob) ToMap() (map[string]interface{}, error)

type RequestCreatedOnFieldUpdateField ¶

type RequestCreatedOnFieldUpdateField struct {
	Name       *string         `json:"name,omitempty"`
	Type       *Type712Enum    `json:"type,omitempty"`
	DateFormat *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// ('A UTC offset in minutes to add to all the field datetimes values.',)
	DateForceTimezoneOffset NullableInt32 `json:"date_force_timezone_offset,omitempty"`
}

RequestCreatedOnFieldUpdateField struct for RequestCreatedOnFieldUpdateField

func NewRequestCreatedOnFieldUpdateField ¶

func NewRequestCreatedOnFieldUpdateField() *RequestCreatedOnFieldUpdateField

NewRequestCreatedOnFieldUpdateField instantiates a new RequestCreatedOnFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestCreatedOnFieldUpdateFieldWithDefaults ¶

func NewRequestCreatedOnFieldUpdateFieldWithDefaults() *RequestCreatedOnFieldUpdateField

NewRequestCreatedOnFieldUpdateFieldWithDefaults instantiates a new RequestCreatedOnFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestCreatedOnFieldUpdateField) GetDateForceTimezone ¶

func (o *RequestCreatedOnFieldUpdateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestCreatedOnFieldUpdateField) GetDateForceTimezoneOffset ¶

func (o *RequestCreatedOnFieldUpdateField) GetDateForceTimezoneOffset() int32

GetDateForceTimezoneOffset returns the DateForceTimezoneOffset field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestCreatedOnFieldUpdateField) GetDateForceTimezoneOffsetOk ¶

func (o *RequestCreatedOnFieldUpdateField) GetDateForceTimezoneOffsetOk() (*int32, bool)

GetDateForceTimezoneOffsetOk returns a tuple with the DateForceTimezoneOffset field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestCreatedOnFieldUpdateField) GetDateForceTimezoneOk ¶

func (o *RequestCreatedOnFieldUpdateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestCreatedOnFieldUpdateField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*RequestCreatedOnFieldUpdateField) GetDateFormatOk ¶

func (o *RequestCreatedOnFieldUpdateField) GetDateFormatOk() (*DateFormatEnum, bool)

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreatedOnFieldUpdateField) GetDateIncludeTime ¶

func (o *RequestCreatedOnFieldUpdateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*RequestCreatedOnFieldUpdateField) GetDateIncludeTimeOk ¶

func (o *RequestCreatedOnFieldUpdateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreatedOnFieldUpdateField) GetDateShowTzinfo ¶

func (o *RequestCreatedOnFieldUpdateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*RequestCreatedOnFieldUpdateField) GetDateShowTzinfoOk ¶

func (o *RequestCreatedOnFieldUpdateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreatedOnFieldUpdateField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*RequestCreatedOnFieldUpdateField) GetDateTimeFormatOk ¶

func (o *RequestCreatedOnFieldUpdateField) GetDateTimeFormatOk() (*DateTimeFormatEnum, bool)

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreatedOnFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestCreatedOnFieldUpdateField) GetNameOk ¶

func (o *RequestCreatedOnFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestCreatedOnFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestCreatedOnFieldUpdateField) GetTypeOk ¶

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 (*RequestCreatedOnFieldUpdateField) HasDateForceTimezone ¶

func (o *RequestCreatedOnFieldUpdateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*RequestCreatedOnFieldUpdateField) HasDateForceTimezoneOffset ¶

func (o *RequestCreatedOnFieldUpdateField) HasDateForceTimezoneOffset() bool

HasDateForceTimezoneOffset returns a boolean if a field has been set.

func (*RequestCreatedOnFieldUpdateField) HasDateFormat ¶

func (o *RequestCreatedOnFieldUpdateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*RequestCreatedOnFieldUpdateField) HasDateIncludeTime ¶

func (o *RequestCreatedOnFieldUpdateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*RequestCreatedOnFieldUpdateField) HasDateShowTzinfo ¶

func (o *RequestCreatedOnFieldUpdateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*RequestCreatedOnFieldUpdateField) HasDateTimeFormat ¶

func (o *RequestCreatedOnFieldUpdateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*RequestCreatedOnFieldUpdateField) HasName ¶

HasName returns a boolean if a field has been set.

func (*RequestCreatedOnFieldUpdateField) HasType ¶

HasType returns a boolean if a field has been set.

func (RequestCreatedOnFieldUpdateField) MarshalJSON ¶

func (o RequestCreatedOnFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestCreatedOnFieldUpdateField) SetDateForceTimezone ¶

func (o *RequestCreatedOnFieldUpdateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*RequestCreatedOnFieldUpdateField) SetDateForceTimezoneNil ¶

func (o *RequestCreatedOnFieldUpdateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*RequestCreatedOnFieldUpdateField) SetDateForceTimezoneOffset ¶

func (o *RequestCreatedOnFieldUpdateField) SetDateForceTimezoneOffset(v int32)

SetDateForceTimezoneOffset gets a reference to the given NullableInt32 and assigns it to the DateForceTimezoneOffset field.

func (*RequestCreatedOnFieldUpdateField) SetDateForceTimezoneOffsetNil ¶

func (o *RequestCreatedOnFieldUpdateField) SetDateForceTimezoneOffsetNil()

SetDateForceTimezoneOffsetNil sets the value for DateForceTimezoneOffset to be an explicit nil

func (*RequestCreatedOnFieldUpdateField) SetDateFormat ¶

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*RequestCreatedOnFieldUpdateField) SetDateIncludeTime ¶

func (o *RequestCreatedOnFieldUpdateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*RequestCreatedOnFieldUpdateField) SetDateShowTzinfo ¶

func (o *RequestCreatedOnFieldUpdateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*RequestCreatedOnFieldUpdateField) SetDateTimeFormat ¶

func (o *RequestCreatedOnFieldUpdateField) SetDateTimeFormat(v DateTimeFormatEnum)

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*RequestCreatedOnFieldUpdateField) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestCreatedOnFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestCreatedOnFieldUpdateField) ToMap ¶

func (o RequestCreatedOnFieldUpdateField) ToMap() (map[string]interface{}, error)

func (*RequestCreatedOnFieldUpdateField) UnsetDateForceTimezone ¶

func (o *RequestCreatedOnFieldUpdateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*RequestCreatedOnFieldUpdateField) UnsetDateForceTimezoneOffset ¶

func (o *RequestCreatedOnFieldUpdateField) UnsetDateForceTimezoneOffset()

UnsetDateForceTimezoneOffset ensures that no value is present for DateForceTimezoneOffset, not even an explicit nil

type RequestDateFieldUpdateField ¶

type RequestDateFieldUpdateField struct {
	Name       *string         `json:"name,omitempty"`
	Type       *Type712Enum    `json:"type,omitempty"`
	DateFormat *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// ('A UTC offset in minutes to add to all the field datetimes values.',)
	DateForceTimezoneOffset NullableInt32 `json:"date_force_timezone_offset,omitempty"`
}

RequestDateFieldUpdateField struct for RequestDateFieldUpdateField

func NewRequestDateFieldUpdateField ¶

func NewRequestDateFieldUpdateField() *RequestDateFieldUpdateField

NewRequestDateFieldUpdateField instantiates a new RequestDateFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestDateFieldUpdateFieldWithDefaults ¶

func NewRequestDateFieldUpdateFieldWithDefaults() *RequestDateFieldUpdateField

NewRequestDateFieldUpdateFieldWithDefaults instantiates a new RequestDateFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestDateFieldUpdateField) GetDateForceTimezone ¶

func (o *RequestDateFieldUpdateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestDateFieldUpdateField) GetDateForceTimezoneOffset ¶

func (o *RequestDateFieldUpdateField) GetDateForceTimezoneOffset() int32

GetDateForceTimezoneOffset returns the DateForceTimezoneOffset field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestDateFieldUpdateField) GetDateForceTimezoneOffsetOk ¶

func (o *RequestDateFieldUpdateField) GetDateForceTimezoneOffsetOk() (*int32, bool)

GetDateForceTimezoneOffsetOk returns a tuple with the DateForceTimezoneOffset field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestDateFieldUpdateField) GetDateForceTimezoneOk ¶

func (o *RequestDateFieldUpdateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestDateFieldUpdateField) GetDateFormat ¶

func (o *RequestDateFieldUpdateField) GetDateFormat() DateFormatEnum

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*RequestDateFieldUpdateField) GetDateFormatOk ¶

func (o *RequestDateFieldUpdateField) GetDateFormatOk() (*DateFormatEnum, bool)

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestDateFieldUpdateField) GetDateIncludeTime ¶

func (o *RequestDateFieldUpdateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*RequestDateFieldUpdateField) GetDateIncludeTimeOk ¶

func (o *RequestDateFieldUpdateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestDateFieldUpdateField) GetDateShowTzinfo ¶

func (o *RequestDateFieldUpdateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*RequestDateFieldUpdateField) GetDateShowTzinfoOk ¶

func (o *RequestDateFieldUpdateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestDateFieldUpdateField) GetDateTimeFormat ¶

func (o *RequestDateFieldUpdateField) GetDateTimeFormat() DateTimeFormatEnum

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*RequestDateFieldUpdateField) GetDateTimeFormatOk ¶

func (o *RequestDateFieldUpdateField) GetDateTimeFormatOk() (*DateTimeFormatEnum, bool)

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestDateFieldUpdateField) GetName ¶

func (o *RequestDateFieldUpdateField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RequestDateFieldUpdateField) GetNameOk ¶

func (o *RequestDateFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestDateFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestDateFieldUpdateField) GetTypeOk ¶

func (o *RequestDateFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestDateFieldUpdateField) HasDateForceTimezone ¶

func (o *RequestDateFieldUpdateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*RequestDateFieldUpdateField) HasDateForceTimezoneOffset ¶

func (o *RequestDateFieldUpdateField) HasDateForceTimezoneOffset() bool

HasDateForceTimezoneOffset returns a boolean if a field has been set.

func (*RequestDateFieldUpdateField) HasDateFormat ¶

func (o *RequestDateFieldUpdateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*RequestDateFieldUpdateField) HasDateIncludeTime ¶

func (o *RequestDateFieldUpdateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*RequestDateFieldUpdateField) HasDateShowTzinfo ¶

func (o *RequestDateFieldUpdateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*RequestDateFieldUpdateField) HasDateTimeFormat ¶

func (o *RequestDateFieldUpdateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*RequestDateFieldUpdateField) HasName ¶

func (o *RequestDateFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestDateFieldUpdateField) HasType ¶

func (o *RequestDateFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestDateFieldUpdateField) MarshalJSON ¶

func (o RequestDateFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestDateFieldUpdateField) SetDateForceTimezone ¶

func (o *RequestDateFieldUpdateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*RequestDateFieldUpdateField) SetDateForceTimezoneNil ¶

func (o *RequestDateFieldUpdateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*RequestDateFieldUpdateField) SetDateForceTimezoneOffset ¶

func (o *RequestDateFieldUpdateField) SetDateForceTimezoneOffset(v int32)

SetDateForceTimezoneOffset gets a reference to the given NullableInt32 and assigns it to the DateForceTimezoneOffset field.

func (*RequestDateFieldUpdateField) SetDateForceTimezoneOffsetNil ¶

func (o *RequestDateFieldUpdateField) SetDateForceTimezoneOffsetNil()

SetDateForceTimezoneOffsetNil sets the value for DateForceTimezoneOffset to be an explicit nil

func (*RequestDateFieldUpdateField) SetDateFormat ¶

func (o *RequestDateFieldUpdateField) SetDateFormat(v DateFormatEnum)

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*RequestDateFieldUpdateField) SetDateIncludeTime ¶

func (o *RequestDateFieldUpdateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*RequestDateFieldUpdateField) SetDateShowTzinfo ¶

func (o *RequestDateFieldUpdateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*RequestDateFieldUpdateField) SetDateTimeFormat ¶

func (o *RequestDateFieldUpdateField) SetDateTimeFormat(v DateTimeFormatEnum)

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*RequestDateFieldUpdateField) SetName ¶

func (o *RequestDateFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestDateFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestDateFieldUpdateField) ToMap ¶

func (o RequestDateFieldUpdateField) ToMap() (map[string]interface{}, error)

func (*RequestDateFieldUpdateField) UnsetDateForceTimezone ¶

func (o *RequestDateFieldUpdateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*RequestDateFieldUpdateField) UnsetDateForceTimezoneOffset ¶

func (o *RequestDateFieldUpdateField) UnsetDateForceTimezoneOffset()

UnsetDateForceTimezoneOffset ensures that no value is present for DateForceTimezoneOffset, not even an explicit nil

type RequestDuplicateApplicationJobCreateJob ¶

type RequestDuplicateApplicationJobCreateJob struct {
	Type Type4afEnum `json:"type"`
	// The application ID to duplicate.
	ApplicationId int32 `json:"application_id"`
}

RequestDuplicateApplicationJobCreateJob struct for RequestDuplicateApplicationJobCreateJob

func NewRequestDuplicateApplicationJobCreateJob ¶

func NewRequestDuplicateApplicationJobCreateJob(type_ Type4afEnum, applicationId int32) *RequestDuplicateApplicationJobCreateJob

NewRequestDuplicateApplicationJobCreateJob instantiates a new RequestDuplicateApplicationJobCreateJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestDuplicateApplicationJobCreateJobWithDefaults ¶

func NewRequestDuplicateApplicationJobCreateJobWithDefaults() *RequestDuplicateApplicationJobCreateJob

NewRequestDuplicateApplicationJobCreateJobWithDefaults instantiates a new RequestDuplicateApplicationJobCreateJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestDuplicateApplicationJobCreateJob) GetApplicationId ¶

func (o *RequestDuplicateApplicationJobCreateJob) GetApplicationId() int32

GetApplicationId returns the ApplicationId field value

func (*RequestDuplicateApplicationJobCreateJob) GetApplicationIdOk ¶

func (o *RequestDuplicateApplicationJobCreateJob) GetApplicationIdOk() (*int32, bool)

GetApplicationIdOk returns a tuple with the ApplicationId field value and a boolean to check if the value has been set.

func (*RequestDuplicateApplicationJobCreateJob) GetType ¶

GetType returns the Type field value

func (*RequestDuplicateApplicationJobCreateJob) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RequestDuplicateApplicationJobCreateJob) MarshalJSON ¶

func (o RequestDuplicateApplicationJobCreateJob) MarshalJSON() ([]byte, error)

func (*RequestDuplicateApplicationJobCreateJob) SetApplicationId ¶

func (o *RequestDuplicateApplicationJobCreateJob) SetApplicationId(v int32)

SetApplicationId sets field value

func (*RequestDuplicateApplicationJobCreateJob) SetType ¶

SetType sets field value

func (RequestDuplicateApplicationJobCreateJob) ToMap ¶

func (o RequestDuplicateApplicationJobCreateJob) ToMap() (map[string]interface{}, error)

type RequestDuplicateFieldJobCreateJob ¶

type RequestDuplicateFieldJobCreateJob struct {
	Type Type4afEnum `json:"type"`
	// The ID of the field to duplicate.
	FieldId int32 `json:"field_id"`
	// Whether to duplicate the data of the field.
	DuplicateData *bool `json:"duplicate_data,omitempty"`
}

RequestDuplicateFieldJobCreateJob struct for RequestDuplicateFieldJobCreateJob

func NewRequestDuplicateFieldJobCreateJob ¶

func NewRequestDuplicateFieldJobCreateJob(type_ Type4afEnum, fieldId int32) *RequestDuplicateFieldJobCreateJob

NewRequestDuplicateFieldJobCreateJob instantiates a new RequestDuplicateFieldJobCreateJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestDuplicateFieldJobCreateJobWithDefaults ¶

func NewRequestDuplicateFieldJobCreateJobWithDefaults() *RequestDuplicateFieldJobCreateJob

NewRequestDuplicateFieldJobCreateJobWithDefaults instantiates a new RequestDuplicateFieldJobCreateJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestDuplicateFieldJobCreateJob) GetDuplicateData ¶

func (o *RequestDuplicateFieldJobCreateJob) GetDuplicateData() bool

GetDuplicateData returns the DuplicateData field value if set, zero value otherwise.

func (*RequestDuplicateFieldJobCreateJob) GetDuplicateDataOk ¶

func (o *RequestDuplicateFieldJobCreateJob) GetDuplicateDataOk() (*bool, bool)

GetDuplicateDataOk returns a tuple with the DuplicateData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestDuplicateFieldJobCreateJob) GetFieldId ¶

func (o *RequestDuplicateFieldJobCreateJob) GetFieldId() int32

GetFieldId returns the FieldId field value

func (*RequestDuplicateFieldJobCreateJob) GetFieldIdOk ¶

func (o *RequestDuplicateFieldJobCreateJob) GetFieldIdOk() (*int32, bool)

GetFieldIdOk returns a tuple with the FieldId field value and a boolean to check if the value has been set.

func (*RequestDuplicateFieldJobCreateJob) GetType ¶

GetType returns the Type field value

func (*RequestDuplicateFieldJobCreateJob) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RequestDuplicateFieldJobCreateJob) HasDuplicateData ¶

func (o *RequestDuplicateFieldJobCreateJob) HasDuplicateData() bool

HasDuplicateData returns a boolean if a field has been set.

func (RequestDuplicateFieldJobCreateJob) MarshalJSON ¶

func (o RequestDuplicateFieldJobCreateJob) MarshalJSON() ([]byte, error)

func (*RequestDuplicateFieldJobCreateJob) SetDuplicateData ¶

func (o *RequestDuplicateFieldJobCreateJob) SetDuplicateData(v bool)

SetDuplicateData gets a reference to the given bool and assigns it to the DuplicateData field.

func (*RequestDuplicateFieldJobCreateJob) SetFieldId ¶

func (o *RequestDuplicateFieldJobCreateJob) SetFieldId(v int32)

SetFieldId sets field value

func (*RequestDuplicateFieldJobCreateJob) SetType ¶

SetType sets field value

func (RequestDuplicateFieldJobCreateJob) ToMap ¶

func (o RequestDuplicateFieldJobCreateJob) ToMap() (map[string]interface{}, error)

type RequestDuplicateTableJobCreateJob ¶

type RequestDuplicateTableJobCreateJob struct {
	Type Type4afEnum `json:"type"`
	// The ID of the table to duplicate.
	TableId int32 `json:"table_id"`
}

RequestDuplicateTableJobCreateJob struct for RequestDuplicateTableJobCreateJob

func NewRequestDuplicateTableJobCreateJob ¶

func NewRequestDuplicateTableJobCreateJob(type_ Type4afEnum, tableId int32) *RequestDuplicateTableJobCreateJob

NewRequestDuplicateTableJobCreateJob instantiates a new RequestDuplicateTableJobCreateJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestDuplicateTableJobCreateJobWithDefaults ¶

func NewRequestDuplicateTableJobCreateJobWithDefaults() *RequestDuplicateTableJobCreateJob

NewRequestDuplicateTableJobCreateJobWithDefaults instantiates a new RequestDuplicateTableJobCreateJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestDuplicateTableJobCreateJob) GetTableId ¶

func (o *RequestDuplicateTableJobCreateJob) GetTableId() int32

GetTableId returns the TableId field value

func (*RequestDuplicateTableJobCreateJob) GetTableIdOk ¶

func (o *RequestDuplicateTableJobCreateJob) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*RequestDuplicateTableJobCreateJob) GetType ¶

GetType returns the Type field value

func (*RequestDuplicateTableJobCreateJob) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RequestDuplicateTableJobCreateJob) MarshalJSON ¶

func (o RequestDuplicateTableJobCreateJob) MarshalJSON() ([]byte, error)

func (*RequestDuplicateTableJobCreateJob) SetTableId ¶

func (o *RequestDuplicateTableJobCreateJob) SetTableId(v int32)

SetTableId sets field value

func (*RequestDuplicateTableJobCreateJob) SetType ¶

SetType sets field value

func (RequestDuplicateTableJobCreateJob) ToMap ¶

func (o RequestDuplicateTableJobCreateJob) ToMap() (map[string]interface{}, error)

type RequestEmailFieldUpdateField ¶

type RequestEmailFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
}

RequestEmailFieldUpdateField struct for RequestEmailFieldUpdateField

func NewRequestEmailFieldUpdateField ¶

func NewRequestEmailFieldUpdateField() *RequestEmailFieldUpdateField

NewRequestEmailFieldUpdateField instantiates a new RequestEmailFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestEmailFieldUpdateFieldWithDefaults ¶

func NewRequestEmailFieldUpdateFieldWithDefaults() *RequestEmailFieldUpdateField

NewRequestEmailFieldUpdateFieldWithDefaults instantiates a new RequestEmailFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestEmailFieldUpdateField) GetName ¶

func (o *RequestEmailFieldUpdateField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RequestEmailFieldUpdateField) GetNameOk ¶

func (o *RequestEmailFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestEmailFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestEmailFieldUpdateField) GetTypeOk ¶

func (o *RequestEmailFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestEmailFieldUpdateField) HasName ¶

func (o *RequestEmailFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestEmailFieldUpdateField) HasType ¶

func (o *RequestEmailFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestEmailFieldUpdateField) MarshalJSON ¶

func (o RequestEmailFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestEmailFieldUpdateField) SetName ¶

func (o *RequestEmailFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestEmailFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestEmailFieldUpdateField) ToMap ¶

func (o RequestEmailFieldUpdateField) ToMap() (map[string]interface{}, error)

type RequestFileFieldUpdateField ¶

type RequestFileFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
}

RequestFileFieldUpdateField struct for RequestFileFieldUpdateField

func NewRequestFileFieldUpdateField ¶

func NewRequestFileFieldUpdateField() *RequestFileFieldUpdateField

NewRequestFileFieldUpdateField instantiates a new RequestFileFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestFileFieldUpdateFieldWithDefaults ¶

func NewRequestFileFieldUpdateFieldWithDefaults() *RequestFileFieldUpdateField

NewRequestFileFieldUpdateFieldWithDefaults instantiates a new RequestFileFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestFileFieldUpdateField) GetName ¶

func (o *RequestFileFieldUpdateField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RequestFileFieldUpdateField) GetNameOk ¶

func (o *RequestFileFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestFileFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestFileFieldUpdateField) GetTypeOk ¶

func (o *RequestFileFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestFileFieldUpdateField) HasName ¶

func (o *RequestFileFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestFileFieldUpdateField) HasType ¶

func (o *RequestFileFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestFileFieldUpdateField) MarshalJSON ¶

func (o RequestFileFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestFileFieldUpdateField) SetName ¶

func (o *RequestFileFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestFileFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestFileFieldUpdateField) ToMap ¶

func (o RequestFileFieldUpdateField) ToMap() (map[string]interface{}, error)

type RequestFileImportJobCreateJob ¶

type RequestFileImportJobCreateJob struct {
	Type Type4afEnum `json:"type"`
}

RequestFileImportJobCreateJob struct for RequestFileImportJobCreateJob

func NewRequestFileImportJobCreateJob ¶

func NewRequestFileImportJobCreateJob(type_ Type4afEnum) *RequestFileImportJobCreateJob

NewRequestFileImportJobCreateJob instantiates a new RequestFileImportJobCreateJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestFileImportJobCreateJobWithDefaults ¶

func NewRequestFileImportJobCreateJobWithDefaults() *RequestFileImportJobCreateJob

NewRequestFileImportJobCreateJobWithDefaults instantiates a new RequestFileImportJobCreateJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestFileImportJobCreateJob) GetType ¶

GetType returns the Type field value

func (*RequestFileImportJobCreateJob) GetTypeOk ¶

func (o *RequestFileImportJobCreateJob) GetTypeOk() (*Type4afEnum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RequestFileImportJobCreateJob) MarshalJSON ¶

func (o RequestFileImportJobCreateJob) MarshalJSON() ([]byte, error)

func (*RequestFileImportJobCreateJob) SetType ¶

SetType sets field value

func (RequestFileImportJobCreateJob) ToMap ¶

func (o RequestFileImportJobCreateJob) ToMap() (map[string]interface{}, error)

type RequestFormulaFieldUpdateField ¶

type RequestFormulaFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               string                                           `json:"error"`
	Formula             string                                           `json:"formula"`
	FormulaType         *FormulaTypeEnum                                 `json:"formula_type,omitempty"`
}

RequestFormulaFieldUpdateField struct for RequestFormulaFieldUpdateField

func NewRequestFormulaFieldUpdateField ¶

func NewRequestFormulaFieldUpdateField(nullable bool, error_ string, formula string) *RequestFormulaFieldUpdateField

NewRequestFormulaFieldUpdateField instantiates a new RequestFormulaFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestFormulaFieldUpdateFieldWithDefaults ¶

func NewRequestFormulaFieldUpdateFieldWithDefaults() *RequestFormulaFieldUpdateField

NewRequestFormulaFieldUpdateFieldWithDefaults instantiates a new RequestFormulaFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestFormulaFieldUpdateField) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestFormulaFieldUpdateField) GetArrayFormulaTypeOk ¶

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestFormulaFieldUpdateField) GetDateForceTimezone ¶

func (o *RequestFormulaFieldUpdateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestFormulaFieldUpdateField) GetDateForceTimezoneOk ¶

func (o *RequestFormulaFieldUpdateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestFormulaFieldUpdateField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestFormulaFieldUpdateField) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestFormulaFieldUpdateField) GetDateIncludeTime ¶

func (o *RequestFormulaFieldUpdateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestFormulaFieldUpdateField) GetDateIncludeTimeOk ¶

func (o *RequestFormulaFieldUpdateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestFormulaFieldUpdateField) GetDateShowTzinfo ¶

func (o *RequestFormulaFieldUpdateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestFormulaFieldUpdateField) GetDateShowTzinfoOk ¶

func (o *RequestFormulaFieldUpdateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestFormulaFieldUpdateField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestFormulaFieldUpdateField) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestFormulaFieldUpdateField) GetError ¶

func (o *RequestFormulaFieldUpdateField) GetError() string

GetError returns the Error field value

func (*RequestFormulaFieldUpdateField) GetErrorOk ¶

func (o *RequestFormulaFieldUpdateField) GetErrorOk() (*string, bool)

GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.

func (*RequestFormulaFieldUpdateField) GetFormula ¶

func (o *RequestFormulaFieldUpdateField) GetFormula() string

GetFormula returns the Formula field value

func (*RequestFormulaFieldUpdateField) GetFormulaOk ¶

func (o *RequestFormulaFieldUpdateField) GetFormulaOk() (*string, bool)

GetFormulaOk returns a tuple with the Formula field value and a boolean to check if the value has been set.

func (*RequestFormulaFieldUpdateField) GetFormulaType ¶

func (o *RequestFormulaFieldUpdateField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*RequestFormulaFieldUpdateField) GetFormulaTypeOk ¶

func (o *RequestFormulaFieldUpdateField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestFormulaFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestFormulaFieldUpdateField) GetNameOk ¶

func (o *RequestFormulaFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestFormulaFieldUpdateField) GetNullable ¶

func (o *RequestFormulaFieldUpdateField) GetNullable() bool

GetNullable returns the Nullable field value

func (*RequestFormulaFieldUpdateField) GetNullableOk ¶

func (o *RequestFormulaFieldUpdateField) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*RequestFormulaFieldUpdateField) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestFormulaFieldUpdateField) GetNumberDecimalPlacesOk ¶

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestFormulaFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestFormulaFieldUpdateField) GetTypeOk ¶

func (o *RequestFormulaFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestFormulaFieldUpdateField) HasArrayFormulaType ¶

func (o *RequestFormulaFieldUpdateField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*RequestFormulaFieldUpdateField) HasDateForceTimezone ¶

func (o *RequestFormulaFieldUpdateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*RequestFormulaFieldUpdateField) HasDateFormat ¶

func (o *RequestFormulaFieldUpdateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*RequestFormulaFieldUpdateField) HasDateIncludeTime ¶

func (o *RequestFormulaFieldUpdateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*RequestFormulaFieldUpdateField) HasDateShowTzinfo ¶

func (o *RequestFormulaFieldUpdateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*RequestFormulaFieldUpdateField) HasDateTimeFormat ¶

func (o *RequestFormulaFieldUpdateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*RequestFormulaFieldUpdateField) HasFormulaType ¶

func (o *RequestFormulaFieldUpdateField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*RequestFormulaFieldUpdateField) HasName ¶

func (o *RequestFormulaFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestFormulaFieldUpdateField) HasNumberDecimalPlaces ¶

func (o *RequestFormulaFieldUpdateField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*RequestFormulaFieldUpdateField) HasType ¶

func (o *RequestFormulaFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestFormulaFieldUpdateField) MarshalJSON ¶

func (o RequestFormulaFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestFormulaFieldUpdateField) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*RequestFormulaFieldUpdateField) SetArrayFormulaTypeNil ¶

func (o *RequestFormulaFieldUpdateField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*RequestFormulaFieldUpdateField) SetDateForceTimezone ¶

func (o *RequestFormulaFieldUpdateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*RequestFormulaFieldUpdateField) SetDateForceTimezoneNil ¶

func (o *RequestFormulaFieldUpdateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*RequestFormulaFieldUpdateField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*RequestFormulaFieldUpdateField) SetDateFormatNil ¶

func (o *RequestFormulaFieldUpdateField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*RequestFormulaFieldUpdateField) SetDateIncludeTime ¶

func (o *RequestFormulaFieldUpdateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*RequestFormulaFieldUpdateField) SetDateIncludeTimeNil ¶

func (o *RequestFormulaFieldUpdateField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*RequestFormulaFieldUpdateField) SetDateShowTzinfo ¶

func (o *RequestFormulaFieldUpdateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*RequestFormulaFieldUpdateField) SetDateShowTzinfoNil ¶

func (o *RequestFormulaFieldUpdateField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*RequestFormulaFieldUpdateField) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*RequestFormulaFieldUpdateField) SetDateTimeFormatNil ¶

func (o *RequestFormulaFieldUpdateField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*RequestFormulaFieldUpdateField) SetError ¶

func (o *RequestFormulaFieldUpdateField) SetError(v string)

SetError sets field value

func (*RequestFormulaFieldUpdateField) SetFormula ¶

func (o *RequestFormulaFieldUpdateField) SetFormula(v string)

SetFormula sets field value

func (*RequestFormulaFieldUpdateField) SetFormulaType ¶

func (o *RequestFormulaFieldUpdateField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*RequestFormulaFieldUpdateField) SetName ¶

func (o *RequestFormulaFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestFormulaFieldUpdateField) SetNullable ¶

func (o *RequestFormulaFieldUpdateField) SetNullable(v bool)

SetNullable sets field value

func (*RequestFormulaFieldUpdateField) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*RequestFormulaFieldUpdateField) SetNumberDecimalPlacesNil ¶

func (o *RequestFormulaFieldUpdateField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*RequestFormulaFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestFormulaFieldUpdateField) ToMap ¶

func (o RequestFormulaFieldUpdateField) ToMap() (map[string]interface{}, error)

func (*RequestFormulaFieldUpdateField) UnsetArrayFormulaType ¶

func (o *RequestFormulaFieldUpdateField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*RequestFormulaFieldUpdateField) UnsetDateForceTimezone ¶

func (o *RequestFormulaFieldUpdateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*RequestFormulaFieldUpdateField) UnsetDateFormat ¶

func (o *RequestFormulaFieldUpdateField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*RequestFormulaFieldUpdateField) UnsetDateIncludeTime ¶

func (o *RequestFormulaFieldUpdateField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*RequestFormulaFieldUpdateField) UnsetDateShowTzinfo ¶

func (o *RequestFormulaFieldUpdateField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*RequestFormulaFieldUpdateField) UnsetDateTimeFormat ¶

func (o *RequestFormulaFieldUpdateField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*RequestFormulaFieldUpdateField) UnsetNumberDecimalPlaces ¶

func (o *RequestFormulaFieldUpdateField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

type RequestInstallTemplateJobCreateJob ¶

type RequestInstallTemplateJobCreateJob struct {
	Type Type4afEnum `json:"type"`
	// The ID of the group where the template will be installed.
	GroupId *int32 `json:"group_id,omitempty"`
	// The ID of the workspace where the template will be installed.
	WorkspaceId *int32 `json:"workspace_id,omitempty"`
	// The template ID that will be installed.
	TemplateId int32 `json:"template_id"`
}

RequestInstallTemplateJobCreateJob struct for RequestInstallTemplateJobCreateJob

func NewRequestInstallTemplateJobCreateJob ¶

func NewRequestInstallTemplateJobCreateJob(type_ Type4afEnum, templateId int32) *RequestInstallTemplateJobCreateJob

NewRequestInstallTemplateJobCreateJob instantiates a new RequestInstallTemplateJobCreateJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestInstallTemplateJobCreateJobWithDefaults ¶

func NewRequestInstallTemplateJobCreateJobWithDefaults() *RequestInstallTemplateJobCreateJob

NewRequestInstallTemplateJobCreateJobWithDefaults instantiates a new RequestInstallTemplateJobCreateJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestInstallTemplateJobCreateJob) GetGroupId ¶

func (o *RequestInstallTemplateJobCreateJob) GetGroupId() int32

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*RequestInstallTemplateJobCreateJob) GetGroupIdOk ¶

func (o *RequestInstallTemplateJobCreateJob) GetGroupIdOk() (*int32, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestInstallTemplateJobCreateJob) GetTemplateId ¶

func (o *RequestInstallTemplateJobCreateJob) GetTemplateId() int32

GetTemplateId returns the TemplateId field value

func (*RequestInstallTemplateJobCreateJob) GetTemplateIdOk ¶

func (o *RequestInstallTemplateJobCreateJob) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value and a boolean to check if the value has been set.

func (*RequestInstallTemplateJobCreateJob) GetType ¶

GetType returns the Type field value

func (*RequestInstallTemplateJobCreateJob) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RequestInstallTemplateJobCreateJob) GetWorkspaceId ¶

func (o *RequestInstallTemplateJobCreateJob) GetWorkspaceId() int32

GetWorkspaceId returns the WorkspaceId field value if set, zero value otherwise.

func (*RequestInstallTemplateJobCreateJob) GetWorkspaceIdOk ¶

func (o *RequestInstallTemplateJobCreateJob) GetWorkspaceIdOk() (*int32, bool)

GetWorkspaceIdOk returns a tuple with the WorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestInstallTemplateJobCreateJob) HasGroupId ¶

func (o *RequestInstallTemplateJobCreateJob) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*RequestInstallTemplateJobCreateJob) HasWorkspaceId ¶

func (o *RequestInstallTemplateJobCreateJob) HasWorkspaceId() bool

HasWorkspaceId returns a boolean if a field has been set.

func (RequestInstallTemplateJobCreateJob) MarshalJSON ¶

func (o RequestInstallTemplateJobCreateJob) MarshalJSON() ([]byte, error)

func (*RequestInstallTemplateJobCreateJob) SetGroupId ¶

func (o *RequestInstallTemplateJobCreateJob) SetGroupId(v int32)

SetGroupId gets a reference to the given int32 and assigns it to the GroupId field.

func (*RequestInstallTemplateJobCreateJob) SetTemplateId ¶

func (o *RequestInstallTemplateJobCreateJob) SetTemplateId(v int32)

SetTemplateId sets field value

func (*RequestInstallTemplateJobCreateJob) SetType ¶

SetType sets field value

func (*RequestInstallTemplateJobCreateJob) SetWorkspaceId ¶

func (o *RequestInstallTemplateJobCreateJob) SetWorkspaceId(v int32)

SetWorkspaceId gets a reference to the given int32 and assigns it to the WorkspaceId field.

func (RequestInstallTemplateJobCreateJob) ToMap ¶

func (o RequestInstallTemplateJobCreateJob) ToMap() (map[string]interface{}, error)

type RequestLastModifiedFieldUpdateField ¶

type RequestLastModifiedFieldUpdateField struct {
	Name       *string         `json:"name,omitempty"`
	Type       *Type712Enum    `json:"type,omitempty"`
	DateFormat *DateFormatEnum `json:"date_format,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime *bool               `json:"date_include_time,omitempty"`
	DateTimeFormat  *DateTimeFormatEnum `json:"date_time_format,omitempty"`
	// Indicates if the timezone should be shown.
	DateShowTzinfo *bool `json:"date_show_tzinfo,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// ('A UTC offset in minutes to add to all the field datetimes values.',)
	DateForceTimezoneOffset NullableInt32 `json:"date_force_timezone_offset,omitempty"`
}

RequestLastModifiedFieldUpdateField struct for RequestLastModifiedFieldUpdateField

func NewRequestLastModifiedFieldUpdateField ¶

func NewRequestLastModifiedFieldUpdateField() *RequestLastModifiedFieldUpdateField

NewRequestLastModifiedFieldUpdateField instantiates a new RequestLastModifiedFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestLastModifiedFieldUpdateFieldWithDefaults ¶

func NewRequestLastModifiedFieldUpdateFieldWithDefaults() *RequestLastModifiedFieldUpdateField

NewRequestLastModifiedFieldUpdateFieldWithDefaults instantiates a new RequestLastModifiedFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestLastModifiedFieldUpdateField) GetDateForceTimezone ¶

func (o *RequestLastModifiedFieldUpdateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLastModifiedFieldUpdateField) GetDateForceTimezoneOffset ¶

func (o *RequestLastModifiedFieldUpdateField) GetDateForceTimezoneOffset() int32

GetDateForceTimezoneOffset returns the DateForceTimezoneOffset field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLastModifiedFieldUpdateField) GetDateForceTimezoneOffsetOk ¶

func (o *RequestLastModifiedFieldUpdateField) GetDateForceTimezoneOffsetOk() (*int32, bool)

GetDateForceTimezoneOffsetOk returns a tuple with the DateForceTimezoneOffset field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLastModifiedFieldUpdateField) GetDateForceTimezoneOk ¶

func (o *RequestLastModifiedFieldUpdateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLastModifiedFieldUpdateField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise.

func (*RequestLastModifiedFieldUpdateField) GetDateFormatOk ¶

func (o *RequestLastModifiedFieldUpdateField) GetDateFormatOk() (*DateFormatEnum, bool)

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestLastModifiedFieldUpdateField) GetDateIncludeTime ¶

func (o *RequestLastModifiedFieldUpdateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise.

func (*RequestLastModifiedFieldUpdateField) GetDateIncludeTimeOk ¶

func (o *RequestLastModifiedFieldUpdateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestLastModifiedFieldUpdateField) GetDateShowTzinfo ¶

func (o *RequestLastModifiedFieldUpdateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise.

func (*RequestLastModifiedFieldUpdateField) GetDateShowTzinfoOk ¶

func (o *RequestLastModifiedFieldUpdateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestLastModifiedFieldUpdateField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise.

func (*RequestLastModifiedFieldUpdateField) GetDateTimeFormatOk ¶

func (o *RequestLastModifiedFieldUpdateField) GetDateTimeFormatOk() (*DateTimeFormatEnum, bool)

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestLastModifiedFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestLastModifiedFieldUpdateField) GetNameOk ¶

func (o *RequestLastModifiedFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestLastModifiedFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestLastModifiedFieldUpdateField) GetTypeOk ¶

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 (*RequestLastModifiedFieldUpdateField) HasDateForceTimezone ¶

func (o *RequestLastModifiedFieldUpdateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*RequestLastModifiedFieldUpdateField) HasDateForceTimezoneOffset ¶

func (o *RequestLastModifiedFieldUpdateField) HasDateForceTimezoneOffset() bool

HasDateForceTimezoneOffset returns a boolean if a field has been set.

func (*RequestLastModifiedFieldUpdateField) HasDateFormat ¶

func (o *RequestLastModifiedFieldUpdateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*RequestLastModifiedFieldUpdateField) HasDateIncludeTime ¶

func (o *RequestLastModifiedFieldUpdateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*RequestLastModifiedFieldUpdateField) HasDateShowTzinfo ¶

func (o *RequestLastModifiedFieldUpdateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*RequestLastModifiedFieldUpdateField) HasDateTimeFormat ¶

func (o *RequestLastModifiedFieldUpdateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*RequestLastModifiedFieldUpdateField) HasName ¶

HasName returns a boolean if a field has been set.

func (*RequestLastModifiedFieldUpdateField) HasType ¶

HasType returns a boolean if a field has been set.

func (RequestLastModifiedFieldUpdateField) MarshalJSON ¶

func (o RequestLastModifiedFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestLastModifiedFieldUpdateField) SetDateForceTimezone ¶

func (o *RequestLastModifiedFieldUpdateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*RequestLastModifiedFieldUpdateField) SetDateForceTimezoneNil ¶

func (o *RequestLastModifiedFieldUpdateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*RequestLastModifiedFieldUpdateField) SetDateForceTimezoneOffset ¶

func (o *RequestLastModifiedFieldUpdateField) SetDateForceTimezoneOffset(v int32)

SetDateForceTimezoneOffset gets a reference to the given NullableInt32 and assigns it to the DateForceTimezoneOffset field.

func (*RequestLastModifiedFieldUpdateField) SetDateForceTimezoneOffsetNil ¶

func (o *RequestLastModifiedFieldUpdateField) SetDateForceTimezoneOffsetNil()

SetDateForceTimezoneOffsetNil sets the value for DateForceTimezoneOffset to be an explicit nil

func (*RequestLastModifiedFieldUpdateField) SetDateFormat ¶

SetDateFormat gets a reference to the given DateFormatEnum and assigns it to the DateFormat field.

func (*RequestLastModifiedFieldUpdateField) SetDateIncludeTime ¶

func (o *RequestLastModifiedFieldUpdateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given bool and assigns it to the DateIncludeTime field.

func (*RequestLastModifiedFieldUpdateField) SetDateShowTzinfo ¶

func (o *RequestLastModifiedFieldUpdateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given bool and assigns it to the DateShowTzinfo field.

func (*RequestLastModifiedFieldUpdateField) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given DateTimeFormatEnum and assigns it to the DateTimeFormat field.

func (*RequestLastModifiedFieldUpdateField) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestLastModifiedFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestLastModifiedFieldUpdateField) ToMap ¶

func (o RequestLastModifiedFieldUpdateField) ToMap() (map[string]interface{}, error)

func (*RequestLastModifiedFieldUpdateField) UnsetDateForceTimezone ¶

func (o *RequestLastModifiedFieldUpdateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*RequestLastModifiedFieldUpdateField) UnsetDateForceTimezoneOffset ¶

func (o *RequestLastModifiedFieldUpdateField) UnsetDateForceTimezoneOffset()

UnsetDateForceTimezoneOffset ensures that no value is present for DateForceTimezoneOffset, not even an explicit nil

type RequestLinkRowFieldUpdateField ¶

type RequestLinkRowFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
	// The id of the linked table.
	LinkRowTableId NullableInt32 `json:"link_row_table_id,omitempty"`
	// (Deprecated) The id of the linked table.
	LinkRowTable    NullableInt32 `json:"link_row_table,omitempty"`
	HasRelatedField *bool         `json:"has_related_field,omitempty"`
}

RequestLinkRowFieldUpdateField struct for RequestLinkRowFieldUpdateField

func NewRequestLinkRowFieldUpdateField ¶

func NewRequestLinkRowFieldUpdateField() *RequestLinkRowFieldUpdateField

NewRequestLinkRowFieldUpdateField instantiates a new RequestLinkRowFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestLinkRowFieldUpdateFieldWithDefaults ¶

func NewRequestLinkRowFieldUpdateFieldWithDefaults() *RequestLinkRowFieldUpdateField

NewRequestLinkRowFieldUpdateFieldWithDefaults instantiates a new RequestLinkRowFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestLinkRowFieldUpdateField) GetHasRelatedField ¶

func (o *RequestLinkRowFieldUpdateField) GetHasRelatedField() bool

GetHasRelatedField returns the HasRelatedField field value if set, zero value otherwise.

func (*RequestLinkRowFieldUpdateField) GetHasRelatedFieldOk ¶

func (o *RequestLinkRowFieldUpdateField) GetHasRelatedFieldOk() (*bool, bool)

GetHasRelatedFieldOk returns a tuple with the HasRelatedField field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestLinkRowFieldUpdateField) GetLinkRowTable ¶

func (o *RequestLinkRowFieldUpdateField) GetLinkRowTable() int32

GetLinkRowTable returns the LinkRowTable field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLinkRowFieldUpdateField) GetLinkRowTableId ¶

func (o *RequestLinkRowFieldUpdateField) GetLinkRowTableId() int32

GetLinkRowTableId returns the LinkRowTableId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLinkRowFieldUpdateField) GetLinkRowTableIdOk ¶

func (o *RequestLinkRowFieldUpdateField) GetLinkRowTableIdOk() (*int32, bool)

GetLinkRowTableIdOk returns a tuple with the LinkRowTableId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLinkRowFieldUpdateField) GetLinkRowTableOk ¶

func (o *RequestLinkRowFieldUpdateField) GetLinkRowTableOk() (*int32, bool)

GetLinkRowTableOk returns a tuple with the LinkRowTable field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLinkRowFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestLinkRowFieldUpdateField) GetNameOk ¶

func (o *RequestLinkRowFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestLinkRowFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestLinkRowFieldUpdateField) GetTypeOk ¶

func (o *RequestLinkRowFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestLinkRowFieldUpdateField) HasHasRelatedField ¶

func (o *RequestLinkRowFieldUpdateField) HasHasRelatedField() bool

HasHasRelatedField returns a boolean if a field has been set.

func (*RequestLinkRowFieldUpdateField) HasLinkRowTable ¶

func (o *RequestLinkRowFieldUpdateField) HasLinkRowTable() bool

HasLinkRowTable returns a boolean if a field has been set.

func (*RequestLinkRowFieldUpdateField) HasLinkRowTableId ¶

func (o *RequestLinkRowFieldUpdateField) HasLinkRowTableId() bool

HasLinkRowTableId returns a boolean if a field has been set.

func (*RequestLinkRowFieldUpdateField) HasName ¶

func (o *RequestLinkRowFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestLinkRowFieldUpdateField) HasType ¶

func (o *RequestLinkRowFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestLinkRowFieldUpdateField) MarshalJSON ¶

func (o RequestLinkRowFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestLinkRowFieldUpdateField) SetHasRelatedField ¶

func (o *RequestLinkRowFieldUpdateField) SetHasRelatedField(v bool)

SetHasRelatedField gets a reference to the given bool and assigns it to the HasRelatedField field.

func (*RequestLinkRowFieldUpdateField) SetLinkRowTable ¶

func (o *RequestLinkRowFieldUpdateField) SetLinkRowTable(v int32)

SetLinkRowTable gets a reference to the given NullableInt32 and assigns it to the LinkRowTable field.

func (*RequestLinkRowFieldUpdateField) SetLinkRowTableId ¶

func (o *RequestLinkRowFieldUpdateField) SetLinkRowTableId(v int32)

SetLinkRowTableId gets a reference to the given NullableInt32 and assigns it to the LinkRowTableId field.

func (*RequestLinkRowFieldUpdateField) SetLinkRowTableIdNil ¶

func (o *RequestLinkRowFieldUpdateField) SetLinkRowTableIdNil()

SetLinkRowTableIdNil sets the value for LinkRowTableId to be an explicit nil

func (*RequestLinkRowFieldUpdateField) SetLinkRowTableNil ¶

func (o *RequestLinkRowFieldUpdateField) SetLinkRowTableNil()

SetLinkRowTableNil sets the value for LinkRowTable to be an explicit nil

func (*RequestLinkRowFieldUpdateField) SetName ¶

func (o *RequestLinkRowFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestLinkRowFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestLinkRowFieldUpdateField) ToMap ¶

func (o RequestLinkRowFieldUpdateField) ToMap() (map[string]interface{}, error)

func (*RequestLinkRowFieldUpdateField) UnsetLinkRowTable ¶

func (o *RequestLinkRowFieldUpdateField) UnsetLinkRowTable()

UnsetLinkRowTable ensures that no value is present for LinkRowTable, not even an explicit nil

func (*RequestLinkRowFieldUpdateField) UnsetLinkRowTableId ¶

func (o *RequestLinkRowFieldUpdateField) UnsetLinkRowTableId()

UnsetLinkRowTableId ensures that no value is present for LinkRowTableId, not even an explicit nil

type RequestLongTextFieldUpdateField ¶

type RequestLongTextFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
}

RequestLongTextFieldUpdateField struct for RequestLongTextFieldUpdateField

func NewRequestLongTextFieldUpdateField ¶

func NewRequestLongTextFieldUpdateField() *RequestLongTextFieldUpdateField

NewRequestLongTextFieldUpdateField instantiates a new RequestLongTextFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestLongTextFieldUpdateFieldWithDefaults ¶

func NewRequestLongTextFieldUpdateFieldWithDefaults() *RequestLongTextFieldUpdateField

NewRequestLongTextFieldUpdateFieldWithDefaults instantiates a new RequestLongTextFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestLongTextFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestLongTextFieldUpdateField) GetNameOk ¶

func (o *RequestLongTextFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestLongTextFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestLongTextFieldUpdateField) GetTypeOk ¶

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 (*RequestLongTextFieldUpdateField) HasName ¶

HasName returns a boolean if a field has been set.

func (*RequestLongTextFieldUpdateField) HasType ¶

HasType returns a boolean if a field has been set.

func (RequestLongTextFieldUpdateField) MarshalJSON ¶

func (o RequestLongTextFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestLongTextFieldUpdateField) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestLongTextFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestLongTextFieldUpdateField) ToMap ¶

func (o RequestLongTextFieldUpdateField) ToMap() (map[string]interface{}, error)

type RequestLookupFieldUpdateField ¶

type RequestLookupFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to lookup values for. Will override the `through_field_name` parameter if both are provided, however only one is required.
	ThroughFieldId NullableInt32 `json:"through_field_id,omitempty"`
	// The name of the link row field to lookup values for.
	ThroughFieldName NullableString `json:"through_field_name,omitempty"`
	// The id of the field in the table linked to by the through_field to lookup. Will override the `target_field_id` parameter if both are provided, however only one is required.
	TargetFieldId NullableInt32 `json:"target_field_id,omitempty"`
	// The name of the field in the table linked to by the through_field to lookup.
	TargetFieldName NullableString   `json:"target_field_name,omitempty"`
	FormulaType     *FormulaTypeEnum `json:"formula_type,omitempty"`
}

RequestLookupFieldUpdateField struct for RequestLookupFieldUpdateField

func NewRequestLookupFieldUpdateField ¶

func NewRequestLookupFieldUpdateField(nullable bool) *RequestLookupFieldUpdateField

NewRequestLookupFieldUpdateField instantiates a new RequestLookupFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestLookupFieldUpdateFieldWithDefaults ¶

func NewRequestLookupFieldUpdateFieldWithDefaults() *RequestLookupFieldUpdateField

NewRequestLookupFieldUpdateFieldWithDefaults instantiates a new RequestLookupFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestLookupFieldUpdateField) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetArrayFormulaTypeOk ¶

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetDateForceTimezone ¶

func (o *RequestLookupFieldUpdateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetDateForceTimezoneOk ¶

func (o *RequestLookupFieldUpdateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetDateIncludeTime ¶

func (o *RequestLookupFieldUpdateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetDateIncludeTimeOk ¶

func (o *RequestLookupFieldUpdateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetDateShowTzinfo ¶

func (o *RequestLookupFieldUpdateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetDateShowTzinfoOk ¶

func (o *RequestLookupFieldUpdateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetError ¶

func (o *RequestLookupFieldUpdateField) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetErrorOk ¶

func (o *RequestLookupFieldUpdateField) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetFormulaType ¶

func (o *RequestLookupFieldUpdateField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*RequestLookupFieldUpdateField) GetFormulaTypeOk ¶

func (o *RequestLookupFieldUpdateField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestLookupFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestLookupFieldUpdateField) GetNameOk ¶

func (o *RequestLookupFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestLookupFieldUpdateField) GetNullable ¶

func (o *RequestLookupFieldUpdateField) GetNullable() bool

GetNullable returns the Nullable field value

func (*RequestLookupFieldUpdateField) GetNullableOk ¶

func (o *RequestLookupFieldUpdateField) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*RequestLookupFieldUpdateField) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetNumberDecimalPlacesOk ¶

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetTargetFieldId ¶

func (o *RequestLookupFieldUpdateField) GetTargetFieldId() int32

GetTargetFieldId returns the TargetFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetTargetFieldIdOk ¶

func (o *RequestLookupFieldUpdateField) GetTargetFieldIdOk() (*int32, bool)

GetTargetFieldIdOk returns a tuple with the TargetFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetTargetFieldName ¶

func (o *RequestLookupFieldUpdateField) GetTargetFieldName() string

GetTargetFieldName returns the TargetFieldName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetTargetFieldNameOk ¶

func (o *RequestLookupFieldUpdateField) GetTargetFieldNameOk() (*string, bool)

GetTargetFieldNameOk returns a tuple with the TargetFieldName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetThroughFieldId ¶

func (o *RequestLookupFieldUpdateField) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetThroughFieldIdOk ¶

func (o *RequestLookupFieldUpdateField) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetThroughFieldName ¶

func (o *RequestLookupFieldUpdateField) GetThroughFieldName() string

GetThroughFieldName returns the ThroughFieldName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestLookupFieldUpdateField) GetThroughFieldNameOk ¶

func (o *RequestLookupFieldUpdateField) GetThroughFieldNameOk() (*string, bool)

GetThroughFieldNameOk returns a tuple with the ThroughFieldName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestLookupFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestLookupFieldUpdateField) GetTypeOk ¶

func (o *RequestLookupFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestLookupFieldUpdateField) HasArrayFormulaType ¶

func (o *RequestLookupFieldUpdateField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasDateForceTimezone ¶

func (o *RequestLookupFieldUpdateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasDateFormat ¶

func (o *RequestLookupFieldUpdateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasDateIncludeTime ¶

func (o *RequestLookupFieldUpdateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasDateShowTzinfo ¶

func (o *RequestLookupFieldUpdateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasDateTimeFormat ¶

func (o *RequestLookupFieldUpdateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasError ¶

func (o *RequestLookupFieldUpdateField) HasError() bool

HasError returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasFormulaType ¶

func (o *RequestLookupFieldUpdateField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasName ¶

func (o *RequestLookupFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasNumberDecimalPlaces ¶

func (o *RequestLookupFieldUpdateField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasTargetFieldId ¶

func (o *RequestLookupFieldUpdateField) HasTargetFieldId() bool

HasTargetFieldId returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasTargetFieldName ¶

func (o *RequestLookupFieldUpdateField) HasTargetFieldName() bool

HasTargetFieldName returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasThroughFieldId ¶

func (o *RequestLookupFieldUpdateField) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasThroughFieldName ¶

func (o *RequestLookupFieldUpdateField) HasThroughFieldName() bool

HasThroughFieldName returns a boolean if a field has been set.

func (*RequestLookupFieldUpdateField) HasType ¶

func (o *RequestLookupFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestLookupFieldUpdateField) MarshalJSON ¶

func (o RequestLookupFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestLookupFieldUpdateField) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*RequestLookupFieldUpdateField) SetArrayFormulaTypeNil ¶

func (o *RequestLookupFieldUpdateField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*RequestLookupFieldUpdateField) SetDateForceTimezone ¶

func (o *RequestLookupFieldUpdateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*RequestLookupFieldUpdateField) SetDateForceTimezoneNil ¶

func (o *RequestLookupFieldUpdateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*RequestLookupFieldUpdateField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*RequestLookupFieldUpdateField) SetDateFormatNil ¶

func (o *RequestLookupFieldUpdateField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*RequestLookupFieldUpdateField) SetDateIncludeTime ¶

func (o *RequestLookupFieldUpdateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*RequestLookupFieldUpdateField) SetDateIncludeTimeNil ¶

func (o *RequestLookupFieldUpdateField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*RequestLookupFieldUpdateField) SetDateShowTzinfo ¶

func (o *RequestLookupFieldUpdateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*RequestLookupFieldUpdateField) SetDateShowTzinfoNil ¶

func (o *RequestLookupFieldUpdateField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*RequestLookupFieldUpdateField) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*RequestLookupFieldUpdateField) SetDateTimeFormatNil ¶

func (o *RequestLookupFieldUpdateField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*RequestLookupFieldUpdateField) SetError ¶

func (o *RequestLookupFieldUpdateField) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*RequestLookupFieldUpdateField) SetErrorNil ¶

func (o *RequestLookupFieldUpdateField) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*RequestLookupFieldUpdateField) SetFormulaType ¶

func (o *RequestLookupFieldUpdateField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*RequestLookupFieldUpdateField) SetName ¶

func (o *RequestLookupFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestLookupFieldUpdateField) SetNullable ¶

func (o *RequestLookupFieldUpdateField) SetNullable(v bool)

SetNullable sets field value

func (*RequestLookupFieldUpdateField) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*RequestLookupFieldUpdateField) SetNumberDecimalPlacesNil ¶

func (o *RequestLookupFieldUpdateField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*RequestLookupFieldUpdateField) SetTargetFieldId ¶

func (o *RequestLookupFieldUpdateField) SetTargetFieldId(v int32)

SetTargetFieldId gets a reference to the given NullableInt32 and assigns it to the TargetFieldId field.

func (*RequestLookupFieldUpdateField) SetTargetFieldIdNil ¶

func (o *RequestLookupFieldUpdateField) SetTargetFieldIdNil()

SetTargetFieldIdNil sets the value for TargetFieldId to be an explicit nil

func (*RequestLookupFieldUpdateField) SetTargetFieldName ¶

func (o *RequestLookupFieldUpdateField) SetTargetFieldName(v string)

SetTargetFieldName gets a reference to the given NullableString and assigns it to the TargetFieldName field.

func (*RequestLookupFieldUpdateField) SetTargetFieldNameNil ¶

func (o *RequestLookupFieldUpdateField) SetTargetFieldNameNil()

SetTargetFieldNameNil sets the value for TargetFieldName to be an explicit nil

func (*RequestLookupFieldUpdateField) SetThroughFieldId ¶

func (o *RequestLookupFieldUpdateField) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*RequestLookupFieldUpdateField) SetThroughFieldIdNil ¶

func (o *RequestLookupFieldUpdateField) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*RequestLookupFieldUpdateField) SetThroughFieldName ¶

func (o *RequestLookupFieldUpdateField) SetThroughFieldName(v string)

SetThroughFieldName gets a reference to the given NullableString and assigns it to the ThroughFieldName field.

func (*RequestLookupFieldUpdateField) SetThroughFieldNameNil ¶

func (o *RequestLookupFieldUpdateField) SetThroughFieldNameNil()

SetThroughFieldNameNil sets the value for ThroughFieldName to be an explicit nil

func (*RequestLookupFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestLookupFieldUpdateField) ToMap ¶

func (o RequestLookupFieldUpdateField) ToMap() (map[string]interface{}, error)

func (*RequestLookupFieldUpdateField) UnsetArrayFormulaType ¶

func (o *RequestLookupFieldUpdateField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*RequestLookupFieldUpdateField) UnsetDateForceTimezone ¶

func (o *RequestLookupFieldUpdateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*RequestLookupFieldUpdateField) UnsetDateFormat ¶

func (o *RequestLookupFieldUpdateField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*RequestLookupFieldUpdateField) UnsetDateIncludeTime ¶

func (o *RequestLookupFieldUpdateField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*RequestLookupFieldUpdateField) UnsetDateShowTzinfo ¶

func (o *RequestLookupFieldUpdateField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*RequestLookupFieldUpdateField) UnsetDateTimeFormat ¶

func (o *RequestLookupFieldUpdateField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*RequestLookupFieldUpdateField) UnsetError ¶

func (o *RequestLookupFieldUpdateField) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*RequestLookupFieldUpdateField) UnsetNumberDecimalPlaces ¶

func (o *RequestLookupFieldUpdateField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*RequestLookupFieldUpdateField) UnsetTargetFieldId ¶

func (o *RequestLookupFieldUpdateField) UnsetTargetFieldId()

UnsetTargetFieldId ensures that no value is present for TargetFieldId, not even an explicit nil

func (*RequestLookupFieldUpdateField) UnsetTargetFieldName ¶

func (o *RequestLookupFieldUpdateField) UnsetTargetFieldName()

UnsetTargetFieldName ensures that no value is present for TargetFieldName, not even an explicit nil

func (*RequestLookupFieldUpdateField) UnsetThroughFieldId ¶

func (o *RequestLookupFieldUpdateField) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

func (*RequestLookupFieldUpdateField) UnsetThroughFieldName ¶

func (o *RequestLookupFieldUpdateField) UnsetThroughFieldName()

UnsetThroughFieldName ensures that no value is present for ThroughFieldName, not even an explicit nil

type RequestMethodEnum ¶

type RequestMethodEnum string

RequestMethodEnum * `POST` - Post * `GET` - Get * `PUT` - Put * `PATCH` - Patch * `DELETE` - Delete

const (
	POST   RequestMethodEnum = "POST"
	GET    RequestMethodEnum = "GET"
	PUT    RequestMethodEnum = "PUT"
	PATCH  RequestMethodEnum = "PATCH"
	DELETE RequestMethodEnum = "DELETE"
)

List of RequestMethodEnum

func NewRequestMethodEnumFromValue ¶

func NewRequestMethodEnumFromValue(v string) (*RequestMethodEnum, error)

NewRequestMethodEnumFromValue returns a pointer to a valid RequestMethodEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RequestMethodEnum) IsValid ¶

func (v RequestMethodEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RequestMethodEnum) Ptr ¶

Ptr returns reference to RequestMethodEnum value

func (*RequestMethodEnum) UnmarshalJSON ¶

func (v *RequestMethodEnum) UnmarshalJSON(src []byte) error

type RequestMultipleCollaboratorsFieldUpdateField ¶

type RequestMultipleCollaboratorsFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
}

RequestMultipleCollaboratorsFieldUpdateField struct for RequestMultipleCollaboratorsFieldUpdateField

func NewRequestMultipleCollaboratorsFieldUpdateField ¶

func NewRequestMultipleCollaboratorsFieldUpdateField() *RequestMultipleCollaboratorsFieldUpdateField

NewRequestMultipleCollaboratorsFieldUpdateField instantiates a new RequestMultipleCollaboratorsFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestMultipleCollaboratorsFieldUpdateFieldWithDefaults ¶

func NewRequestMultipleCollaboratorsFieldUpdateFieldWithDefaults() *RequestMultipleCollaboratorsFieldUpdateField

NewRequestMultipleCollaboratorsFieldUpdateFieldWithDefaults instantiates a new RequestMultipleCollaboratorsFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestMultipleCollaboratorsFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestMultipleCollaboratorsFieldUpdateField) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestMultipleCollaboratorsFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestMultipleCollaboratorsFieldUpdateField) GetTypeOk ¶

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 (*RequestMultipleCollaboratorsFieldUpdateField) HasName ¶

HasName returns a boolean if a field has been set.

func (*RequestMultipleCollaboratorsFieldUpdateField) HasType ¶

HasType returns a boolean if a field has been set.

func (RequestMultipleCollaboratorsFieldUpdateField) MarshalJSON ¶

func (*RequestMultipleCollaboratorsFieldUpdateField) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestMultipleCollaboratorsFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestMultipleCollaboratorsFieldUpdateField) ToMap ¶

func (o RequestMultipleCollaboratorsFieldUpdateField) ToMap() (map[string]interface{}, error)

type RequestMultipleSelectFieldUpdateField ¶

type RequestMultipleSelectFieldUpdateField struct {
	Name          *string        `json:"name,omitempty"`
	Type          *Type712Enum   `json:"type,omitempty"`
	SelectOptions []SelectOption `json:"select_options,omitempty"`
}

RequestMultipleSelectFieldUpdateField struct for RequestMultipleSelectFieldUpdateField

func NewRequestMultipleSelectFieldUpdateField ¶

func NewRequestMultipleSelectFieldUpdateField() *RequestMultipleSelectFieldUpdateField

NewRequestMultipleSelectFieldUpdateField instantiates a new RequestMultipleSelectFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestMultipleSelectFieldUpdateFieldWithDefaults ¶

func NewRequestMultipleSelectFieldUpdateFieldWithDefaults() *RequestMultipleSelectFieldUpdateField

NewRequestMultipleSelectFieldUpdateFieldWithDefaults instantiates a new RequestMultipleSelectFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestMultipleSelectFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestMultipleSelectFieldUpdateField) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestMultipleSelectFieldUpdateField) GetSelectOptions ¶

func (o *RequestMultipleSelectFieldUpdateField) GetSelectOptions() []SelectOption

GetSelectOptions returns the SelectOptions field value if set, zero value otherwise.

func (*RequestMultipleSelectFieldUpdateField) GetSelectOptionsOk ¶

func (o *RequestMultipleSelectFieldUpdateField) GetSelectOptionsOk() ([]SelectOption, bool)

GetSelectOptionsOk returns a tuple with the SelectOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestMultipleSelectFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestMultipleSelectFieldUpdateField) GetTypeOk ¶

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 (*RequestMultipleSelectFieldUpdateField) HasName ¶

HasName returns a boolean if a field has been set.

func (*RequestMultipleSelectFieldUpdateField) HasSelectOptions ¶

func (o *RequestMultipleSelectFieldUpdateField) HasSelectOptions() bool

HasSelectOptions returns a boolean if a field has been set.

func (*RequestMultipleSelectFieldUpdateField) HasType ¶

HasType returns a boolean if a field has been set.

func (RequestMultipleSelectFieldUpdateField) MarshalJSON ¶

func (o RequestMultipleSelectFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestMultipleSelectFieldUpdateField) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestMultipleSelectFieldUpdateField) SetSelectOptions ¶

func (o *RequestMultipleSelectFieldUpdateField) SetSelectOptions(v []SelectOption)

SetSelectOptions gets a reference to the given []SelectOption and assigns it to the SelectOptions field.

func (*RequestMultipleSelectFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestMultipleSelectFieldUpdateField) ToMap ¶

func (o RequestMultipleSelectFieldUpdateField) ToMap() (map[string]interface{}, error)

type RequestNumberFieldUpdateField ¶

type RequestNumberFieldUpdateField struct {
	Name                *string                  `json:"name,omitempty"`
	Type                *Type712Enum             `json:"type,omitempty"`
	NumberDecimalPlaces *NumberDecimalPlacesEnum `json:"number_decimal_places,omitempty"`
	// Indicates if negative values are allowed.
	NumberNegative *bool `json:"number_negative,omitempty"`
}

RequestNumberFieldUpdateField struct for RequestNumberFieldUpdateField

func NewRequestNumberFieldUpdateField ¶

func NewRequestNumberFieldUpdateField() *RequestNumberFieldUpdateField

NewRequestNumberFieldUpdateField instantiates a new RequestNumberFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestNumberFieldUpdateFieldWithDefaults ¶

func NewRequestNumberFieldUpdateFieldWithDefaults() *RequestNumberFieldUpdateField

NewRequestNumberFieldUpdateFieldWithDefaults instantiates a new RequestNumberFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestNumberFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestNumberFieldUpdateField) GetNameOk ¶

func (o *RequestNumberFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestNumberFieldUpdateField) GetNumberDecimalPlaces ¶

func (o *RequestNumberFieldUpdateField) GetNumberDecimalPlaces() NumberDecimalPlacesEnum

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise.

func (*RequestNumberFieldUpdateField) GetNumberDecimalPlacesOk ¶

func (o *RequestNumberFieldUpdateField) GetNumberDecimalPlacesOk() (*NumberDecimalPlacesEnum, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestNumberFieldUpdateField) GetNumberNegative ¶

func (o *RequestNumberFieldUpdateField) GetNumberNegative() bool

GetNumberNegative returns the NumberNegative field value if set, zero value otherwise.

func (*RequestNumberFieldUpdateField) GetNumberNegativeOk ¶

func (o *RequestNumberFieldUpdateField) GetNumberNegativeOk() (*bool, bool)

GetNumberNegativeOk returns a tuple with the NumberNegative field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestNumberFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestNumberFieldUpdateField) GetTypeOk ¶

func (o *RequestNumberFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestNumberFieldUpdateField) HasName ¶

func (o *RequestNumberFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestNumberFieldUpdateField) HasNumberDecimalPlaces ¶

func (o *RequestNumberFieldUpdateField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*RequestNumberFieldUpdateField) HasNumberNegative ¶

func (o *RequestNumberFieldUpdateField) HasNumberNegative() bool

HasNumberNegative returns a boolean if a field has been set.

func (*RequestNumberFieldUpdateField) HasType ¶

func (o *RequestNumberFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestNumberFieldUpdateField) MarshalJSON ¶

func (o RequestNumberFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestNumberFieldUpdateField) SetName ¶

func (o *RequestNumberFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestNumberFieldUpdateField) SetNumberDecimalPlaces ¶

func (o *RequestNumberFieldUpdateField) SetNumberDecimalPlaces(v NumberDecimalPlacesEnum)

SetNumberDecimalPlaces gets a reference to the given NumberDecimalPlacesEnum and assigns it to the NumberDecimalPlaces field.

func (*RequestNumberFieldUpdateField) SetNumberNegative ¶

func (o *RequestNumberFieldUpdateField) SetNumberNegative(v bool)

SetNumberNegative gets a reference to the given bool and assigns it to the NumberNegative field.

func (*RequestNumberFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestNumberFieldUpdateField) ToMap ¶

func (o RequestNumberFieldUpdateField) ToMap() (map[string]interface{}, error)

type RequestPhoneNumberFieldUpdateField ¶

type RequestPhoneNumberFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
}

RequestPhoneNumberFieldUpdateField struct for RequestPhoneNumberFieldUpdateField

func NewRequestPhoneNumberFieldUpdateField ¶

func NewRequestPhoneNumberFieldUpdateField() *RequestPhoneNumberFieldUpdateField

NewRequestPhoneNumberFieldUpdateField instantiates a new RequestPhoneNumberFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestPhoneNumberFieldUpdateFieldWithDefaults ¶

func NewRequestPhoneNumberFieldUpdateFieldWithDefaults() *RequestPhoneNumberFieldUpdateField

NewRequestPhoneNumberFieldUpdateFieldWithDefaults instantiates a new RequestPhoneNumberFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestPhoneNumberFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestPhoneNumberFieldUpdateField) GetNameOk ¶

func (o *RequestPhoneNumberFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestPhoneNumberFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestPhoneNumberFieldUpdateField) GetTypeOk ¶

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 (*RequestPhoneNumberFieldUpdateField) HasName ¶

HasName returns a boolean if a field has been set.

func (*RequestPhoneNumberFieldUpdateField) HasType ¶

HasType returns a boolean if a field has been set.

func (RequestPhoneNumberFieldUpdateField) MarshalJSON ¶

func (o RequestPhoneNumberFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestPhoneNumberFieldUpdateField) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestPhoneNumberFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestPhoneNumberFieldUpdateField) ToMap ¶

func (o RequestPhoneNumberFieldUpdateField) ToMap() (map[string]interface{}, error)

type RequestRatingFieldUpdateField ¶

type RequestRatingFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
	// Maximum value the rating can take.
	MaxValue *int32 `json:"max_value,omitempty"`
	// Color of the symbols.
	Color *string    `json:"color,omitempty"`
	Style *StyleEnum `json:"style,omitempty"`
}

RequestRatingFieldUpdateField struct for RequestRatingFieldUpdateField

func NewRequestRatingFieldUpdateField ¶

func NewRequestRatingFieldUpdateField() *RequestRatingFieldUpdateField

NewRequestRatingFieldUpdateField instantiates a new RequestRatingFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestRatingFieldUpdateFieldWithDefaults ¶

func NewRequestRatingFieldUpdateFieldWithDefaults() *RequestRatingFieldUpdateField

NewRequestRatingFieldUpdateFieldWithDefaults instantiates a new RequestRatingFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestRatingFieldUpdateField) GetColor ¶

func (o *RequestRatingFieldUpdateField) GetColor() string

GetColor returns the Color field value if set, zero value otherwise.

func (*RequestRatingFieldUpdateField) GetColorOk ¶

func (o *RequestRatingFieldUpdateField) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestRatingFieldUpdateField) GetMaxValue ¶

func (o *RequestRatingFieldUpdateField) GetMaxValue() int32

GetMaxValue returns the MaxValue field value if set, zero value otherwise.

func (*RequestRatingFieldUpdateField) GetMaxValueOk ¶

func (o *RequestRatingFieldUpdateField) GetMaxValueOk() (*int32, bool)

GetMaxValueOk returns a tuple with the MaxValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestRatingFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestRatingFieldUpdateField) GetNameOk ¶

func (o *RequestRatingFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestRatingFieldUpdateField) GetStyle ¶

GetStyle returns the Style field value if set, zero value otherwise.

func (*RequestRatingFieldUpdateField) GetStyleOk ¶

func (o *RequestRatingFieldUpdateField) GetStyleOk() (*StyleEnum, 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 (*RequestRatingFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestRatingFieldUpdateField) GetTypeOk ¶

func (o *RequestRatingFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestRatingFieldUpdateField) HasColor ¶

func (o *RequestRatingFieldUpdateField) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*RequestRatingFieldUpdateField) HasMaxValue ¶

func (o *RequestRatingFieldUpdateField) HasMaxValue() bool

HasMaxValue returns a boolean if a field has been set.

func (*RequestRatingFieldUpdateField) HasName ¶

func (o *RequestRatingFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestRatingFieldUpdateField) HasStyle ¶

func (o *RequestRatingFieldUpdateField) HasStyle() bool

HasStyle returns a boolean if a field has been set.

func (*RequestRatingFieldUpdateField) HasType ¶

func (o *RequestRatingFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestRatingFieldUpdateField) MarshalJSON ¶

func (o RequestRatingFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestRatingFieldUpdateField) SetColor ¶

func (o *RequestRatingFieldUpdateField) SetColor(v string)

SetColor gets a reference to the given string and assigns it to the Color field.

func (*RequestRatingFieldUpdateField) SetMaxValue ¶

func (o *RequestRatingFieldUpdateField) SetMaxValue(v int32)

SetMaxValue gets a reference to the given int32 and assigns it to the MaxValue field.

func (*RequestRatingFieldUpdateField) SetName ¶

func (o *RequestRatingFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestRatingFieldUpdateField) SetStyle ¶

SetStyle gets a reference to the given StyleEnum and assigns it to the Style field.

func (*RequestRatingFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestRatingFieldUpdateField) ToMap ¶

func (o RequestRatingFieldUpdateField) ToMap() (map[string]interface{}, error)

type RequestRestoreSnapshotJobCreateJob ¶

type RequestRestoreSnapshotJobCreateJob struct {
	Type Type4afEnum `json:"type"`
}

RequestRestoreSnapshotJobCreateJob struct for RequestRestoreSnapshotJobCreateJob

func NewRequestRestoreSnapshotJobCreateJob ¶

func NewRequestRestoreSnapshotJobCreateJob(type_ Type4afEnum) *RequestRestoreSnapshotJobCreateJob

NewRequestRestoreSnapshotJobCreateJob instantiates a new RequestRestoreSnapshotJobCreateJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestRestoreSnapshotJobCreateJobWithDefaults ¶

func NewRequestRestoreSnapshotJobCreateJobWithDefaults() *RequestRestoreSnapshotJobCreateJob

NewRequestRestoreSnapshotJobCreateJobWithDefaults instantiates a new RequestRestoreSnapshotJobCreateJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestRestoreSnapshotJobCreateJob) GetType ¶

GetType returns the Type field value

func (*RequestRestoreSnapshotJobCreateJob) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (RequestRestoreSnapshotJobCreateJob) MarshalJSON ¶

func (o RequestRestoreSnapshotJobCreateJob) MarshalJSON() ([]byte, error)

func (*RequestRestoreSnapshotJobCreateJob) SetType ¶

SetType sets field value

func (RequestRestoreSnapshotJobCreateJob) ToMap ¶

func (o RequestRestoreSnapshotJobCreateJob) ToMap() (map[string]interface{}, error)

type RequestRollupFieldUpdateField ¶

type RequestRollupFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to rollup values for.
	ThroughFieldId NullableInt32 `json:"through_field_id,omitempty"`
	// The id of the field in the table linked to by the through_field to rollup.
	TargetFieldId NullableInt32 `json:"target_field_id,omitempty"`
	// The rollup formula function that must be applied.
	RollupFunction *string          `json:"rollup_function,omitempty"`
	FormulaType    *FormulaTypeEnum `json:"formula_type,omitempty"`
}

RequestRollupFieldUpdateField struct for RequestRollupFieldUpdateField

func NewRequestRollupFieldUpdateField ¶

func NewRequestRollupFieldUpdateField(nullable bool) *RequestRollupFieldUpdateField

NewRequestRollupFieldUpdateField instantiates a new RequestRollupFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestRollupFieldUpdateFieldWithDefaults ¶

func NewRequestRollupFieldUpdateFieldWithDefaults() *RequestRollupFieldUpdateField

NewRequestRollupFieldUpdateFieldWithDefaults instantiates a new RequestRollupFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestRollupFieldUpdateField) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestRollupFieldUpdateField) GetArrayFormulaTypeOk ¶

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestRollupFieldUpdateField) GetDateForceTimezone ¶

func (o *RequestRollupFieldUpdateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestRollupFieldUpdateField) GetDateForceTimezoneOk ¶

func (o *RequestRollupFieldUpdateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestRollupFieldUpdateField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestRollupFieldUpdateField) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestRollupFieldUpdateField) GetDateIncludeTime ¶

func (o *RequestRollupFieldUpdateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestRollupFieldUpdateField) GetDateIncludeTimeOk ¶

func (o *RequestRollupFieldUpdateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestRollupFieldUpdateField) GetDateShowTzinfo ¶

func (o *RequestRollupFieldUpdateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestRollupFieldUpdateField) GetDateShowTzinfoOk ¶

func (o *RequestRollupFieldUpdateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestRollupFieldUpdateField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestRollupFieldUpdateField) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestRollupFieldUpdateField) GetError ¶

func (o *RequestRollupFieldUpdateField) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestRollupFieldUpdateField) GetErrorOk ¶

func (o *RequestRollupFieldUpdateField) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestRollupFieldUpdateField) GetFormulaType ¶

func (o *RequestRollupFieldUpdateField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*RequestRollupFieldUpdateField) GetFormulaTypeOk ¶

func (o *RequestRollupFieldUpdateField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestRollupFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestRollupFieldUpdateField) GetNameOk ¶

func (o *RequestRollupFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestRollupFieldUpdateField) GetNullable ¶

func (o *RequestRollupFieldUpdateField) GetNullable() bool

GetNullable returns the Nullable field value

func (*RequestRollupFieldUpdateField) GetNullableOk ¶

func (o *RequestRollupFieldUpdateField) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*RequestRollupFieldUpdateField) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestRollupFieldUpdateField) GetNumberDecimalPlacesOk ¶

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestRollupFieldUpdateField) GetRollupFunction ¶

func (o *RequestRollupFieldUpdateField) GetRollupFunction() string

GetRollupFunction returns the RollupFunction field value if set, zero value otherwise.

func (*RequestRollupFieldUpdateField) GetRollupFunctionOk ¶

func (o *RequestRollupFieldUpdateField) GetRollupFunctionOk() (*string, bool)

GetRollupFunctionOk returns a tuple with the RollupFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestRollupFieldUpdateField) GetTargetFieldId ¶

func (o *RequestRollupFieldUpdateField) GetTargetFieldId() int32

GetTargetFieldId returns the TargetFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestRollupFieldUpdateField) GetTargetFieldIdOk ¶

func (o *RequestRollupFieldUpdateField) GetTargetFieldIdOk() (*int32, bool)

GetTargetFieldIdOk returns a tuple with the TargetFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestRollupFieldUpdateField) GetThroughFieldId ¶

func (o *RequestRollupFieldUpdateField) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RequestRollupFieldUpdateField) GetThroughFieldIdOk ¶

func (o *RequestRollupFieldUpdateField) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RequestRollupFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestRollupFieldUpdateField) GetTypeOk ¶

func (o *RequestRollupFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestRollupFieldUpdateField) HasArrayFormulaType ¶

func (o *RequestRollupFieldUpdateField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasDateForceTimezone ¶

func (o *RequestRollupFieldUpdateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasDateFormat ¶

func (o *RequestRollupFieldUpdateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasDateIncludeTime ¶

func (o *RequestRollupFieldUpdateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasDateShowTzinfo ¶

func (o *RequestRollupFieldUpdateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasDateTimeFormat ¶

func (o *RequestRollupFieldUpdateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasError ¶

func (o *RequestRollupFieldUpdateField) HasError() bool

HasError returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasFormulaType ¶

func (o *RequestRollupFieldUpdateField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasName ¶

func (o *RequestRollupFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasNumberDecimalPlaces ¶

func (o *RequestRollupFieldUpdateField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasRollupFunction ¶

func (o *RequestRollupFieldUpdateField) HasRollupFunction() bool

HasRollupFunction returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasTargetFieldId ¶

func (o *RequestRollupFieldUpdateField) HasTargetFieldId() bool

HasTargetFieldId returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasThroughFieldId ¶

func (o *RequestRollupFieldUpdateField) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (*RequestRollupFieldUpdateField) HasType ¶

func (o *RequestRollupFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestRollupFieldUpdateField) MarshalJSON ¶

func (o RequestRollupFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestRollupFieldUpdateField) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*RequestRollupFieldUpdateField) SetArrayFormulaTypeNil ¶

func (o *RequestRollupFieldUpdateField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*RequestRollupFieldUpdateField) SetDateForceTimezone ¶

func (o *RequestRollupFieldUpdateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*RequestRollupFieldUpdateField) SetDateForceTimezoneNil ¶

func (o *RequestRollupFieldUpdateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*RequestRollupFieldUpdateField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*RequestRollupFieldUpdateField) SetDateFormatNil ¶

func (o *RequestRollupFieldUpdateField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*RequestRollupFieldUpdateField) SetDateIncludeTime ¶

func (o *RequestRollupFieldUpdateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*RequestRollupFieldUpdateField) SetDateIncludeTimeNil ¶

func (o *RequestRollupFieldUpdateField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*RequestRollupFieldUpdateField) SetDateShowTzinfo ¶

func (o *RequestRollupFieldUpdateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*RequestRollupFieldUpdateField) SetDateShowTzinfoNil ¶

func (o *RequestRollupFieldUpdateField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*RequestRollupFieldUpdateField) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*RequestRollupFieldUpdateField) SetDateTimeFormatNil ¶

func (o *RequestRollupFieldUpdateField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*RequestRollupFieldUpdateField) SetError ¶

func (o *RequestRollupFieldUpdateField) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*RequestRollupFieldUpdateField) SetErrorNil ¶

func (o *RequestRollupFieldUpdateField) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*RequestRollupFieldUpdateField) SetFormulaType ¶

func (o *RequestRollupFieldUpdateField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*RequestRollupFieldUpdateField) SetName ¶

func (o *RequestRollupFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestRollupFieldUpdateField) SetNullable ¶

func (o *RequestRollupFieldUpdateField) SetNullable(v bool)

SetNullable sets field value

func (*RequestRollupFieldUpdateField) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*RequestRollupFieldUpdateField) SetNumberDecimalPlacesNil ¶

func (o *RequestRollupFieldUpdateField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*RequestRollupFieldUpdateField) SetRollupFunction ¶

func (o *RequestRollupFieldUpdateField) SetRollupFunction(v string)

SetRollupFunction gets a reference to the given string and assigns it to the RollupFunction field.

func (*RequestRollupFieldUpdateField) SetTargetFieldId ¶

func (o *RequestRollupFieldUpdateField) SetTargetFieldId(v int32)

SetTargetFieldId gets a reference to the given NullableInt32 and assigns it to the TargetFieldId field.

func (*RequestRollupFieldUpdateField) SetTargetFieldIdNil ¶

func (o *RequestRollupFieldUpdateField) SetTargetFieldIdNil()

SetTargetFieldIdNil sets the value for TargetFieldId to be an explicit nil

func (*RequestRollupFieldUpdateField) SetThroughFieldId ¶

func (o *RequestRollupFieldUpdateField) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*RequestRollupFieldUpdateField) SetThroughFieldIdNil ¶

func (o *RequestRollupFieldUpdateField) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*RequestRollupFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestRollupFieldUpdateField) ToMap ¶

func (o RequestRollupFieldUpdateField) ToMap() (map[string]interface{}, error)

func (*RequestRollupFieldUpdateField) UnsetArrayFormulaType ¶

func (o *RequestRollupFieldUpdateField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*RequestRollupFieldUpdateField) UnsetDateForceTimezone ¶

func (o *RequestRollupFieldUpdateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*RequestRollupFieldUpdateField) UnsetDateFormat ¶

func (o *RequestRollupFieldUpdateField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*RequestRollupFieldUpdateField) UnsetDateIncludeTime ¶

func (o *RequestRollupFieldUpdateField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*RequestRollupFieldUpdateField) UnsetDateShowTzinfo ¶

func (o *RequestRollupFieldUpdateField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*RequestRollupFieldUpdateField) UnsetDateTimeFormat ¶

func (o *RequestRollupFieldUpdateField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*RequestRollupFieldUpdateField) UnsetError ¶

func (o *RequestRollupFieldUpdateField) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*RequestRollupFieldUpdateField) UnsetNumberDecimalPlaces ¶

func (o *RequestRollupFieldUpdateField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*RequestRollupFieldUpdateField) UnsetTargetFieldId ¶

func (o *RequestRollupFieldUpdateField) UnsetTargetFieldId()

UnsetTargetFieldId ensures that no value is present for TargetFieldId, not even an explicit nil

func (*RequestRollupFieldUpdateField) UnsetThroughFieldId ¶

func (o *RequestRollupFieldUpdateField) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

type RequestSingleSelectFieldUpdateField ¶

type RequestSingleSelectFieldUpdateField struct {
	Name          *string        `json:"name,omitempty"`
	Type          *Type712Enum   `json:"type,omitempty"`
	SelectOptions []SelectOption `json:"select_options,omitempty"`
}

RequestSingleSelectFieldUpdateField struct for RequestSingleSelectFieldUpdateField

func NewRequestSingleSelectFieldUpdateField ¶

func NewRequestSingleSelectFieldUpdateField() *RequestSingleSelectFieldUpdateField

NewRequestSingleSelectFieldUpdateField instantiates a new RequestSingleSelectFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestSingleSelectFieldUpdateFieldWithDefaults ¶

func NewRequestSingleSelectFieldUpdateFieldWithDefaults() *RequestSingleSelectFieldUpdateField

NewRequestSingleSelectFieldUpdateFieldWithDefaults instantiates a new RequestSingleSelectFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestSingleSelectFieldUpdateField) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RequestSingleSelectFieldUpdateField) GetNameOk ¶

func (o *RequestSingleSelectFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestSingleSelectFieldUpdateField) GetSelectOptions ¶

func (o *RequestSingleSelectFieldUpdateField) GetSelectOptions() []SelectOption

GetSelectOptions returns the SelectOptions field value if set, zero value otherwise.

func (*RequestSingleSelectFieldUpdateField) GetSelectOptionsOk ¶

func (o *RequestSingleSelectFieldUpdateField) GetSelectOptionsOk() ([]SelectOption, bool)

GetSelectOptionsOk returns a tuple with the SelectOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestSingleSelectFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestSingleSelectFieldUpdateField) GetTypeOk ¶

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 (*RequestSingleSelectFieldUpdateField) HasName ¶

HasName returns a boolean if a field has been set.

func (*RequestSingleSelectFieldUpdateField) HasSelectOptions ¶

func (o *RequestSingleSelectFieldUpdateField) HasSelectOptions() bool

HasSelectOptions returns a boolean if a field has been set.

func (*RequestSingleSelectFieldUpdateField) HasType ¶

HasType returns a boolean if a field has been set.

func (RequestSingleSelectFieldUpdateField) MarshalJSON ¶

func (o RequestSingleSelectFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestSingleSelectFieldUpdateField) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestSingleSelectFieldUpdateField) SetSelectOptions ¶

func (o *RequestSingleSelectFieldUpdateField) SetSelectOptions(v []SelectOption)

SetSelectOptions gets a reference to the given []SelectOption and assigns it to the SelectOptions field.

func (*RequestSingleSelectFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestSingleSelectFieldUpdateField) ToMap ¶

func (o RequestSingleSelectFieldUpdateField) ToMap() (map[string]interface{}, error)

type RequestTextFieldUpdateField ¶

type RequestTextFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
	// If set, this value is going to be added every time a new row created.
	TextDefault *string `json:"text_default,omitempty"`
}

RequestTextFieldUpdateField struct for RequestTextFieldUpdateField

func NewRequestTextFieldUpdateField ¶

func NewRequestTextFieldUpdateField() *RequestTextFieldUpdateField

NewRequestTextFieldUpdateField instantiates a new RequestTextFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestTextFieldUpdateFieldWithDefaults ¶

func NewRequestTextFieldUpdateFieldWithDefaults() *RequestTextFieldUpdateField

NewRequestTextFieldUpdateFieldWithDefaults instantiates a new RequestTextFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestTextFieldUpdateField) GetName ¶

func (o *RequestTextFieldUpdateField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RequestTextFieldUpdateField) GetNameOk ¶

func (o *RequestTextFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestTextFieldUpdateField) GetTextDefault ¶

func (o *RequestTextFieldUpdateField) GetTextDefault() string

GetTextDefault returns the TextDefault field value if set, zero value otherwise.

func (*RequestTextFieldUpdateField) GetTextDefaultOk ¶

func (o *RequestTextFieldUpdateField) GetTextDefaultOk() (*string, bool)

GetTextDefaultOk returns a tuple with the TextDefault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestTextFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestTextFieldUpdateField) GetTypeOk ¶

func (o *RequestTextFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestTextFieldUpdateField) HasName ¶

func (o *RequestTextFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestTextFieldUpdateField) HasTextDefault ¶

func (o *RequestTextFieldUpdateField) HasTextDefault() bool

HasTextDefault returns a boolean if a field has been set.

func (*RequestTextFieldUpdateField) HasType ¶

func (o *RequestTextFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestTextFieldUpdateField) MarshalJSON ¶

func (o RequestTextFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestTextFieldUpdateField) SetName ¶

func (o *RequestTextFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestTextFieldUpdateField) SetTextDefault ¶

func (o *RequestTextFieldUpdateField) SetTextDefault(v string)

SetTextDefault gets a reference to the given string and assigns it to the TextDefault field.

func (*RequestTextFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestTextFieldUpdateField) ToMap ¶

func (o RequestTextFieldUpdateField) ToMap() (map[string]interface{}, error)

type RequestURLFieldUpdateField ¶

type RequestURLFieldUpdateField struct {
	Name *string      `json:"name,omitempty"`
	Type *Type712Enum `json:"type,omitempty"`
}

RequestURLFieldUpdateField struct for RequestURLFieldUpdateField

func NewRequestURLFieldUpdateField ¶

func NewRequestURLFieldUpdateField() *RequestURLFieldUpdateField

NewRequestURLFieldUpdateField instantiates a new RequestURLFieldUpdateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequestURLFieldUpdateFieldWithDefaults ¶

func NewRequestURLFieldUpdateFieldWithDefaults() *RequestURLFieldUpdateField

NewRequestURLFieldUpdateFieldWithDefaults instantiates a new RequestURLFieldUpdateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequestURLFieldUpdateField) GetName ¶

func (o *RequestURLFieldUpdateField) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RequestURLFieldUpdateField) GetNameOk ¶

func (o *RequestURLFieldUpdateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequestURLFieldUpdateField) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*RequestURLFieldUpdateField) GetTypeOk ¶

func (o *RequestURLFieldUpdateField) GetTypeOk() (*Type712Enum, 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 (*RequestURLFieldUpdateField) HasName ¶

func (o *RequestURLFieldUpdateField) HasName() bool

HasName returns a boolean if a field has been set.

func (*RequestURLFieldUpdateField) HasType ¶

func (o *RequestURLFieldUpdateField) HasType() bool

HasType returns a boolean if a field has been set.

func (RequestURLFieldUpdateField) MarshalJSON ¶

func (o RequestURLFieldUpdateField) MarshalJSON() ([]byte, error)

func (*RequestURLFieldUpdateField) SetName ¶

func (o *RequestURLFieldUpdateField) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RequestURLFieldUpdateField) SetType ¶

SetType gets a reference to the given Type712Enum and assigns it to the Type field.

func (RequestURLFieldUpdateField) ToMap ¶

func (o RequestURLFieldUpdateField) ToMap() (map[string]interface{}, error)

type ResetPassword400Response ¶

type ResetPassword400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

ResetPassword400Response struct for ResetPassword400Response

func NewResetPassword400Response ¶

func NewResetPassword400Response() *ResetPassword400Response

NewResetPassword400Response instantiates a new ResetPassword400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResetPassword400ResponseWithDefaults ¶

func NewResetPassword400ResponseWithDefaults() *ResetPassword400Response

NewResetPassword400ResponseWithDefaults instantiates a new ResetPassword400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResetPassword400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ResetPassword400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResetPassword400Response) GetError ¶

func (o *ResetPassword400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*ResetPassword400Response) GetErrorOk ¶

func (o *ResetPassword400Response) 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 (*ResetPassword400Response) HasDetail ¶

func (o *ResetPassword400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ResetPassword400Response) HasError ¶

func (o *ResetPassword400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (ResetPassword400Response) MarshalJSON ¶

func (o ResetPassword400Response) MarshalJSON() ([]byte, error)

func (*ResetPassword400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*ResetPassword400Response) SetError ¶

func (o *ResetPassword400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (ResetPassword400Response) ToMap ¶

func (o ResetPassword400Response) ToMap() (map[string]interface{}, error)

type ResetPasswordBodyValidation ¶

type ResetPasswordBodyValidation struct {
	Token    string `json:"token"`
	Password string `json:"password"`
}

ResetPasswordBodyValidation struct for ResetPasswordBodyValidation

func NewResetPasswordBodyValidation ¶

func NewResetPasswordBodyValidation(token string, password string) *ResetPasswordBodyValidation

NewResetPasswordBodyValidation instantiates a new ResetPasswordBodyValidation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResetPasswordBodyValidationWithDefaults ¶

func NewResetPasswordBodyValidationWithDefaults() *ResetPasswordBodyValidation

NewResetPasswordBodyValidationWithDefaults instantiates a new ResetPasswordBodyValidation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResetPasswordBodyValidation) GetPassword ¶

func (o *ResetPasswordBodyValidation) GetPassword() string

GetPassword returns the Password field value

func (*ResetPasswordBodyValidation) GetPasswordOk ¶

func (o *ResetPasswordBodyValidation) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*ResetPasswordBodyValidation) GetToken ¶

func (o *ResetPasswordBodyValidation) GetToken() string

GetToken returns the Token field value

func (*ResetPasswordBodyValidation) GetTokenOk ¶

func (o *ResetPasswordBodyValidation) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (ResetPasswordBodyValidation) MarshalJSON ¶

func (o ResetPasswordBodyValidation) MarshalJSON() ([]byte, error)

func (*ResetPasswordBodyValidation) SetPassword ¶

func (o *ResetPasswordBodyValidation) SetPassword(v string)

SetPassword sets field value

func (*ResetPasswordBodyValidation) SetToken ¶

func (o *ResetPasswordBodyValidation) SetToken(v string)

SetToken sets field value

func (ResetPasswordBodyValidation) ToMap ¶

func (o ResetPasswordBodyValidation) ToMap() (map[string]interface{}, error)

type RestoreSnapshotJobJob ¶

type RestoreSnapshotJobJob struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError *string `json:"human_readable_error,omitempty"`
}

RestoreSnapshotJobJob struct for RestoreSnapshotJobJob

func NewRestoreSnapshotJobJob ¶

func NewRestoreSnapshotJobJob(id int32, type_ string, progressPercentage int32, state string) *RestoreSnapshotJobJob

NewRestoreSnapshotJobJob instantiates a new RestoreSnapshotJobJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRestoreSnapshotJobJobWithDefaults ¶

func NewRestoreSnapshotJobJobWithDefaults() *RestoreSnapshotJobJob

NewRestoreSnapshotJobJobWithDefaults instantiates a new RestoreSnapshotJobJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RestoreSnapshotJobJob) GetHumanReadableError ¶

func (o *RestoreSnapshotJobJob) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*RestoreSnapshotJobJob) GetHumanReadableErrorOk ¶

func (o *RestoreSnapshotJobJob) GetHumanReadableErrorOk() (*string, bool)

GetHumanReadableErrorOk returns a tuple with the HumanReadableError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RestoreSnapshotJobJob) GetId ¶

func (o *RestoreSnapshotJobJob) GetId() int32

GetId returns the Id field value

func (*RestoreSnapshotJobJob) GetIdOk ¶

func (o *RestoreSnapshotJobJob) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RestoreSnapshotJobJob) GetProgressPercentage ¶

func (o *RestoreSnapshotJobJob) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*RestoreSnapshotJobJob) GetProgressPercentageOk ¶

func (o *RestoreSnapshotJobJob) GetProgressPercentageOk() (*int32, bool)

GetProgressPercentageOk returns a tuple with the ProgressPercentage field value and a boolean to check if the value has been set.

func (*RestoreSnapshotJobJob) GetState ¶

func (o *RestoreSnapshotJobJob) GetState() string

GetState returns the State field value

func (*RestoreSnapshotJobJob) GetStateOk ¶

func (o *RestoreSnapshotJobJob) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*RestoreSnapshotJobJob) GetType ¶

func (o *RestoreSnapshotJobJob) GetType() string

GetType returns the Type field value

func (*RestoreSnapshotJobJob) GetTypeOk ¶

func (o *RestoreSnapshotJobJob) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RestoreSnapshotJobJob) HasHumanReadableError ¶

func (o *RestoreSnapshotJobJob) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (RestoreSnapshotJobJob) MarshalJSON ¶

func (o RestoreSnapshotJobJob) MarshalJSON() ([]byte, error)

func (*RestoreSnapshotJobJob) SetHumanReadableError ¶

func (o *RestoreSnapshotJobJob) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*RestoreSnapshotJobJob) SetId ¶

func (o *RestoreSnapshotJobJob) SetId(v int32)

SetId sets field value

func (*RestoreSnapshotJobJob) SetProgressPercentage ¶

func (o *RestoreSnapshotJobJob) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*RestoreSnapshotJobJob) SetState ¶

func (o *RestoreSnapshotJobJob) SetState(v string)

SetState sets field value

func (*RestoreSnapshotJobJob) SetType ¶

func (o *RestoreSnapshotJobJob) SetType(v string)

SetType sets field value

func (RestoreSnapshotJobJob) ToMap ¶

func (o RestoreSnapshotJobJob) ToMap() (map[string]interface{}, error)

type RollupFieldCreateField ¶

type RollupFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to rollup values for.
	ThroughFieldId NullableInt32 `json:"through_field_id,omitempty"`
	// The id of the field in the table linked to by the through_field to rollup.
	TargetFieldId NullableInt32 `json:"target_field_id,omitempty"`
	// The rollup formula function that must be applied.
	RollupFunction *string          `json:"rollup_function,omitempty"`
	FormulaType    *FormulaTypeEnum `json:"formula_type,omitempty"`
}

RollupFieldCreateField struct for RollupFieldCreateField

func NewRollupFieldCreateField ¶

func NewRollupFieldCreateField(name string, type_ Type712Enum, nullable bool) *RollupFieldCreateField

NewRollupFieldCreateField instantiates a new RollupFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRollupFieldCreateFieldWithDefaults ¶

func NewRollupFieldCreateFieldWithDefaults() *RollupFieldCreateField

NewRollupFieldCreateFieldWithDefaults instantiates a new RollupFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RollupFieldCreateField) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldCreateField) GetArrayFormulaTypeOk ¶

func (o *RollupFieldCreateField) GetArrayFormulaTypeOk() (*CountFieldCreateFieldArrayFormulaType, bool)

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldCreateField) GetDateForceTimezone ¶

func (o *RollupFieldCreateField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldCreateField) GetDateForceTimezoneOk ¶

func (o *RollupFieldCreateField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldCreateField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldCreateField) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldCreateField) GetDateIncludeTime ¶

func (o *RollupFieldCreateField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldCreateField) GetDateIncludeTimeOk ¶

func (o *RollupFieldCreateField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldCreateField) GetDateShowTzinfo ¶

func (o *RollupFieldCreateField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldCreateField) GetDateShowTzinfoOk ¶

func (o *RollupFieldCreateField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldCreateField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldCreateField) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldCreateField) GetError ¶

func (o *RollupFieldCreateField) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldCreateField) GetErrorOk ¶

func (o *RollupFieldCreateField) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldCreateField) GetFormulaType ¶

func (o *RollupFieldCreateField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*RollupFieldCreateField) GetFormulaTypeOk ¶

func (o *RollupFieldCreateField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RollupFieldCreateField) GetName ¶

func (o *RollupFieldCreateField) GetName() string

GetName returns the Name field value

func (*RollupFieldCreateField) GetNameOk ¶

func (o *RollupFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*RollupFieldCreateField) GetNullable ¶

func (o *RollupFieldCreateField) GetNullable() bool

GetNullable returns the Nullable field value

func (*RollupFieldCreateField) GetNullableOk ¶

func (o *RollupFieldCreateField) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*RollupFieldCreateField) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldCreateField) GetNumberDecimalPlacesOk ¶

func (o *RollupFieldCreateField) GetNumberDecimalPlacesOk() (*CountFieldCreateFieldNumberDecimalPlaces, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldCreateField) GetRollupFunction ¶

func (o *RollupFieldCreateField) GetRollupFunction() string

GetRollupFunction returns the RollupFunction field value if set, zero value otherwise.

func (*RollupFieldCreateField) GetRollupFunctionOk ¶

func (o *RollupFieldCreateField) GetRollupFunctionOk() (*string, bool)

GetRollupFunctionOk returns a tuple with the RollupFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RollupFieldCreateField) GetTargetFieldId ¶

func (o *RollupFieldCreateField) GetTargetFieldId() int32

GetTargetFieldId returns the TargetFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldCreateField) GetTargetFieldIdOk ¶

func (o *RollupFieldCreateField) GetTargetFieldIdOk() (*int32, bool)

GetTargetFieldIdOk returns a tuple with the TargetFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldCreateField) GetThroughFieldId ¶

func (o *RollupFieldCreateField) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldCreateField) GetThroughFieldIdOk ¶

func (o *RollupFieldCreateField) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldCreateField) GetType ¶

func (o *RollupFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*RollupFieldCreateField) GetTypeOk ¶

func (o *RollupFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RollupFieldCreateField) HasArrayFormulaType ¶

func (o *RollupFieldCreateField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*RollupFieldCreateField) HasDateForceTimezone ¶

func (o *RollupFieldCreateField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*RollupFieldCreateField) HasDateFormat ¶

func (o *RollupFieldCreateField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*RollupFieldCreateField) HasDateIncludeTime ¶

func (o *RollupFieldCreateField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*RollupFieldCreateField) HasDateShowTzinfo ¶

func (o *RollupFieldCreateField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*RollupFieldCreateField) HasDateTimeFormat ¶

func (o *RollupFieldCreateField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*RollupFieldCreateField) HasError ¶

func (o *RollupFieldCreateField) HasError() bool

HasError returns a boolean if a field has been set.

func (*RollupFieldCreateField) HasFormulaType ¶

func (o *RollupFieldCreateField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*RollupFieldCreateField) HasNumberDecimalPlaces ¶

func (o *RollupFieldCreateField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*RollupFieldCreateField) HasRollupFunction ¶

func (o *RollupFieldCreateField) HasRollupFunction() bool

HasRollupFunction returns a boolean if a field has been set.

func (*RollupFieldCreateField) HasTargetFieldId ¶

func (o *RollupFieldCreateField) HasTargetFieldId() bool

HasTargetFieldId returns a boolean if a field has been set.

func (*RollupFieldCreateField) HasThroughFieldId ¶

func (o *RollupFieldCreateField) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (RollupFieldCreateField) MarshalJSON ¶

func (o RollupFieldCreateField) MarshalJSON() ([]byte, error)

func (*RollupFieldCreateField) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*RollupFieldCreateField) SetArrayFormulaTypeNil ¶

func (o *RollupFieldCreateField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*RollupFieldCreateField) SetDateForceTimezone ¶

func (o *RollupFieldCreateField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*RollupFieldCreateField) SetDateForceTimezoneNil ¶

func (o *RollupFieldCreateField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*RollupFieldCreateField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*RollupFieldCreateField) SetDateFormatNil ¶

func (o *RollupFieldCreateField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*RollupFieldCreateField) SetDateIncludeTime ¶

func (o *RollupFieldCreateField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*RollupFieldCreateField) SetDateIncludeTimeNil ¶

func (o *RollupFieldCreateField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*RollupFieldCreateField) SetDateShowTzinfo ¶

func (o *RollupFieldCreateField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*RollupFieldCreateField) SetDateShowTzinfoNil ¶

func (o *RollupFieldCreateField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*RollupFieldCreateField) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*RollupFieldCreateField) SetDateTimeFormatNil ¶

func (o *RollupFieldCreateField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*RollupFieldCreateField) SetError ¶

func (o *RollupFieldCreateField) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*RollupFieldCreateField) SetErrorNil ¶

func (o *RollupFieldCreateField) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*RollupFieldCreateField) SetFormulaType ¶

func (o *RollupFieldCreateField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*RollupFieldCreateField) SetName ¶

func (o *RollupFieldCreateField) SetName(v string)

SetName sets field value

func (*RollupFieldCreateField) SetNullable ¶

func (o *RollupFieldCreateField) SetNullable(v bool)

SetNullable sets field value

func (*RollupFieldCreateField) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*RollupFieldCreateField) SetNumberDecimalPlacesNil ¶

func (o *RollupFieldCreateField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*RollupFieldCreateField) SetRollupFunction ¶

func (o *RollupFieldCreateField) SetRollupFunction(v string)

SetRollupFunction gets a reference to the given string and assigns it to the RollupFunction field.

func (*RollupFieldCreateField) SetTargetFieldId ¶

func (o *RollupFieldCreateField) SetTargetFieldId(v int32)

SetTargetFieldId gets a reference to the given NullableInt32 and assigns it to the TargetFieldId field.

func (*RollupFieldCreateField) SetTargetFieldIdNil ¶

func (o *RollupFieldCreateField) SetTargetFieldIdNil()

SetTargetFieldIdNil sets the value for TargetFieldId to be an explicit nil

func (*RollupFieldCreateField) SetThroughFieldId ¶

func (o *RollupFieldCreateField) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*RollupFieldCreateField) SetThroughFieldIdNil ¶

func (o *RollupFieldCreateField) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*RollupFieldCreateField) SetType ¶

func (o *RollupFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (RollupFieldCreateField) ToMap ¶

func (o RollupFieldCreateField) ToMap() (map[string]interface{}, error)

func (*RollupFieldCreateField) UnsetArrayFormulaType ¶

func (o *RollupFieldCreateField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*RollupFieldCreateField) UnsetDateForceTimezone ¶

func (o *RollupFieldCreateField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*RollupFieldCreateField) UnsetDateFormat ¶

func (o *RollupFieldCreateField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*RollupFieldCreateField) UnsetDateIncludeTime ¶

func (o *RollupFieldCreateField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*RollupFieldCreateField) UnsetDateShowTzinfo ¶

func (o *RollupFieldCreateField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*RollupFieldCreateField) UnsetDateTimeFormat ¶

func (o *RollupFieldCreateField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*RollupFieldCreateField) UnsetError ¶

func (o *RollupFieldCreateField) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*RollupFieldCreateField) UnsetNumberDecimalPlaces ¶

func (o *RollupFieldCreateField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*RollupFieldCreateField) UnsetTargetFieldId ¶

func (o *RollupFieldCreateField) UnsetTargetFieldId()

UnsetTargetFieldId ensures that no value is present for TargetFieldId, not even an explicit nil

func (*RollupFieldCreateField) UnsetThroughFieldId ¶

func (o *RollupFieldCreateField) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

type RollupFieldField ¶

type RollupFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to rollup values for.
	ThroughFieldId NullableInt32 `json:"through_field_id,omitempty"`
	// The id of the field in the table linked to by the through_field to rollup.
	TargetFieldId NullableInt32 `json:"target_field_id,omitempty"`
	// The rollup formula function that must be applied.
	RollupFunction *string          `json:"rollup_function,omitempty"`
	FormulaType    *FormulaTypeEnum `json:"formula_type,omitempty"`
}

RollupFieldField struct for RollupFieldField

func NewRollupFieldField ¶

func NewRollupFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, nullable bool) *RollupFieldField

NewRollupFieldField instantiates a new RollupFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRollupFieldFieldWithDefaults ¶

func NewRollupFieldFieldWithDefaults() *RollupFieldField

NewRollupFieldFieldWithDefaults instantiates a new RollupFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RollupFieldField) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldField) GetArrayFormulaTypeOk ¶

func (o *RollupFieldField) GetArrayFormulaTypeOk() (*CountFieldCreateFieldArrayFormulaType, bool)

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldField) GetDateForceTimezone ¶

func (o *RollupFieldField) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldField) GetDateForceTimezoneOk ¶

func (o *RollupFieldField) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldField) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldField) GetDateFormatOk ¶

func (o *RollupFieldField) GetDateFormatOk() (*CountFieldCreateFieldDateFormat, bool)

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldField) GetDateIncludeTime ¶

func (o *RollupFieldField) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldField) GetDateIncludeTimeOk ¶

func (o *RollupFieldField) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldField) GetDateShowTzinfo ¶

func (o *RollupFieldField) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldField) GetDateShowTzinfoOk ¶

func (o *RollupFieldField) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldField) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldField) GetDateTimeFormatOk ¶

func (o *RollupFieldField) GetDateTimeFormatOk() (*CountFieldCreateFieldDateTimeFormat, bool)

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldField) GetError ¶

func (o *RollupFieldField) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldField) GetErrorOk ¶

func (o *RollupFieldField) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldField) GetFormulaType ¶

func (o *RollupFieldField) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*RollupFieldField) GetFormulaTypeOk ¶

func (o *RollupFieldField) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RollupFieldField) GetId ¶

func (o *RollupFieldField) GetId() int32

GetId returns the Id field value

func (*RollupFieldField) GetIdOk ¶

func (o *RollupFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RollupFieldField) GetName ¶

func (o *RollupFieldField) GetName() string

GetName returns the Name field value

func (*RollupFieldField) GetNameOk ¶

func (o *RollupFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*RollupFieldField) GetNullable ¶

func (o *RollupFieldField) GetNullable() bool

GetNullable returns the Nullable field value

func (*RollupFieldField) GetNullableOk ¶

func (o *RollupFieldField) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*RollupFieldField) GetNumberDecimalPlaces ¶

func (o *RollupFieldField) GetNumberDecimalPlaces() CountFieldCreateFieldNumberDecimalPlaces

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldField) GetNumberDecimalPlacesOk ¶

func (o *RollupFieldField) GetNumberDecimalPlacesOk() (*CountFieldCreateFieldNumberDecimalPlaces, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldField) GetOrder ¶

func (o *RollupFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*RollupFieldField) GetOrderOk ¶

func (o *RollupFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*RollupFieldField) GetPrimary ¶

func (o *RollupFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*RollupFieldField) GetPrimaryOk ¶

func (o *RollupFieldField) 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 (*RollupFieldField) GetReadOnly ¶

func (o *RollupFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*RollupFieldField) GetReadOnlyOk ¶

func (o *RollupFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*RollupFieldField) GetRollupFunction ¶

func (o *RollupFieldField) GetRollupFunction() string

GetRollupFunction returns the RollupFunction field value if set, zero value otherwise.

func (*RollupFieldField) GetRollupFunctionOk ¶

func (o *RollupFieldField) GetRollupFunctionOk() (*string, bool)

GetRollupFunctionOk returns a tuple with the RollupFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RollupFieldField) GetTableId ¶

func (o *RollupFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*RollupFieldField) GetTableIdOk ¶

func (o *RollupFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*RollupFieldField) GetTargetFieldId ¶

func (o *RollupFieldField) GetTargetFieldId() int32

GetTargetFieldId returns the TargetFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldField) GetTargetFieldIdOk ¶

func (o *RollupFieldField) GetTargetFieldIdOk() (*int32, bool)

GetTargetFieldIdOk returns a tuple with the TargetFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldField) GetThroughFieldId ¶

func (o *RollupFieldField) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldField) GetThroughFieldIdOk ¶

func (o *RollupFieldField) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldField) GetType ¶

func (o *RollupFieldField) GetType() string

GetType returns the Type field value

func (*RollupFieldField) GetTypeOk ¶

func (o *RollupFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RollupFieldField) HasArrayFormulaType ¶

func (o *RollupFieldField) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*RollupFieldField) HasDateForceTimezone ¶

func (o *RollupFieldField) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*RollupFieldField) HasDateFormat ¶

func (o *RollupFieldField) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*RollupFieldField) HasDateIncludeTime ¶

func (o *RollupFieldField) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*RollupFieldField) HasDateShowTzinfo ¶

func (o *RollupFieldField) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*RollupFieldField) HasDateTimeFormat ¶

func (o *RollupFieldField) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*RollupFieldField) HasError ¶

func (o *RollupFieldField) HasError() bool

HasError returns a boolean if a field has been set.

func (*RollupFieldField) HasFormulaType ¶

func (o *RollupFieldField) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*RollupFieldField) HasNumberDecimalPlaces ¶

func (o *RollupFieldField) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*RollupFieldField) HasPrimary ¶

func (o *RollupFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (*RollupFieldField) HasRollupFunction ¶

func (o *RollupFieldField) HasRollupFunction() bool

HasRollupFunction returns a boolean if a field has been set.

func (*RollupFieldField) HasTargetFieldId ¶

func (o *RollupFieldField) HasTargetFieldId() bool

HasTargetFieldId returns a boolean if a field has been set.

func (*RollupFieldField) HasThroughFieldId ¶

func (o *RollupFieldField) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (RollupFieldField) MarshalJSON ¶

func (o RollupFieldField) MarshalJSON() ([]byte, error)

func (*RollupFieldField) SetArrayFormulaType ¶

func (o *RollupFieldField) SetArrayFormulaType(v CountFieldCreateFieldArrayFormulaType)

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*RollupFieldField) SetArrayFormulaTypeNil ¶

func (o *RollupFieldField) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*RollupFieldField) SetDateForceTimezone ¶

func (o *RollupFieldField) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*RollupFieldField) SetDateForceTimezoneNil ¶

func (o *RollupFieldField) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*RollupFieldField) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*RollupFieldField) SetDateFormatNil ¶

func (o *RollupFieldField) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*RollupFieldField) SetDateIncludeTime ¶

func (o *RollupFieldField) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*RollupFieldField) SetDateIncludeTimeNil ¶

func (o *RollupFieldField) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*RollupFieldField) SetDateShowTzinfo ¶

func (o *RollupFieldField) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*RollupFieldField) SetDateShowTzinfoNil ¶

func (o *RollupFieldField) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*RollupFieldField) SetDateTimeFormat ¶

func (o *RollupFieldField) SetDateTimeFormat(v CountFieldCreateFieldDateTimeFormat)

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*RollupFieldField) SetDateTimeFormatNil ¶

func (o *RollupFieldField) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*RollupFieldField) SetError ¶

func (o *RollupFieldField) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*RollupFieldField) SetErrorNil ¶

func (o *RollupFieldField) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*RollupFieldField) SetFormulaType ¶

func (o *RollupFieldField) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*RollupFieldField) SetId ¶

func (o *RollupFieldField) SetId(v int32)

SetId sets field value

func (*RollupFieldField) SetName ¶

func (o *RollupFieldField) SetName(v string)

SetName sets field value

func (*RollupFieldField) SetNullable ¶

func (o *RollupFieldField) SetNullable(v bool)

SetNullable sets field value

func (*RollupFieldField) SetNumberDecimalPlaces ¶

func (o *RollupFieldField) SetNumberDecimalPlaces(v CountFieldCreateFieldNumberDecimalPlaces)

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*RollupFieldField) SetNumberDecimalPlacesNil ¶

func (o *RollupFieldField) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*RollupFieldField) SetOrder ¶

func (o *RollupFieldField) SetOrder(v int32)

SetOrder sets field value

func (*RollupFieldField) SetPrimary ¶

func (o *RollupFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*RollupFieldField) SetReadOnly ¶

func (o *RollupFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*RollupFieldField) SetRollupFunction ¶

func (o *RollupFieldField) SetRollupFunction(v string)

SetRollupFunction gets a reference to the given string and assigns it to the RollupFunction field.

func (*RollupFieldField) SetTableId ¶

func (o *RollupFieldField) SetTableId(v int32)

SetTableId sets field value

func (*RollupFieldField) SetTargetFieldId ¶

func (o *RollupFieldField) SetTargetFieldId(v int32)

SetTargetFieldId gets a reference to the given NullableInt32 and assigns it to the TargetFieldId field.

func (*RollupFieldField) SetTargetFieldIdNil ¶

func (o *RollupFieldField) SetTargetFieldIdNil()

SetTargetFieldIdNil sets the value for TargetFieldId to be an explicit nil

func (*RollupFieldField) SetThroughFieldId ¶

func (o *RollupFieldField) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*RollupFieldField) SetThroughFieldIdNil ¶

func (o *RollupFieldField) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*RollupFieldField) SetType ¶

func (o *RollupFieldField) SetType(v string)

SetType sets field value

func (RollupFieldField) ToMap ¶

func (o RollupFieldField) ToMap() (map[string]interface{}, error)

func (*RollupFieldField) UnsetArrayFormulaType ¶

func (o *RollupFieldField) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*RollupFieldField) UnsetDateForceTimezone ¶

func (o *RollupFieldField) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*RollupFieldField) UnsetDateFormat ¶

func (o *RollupFieldField) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*RollupFieldField) UnsetDateIncludeTime ¶

func (o *RollupFieldField) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*RollupFieldField) UnsetDateShowTzinfo ¶

func (o *RollupFieldField) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*RollupFieldField) UnsetDateTimeFormat ¶

func (o *RollupFieldField) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*RollupFieldField) UnsetError ¶

func (o *RollupFieldField) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*RollupFieldField) UnsetNumberDecimalPlaces ¶

func (o *RollupFieldField) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*RollupFieldField) UnsetTargetFieldId ¶

func (o *RollupFieldField) UnsetTargetFieldId()

UnsetTargetFieldId ensures that no value is present for TargetFieldId, not even an explicit nil

func (*RollupFieldField) UnsetThroughFieldId ¶

func (o *RollupFieldField) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

type RollupFieldFieldSerializerWithRelatedFields ¶

type RollupFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	// The id of the link row field to rollup values for.
	ThroughFieldId NullableInt32 `json:"through_field_id,omitempty"`
	// The id of the field in the table linked to by the through_field to rollup.
	TargetFieldId NullableInt32 `json:"target_field_id,omitempty"`
	// The rollup formula function that must be applied.
	RollupFunction *string          `json:"rollup_function,omitempty"`
	FormulaType    *FormulaTypeEnum `json:"formula_type,omitempty"`
}

RollupFieldFieldSerializerWithRelatedFields struct for RollupFieldFieldSerializerWithRelatedFields

func NewRollupFieldFieldSerializerWithRelatedFields ¶

func NewRollupFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field, nullable bool) *RollupFieldFieldSerializerWithRelatedFields

NewRollupFieldFieldSerializerWithRelatedFields instantiates a new RollupFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRollupFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewRollupFieldFieldSerializerWithRelatedFieldsWithDefaults() *RollupFieldFieldSerializerWithRelatedFields

NewRollupFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new RollupFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RollupFieldFieldSerializerWithRelatedFields) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldFieldSerializerWithRelatedFields) GetArrayFormulaTypeOk ¶

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldFieldSerializerWithRelatedFields) GetDateForceTimezone ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldFieldSerializerWithRelatedFields) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldFieldSerializerWithRelatedFields) GetDateFormatOk ¶

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldFieldSerializerWithRelatedFields) GetDateIncludeTime ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldFieldSerializerWithRelatedFields) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldFieldSerializerWithRelatedFields) GetDateTimeFormatOk ¶

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldFieldSerializerWithRelatedFields) GetError ¶

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldFieldSerializerWithRelatedFields) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldFieldSerializerWithRelatedFields) GetFormulaType ¶

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*RollupFieldFieldSerializerWithRelatedFields) GetFormulaTypeOk ¶

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*RollupFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*RollupFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) GetNullable ¶

GetNullable returns the Nullable field value

func (*RollupFieldFieldSerializerWithRelatedFields) GetNullableOk ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) GetNumberDecimalPlaces ¶

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldFieldSerializerWithRelatedFields) GetNumberDecimalPlacesOk ¶

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*RollupFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*RollupFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*RollupFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*RollupFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*RollupFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) GetRollupFunction ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetRollupFunction() string

GetRollupFunction returns the RollupFunction field value if set, zero value otherwise.

func (*RollupFieldFieldSerializerWithRelatedFields) GetRollupFunctionOk ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetRollupFunctionOk() (*string, bool)

GetRollupFunctionOk returns a tuple with the RollupFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*RollupFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) GetTargetFieldId ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetTargetFieldId() int32

GetTargetFieldId returns the TargetFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldFieldSerializerWithRelatedFields) GetTargetFieldIdOk ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetTargetFieldIdOk() (*int32, bool)

GetTargetFieldIdOk returns a tuple with the TargetFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldFieldSerializerWithRelatedFields) GetThroughFieldId ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetThroughFieldId() int32

GetThroughFieldId returns the ThroughFieldId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RollupFieldFieldSerializerWithRelatedFields) GetThroughFieldIdOk ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) GetThroughFieldIdOk() (*int32, bool)

GetThroughFieldIdOk returns a tuple with the ThroughFieldId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RollupFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*RollupFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasArrayFormulaType ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasDateForceTimezone ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasDateFormat ¶

HasDateFormat returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasDateIncludeTime ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasDateTimeFormat ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasError ¶

HasError returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasFormulaType ¶

HasFormulaType returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasNumberDecimalPlaces ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasRollupFunction ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) HasRollupFunction() bool

HasRollupFunction returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasTargetFieldId ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) HasTargetFieldId() bool

HasTargetFieldId returns a boolean if a field has been set.

func (*RollupFieldFieldSerializerWithRelatedFields) HasThroughFieldId ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) HasThroughFieldId() bool

HasThroughFieldId returns a boolean if a field has been set.

func (RollupFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*RollupFieldFieldSerializerWithRelatedFields) SetArrayFormulaType ¶

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetArrayFormulaTypeNil ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) SetDateForceTimezone ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetDateFormatNil ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) SetDateIncludeTime ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetDateIncludeTimeNil ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetDateShowTzinfoNil ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetDateTimeFormatNil ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) SetError ¶

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetErrorNil ¶

SetErrorNil sets the value for Error to be an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) SetFormulaType ¶

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*RollupFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*RollupFieldFieldSerializerWithRelatedFields) SetNullable ¶

SetNullable sets field value

func (*RollupFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlaces ¶

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlacesNil ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*RollupFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*RollupFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*RollupFieldFieldSerializerWithRelatedFields) SetRollupFunction ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetRollupFunction(v string)

SetRollupFunction gets a reference to the given string and assigns it to the RollupFunction field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*RollupFieldFieldSerializerWithRelatedFields) SetTargetFieldId ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetTargetFieldId(v int32)

SetTargetFieldId gets a reference to the given NullableInt32 and assigns it to the TargetFieldId field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetTargetFieldIdNil ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetTargetFieldIdNil()

SetTargetFieldIdNil sets the value for TargetFieldId to be an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) SetThroughFieldId ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetThroughFieldId(v int32)

SetThroughFieldId gets a reference to the given NullableInt32 and assigns it to the ThroughFieldId field.

func (*RollupFieldFieldSerializerWithRelatedFields) SetThroughFieldIdNil ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) SetThroughFieldIdNil()

SetThroughFieldIdNil sets the value for ThroughFieldId to be an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (RollupFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o RollupFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

func (*RollupFieldFieldSerializerWithRelatedFields) UnsetArrayFormulaType ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) UnsetDateFormat ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) UnsetDateIncludeTime ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) UnsetDateShowTzinfo ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) UnsetDateTimeFormat ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) UnsetError ¶

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) UnsetNumberDecimalPlaces ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) UnsetTargetFieldId ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) UnsetTargetFieldId()

UnsetTargetFieldId ensures that no value is present for TargetFieldId, not even an explicit nil

func (*RollupFieldFieldSerializerWithRelatedFields) UnsetThroughFieldId ¶

func (o *RollupFieldFieldSerializerWithRelatedFields) UnsetThroughFieldId()

UnsetThroughFieldId ensures that no value is present for ThroughFieldId, not even an explicit nil

type RowComment ¶

type RowComment struct {
	Id int32 `json:"id"`
	// The table the row this comment is for is found in.
	TableId int32 `json:"table_id"`
	// The id of the row the comment is for.
	RowId int32 `json:"row_id"`
	// The users comment.
	Comment   string    `json:"comment"`
	FirstName *string   `json:"first_name,omitempty"`
	CreatedOn time.Time `json:"created_on"`
	UpdatedOn time.Time `json:"updated_on"`
	// The user who made the comment.
	UserId NullableInt32 `json:"user_id"`
}

RowComment struct for RowComment

func NewRowComment ¶

func NewRowComment(id int32, tableId int32, rowId int32, comment string, createdOn time.Time, updatedOn time.Time, userId NullableInt32) *RowComment

NewRowComment instantiates a new RowComment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRowCommentWithDefaults ¶

func NewRowCommentWithDefaults() *RowComment

NewRowCommentWithDefaults instantiates a new RowComment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RowComment) GetComment ¶

func (o *RowComment) GetComment() string

GetComment returns the Comment field value

func (*RowComment) GetCommentOk ¶

func (o *RowComment) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value and a boolean to check if the value has been set.

func (*RowComment) GetCreatedOn ¶

func (o *RowComment) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*RowComment) GetCreatedOnOk ¶

func (o *RowComment) GetCreatedOnOk() (*time.Time, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.

func (*RowComment) GetFirstName ¶

func (o *RowComment) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*RowComment) GetFirstNameOk ¶

func (o *RowComment) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RowComment) GetId ¶

func (o *RowComment) GetId() int32

GetId returns the Id field value

func (*RowComment) GetIdOk ¶

func (o *RowComment) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*RowComment) GetRowId ¶

func (o *RowComment) GetRowId() int32

GetRowId returns the RowId field value

func (*RowComment) GetRowIdOk ¶

func (o *RowComment) GetRowIdOk() (*int32, bool)

GetRowIdOk returns a tuple with the RowId field value and a boolean to check if the value has been set.

func (*RowComment) GetTableId ¶

func (o *RowComment) GetTableId() int32

GetTableId returns the TableId field value

func (*RowComment) GetTableIdOk ¶

func (o *RowComment) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*RowComment) GetUpdatedOn ¶

func (o *RowComment) GetUpdatedOn() time.Time

GetUpdatedOn returns the UpdatedOn field value

func (*RowComment) GetUpdatedOnOk ¶

func (o *RowComment) GetUpdatedOnOk() (*time.Time, bool)

GetUpdatedOnOk returns a tuple with the UpdatedOn field value and a boolean to check if the value has been set.

func (*RowComment) GetUserId ¶

func (o *RowComment) GetUserId() int32

GetUserId returns the UserId field value If the value is explicit nil, the zero value for int32 will be returned

func (*RowComment) GetUserIdOk ¶

func (o *RowComment) GetUserIdOk() (*int32, bool)

GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RowComment) HasFirstName ¶

func (o *RowComment) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (RowComment) MarshalJSON ¶

func (o RowComment) MarshalJSON() ([]byte, error)

func (*RowComment) SetComment ¶

func (o *RowComment) SetComment(v string)

SetComment sets field value

func (*RowComment) SetCreatedOn ¶

func (o *RowComment) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*RowComment) SetFirstName ¶

func (o *RowComment) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*RowComment) SetId ¶

func (o *RowComment) SetId(v int32)

SetId sets field value

func (*RowComment) SetRowId ¶

func (o *RowComment) SetRowId(v int32)

SetRowId sets field value

func (*RowComment) SetTableId ¶

func (o *RowComment) SetTableId(v int32)

SetTableId sets field value

func (*RowComment) SetUpdatedOn ¶

func (o *RowComment) SetUpdatedOn(v time.Time)

SetUpdatedOn sets field value

func (*RowComment) SetUserId ¶

func (o *RowComment) SetUserId(v int32)

SetUserId sets field value

func (RowComment) ToMap ¶

func (o RowComment) ToMap() (map[string]interface{}, error)

type RowCommentCreate ¶

type RowCommentCreate struct {
	Comment string `json:"comment"`
}

RowCommentCreate struct for RowCommentCreate

func NewRowCommentCreate ¶

func NewRowCommentCreate(comment string) *RowCommentCreate

NewRowCommentCreate instantiates a new RowCommentCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRowCommentCreateWithDefaults ¶

func NewRowCommentCreateWithDefaults() *RowCommentCreate

NewRowCommentCreateWithDefaults instantiates a new RowCommentCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RowCommentCreate) GetComment ¶

func (o *RowCommentCreate) GetComment() string

GetComment returns the Comment field value

func (*RowCommentCreate) GetCommentOk ¶

func (o *RowCommentCreate) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value and a boolean to check if the value has been set.

func (RowCommentCreate) MarshalJSON ¶

func (o RowCommentCreate) MarshalJSON() ([]byte, error)

func (*RowCommentCreate) SetComment ¶

func (o *RowCommentCreate) SetComment(v string)

SetComment sets field value

func (RowCommentCreate) ToMap ¶

func (o RowCommentCreate) ToMap() (map[string]interface{}, error)

type RowIdentifierTypeEnum ¶

type RowIdentifierTypeEnum string

RowIdentifierTypeEnum * `id` - Id * `count` - Count

const (
	ID RowIdentifierTypeEnum = "id"
)

List of RowIdentifierTypeEnum

func NewRowIdentifierTypeEnumFromValue ¶

func NewRowIdentifierTypeEnumFromValue(v string) (*RowIdentifierTypeEnum, error)

NewRowIdentifierTypeEnumFromValue returns a pointer to a valid RowIdentifierTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RowIdentifierTypeEnum) IsValid ¶

func (v RowIdentifierTypeEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RowIdentifierTypeEnum) Ptr ¶

Ptr returns reference to RowIdentifierTypeEnum value

func (*RowIdentifierTypeEnum) UnmarshalJSON ¶

func (v *RowIdentifierTypeEnum) UnmarshalJSON(src []byte) error

type RowMetadata ¶

type RowMetadata struct {
	// How many row comments exist for this row.
	RowCommentCount *int32 `json:"row_comment_count,omitempty"`
}

RowMetadata struct for RowMetadata

func NewRowMetadata ¶

func NewRowMetadata() *RowMetadata

NewRowMetadata instantiates a new RowMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRowMetadataWithDefaults ¶

func NewRowMetadataWithDefaults() *RowMetadata

NewRowMetadataWithDefaults instantiates a new RowMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RowMetadata) GetRowCommentCount ¶

func (o *RowMetadata) GetRowCommentCount() int32

GetRowCommentCount returns the RowCommentCount field value if set, zero value otherwise.

func (*RowMetadata) GetRowCommentCountOk ¶

func (o *RowMetadata) GetRowCommentCountOk() (*int32, bool)

GetRowCommentCountOk returns a tuple with the RowCommentCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RowMetadata) HasRowCommentCount ¶

func (o *RowMetadata) HasRowCommentCount() bool

HasRowCommentCount returns a boolean if a field has been set.

func (RowMetadata) MarshalJSON ¶

func (o RowMetadata) MarshalJSON() ([]byte, error)

func (*RowMetadata) SetRowCommentCount ¶

func (o *RowMetadata) SetRowCommentCount(v int32)

SetRowCommentCount gets a reference to the given int32 and assigns it to the RowCommentCount field.

func (RowMetadata) ToMap ¶

func (o RowMetadata) ToMap() (map[string]interface{}, error)

type SAMLResponse ¶

type SAMLResponse struct {
	// The encoded SAML response from the IdP.
	SAMLResponse string `json:"SAMLResponse"`
	// The frontend URL where redirect the authenticated user.
	RelayState string `json:"RelayState"`
}

SAMLResponse struct for SAMLResponse

func NewSAMLResponse ¶

func NewSAMLResponse(sAMLResponse string, relayState string) *SAMLResponse

NewSAMLResponse instantiates a new SAMLResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSAMLResponseWithDefaults ¶

func NewSAMLResponseWithDefaults() *SAMLResponse

NewSAMLResponseWithDefaults instantiates a new SAMLResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SAMLResponse) GetRelayState ¶

func (o *SAMLResponse) GetRelayState() string

GetRelayState returns the RelayState field value

func (*SAMLResponse) GetRelayStateOk ¶

func (o *SAMLResponse) GetRelayStateOk() (*string, bool)

GetRelayStateOk returns a tuple with the RelayState field value and a boolean to check if the value has been set.

func (*SAMLResponse) GetSAMLResponse ¶

func (o *SAMLResponse) GetSAMLResponse() string

GetSAMLResponse returns the SAMLResponse field value

func (*SAMLResponse) GetSAMLResponseOk ¶

func (o *SAMLResponse) GetSAMLResponseOk() (*string, bool)

GetSAMLResponseOk returns a tuple with the SAMLResponse field value and a boolean to check if the value has been set.

func (SAMLResponse) MarshalJSON ¶

func (o SAMLResponse) MarshalJSON() ([]byte, error)

func (*SAMLResponse) SetRelayState ¶

func (o *SAMLResponse) SetRelayState(v string)

SetRelayState sets field value

func (*SAMLResponse) SetSAMLResponse ¶

func (o *SAMLResponse) SetSAMLResponse(v string)

SetSAMLResponse sets field value

func (SAMLResponse) ToMap ¶

func (o SAMLResponse) ToMap() (map[string]interface{}, error)

type SamlAuthProviderModelAuthProvider ¶

type SamlAuthProviderModelAuthProvider struct {
	Id int32 `json:"id"`
	// The type of the related field.
	Type string `json:"type"`
	// The email domain registered with this provider.
	Domain string `json:"domain"`
	// Whether the provider is enabled or not.
	Enabled *bool `json:"enabled,omitempty"`
	// The SAML metadata XML provided by the IdP.
	Metadata string `json:"metadata"`
	// Whether or not a user sign in correctly with this SAML provider.
	IsVerified bool `json:"is_verified"`
}

SamlAuthProviderModelAuthProvider struct for SamlAuthProviderModelAuthProvider

func NewSamlAuthProviderModelAuthProvider ¶

func NewSamlAuthProviderModelAuthProvider(id int32, type_ string, domain string, metadata string, isVerified bool) *SamlAuthProviderModelAuthProvider

NewSamlAuthProviderModelAuthProvider instantiates a new SamlAuthProviderModelAuthProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSamlAuthProviderModelAuthProviderWithDefaults ¶

func NewSamlAuthProviderModelAuthProviderWithDefaults() *SamlAuthProviderModelAuthProvider

NewSamlAuthProviderModelAuthProviderWithDefaults instantiates a new SamlAuthProviderModelAuthProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SamlAuthProviderModelAuthProvider) GetDomain ¶

GetDomain returns the Domain field value

func (*SamlAuthProviderModelAuthProvider) GetDomainOk ¶

func (o *SamlAuthProviderModelAuthProvider) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*SamlAuthProviderModelAuthProvider) GetEnabled ¶

func (o *SamlAuthProviderModelAuthProvider) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SamlAuthProviderModelAuthProvider) GetEnabledOk ¶

func (o *SamlAuthProviderModelAuthProvider) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SamlAuthProviderModelAuthProvider) GetId ¶

GetId returns the Id field value

func (*SamlAuthProviderModelAuthProvider) GetIdOk ¶

func (o *SamlAuthProviderModelAuthProvider) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SamlAuthProviderModelAuthProvider) GetIsVerified ¶

func (o *SamlAuthProviderModelAuthProvider) GetIsVerified() bool

GetIsVerified returns the IsVerified field value

func (*SamlAuthProviderModelAuthProvider) GetIsVerifiedOk ¶

func (o *SamlAuthProviderModelAuthProvider) GetIsVerifiedOk() (*bool, bool)

GetIsVerifiedOk returns a tuple with the IsVerified field value and a boolean to check if the value has been set.

func (*SamlAuthProviderModelAuthProvider) GetMetadata ¶

func (o *SamlAuthProviderModelAuthProvider) GetMetadata() string

GetMetadata returns the Metadata field value

func (*SamlAuthProviderModelAuthProvider) GetMetadataOk ¶

func (o *SamlAuthProviderModelAuthProvider) GetMetadataOk() (*string, bool)

GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.

func (*SamlAuthProviderModelAuthProvider) GetType ¶

GetType returns the Type field value

func (*SamlAuthProviderModelAuthProvider) GetTypeOk ¶

func (o *SamlAuthProviderModelAuthProvider) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SamlAuthProviderModelAuthProvider) HasEnabled ¶

func (o *SamlAuthProviderModelAuthProvider) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (SamlAuthProviderModelAuthProvider) MarshalJSON ¶

func (o SamlAuthProviderModelAuthProvider) MarshalJSON() ([]byte, error)

func (*SamlAuthProviderModelAuthProvider) SetDomain ¶

func (o *SamlAuthProviderModelAuthProvider) SetDomain(v string)

SetDomain sets field value

func (*SamlAuthProviderModelAuthProvider) SetEnabled ¶

func (o *SamlAuthProviderModelAuthProvider) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*SamlAuthProviderModelAuthProvider) SetId ¶

SetId sets field value

func (*SamlAuthProviderModelAuthProvider) SetIsVerified ¶

func (o *SamlAuthProviderModelAuthProvider) SetIsVerified(v bool)

SetIsVerified sets field value

func (*SamlAuthProviderModelAuthProvider) SetMetadata ¶

func (o *SamlAuthProviderModelAuthProvider) SetMetadata(v string)

SetMetadata sets field value

func (*SamlAuthProviderModelAuthProvider) SetType ¶

SetType sets field value

func (SamlAuthProviderModelAuthProvider) ToMap ¶

func (o SamlAuthProviderModelAuthProvider) ToMap() (map[string]interface{}, error)

type ScopeTypeEnum ¶

type ScopeTypeEnum string

ScopeTypeEnum * `core` - core * `application` - application * `workspace` - workspace * `workspace_invitation` - workspace_invitation * `snapshot` - snapshot * `workspace_user` - workspace_user * `database` - database * `database_table` - database_table * `database_field` - database_field * `database_view` - database_view * `database_view_decoration` - database_view_decoration * `database_view_sort` - database_view_sort * `database_view_filter` - database_view_filter * `token` - token * `team` - team * `team_subject` - team_subject * `license` - license

const (
	CORE                     ScopeTypeEnum = "core"
	WORKSPACE_INVITATION     ScopeTypeEnum = "workspace_invitation"
	SNAPSHOT                 ScopeTypeEnum = "snapshot"
	WORKSPACE_USER           ScopeTypeEnum = "workspace_user"
	DATABASE_TABLE           ScopeTypeEnum = "database_table"
	DATABASE_FIELD           ScopeTypeEnum = "database_field"
	DATABASE_VIEW            ScopeTypeEnum = "database_view"
	DATABASE_VIEW_DECORATION ScopeTypeEnum = "database_view_decoration"
	DATABASE_VIEW_SORT       ScopeTypeEnum = "database_view_sort"
	DATABASE_VIEW_FILTER     ScopeTypeEnum = "database_view_filter"
	TOKEN                    ScopeTypeEnum = "token"
	TEAM_SUBJECT             ScopeTypeEnum = "team_subject"
	LICENSE                  ScopeTypeEnum = "license"
)

List of ScopeTypeEnum

func NewScopeTypeEnumFromValue ¶

func NewScopeTypeEnumFromValue(v string) (*ScopeTypeEnum, error)

NewScopeTypeEnumFromValue returns a pointer to a valid ScopeTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ScopeTypeEnum) IsValid ¶

func (v ScopeTypeEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ScopeTypeEnum) Ptr ¶

func (v ScopeTypeEnum) Ptr() *ScopeTypeEnum

Ptr returns reference to ScopeTypeEnum value

func (*ScopeTypeEnum) UnmarshalJSON ¶

func (v *ScopeTypeEnum) UnmarshalJSON(src []byte) error

type SelectColorValueProviderConf ¶

type SelectColorValueProviderConf struct {
	// An id of a select field of the table. The value provider return the color of the selected option for each row.
	FieldId NullableInt32 `json:"field_id"`
}

SelectColorValueProviderConf struct for SelectColorValueProviderConf

func NewSelectColorValueProviderConf ¶

func NewSelectColorValueProviderConf(fieldId NullableInt32) *SelectColorValueProviderConf

NewSelectColorValueProviderConf instantiates a new SelectColorValueProviderConf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSelectColorValueProviderConfWithDefaults ¶

func NewSelectColorValueProviderConfWithDefaults() *SelectColorValueProviderConf

NewSelectColorValueProviderConfWithDefaults instantiates a new SelectColorValueProviderConf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SelectColorValueProviderConf) GetFieldId ¶

func (o *SelectColorValueProviderConf) GetFieldId() int32

GetFieldId returns the FieldId field value If the value is explicit nil, the zero value for int32 will be returned

func (*SelectColorValueProviderConf) GetFieldIdOk ¶

func (o *SelectColorValueProviderConf) GetFieldIdOk() (*int32, bool)

GetFieldIdOk returns a tuple with the FieldId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (SelectColorValueProviderConf) MarshalJSON ¶

func (o SelectColorValueProviderConf) MarshalJSON() ([]byte, error)

func (*SelectColorValueProviderConf) SetFieldId ¶

func (o *SelectColorValueProviderConf) SetFieldId(v int32)

SetFieldId sets field value

func (SelectColorValueProviderConf) ToMap ¶

func (o SelectColorValueProviderConf) ToMap() (map[string]interface{}, error)

type SelectOption ¶

type SelectOption struct {
	Id    *int32 `json:"id,omitempty"`
	Value string `json:"value"`
	Color string `json:"color"`
}

SelectOption struct for SelectOption

func NewSelectOption ¶

func NewSelectOption(value string, color string) *SelectOption

NewSelectOption instantiates a new SelectOption object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSelectOptionWithDefaults ¶

func NewSelectOptionWithDefaults() *SelectOption

NewSelectOptionWithDefaults instantiates a new SelectOption object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SelectOption) GetColor ¶

func (o *SelectOption) GetColor() string

GetColor returns the Color field value

func (*SelectOption) GetColorOk ¶

func (o *SelectOption) GetColorOk() (*string, bool)

GetColorOk returns a tuple with the Color field value and a boolean to check if the value has been set.

func (*SelectOption) GetId ¶

func (o *SelectOption) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*SelectOption) GetIdOk ¶

func (o *SelectOption) GetIdOk() (*int32, 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 (*SelectOption) GetValue ¶

func (o *SelectOption) GetValue() string

GetValue returns the Value field value

func (*SelectOption) GetValueOk ¶

func (o *SelectOption) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (*SelectOption) HasId ¶

func (o *SelectOption) HasId() bool

HasId returns a boolean if a field has been set.

func (SelectOption) MarshalJSON ¶

func (o SelectOption) MarshalJSON() ([]byte, error)

func (*SelectOption) SetColor ¶

func (o *SelectOption) SetColor(v string)

SetColor sets field value

func (*SelectOption) SetId ¶

func (o *SelectOption) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SelectOption) SetValue ¶

func (o *SelectOption) SetValue(v string)

SetValue sets field value

func (SelectOption) ToMap ¶

func (o SelectOption) ToMap() (map[string]interface{}, error)

type SendPasswordResetEmail400Response ¶

type SendPasswordResetEmail400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

SendPasswordResetEmail400Response struct for SendPasswordResetEmail400Response

func NewSendPasswordResetEmail400Response ¶

func NewSendPasswordResetEmail400Response() *SendPasswordResetEmail400Response

NewSendPasswordResetEmail400Response instantiates a new SendPasswordResetEmail400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSendPasswordResetEmail400ResponseWithDefaults ¶

func NewSendPasswordResetEmail400ResponseWithDefaults() *SendPasswordResetEmail400Response

NewSendPasswordResetEmail400ResponseWithDefaults instantiates a new SendPasswordResetEmail400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SendPasswordResetEmail400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*SendPasswordResetEmail400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SendPasswordResetEmail400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*SendPasswordResetEmail400Response) GetErrorOk ¶

func (o *SendPasswordResetEmail400Response) 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 (*SendPasswordResetEmail400Response) HasDetail ¶

func (o *SendPasswordResetEmail400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*SendPasswordResetEmail400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (SendPasswordResetEmail400Response) MarshalJSON ¶

func (o SendPasswordResetEmail400Response) MarshalJSON() ([]byte, error)

func (*SendPasswordResetEmail400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*SendPasswordResetEmail400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (SendPasswordResetEmail400Response) ToMap ¶

func (o SendPasswordResetEmail400Response) ToMap() (map[string]interface{}, error)

type SendResetPasswordEmailBodyValidation ¶

type SendResetPasswordEmailBodyValidation struct {
	// The email address of the user that has requested a password reset.
	Email string `json:"email"`
	// The base URL where the user can reset his password. The reset token is going to be appended to the base_url (base_url '/token').
	BaseUrl string `json:"base_url"`
}

SendResetPasswordEmailBodyValidation struct for SendResetPasswordEmailBodyValidation

func NewSendResetPasswordEmailBodyValidation ¶

func NewSendResetPasswordEmailBodyValidation(email string, baseUrl string) *SendResetPasswordEmailBodyValidation

NewSendResetPasswordEmailBodyValidation instantiates a new SendResetPasswordEmailBodyValidation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSendResetPasswordEmailBodyValidationWithDefaults ¶

func NewSendResetPasswordEmailBodyValidationWithDefaults() *SendResetPasswordEmailBodyValidation

NewSendResetPasswordEmailBodyValidationWithDefaults instantiates a new SendResetPasswordEmailBodyValidation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SendResetPasswordEmailBodyValidation) GetBaseUrl ¶

GetBaseUrl returns the BaseUrl field value

func (*SendResetPasswordEmailBodyValidation) GetBaseUrlOk ¶

func (o *SendResetPasswordEmailBodyValidation) GetBaseUrlOk() (*string, bool)

GetBaseUrlOk returns a tuple with the BaseUrl field value and a boolean to check if the value has been set.

func (*SendResetPasswordEmailBodyValidation) GetEmail ¶

GetEmail returns the Email field value

func (*SendResetPasswordEmailBodyValidation) GetEmailOk ¶

func (o *SendResetPasswordEmailBodyValidation) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (SendResetPasswordEmailBodyValidation) MarshalJSON ¶

func (o SendResetPasswordEmailBodyValidation) MarshalJSON() ([]byte, error)

func (*SendResetPasswordEmailBodyValidation) SetBaseUrl ¶

SetBaseUrl sets field value

func (*SendResetPasswordEmailBodyValidation) SetEmail ¶

SetEmail sets field value

func (SendResetPasswordEmailBodyValidation) ToMap ¶

func (o SendResetPasswordEmailBodyValidation) 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 Settings ¶

type Settings struct {
	// Indicates whether new users can create a new account when signing up.
	AllowNewSignups *bool `json:"allow_new_signups,omitempty"`
	// Indicates whether invited users can create an account when signing up, even if allow_new_signups is disabled.
	AllowSignupsViaWorkspaceInvitations *bool `json:"allow_signups_via_workspace_invitations,omitempty"`
	// DEPRECATED: Please use the functionally identical `allow_signups_via_workspace_invitations` instead as this attribute is being removed in the future.
	AllowSignupsViaGroupInvitations *bool `json:"allow_signups_via_group_invitations,omitempty"`
	// Indicates whether users can request a password reset link.
	AllowResetPassword *bool `json:"allow_reset_password,omitempty"`
	// Indicates whether all users can create workspaces, or just staff.
	AllowGlobalWorkspaceCreation *bool `json:"allow_global_workspace_creation,omitempty"`
	// DEPRECATED: Please use the functionally identical `allow_global_workspace_creation` instead as this attribute is being removed in the future.
	AllowGlobalGroupCreation *bool `json:"allow_global_group_creation,omitempty"`
	// Number of days after the last login for an account pending deletion to be deleted
	AccountDeletionGraceDelay *int32 `json:"account_deletion_grace_delay,omitempty"`
	// Indicates that there are no admin users in the database yet, so in the frontend the signup form will be shown instead of the login page.
	ShowAdminSignupPage *bool `json:"show_admin_signup_page,omitempty"`
	// Runs a job once per day which calculates per workspace row counts and file storage usage, displayed on the admin workspace page.
	TrackWorkspaceUsage *bool `json:"track_workspace_usage,omitempty"`
}

Settings struct for Settings

func NewSettings ¶

func NewSettings() *Settings

NewSettings instantiates a new Settings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSettingsWithDefaults ¶

func NewSettingsWithDefaults() *Settings

NewSettingsWithDefaults instantiates a new Settings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Settings) GetAccountDeletionGraceDelay ¶

func (o *Settings) GetAccountDeletionGraceDelay() int32

GetAccountDeletionGraceDelay returns the AccountDeletionGraceDelay field value if set, zero value otherwise.

func (*Settings) GetAccountDeletionGraceDelayOk ¶

func (o *Settings) GetAccountDeletionGraceDelayOk() (*int32, bool)

GetAccountDeletionGraceDelayOk returns a tuple with the AccountDeletionGraceDelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Settings) GetAllowGlobalGroupCreation ¶

func (o *Settings) GetAllowGlobalGroupCreation() bool

GetAllowGlobalGroupCreation returns the AllowGlobalGroupCreation field value if set, zero value otherwise.

func (*Settings) GetAllowGlobalGroupCreationOk ¶

func (o *Settings) GetAllowGlobalGroupCreationOk() (*bool, bool)

GetAllowGlobalGroupCreationOk returns a tuple with the AllowGlobalGroupCreation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Settings) GetAllowGlobalWorkspaceCreation ¶

func (o *Settings) GetAllowGlobalWorkspaceCreation() bool

GetAllowGlobalWorkspaceCreation returns the AllowGlobalWorkspaceCreation field value if set, zero value otherwise.

func (*Settings) GetAllowGlobalWorkspaceCreationOk ¶

func (o *Settings) GetAllowGlobalWorkspaceCreationOk() (*bool, bool)

GetAllowGlobalWorkspaceCreationOk returns a tuple with the AllowGlobalWorkspaceCreation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Settings) GetAllowNewSignups ¶

func (o *Settings) GetAllowNewSignups() bool

GetAllowNewSignups returns the AllowNewSignups field value if set, zero value otherwise.

func (*Settings) GetAllowNewSignupsOk ¶

func (o *Settings) GetAllowNewSignupsOk() (*bool, bool)

GetAllowNewSignupsOk returns a tuple with the AllowNewSignups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Settings) GetAllowResetPassword ¶

func (o *Settings) GetAllowResetPassword() bool

GetAllowResetPassword returns the AllowResetPassword field value if set, zero value otherwise.

func (*Settings) GetAllowResetPasswordOk ¶

func (o *Settings) GetAllowResetPasswordOk() (*bool, bool)

GetAllowResetPasswordOk returns a tuple with the AllowResetPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Settings) GetAllowSignupsViaGroupInvitations ¶

func (o *Settings) GetAllowSignupsViaGroupInvitations() bool

GetAllowSignupsViaGroupInvitations returns the AllowSignupsViaGroupInvitations field value if set, zero value otherwise.

func (*Settings) GetAllowSignupsViaGroupInvitationsOk ¶

func (o *Settings) GetAllowSignupsViaGroupInvitationsOk() (*bool, bool)

GetAllowSignupsViaGroupInvitationsOk returns a tuple with the AllowSignupsViaGroupInvitations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Settings) GetAllowSignupsViaWorkspaceInvitations ¶

func (o *Settings) GetAllowSignupsViaWorkspaceInvitations() bool

GetAllowSignupsViaWorkspaceInvitations returns the AllowSignupsViaWorkspaceInvitations field value if set, zero value otherwise.

func (*Settings) GetAllowSignupsViaWorkspaceInvitationsOk ¶

func (o *Settings) GetAllowSignupsViaWorkspaceInvitationsOk() (*bool, bool)

GetAllowSignupsViaWorkspaceInvitationsOk returns a tuple with the AllowSignupsViaWorkspaceInvitations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Settings) GetShowAdminSignupPage ¶

func (o *Settings) GetShowAdminSignupPage() bool

GetShowAdminSignupPage returns the ShowAdminSignupPage field value if set, zero value otherwise.

func (*Settings) GetShowAdminSignupPageOk ¶

func (o *Settings) GetShowAdminSignupPageOk() (*bool, bool)

GetShowAdminSignupPageOk returns a tuple with the ShowAdminSignupPage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Settings) GetTrackWorkspaceUsage ¶

func (o *Settings) GetTrackWorkspaceUsage() bool

GetTrackWorkspaceUsage returns the TrackWorkspaceUsage field value if set, zero value otherwise.

func (*Settings) GetTrackWorkspaceUsageOk ¶

func (o *Settings) GetTrackWorkspaceUsageOk() (*bool, bool)

GetTrackWorkspaceUsageOk returns a tuple with the TrackWorkspaceUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Settings) HasAccountDeletionGraceDelay ¶

func (o *Settings) HasAccountDeletionGraceDelay() bool

HasAccountDeletionGraceDelay returns a boolean if a field has been set.

func (*Settings) HasAllowGlobalGroupCreation ¶

func (o *Settings) HasAllowGlobalGroupCreation() bool

HasAllowGlobalGroupCreation returns a boolean if a field has been set.

func (*Settings) HasAllowGlobalWorkspaceCreation ¶

func (o *Settings) HasAllowGlobalWorkspaceCreation() bool

HasAllowGlobalWorkspaceCreation returns a boolean if a field has been set.

func (*Settings) HasAllowNewSignups ¶

func (o *Settings) HasAllowNewSignups() bool

HasAllowNewSignups returns a boolean if a field has been set.

func (*Settings) HasAllowResetPassword ¶

func (o *Settings) HasAllowResetPassword() bool

HasAllowResetPassword returns a boolean if a field has been set.

func (*Settings) HasAllowSignupsViaGroupInvitations ¶

func (o *Settings) HasAllowSignupsViaGroupInvitations() bool

HasAllowSignupsViaGroupInvitations returns a boolean if a field has been set.

func (*Settings) HasAllowSignupsViaWorkspaceInvitations ¶

func (o *Settings) HasAllowSignupsViaWorkspaceInvitations() bool

HasAllowSignupsViaWorkspaceInvitations returns a boolean if a field has been set.

func (*Settings) HasShowAdminSignupPage ¶

func (o *Settings) HasShowAdminSignupPage() bool

HasShowAdminSignupPage returns a boolean if a field has been set.

func (*Settings) HasTrackWorkspaceUsage ¶

func (o *Settings) HasTrackWorkspaceUsage() bool

HasTrackWorkspaceUsage returns a boolean if a field has been set.

func (Settings) MarshalJSON ¶

func (o Settings) MarshalJSON() ([]byte, error)

func (*Settings) SetAccountDeletionGraceDelay ¶

func (o *Settings) SetAccountDeletionGraceDelay(v int32)

SetAccountDeletionGraceDelay gets a reference to the given int32 and assigns it to the AccountDeletionGraceDelay field.

func (*Settings) SetAllowGlobalGroupCreation ¶

func (o *Settings) SetAllowGlobalGroupCreation(v bool)

SetAllowGlobalGroupCreation gets a reference to the given bool and assigns it to the AllowGlobalGroupCreation field.

func (*Settings) SetAllowGlobalWorkspaceCreation ¶

func (o *Settings) SetAllowGlobalWorkspaceCreation(v bool)

SetAllowGlobalWorkspaceCreation gets a reference to the given bool and assigns it to the AllowGlobalWorkspaceCreation field.

func (*Settings) SetAllowNewSignups ¶

func (o *Settings) SetAllowNewSignups(v bool)

SetAllowNewSignups gets a reference to the given bool and assigns it to the AllowNewSignups field.

func (*Settings) SetAllowResetPassword ¶

func (o *Settings) SetAllowResetPassword(v bool)

SetAllowResetPassword gets a reference to the given bool and assigns it to the AllowResetPassword field.

func (*Settings) SetAllowSignupsViaGroupInvitations ¶

func (o *Settings) SetAllowSignupsViaGroupInvitations(v bool)

SetAllowSignupsViaGroupInvitations gets a reference to the given bool and assigns it to the AllowSignupsViaGroupInvitations field.

func (*Settings) SetAllowSignupsViaWorkspaceInvitations ¶

func (o *Settings) SetAllowSignupsViaWorkspaceInvitations(v bool)

SetAllowSignupsViaWorkspaceInvitations gets a reference to the given bool and assigns it to the AllowSignupsViaWorkspaceInvitations field.

func (*Settings) SetShowAdminSignupPage ¶

func (o *Settings) SetShowAdminSignupPage(v bool)

SetShowAdminSignupPage gets a reference to the given bool and assigns it to the ShowAdminSignupPage field.

func (*Settings) SetTrackWorkspaceUsage ¶

func (o *Settings) SetTrackWorkspaceUsage(v bool)

SetTrackWorkspaceUsage gets a reference to the given bool and assigns it to the TrackWorkspaceUsage field.

func (Settings) ToMap ¶

func (o Settings) ToMap() (map[string]interface{}, error)

type SingleAuditLogExportJobRequest ¶

type SingleAuditLogExportJobRequest struct {
	ExportCharset      *ExportCharsetEnum      `json:"export_charset,omitempty"`
	CsvColumnSeparator *CsvColumnSeparatorEnum `json:"csv_column_separator,omitempty"`
	// Whether or not to generate a header row at the top of the csv file.
	CsvFirstRowHeader *bool `json:"csv_first_row_header,omitempty"`
	// Optional: The user to filter the audit log by.
	FilterUserId *int32 `json:"filter_user_id,omitempty"`
	// Optional: The workspace to filter the audit log by.
	FilterWorkspaceId *int32                `json:"filter_workspace_id,omitempty"`
	FilterActionType  *FilterActionTypeEnum `json:"filter_action_type,omitempty"`
	// Optional: The start date to filter the audit log by.
	FilterFromTimestamp *time.Time `json:"filter_from_timestamp,omitempty"`
	// Optional: The end date to filter the audit log by.
	FilterToTimestamp *time.Time `json:"filter_to_timestamp,omitempty"`
	// The date and time when the export job was created.
	CreatedOn time.Time `json:"created_on"`
}

SingleAuditLogExportJobRequest struct for SingleAuditLogExportJobRequest

func NewSingleAuditLogExportJobRequest ¶

func NewSingleAuditLogExportJobRequest(createdOn time.Time) *SingleAuditLogExportJobRequest

NewSingleAuditLogExportJobRequest instantiates a new SingleAuditLogExportJobRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSingleAuditLogExportJobRequestWithDefaults ¶

func NewSingleAuditLogExportJobRequestWithDefaults() *SingleAuditLogExportJobRequest

NewSingleAuditLogExportJobRequestWithDefaults instantiates a new SingleAuditLogExportJobRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SingleAuditLogExportJobRequest) GetCreatedOn ¶

func (o *SingleAuditLogExportJobRequest) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*SingleAuditLogExportJobRequest) GetCreatedOnOk ¶

func (o *SingleAuditLogExportJobRequest) GetCreatedOnOk() (*time.Time, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobRequest) GetCsvColumnSeparator ¶

func (o *SingleAuditLogExportJobRequest) GetCsvColumnSeparator() CsvColumnSeparatorEnum

GetCsvColumnSeparator returns the CsvColumnSeparator field value if set, zero value otherwise.

func (*SingleAuditLogExportJobRequest) GetCsvColumnSeparatorOk ¶

func (o *SingleAuditLogExportJobRequest) GetCsvColumnSeparatorOk() (*CsvColumnSeparatorEnum, bool)

GetCsvColumnSeparatorOk returns a tuple with the CsvColumnSeparator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobRequest) GetCsvFirstRowHeader ¶

func (o *SingleAuditLogExportJobRequest) GetCsvFirstRowHeader() bool

GetCsvFirstRowHeader returns the CsvFirstRowHeader field value if set, zero value otherwise.

func (*SingleAuditLogExportJobRequest) GetCsvFirstRowHeaderOk ¶

func (o *SingleAuditLogExportJobRequest) GetCsvFirstRowHeaderOk() (*bool, bool)

GetCsvFirstRowHeaderOk returns a tuple with the CsvFirstRowHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobRequest) GetExportCharset ¶

func (o *SingleAuditLogExportJobRequest) GetExportCharset() ExportCharsetEnum

GetExportCharset returns the ExportCharset field value if set, zero value otherwise.

func (*SingleAuditLogExportJobRequest) GetExportCharsetOk ¶

func (o *SingleAuditLogExportJobRequest) GetExportCharsetOk() (*ExportCharsetEnum, bool)

GetExportCharsetOk returns a tuple with the ExportCharset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobRequest) GetFilterActionType ¶

func (o *SingleAuditLogExportJobRequest) GetFilterActionType() FilterActionTypeEnum

GetFilterActionType returns the FilterActionType field value if set, zero value otherwise.

func (*SingleAuditLogExportJobRequest) GetFilterActionTypeOk ¶

func (o *SingleAuditLogExportJobRequest) GetFilterActionTypeOk() (*FilterActionTypeEnum, bool)

GetFilterActionTypeOk returns a tuple with the FilterActionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobRequest) GetFilterFromTimestamp ¶

func (o *SingleAuditLogExportJobRequest) GetFilterFromTimestamp() time.Time

GetFilterFromTimestamp returns the FilterFromTimestamp field value if set, zero value otherwise.

func (*SingleAuditLogExportJobRequest) GetFilterFromTimestampOk ¶

func (o *SingleAuditLogExportJobRequest) GetFilterFromTimestampOk() (*time.Time, bool)

GetFilterFromTimestampOk returns a tuple with the FilterFromTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobRequest) GetFilterToTimestamp ¶

func (o *SingleAuditLogExportJobRequest) GetFilterToTimestamp() time.Time

GetFilterToTimestamp returns the FilterToTimestamp field value if set, zero value otherwise.

func (*SingleAuditLogExportJobRequest) GetFilterToTimestampOk ¶

func (o *SingleAuditLogExportJobRequest) GetFilterToTimestampOk() (*time.Time, bool)

GetFilterToTimestampOk returns a tuple with the FilterToTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobRequest) GetFilterUserId ¶

func (o *SingleAuditLogExportJobRequest) GetFilterUserId() int32

GetFilterUserId returns the FilterUserId field value if set, zero value otherwise.

func (*SingleAuditLogExportJobRequest) GetFilterUserIdOk ¶

func (o *SingleAuditLogExportJobRequest) GetFilterUserIdOk() (*int32, bool)

GetFilterUserIdOk returns a tuple with the FilterUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobRequest) GetFilterWorkspaceId ¶

func (o *SingleAuditLogExportJobRequest) GetFilterWorkspaceId() int32

GetFilterWorkspaceId returns the FilterWorkspaceId field value if set, zero value otherwise.

func (*SingleAuditLogExportJobRequest) GetFilterWorkspaceIdOk ¶

func (o *SingleAuditLogExportJobRequest) GetFilterWorkspaceIdOk() (*int32, bool)

GetFilterWorkspaceIdOk returns a tuple with the FilterWorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobRequest) HasCsvColumnSeparator ¶

func (o *SingleAuditLogExportJobRequest) HasCsvColumnSeparator() bool

HasCsvColumnSeparator returns a boolean if a field has been set.

func (*SingleAuditLogExportJobRequest) HasCsvFirstRowHeader ¶

func (o *SingleAuditLogExportJobRequest) HasCsvFirstRowHeader() bool

HasCsvFirstRowHeader returns a boolean if a field has been set.

func (*SingleAuditLogExportJobRequest) HasExportCharset ¶

func (o *SingleAuditLogExportJobRequest) HasExportCharset() bool

HasExportCharset returns a boolean if a field has been set.

func (*SingleAuditLogExportJobRequest) HasFilterActionType ¶

func (o *SingleAuditLogExportJobRequest) HasFilterActionType() bool

HasFilterActionType returns a boolean if a field has been set.

func (*SingleAuditLogExportJobRequest) HasFilterFromTimestamp ¶

func (o *SingleAuditLogExportJobRequest) HasFilterFromTimestamp() bool

HasFilterFromTimestamp returns a boolean if a field has been set.

func (*SingleAuditLogExportJobRequest) HasFilterToTimestamp ¶

func (o *SingleAuditLogExportJobRequest) HasFilterToTimestamp() bool

HasFilterToTimestamp returns a boolean if a field has been set.

func (*SingleAuditLogExportJobRequest) HasFilterUserId ¶

func (o *SingleAuditLogExportJobRequest) HasFilterUserId() bool

HasFilterUserId returns a boolean if a field has been set.

func (*SingleAuditLogExportJobRequest) HasFilterWorkspaceId ¶

func (o *SingleAuditLogExportJobRequest) HasFilterWorkspaceId() bool

HasFilterWorkspaceId returns a boolean if a field has been set.

func (SingleAuditLogExportJobRequest) MarshalJSON ¶

func (o SingleAuditLogExportJobRequest) MarshalJSON() ([]byte, error)

func (*SingleAuditLogExportJobRequest) SetCreatedOn ¶

func (o *SingleAuditLogExportJobRequest) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*SingleAuditLogExportJobRequest) SetCsvColumnSeparator ¶

func (o *SingleAuditLogExportJobRequest) SetCsvColumnSeparator(v CsvColumnSeparatorEnum)

SetCsvColumnSeparator gets a reference to the given CsvColumnSeparatorEnum and assigns it to the CsvColumnSeparator field.

func (*SingleAuditLogExportJobRequest) SetCsvFirstRowHeader ¶

func (o *SingleAuditLogExportJobRequest) SetCsvFirstRowHeader(v bool)

SetCsvFirstRowHeader gets a reference to the given bool and assigns it to the CsvFirstRowHeader field.

func (*SingleAuditLogExportJobRequest) SetExportCharset ¶

func (o *SingleAuditLogExportJobRequest) SetExportCharset(v ExportCharsetEnum)

SetExportCharset gets a reference to the given ExportCharsetEnum and assigns it to the ExportCharset field.

func (*SingleAuditLogExportJobRequest) SetFilterActionType ¶

func (o *SingleAuditLogExportJobRequest) SetFilterActionType(v FilterActionTypeEnum)

SetFilterActionType gets a reference to the given FilterActionTypeEnum and assigns it to the FilterActionType field.

func (*SingleAuditLogExportJobRequest) SetFilterFromTimestamp ¶

func (o *SingleAuditLogExportJobRequest) SetFilterFromTimestamp(v time.Time)

SetFilterFromTimestamp gets a reference to the given time.Time and assigns it to the FilterFromTimestamp field.

func (*SingleAuditLogExportJobRequest) SetFilterToTimestamp ¶

func (o *SingleAuditLogExportJobRequest) SetFilterToTimestamp(v time.Time)

SetFilterToTimestamp gets a reference to the given time.Time and assigns it to the FilterToTimestamp field.

func (*SingleAuditLogExportJobRequest) SetFilterUserId ¶

func (o *SingleAuditLogExportJobRequest) SetFilterUserId(v int32)

SetFilterUserId gets a reference to the given int32 and assigns it to the FilterUserId field.

func (*SingleAuditLogExportJobRequest) SetFilterWorkspaceId ¶

func (o *SingleAuditLogExportJobRequest) SetFilterWorkspaceId(v int32)

SetFilterWorkspaceId gets a reference to the given int32 and assigns it to the FilterWorkspaceId field.

func (SingleAuditLogExportJobRequest) ToMap ¶

func (o SingleAuditLogExportJobRequest) ToMap() (map[string]interface{}, error)

type SingleAuditLogExportJobResponse ¶

type SingleAuditLogExportJobResponse struct {
	Url                string                  `json:"url"`
	ExportCharset      *ExportCharsetEnum      `json:"export_charset,omitempty"`
	CsvColumnSeparator *CsvColumnSeparatorEnum `json:"csv_column_separator,omitempty"`
	// Whether or not to generate a header row at the top of the csv file.
	CsvFirstRowHeader *bool `json:"csv_first_row_header,omitempty"`
	// Optional: The user to filter the audit log by.
	FilterUserId *int32 `json:"filter_user_id,omitempty"`
	// Optional: The workspace to filter the audit log by.
	FilterWorkspaceId *int32                `json:"filter_workspace_id,omitempty"`
	FilterActionType  *FilterActionTypeEnum `json:"filter_action_type,omitempty"`
	// Optional: The start date to filter the audit log by.
	FilterFromTimestamp *time.Time `json:"filter_from_timestamp,omitempty"`
	// Optional: The end date to filter the audit log by.
	FilterToTimestamp *time.Time `json:"filter_to_timestamp,omitempty"`
	// The date and time when the export job was created.
	CreatedOn time.Time `json:"created_on"`
}

SingleAuditLogExportJobResponse When mixed in to a model serializer for an ExportJob this will add an url field with the actual usable url of the export job's file (if it has one).

func NewSingleAuditLogExportJobResponse ¶

func NewSingleAuditLogExportJobResponse(url string, createdOn time.Time) *SingleAuditLogExportJobResponse

NewSingleAuditLogExportJobResponse instantiates a new SingleAuditLogExportJobResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSingleAuditLogExportJobResponseWithDefaults ¶

func NewSingleAuditLogExportJobResponseWithDefaults() *SingleAuditLogExportJobResponse

NewSingleAuditLogExportJobResponseWithDefaults instantiates a new SingleAuditLogExportJobResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SingleAuditLogExportJobResponse) GetCreatedOn ¶

func (o *SingleAuditLogExportJobResponse) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*SingleAuditLogExportJobResponse) GetCreatedOnOk ¶

func (o *SingleAuditLogExportJobResponse) GetCreatedOnOk() (*time.Time, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobResponse) GetCsvColumnSeparator ¶

func (o *SingleAuditLogExportJobResponse) GetCsvColumnSeparator() CsvColumnSeparatorEnum

GetCsvColumnSeparator returns the CsvColumnSeparator field value if set, zero value otherwise.

func (*SingleAuditLogExportJobResponse) GetCsvColumnSeparatorOk ¶

func (o *SingleAuditLogExportJobResponse) GetCsvColumnSeparatorOk() (*CsvColumnSeparatorEnum, bool)

GetCsvColumnSeparatorOk returns a tuple with the CsvColumnSeparator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobResponse) GetCsvFirstRowHeader ¶

func (o *SingleAuditLogExportJobResponse) GetCsvFirstRowHeader() bool

GetCsvFirstRowHeader returns the CsvFirstRowHeader field value if set, zero value otherwise.

func (*SingleAuditLogExportJobResponse) GetCsvFirstRowHeaderOk ¶

func (o *SingleAuditLogExportJobResponse) GetCsvFirstRowHeaderOk() (*bool, bool)

GetCsvFirstRowHeaderOk returns a tuple with the CsvFirstRowHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobResponse) GetExportCharset ¶

func (o *SingleAuditLogExportJobResponse) GetExportCharset() ExportCharsetEnum

GetExportCharset returns the ExportCharset field value if set, zero value otherwise.

func (*SingleAuditLogExportJobResponse) GetExportCharsetOk ¶

func (o *SingleAuditLogExportJobResponse) GetExportCharsetOk() (*ExportCharsetEnum, bool)

GetExportCharsetOk returns a tuple with the ExportCharset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobResponse) GetFilterActionType ¶

func (o *SingleAuditLogExportJobResponse) GetFilterActionType() FilterActionTypeEnum

GetFilterActionType returns the FilterActionType field value if set, zero value otherwise.

func (*SingleAuditLogExportJobResponse) GetFilterActionTypeOk ¶

func (o *SingleAuditLogExportJobResponse) GetFilterActionTypeOk() (*FilterActionTypeEnum, bool)

GetFilterActionTypeOk returns a tuple with the FilterActionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobResponse) GetFilterFromTimestamp ¶

func (o *SingleAuditLogExportJobResponse) GetFilterFromTimestamp() time.Time

GetFilterFromTimestamp returns the FilterFromTimestamp field value if set, zero value otherwise.

func (*SingleAuditLogExportJobResponse) GetFilterFromTimestampOk ¶

func (o *SingleAuditLogExportJobResponse) GetFilterFromTimestampOk() (*time.Time, bool)

GetFilterFromTimestampOk returns a tuple with the FilterFromTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobResponse) GetFilterToTimestamp ¶

func (o *SingleAuditLogExportJobResponse) GetFilterToTimestamp() time.Time

GetFilterToTimestamp returns the FilterToTimestamp field value if set, zero value otherwise.

func (*SingleAuditLogExportJobResponse) GetFilterToTimestampOk ¶

func (o *SingleAuditLogExportJobResponse) GetFilterToTimestampOk() (*time.Time, bool)

GetFilterToTimestampOk returns a tuple with the FilterToTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobResponse) GetFilterUserId ¶

func (o *SingleAuditLogExportJobResponse) GetFilterUserId() int32

GetFilterUserId returns the FilterUserId field value if set, zero value otherwise.

func (*SingleAuditLogExportJobResponse) GetFilterUserIdOk ¶

func (o *SingleAuditLogExportJobResponse) GetFilterUserIdOk() (*int32, bool)

GetFilterUserIdOk returns a tuple with the FilterUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobResponse) GetFilterWorkspaceId ¶

func (o *SingleAuditLogExportJobResponse) GetFilterWorkspaceId() int32

GetFilterWorkspaceId returns the FilterWorkspaceId field value if set, zero value otherwise.

func (*SingleAuditLogExportJobResponse) GetFilterWorkspaceIdOk ¶

func (o *SingleAuditLogExportJobResponse) GetFilterWorkspaceIdOk() (*int32, bool)

GetFilterWorkspaceIdOk returns a tuple with the FilterWorkspaceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobResponse) GetUrl ¶

GetUrl returns the Url field value

func (*SingleAuditLogExportJobResponse) GetUrlOk ¶

func (o *SingleAuditLogExportJobResponse) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*SingleAuditLogExportJobResponse) HasCsvColumnSeparator ¶

func (o *SingleAuditLogExportJobResponse) HasCsvColumnSeparator() bool

HasCsvColumnSeparator returns a boolean if a field has been set.

func (*SingleAuditLogExportJobResponse) HasCsvFirstRowHeader ¶

func (o *SingleAuditLogExportJobResponse) HasCsvFirstRowHeader() bool

HasCsvFirstRowHeader returns a boolean if a field has been set.

func (*SingleAuditLogExportJobResponse) HasExportCharset ¶

func (o *SingleAuditLogExportJobResponse) HasExportCharset() bool

HasExportCharset returns a boolean if a field has been set.

func (*SingleAuditLogExportJobResponse) HasFilterActionType ¶

func (o *SingleAuditLogExportJobResponse) HasFilterActionType() bool

HasFilterActionType returns a boolean if a field has been set.

func (*SingleAuditLogExportJobResponse) HasFilterFromTimestamp ¶

func (o *SingleAuditLogExportJobResponse) HasFilterFromTimestamp() bool

HasFilterFromTimestamp returns a boolean if a field has been set.

func (*SingleAuditLogExportJobResponse) HasFilterToTimestamp ¶

func (o *SingleAuditLogExportJobResponse) HasFilterToTimestamp() bool

HasFilterToTimestamp returns a boolean if a field has been set.

func (*SingleAuditLogExportJobResponse) HasFilterUserId ¶

func (o *SingleAuditLogExportJobResponse) HasFilterUserId() bool

HasFilterUserId returns a boolean if a field has been set.

func (*SingleAuditLogExportJobResponse) HasFilterWorkspaceId ¶

func (o *SingleAuditLogExportJobResponse) HasFilterWorkspaceId() bool

HasFilterWorkspaceId returns a boolean if a field has been set.

func (SingleAuditLogExportJobResponse) MarshalJSON ¶

func (o SingleAuditLogExportJobResponse) MarshalJSON() ([]byte, error)

func (*SingleAuditLogExportJobResponse) SetCreatedOn ¶

func (o *SingleAuditLogExportJobResponse) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*SingleAuditLogExportJobResponse) SetCsvColumnSeparator ¶

func (o *SingleAuditLogExportJobResponse) SetCsvColumnSeparator(v CsvColumnSeparatorEnum)

SetCsvColumnSeparator gets a reference to the given CsvColumnSeparatorEnum and assigns it to the CsvColumnSeparator field.

func (*SingleAuditLogExportJobResponse) SetCsvFirstRowHeader ¶

func (o *SingleAuditLogExportJobResponse) SetCsvFirstRowHeader(v bool)

SetCsvFirstRowHeader gets a reference to the given bool and assigns it to the CsvFirstRowHeader field.

func (*SingleAuditLogExportJobResponse) SetExportCharset ¶

func (o *SingleAuditLogExportJobResponse) SetExportCharset(v ExportCharsetEnum)

SetExportCharset gets a reference to the given ExportCharsetEnum and assigns it to the ExportCharset field.

func (*SingleAuditLogExportJobResponse) SetFilterActionType ¶

func (o *SingleAuditLogExportJobResponse) SetFilterActionType(v FilterActionTypeEnum)

SetFilterActionType gets a reference to the given FilterActionTypeEnum and assigns it to the FilterActionType field.

func (*SingleAuditLogExportJobResponse) SetFilterFromTimestamp ¶

func (o *SingleAuditLogExportJobResponse) SetFilterFromTimestamp(v time.Time)

SetFilterFromTimestamp gets a reference to the given time.Time and assigns it to the FilterFromTimestamp field.

func (*SingleAuditLogExportJobResponse) SetFilterToTimestamp ¶

func (o *SingleAuditLogExportJobResponse) SetFilterToTimestamp(v time.Time)

SetFilterToTimestamp gets a reference to the given time.Time and assigns it to the FilterToTimestamp field.

func (*SingleAuditLogExportJobResponse) SetFilterUserId ¶

func (o *SingleAuditLogExportJobResponse) SetFilterUserId(v int32)

SetFilterUserId gets a reference to the given int32 and assigns it to the FilterUserId field.

func (*SingleAuditLogExportJobResponse) SetFilterWorkspaceId ¶

func (o *SingleAuditLogExportJobResponse) SetFilterWorkspaceId(v int32)

SetFilterWorkspaceId gets a reference to the given int32 and assigns it to the FilterWorkspaceId field.

func (*SingleAuditLogExportJobResponse) SetUrl ¶

SetUrl sets field value

func (SingleAuditLogExportJobResponse) ToMap ¶

func (o SingleAuditLogExportJobResponse) ToMap() (map[string]interface{}, error)

type SingleDuplicateApplicationJobType ¶

type SingleDuplicateApplicationJobType struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError    *string             `json:"human_readable_error,omitempty"`
	OriginalApplication   SpecificApplication `json:"original_application"`
	DuplicatedApplication SpecificApplication `json:"duplicated_application"`
}

SingleDuplicateApplicationJobType struct for SingleDuplicateApplicationJobType

func NewSingleDuplicateApplicationJobType ¶

func NewSingleDuplicateApplicationJobType(id int32, type_ string, progressPercentage int32, state string, originalApplication SpecificApplication, duplicatedApplication SpecificApplication) *SingleDuplicateApplicationJobType

NewSingleDuplicateApplicationJobType instantiates a new SingleDuplicateApplicationJobType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSingleDuplicateApplicationJobTypeWithDefaults ¶

func NewSingleDuplicateApplicationJobTypeWithDefaults() *SingleDuplicateApplicationJobType

NewSingleDuplicateApplicationJobTypeWithDefaults instantiates a new SingleDuplicateApplicationJobType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SingleDuplicateApplicationJobType) GetDuplicatedApplication ¶

func (o *SingleDuplicateApplicationJobType) GetDuplicatedApplication() SpecificApplication

GetDuplicatedApplication returns the DuplicatedApplication field value

func (*SingleDuplicateApplicationJobType) GetDuplicatedApplicationOk ¶

func (o *SingleDuplicateApplicationJobType) GetDuplicatedApplicationOk() (*SpecificApplication, bool)

GetDuplicatedApplicationOk returns a tuple with the DuplicatedApplication field value and a boolean to check if the value has been set.

func (*SingleDuplicateApplicationJobType) GetHumanReadableError ¶

func (o *SingleDuplicateApplicationJobType) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*SingleDuplicateApplicationJobType) GetHumanReadableErrorOk ¶

func (o *SingleDuplicateApplicationJobType) GetHumanReadableErrorOk() (*string, bool)

GetHumanReadableErrorOk returns a tuple with the HumanReadableError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleDuplicateApplicationJobType) GetId ¶

GetId returns the Id field value

func (*SingleDuplicateApplicationJobType) GetIdOk ¶

func (o *SingleDuplicateApplicationJobType) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SingleDuplicateApplicationJobType) GetOriginalApplication ¶

func (o *SingleDuplicateApplicationJobType) GetOriginalApplication() SpecificApplication

GetOriginalApplication returns the OriginalApplication field value

func (*SingleDuplicateApplicationJobType) GetOriginalApplicationOk ¶

func (o *SingleDuplicateApplicationJobType) GetOriginalApplicationOk() (*SpecificApplication, bool)

GetOriginalApplicationOk returns a tuple with the OriginalApplication field value and a boolean to check if the value has been set.

func (*SingleDuplicateApplicationJobType) GetProgressPercentage ¶

func (o *SingleDuplicateApplicationJobType) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*SingleDuplicateApplicationJobType) GetProgressPercentageOk ¶

func (o *SingleDuplicateApplicationJobType) GetProgressPercentageOk() (*int32, bool)

GetProgressPercentageOk returns a tuple with the ProgressPercentage field value and a boolean to check if the value has been set.

func (*SingleDuplicateApplicationJobType) GetState ¶

GetState returns the State field value

func (*SingleDuplicateApplicationJobType) GetStateOk ¶

func (o *SingleDuplicateApplicationJobType) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*SingleDuplicateApplicationJobType) GetType ¶

GetType returns the Type field value

func (*SingleDuplicateApplicationJobType) GetTypeOk ¶

func (o *SingleDuplicateApplicationJobType) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SingleDuplicateApplicationJobType) HasHumanReadableError ¶

func (o *SingleDuplicateApplicationJobType) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (SingleDuplicateApplicationJobType) MarshalJSON ¶

func (o SingleDuplicateApplicationJobType) MarshalJSON() ([]byte, error)

func (*SingleDuplicateApplicationJobType) SetDuplicatedApplication ¶

func (o *SingleDuplicateApplicationJobType) SetDuplicatedApplication(v SpecificApplication)

SetDuplicatedApplication sets field value

func (*SingleDuplicateApplicationJobType) SetHumanReadableError ¶

func (o *SingleDuplicateApplicationJobType) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*SingleDuplicateApplicationJobType) SetId ¶

SetId sets field value

func (*SingleDuplicateApplicationJobType) SetOriginalApplication ¶

func (o *SingleDuplicateApplicationJobType) SetOriginalApplication(v SpecificApplication)

SetOriginalApplication sets field value

func (*SingleDuplicateApplicationJobType) SetProgressPercentage ¶

func (o *SingleDuplicateApplicationJobType) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*SingleDuplicateApplicationJobType) SetState ¶

SetState sets field value

func (*SingleDuplicateApplicationJobType) SetType ¶

SetType sets field value

func (SingleDuplicateApplicationJobType) ToMap ¶

func (o SingleDuplicateApplicationJobType) ToMap() (map[string]interface{}, error)

type SingleDuplicateFieldJobType ¶

type SingleDuplicateFieldJobType struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError *string                          `json:"human_readable_error,omitempty"`
	OriginalField      Field                            `json:"original_field"`
	DuplicatedField    FieldSerializerWithRelatedFields `json:"duplicated_field"`
}

SingleDuplicateFieldJobType struct for SingleDuplicateFieldJobType

func NewSingleDuplicateFieldJobType ¶

func NewSingleDuplicateFieldJobType(id int32, type_ string, progressPercentage int32, state string, originalField Field, duplicatedField FieldSerializerWithRelatedFields) *SingleDuplicateFieldJobType

NewSingleDuplicateFieldJobType instantiates a new SingleDuplicateFieldJobType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSingleDuplicateFieldJobTypeWithDefaults ¶

func NewSingleDuplicateFieldJobTypeWithDefaults() *SingleDuplicateFieldJobType

NewSingleDuplicateFieldJobTypeWithDefaults instantiates a new SingleDuplicateFieldJobType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SingleDuplicateFieldJobType) GetDuplicatedField ¶

GetDuplicatedField returns the DuplicatedField field value

func (*SingleDuplicateFieldJobType) GetDuplicatedFieldOk ¶

GetDuplicatedFieldOk returns a tuple with the DuplicatedField field value and a boolean to check if the value has been set.

func (*SingleDuplicateFieldJobType) GetHumanReadableError ¶

func (o *SingleDuplicateFieldJobType) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*SingleDuplicateFieldJobType) GetHumanReadableErrorOk ¶

func (o *SingleDuplicateFieldJobType) GetHumanReadableErrorOk() (*string, bool)

GetHumanReadableErrorOk returns a tuple with the HumanReadableError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleDuplicateFieldJobType) GetId ¶

GetId returns the Id field value

func (*SingleDuplicateFieldJobType) GetIdOk ¶

func (o *SingleDuplicateFieldJobType) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SingleDuplicateFieldJobType) GetOriginalField ¶

func (o *SingleDuplicateFieldJobType) GetOriginalField() Field

GetOriginalField returns the OriginalField field value

func (*SingleDuplicateFieldJobType) GetOriginalFieldOk ¶

func (o *SingleDuplicateFieldJobType) GetOriginalFieldOk() (*Field, bool)

GetOriginalFieldOk returns a tuple with the OriginalField field value and a boolean to check if the value has been set.

func (*SingleDuplicateFieldJobType) GetProgressPercentage ¶

func (o *SingleDuplicateFieldJobType) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*SingleDuplicateFieldJobType) GetProgressPercentageOk ¶

func (o *SingleDuplicateFieldJobType) GetProgressPercentageOk() (*int32, bool)

GetProgressPercentageOk returns a tuple with the ProgressPercentage field value and a boolean to check if the value has been set.

func (*SingleDuplicateFieldJobType) GetState ¶

func (o *SingleDuplicateFieldJobType) GetState() string

GetState returns the State field value

func (*SingleDuplicateFieldJobType) GetStateOk ¶

func (o *SingleDuplicateFieldJobType) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*SingleDuplicateFieldJobType) GetType ¶

func (o *SingleDuplicateFieldJobType) GetType() string

GetType returns the Type field value

func (*SingleDuplicateFieldJobType) GetTypeOk ¶

func (o *SingleDuplicateFieldJobType) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SingleDuplicateFieldJobType) HasHumanReadableError ¶

func (o *SingleDuplicateFieldJobType) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (SingleDuplicateFieldJobType) MarshalJSON ¶

func (o SingleDuplicateFieldJobType) MarshalJSON() ([]byte, error)

func (*SingleDuplicateFieldJobType) SetDuplicatedField ¶

SetDuplicatedField sets field value

func (*SingleDuplicateFieldJobType) SetHumanReadableError ¶

func (o *SingleDuplicateFieldJobType) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*SingleDuplicateFieldJobType) SetId ¶

func (o *SingleDuplicateFieldJobType) SetId(v int32)

SetId sets field value

func (*SingleDuplicateFieldJobType) SetOriginalField ¶

func (o *SingleDuplicateFieldJobType) SetOriginalField(v Field)

SetOriginalField sets field value

func (*SingleDuplicateFieldJobType) SetProgressPercentage ¶

func (o *SingleDuplicateFieldJobType) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*SingleDuplicateFieldJobType) SetState ¶

func (o *SingleDuplicateFieldJobType) SetState(v string)

SetState sets field value

func (*SingleDuplicateFieldJobType) SetType ¶

func (o *SingleDuplicateFieldJobType) SetType(v string)

SetType sets field value

func (SingleDuplicateFieldJobType) ToMap ¶

func (o SingleDuplicateFieldJobType) ToMap() (map[string]interface{}, error)

type SingleDuplicateTableJobType ¶

type SingleDuplicateTableJobType struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError *string `json:"human_readable_error,omitempty"`
	OriginalTable      Table   `json:"original_table"`
	DuplicatedTable    Table   `json:"duplicated_table"`
}

SingleDuplicateTableJobType struct for SingleDuplicateTableJobType

func NewSingleDuplicateTableJobType ¶

func NewSingleDuplicateTableJobType(id int32, type_ string, progressPercentage int32, state string, originalTable Table, duplicatedTable Table) *SingleDuplicateTableJobType

NewSingleDuplicateTableJobType instantiates a new SingleDuplicateTableJobType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSingleDuplicateTableJobTypeWithDefaults ¶

func NewSingleDuplicateTableJobTypeWithDefaults() *SingleDuplicateTableJobType

NewSingleDuplicateTableJobTypeWithDefaults instantiates a new SingleDuplicateTableJobType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SingleDuplicateTableJobType) GetDuplicatedTable ¶

func (o *SingleDuplicateTableJobType) GetDuplicatedTable() Table

GetDuplicatedTable returns the DuplicatedTable field value

func (*SingleDuplicateTableJobType) GetDuplicatedTableOk ¶

func (o *SingleDuplicateTableJobType) GetDuplicatedTableOk() (*Table, bool)

GetDuplicatedTableOk returns a tuple with the DuplicatedTable field value and a boolean to check if the value has been set.

func (*SingleDuplicateTableJobType) GetHumanReadableError ¶

func (o *SingleDuplicateTableJobType) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*SingleDuplicateTableJobType) GetHumanReadableErrorOk ¶

func (o *SingleDuplicateTableJobType) GetHumanReadableErrorOk() (*string, bool)

GetHumanReadableErrorOk returns a tuple with the HumanReadableError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleDuplicateTableJobType) GetId ¶

GetId returns the Id field value

func (*SingleDuplicateTableJobType) GetIdOk ¶

func (o *SingleDuplicateTableJobType) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SingleDuplicateTableJobType) GetOriginalTable ¶

func (o *SingleDuplicateTableJobType) GetOriginalTable() Table

GetOriginalTable returns the OriginalTable field value

func (*SingleDuplicateTableJobType) GetOriginalTableOk ¶

func (o *SingleDuplicateTableJobType) GetOriginalTableOk() (*Table, bool)

GetOriginalTableOk returns a tuple with the OriginalTable field value and a boolean to check if the value has been set.

func (*SingleDuplicateTableJobType) GetProgressPercentage ¶

func (o *SingleDuplicateTableJobType) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*SingleDuplicateTableJobType) GetProgressPercentageOk ¶

func (o *SingleDuplicateTableJobType) GetProgressPercentageOk() (*int32, bool)

GetProgressPercentageOk returns a tuple with the ProgressPercentage field value and a boolean to check if the value has been set.

func (*SingleDuplicateTableJobType) GetState ¶

func (o *SingleDuplicateTableJobType) GetState() string

GetState returns the State field value

func (*SingleDuplicateTableJobType) GetStateOk ¶

func (o *SingleDuplicateTableJobType) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*SingleDuplicateTableJobType) GetType ¶

func (o *SingleDuplicateTableJobType) GetType() string

GetType returns the Type field value

func (*SingleDuplicateTableJobType) GetTypeOk ¶

func (o *SingleDuplicateTableJobType) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SingleDuplicateTableJobType) HasHumanReadableError ¶

func (o *SingleDuplicateTableJobType) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (SingleDuplicateTableJobType) MarshalJSON ¶

func (o SingleDuplicateTableJobType) MarshalJSON() ([]byte, error)

func (*SingleDuplicateTableJobType) SetDuplicatedTable ¶

func (o *SingleDuplicateTableJobType) SetDuplicatedTable(v Table)

SetDuplicatedTable sets field value

func (*SingleDuplicateTableJobType) SetHumanReadableError ¶

func (o *SingleDuplicateTableJobType) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*SingleDuplicateTableJobType) SetId ¶

func (o *SingleDuplicateTableJobType) SetId(v int32)

SetId sets field value

func (*SingleDuplicateTableJobType) SetOriginalTable ¶

func (o *SingleDuplicateTableJobType) SetOriginalTable(v Table)

SetOriginalTable sets field value

func (*SingleDuplicateTableJobType) SetProgressPercentage ¶

func (o *SingleDuplicateTableJobType) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*SingleDuplicateTableJobType) SetState ¶

func (o *SingleDuplicateTableJobType) SetState(v string)

SetState sets field value

func (*SingleDuplicateTableJobType) SetType ¶

func (o *SingleDuplicateTableJobType) SetType(v string)

SetType sets field value

func (SingleDuplicateTableJobType) ToMap ¶

func (o SingleDuplicateTableJobType) ToMap() (map[string]interface{}, error)

type SingleFileImportJobSerializerClass ¶

type SingleFileImportJobSerializerClass struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError *string `json:"human_readable_error,omitempty"`
	// Database id where the table will be created.
	DatabaseId int32 `json:"database_id"`
	// The name of the new table.
	Name *string `json:"name,omitempty"`
	// Table id where the data will be imported.
	TableId        *int32                 `json:"table_id,omitempty"`
	FirstRowHeader *bool                  `json:"first_row_header,omitempty"`
	Report         FileImportJobJobReport `json:"report"`
}

SingleFileImportJobSerializerClass struct for SingleFileImportJobSerializerClass

func NewSingleFileImportJobSerializerClass ¶

func NewSingleFileImportJobSerializerClass(id int32, type_ string, progressPercentage int32, state string, databaseId int32, report FileImportJobJobReport) *SingleFileImportJobSerializerClass

NewSingleFileImportJobSerializerClass instantiates a new SingleFileImportJobSerializerClass object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSingleFileImportJobSerializerClassWithDefaults ¶

func NewSingleFileImportJobSerializerClassWithDefaults() *SingleFileImportJobSerializerClass

NewSingleFileImportJobSerializerClassWithDefaults instantiates a new SingleFileImportJobSerializerClass object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SingleFileImportJobSerializerClass) GetDatabaseId ¶

func (o *SingleFileImportJobSerializerClass) GetDatabaseId() int32

GetDatabaseId returns the DatabaseId field value

func (*SingleFileImportJobSerializerClass) GetDatabaseIdOk ¶

func (o *SingleFileImportJobSerializerClass) GetDatabaseIdOk() (*int32, bool)

GetDatabaseIdOk returns a tuple with the DatabaseId field value and a boolean to check if the value has been set.

func (*SingleFileImportJobSerializerClass) GetFirstRowHeader ¶

func (o *SingleFileImportJobSerializerClass) GetFirstRowHeader() bool

GetFirstRowHeader returns the FirstRowHeader field value if set, zero value otherwise.

func (*SingleFileImportJobSerializerClass) GetFirstRowHeaderOk ¶

func (o *SingleFileImportJobSerializerClass) GetFirstRowHeaderOk() (*bool, bool)

GetFirstRowHeaderOk returns a tuple with the FirstRowHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleFileImportJobSerializerClass) GetHumanReadableError ¶

func (o *SingleFileImportJobSerializerClass) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*SingleFileImportJobSerializerClass) GetHumanReadableErrorOk ¶

func (o *SingleFileImportJobSerializerClass) GetHumanReadableErrorOk() (*string, bool)

GetHumanReadableErrorOk returns a tuple with the HumanReadableError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleFileImportJobSerializerClass) GetId ¶

GetId returns the Id field value

func (*SingleFileImportJobSerializerClass) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SingleFileImportJobSerializerClass) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*SingleFileImportJobSerializerClass) GetNameOk ¶

func (o *SingleFileImportJobSerializerClass) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleFileImportJobSerializerClass) GetProgressPercentage ¶

func (o *SingleFileImportJobSerializerClass) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*SingleFileImportJobSerializerClass) GetProgressPercentageOk ¶

func (o *SingleFileImportJobSerializerClass) GetProgressPercentageOk() (*int32, bool)

GetProgressPercentageOk returns a tuple with the ProgressPercentage field value and a boolean to check if the value has been set.

func (*SingleFileImportJobSerializerClass) GetReport ¶

GetReport returns the Report field value

func (*SingleFileImportJobSerializerClass) GetReportOk ¶

GetReportOk returns a tuple with the Report field value and a boolean to check if the value has been set.

func (*SingleFileImportJobSerializerClass) GetState ¶

GetState returns the State field value

func (*SingleFileImportJobSerializerClass) GetStateOk ¶

func (o *SingleFileImportJobSerializerClass) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*SingleFileImportJobSerializerClass) GetTableId ¶

func (o *SingleFileImportJobSerializerClass) GetTableId() int32

GetTableId returns the TableId field value if set, zero value otherwise.

func (*SingleFileImportJobSerializerClass) GetTableIdOk ¶

func (o *SingleFileImportJobSerializerClass) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleFileImportJobSerializerClass) GetType ¶

GetType returns the Type field value

func (*SingleFileImportJobSerializerClass) GetTypeOk ¶

func (o *SingleFileImportJobSerializerClass) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SingleFileImportJobSerializerClass) HasFirstRowHeader ¶

func (o *SingleFileImportJobSerializerClass) HasFirstRowHeader() bool

HasFirstRowHeader returns a boolean if a field has been set.

func (*SingleFileImportJobSerializerClass) HasHumanReadableError ¶

func (o *SingleFileImportJobSerializerClass) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (*SingleFileImportJobSerializerClass) HasName ¶

HasName returns a boolean if a field has been set.

func (*SingleFileImportJobSerializerClass) HasTableId ¶

func (o *SingleFileImportJobSerializerClass) HasTableId() bool

HasTableId returns a boolean if a field has been set.

func (SingleFileImportJobSerializerClass) MarshalJSON ¶

func (o SingleFileImportJobSerializerClass) MarshalJSON() ([]byte, error)

func (*SingleFileImportJobSerializerClass) SetDatabaseId ¶

func (o *SingleFileImportJobSerializerClass) SetDatabaseId(v int32)

SetDatabaseId sets field value

func (*SingleFileImportJobSerializerClass) SetFirstRowHeader ¶

func (o *SingleFileImportJobSerializerClass) SetFirstRowHeader(v bool)

SetFirstRowHeader gets a reference to the given bool and assigns it to the FirstRowHeader field.

func (*SingleFileImportJobSerializerClass) SetHumanReadableError ¶

func (o *SingleFileImportJobSerializerClass) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*SingleFileImportJobSerializerClass) SetId ¶

SetId sets field value

func (*SingleFileImportJobSerializerClass) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*SingleFileImportJobSerializerClass) SetProgressPercentage ¶

func (o *SingleFileImportJobSerializerClass) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*SingleFileImportJobSerializerClass) SetReport ¶

SetReport sets field value

func (*SingleFileImportJobSerializerClass) SetState ¶

SetState sets field value

func (*SingleFileImportJobSerializerClass) SetTableId ¶

func (o *SingleFileImportJobSerializerClass) SetTableId(v int32)

SetTableId gets a reference to the given int32 and assigns it to the TableId field.

func (*SingleFileImportJobSerializerClass) SetType ¶

SetType sets field value

func (SingleFileImportJobSerializerClass) ToMap ¶

func (o SingleFileImportJobSerializerClass) ToMap() (map[string]interface{}, error)

type SingleInstallTemplateJobType ¶

type SingleInstallTemplateJobType struct {
	Id int32 `json:"id"`
	// The type of the job.
	Type string `json:"type"`
	// A percentage indicating how far along the job is. 100 means that it's finished.
	ProgressPercentage int32 `json:"progress_percentage"`
	// Indicates the state of the import job.
	State string `json:"state"`
	// A human readable error message indicating what went wrong.
	HumanReadableError    *string                `json:"human_readable_error,omitempty"`
	Workspace             Workspace              `json:"workspace"`
	Template              Template               `json:"template"`
	InstalledApplications map[string]interface{} `json:"installed_applications"`
	Group                 Workspace              `json:"group"`
}

SingleInstallTemplateJobType struct for SingleInstallTemplateJobType

func NewSingleInstallTemplateJobType ¶

func NewSingleInstallTemplateJobType(id int32, type_ string, progressPercentage int32, state string, workspace Workspace, template Template, installedApplications map[string]interface{}, group Workspace) *SingleInstallTemplateJobType

NewSingleInstallTemplateJobType instantiates a new SingleInstallTemplateJobType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSingleInstallTemplateJobTypeWithDefaults ¶

func NewSingleInstallTemplateJobTypeWithDefaults() *SingleInstallTemplateJobType

NewSingleInstallTemplateJobTypeWithDefaults instantiates a new SingleInstallTemplateJobType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SingleInstallTemplateJobType) GetGroup ¶

GetGroup returns the Group field value

func (*SingleInstallTemplateJobType) GetGroupOk ¶

func (o *SingleInstallTemplateJobType) GetGroupOk() (*Workspace, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*SingleInstallTemplateJobType) GetHumanReadableError ¶

func (o *SingleInstallTemplateJobType) GetHumanReadableError() string

GetHumanReadableError returns the HumanReadableError field value if set, zero value otherwise.

func (*SingleInstallTemplateJobType) GetHumanReadableErrorOk ¶

func (o *SingleInstallTemplateJobType) GetHumanReadableErrorOk() (*string, bool)

GetHumanReadableErrorOk returns a tuple with the HumanReadableError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleInstallTemplateJobType) GetId ¶

GetId returns the Id field value

func (*SingleInstallTemplateJobType) GetIdOk ¶

func (o *SingleInstallTemplateJobType) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SingleInstallTemplateJobType) GetInstalledApplications ¶

func (o *SingleInstallTemplateJobType) GetInstalledApplications() map[string]interface{}

GetInstalledApplications returns the InstalledApplications field value

func (*SingleInstallTemplateJobType) GetInstalledApplicationsOk ¶

func (o *SingleInstallTemplateJobType) GetInstalledApplicationsOk() (map[string]interface{}, bool)

GetInstalledApplicationsOk returns a tuple with the InstalledApplications field value and a boolean to check if the value has been set.

func (*SingleInstallTemplateJobType) GetProgressPercentage ¶

func (o *SingleInstallTemplateJobType) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value

func (*SingleInstallTemplateJobType) GetProgressPercentageOk ¶

func (o *SingleInstallTemplateJobType) GetProgressPercentageOk() (*int32, bool)

GetProgressPercentageOk returns a tuple with the ProgressPercentage field value and a boolean to check if the value has been set.

func (*SingleInstallTemplateJobType) GetState ¶

func (o *SingleInstallTemplateJobType) GetState() string

GetState returns the State field value

func (*SingleInstallTemplateJobType) GetStateOk ¶

func (o *SingleInstallTemplateJobType) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.

func (*SingleInstallTemplateJobType) GetTemplate ¶

func (o *SingleInstallTemplateJobType) GetTemplate() Template

GetTemplate returns the Template field value

func (*SingleInstallTemplateJobType) GetTemplateOk ¶

func (o *SingleInstallTemplateJobType) GetTemplateOk() (*Template, bool)

GetTemplateOk returns a tuple with the Template field value and a boolean to check if the value has been set.

func (*SingleInstallTemplateJobType) GetType ¶

func (o *SingleInstallTemplateJobType) GetType() string

GetType returns the Type field value

func (*SingleInstallTemplateJobType) GetTypeOk ¶

func (o *SingleInstallTemplateJobType) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SingleInstallTemplateJobType) GetWorkspace ¶

func (o *SingleInstallTemplateJobType) GetWorkspace() Workspace

GetWorkspace returns the Workspace field value

func (*SingleInstallTemplateJobType) GetWorkspaceOk ¶

func (o *SingleInstallTemplateJobType) GetWorkspaceOk() (*Workspace, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (*SingleInstallTemplateJobType) HasHumanReadableError ¶

func (o *SingleInstallTemplateJobType) HasHumanReadableError() bool

HasHumanReadableError returns a boolean if a field has been set.

func (SingleInstallTemplateJobType) MarshalJSON ¶

func (o SingleInstallTemplateJobType) MarshalJSON() ([]byte, error)

func (*SingleInstallTemplateJobType) SetGroup ¶

func (o *SingleInstallTemplateJobType) SetGroup(v Workspace)

SetGroup sets field value

func (*SingleInstallTemplateJobType) SetHumanReadableError ¶

func (o *SingleInstallTemplateJobType) SetHumanReadableError(v string)

SetHumanReadableError gets a reference to the given string and assigns it to the HumanReadableError field.

func (*SingleInstallTemplateJobType) SetId ¶

func (o *SingleInstallTemplateJobType) SetId(v int32)

SetId sets field value

func (*SingleInstallTemplateJobType) SetInstalledApplications ¶

func (o *SingleInstallTemplateJobType) SetInstalledApplications(v map[string]interface{})

SetInstalledApplications sets field value

func (*SingleInstallTemplateJobType) SetProgressPercentage ¶

func (o *SingleInstallTemplateJobType) SetProgressPercentage(v int32)

SetProgressPercentage sets field value

func (*SingleInstallTemplateJobType) SetState ¶

func (o *SingleInstallTemplateJobType) SetState(v string)

SetState sets field value

func (*SingleInstallTemplateJobType) SetTemplate ¶

func (o *SingleInstallTemplateJobType) SetTemplate(v Template)

SetTemplate sets field value

func (*SingleInstallTemplateJobType) SetType ¶

func (o *SingleInstallTemplateJobType) SetType(v string)

SetType sets field value

func (*SingleInstallTemplateJobType) SetWorkspace ¶

func (o *SingleInstallTemplateJobType) SetWorkspace(v Workspace)

SetWorkspace sets field value

func (SingleInstallTemplateJobType) ToMap ¶

func (o SingleInstallTemplateJobType) ToMap() (map[string]interface{}, error)

type SingleSelectFieldCreateField ¶

type SingleSelectFieldCreateField struct {
	Name          string         `json:"name"`
	Type          Type712Enum    `json:"type"`
	SelectOptions []SelectOption `json:"select_options,omitempty"`
}

SingleSelectFieldCreateField struct for SingleSelectFieldCreateField

func NewSingleSelectFieldCreateField ¶

func NewSingleSelectFieldCreateField(name string, type_ Type712Enum) *SingleSelectFieldCreateField

NewSingleSelectFieldCreateField instantiates a new SingleSelectFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSingleSelectFieldCreateFieldWithDefaults ¶

func NewSingleSelectFieldCreateFieldWithDefaults() *SingleSelectFieldCreateField

NewSingleSelectFieldCreateFieldWithDefaults instantiates a new SingleSelectFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SingleSelectFieldCreateField) GetName ¶

func (o *SingleSelectFieldCreateField) GetName() string

GetName returns the Name field value

func (*SingleSelectFieldCreateField) GetNameOk ¶

func (o *SingleSelectFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SingleSelectFieldCreateField) GetSelectOptions ¶

func (o *SingleSelectFieldCreateField) GetSelectOptions() []SelectOption

GetSelectOptions returns the SelectOptions field value if set, zero value otherwise.

func (*SingleSelectFieldCreateField) GetSelectOptionsOk ¶

func (o *SingleSelectFieldCreateField) GetSelectOptionsOk() ([]SelectOption, bool)

GetSelectOptionsOk returns a tuple with the SelectOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleSelectFieldCreateField) GetType ¶

GetType returns the Type field value

func (*SingleSelectFieldCreateField) GetTypeOk ¶

func (o *SingleSelectFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SingleSelectFieldCreateField) HasSelectOptions ¶

func (o *SingleSelectFieldCreateField) HasSelectOptions() bool

HasSelectOptions returns a boolean if a field has been set.

func (SingleSelectFieldCreateField) MarshalJSON ¶

func (o SingleSelectFieldCreateField) MarshalJSON() ([]byte, error)

func (*SingleSelectFieldCreateField) SetName ¶

func (o *SingleSelectFieldCreateField) SetName(v string)

SetName sets field value

func (*SingleSelectFieldCreateField) SetSelectOptions ¶

func (o *SingleSelectFieldCreateField) SetSelectOptions(v []SelectOption)

SetSelectOptions gets a reference to the given []SelectOption and assigns it to the SelectOptions field.

func (*SingleSelectFieldCreateField) SetType ¶

SetType sets field value

func (SingleSelectFieldCreateField) ToMap ¶

func (o SingleSelectFieldCreateField) ToMap() (map[string]interface{}, error)

type SingleSelectFieldField ¶

type SingleSelectFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly      bool           `json:"read_only"`
	SelectOptions []SelectOption `json:"select_options,omitempty"`
}

SingleSelectFieldField struct for SingleSelectFieldField

func NewSingleSelectFieldField ¶

func NewSingleSelectFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *SingleSelectFieldField

NewSingleSelectFieldField instantiates a new SingleSelectFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSingleSelectFieldFieldWithDefaults ¶

func NewSingleSelectFieldFieldWithDefaults() *SingleSelectFieldField

NewSingleSelectFieldFieldWithDefaults instantiates a new SingleSelectFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SingleSelectFieldField) GetId ¶

func (o *SingleSelectFieldField) GetId() int32

GetId returns the Id field value

func (*SingleSelectFieldField) GetIdOk ¶

func (o *SingleSelectFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SingleSelectFieldField) GetName ¶

func (o *SingleSelectFieldField) GetName() string

GetName returns the Name field value

func (*SingleSelectFieldField) GetNameOk ¶

func (o *SingleSelectFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SingleSelectFieldField) GetOrder ¶

func (o *SingleSelectFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*SingleSelectFieldField) GetOrderOk ¶

func (o *SingleSelectFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*SingleSelectFieldField) GetPrimary ¶

func (o *SingleSelectFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*SingleSelectFieldField) GetPrimaryOk ¶

func (o *SingleSelectFieldField) 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 (*SingleSelectFieldField) GetReadOnly ¶

func (o *SingleSelectFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*SingleSelectFieldField) GetReadOnlyOk ¶

func (o *SingleSelectFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*SingleSelectFieldField) GetSelectOptions ¶

func (o *SingleSelectFieldField) GetSelectOptions() []SelectOption

GetSelectOptions returns the SelectOptions field value if set, zero value otherwise.

func (*SingleSelectFieldField) GetSelectOptionsOk ¶

func (o *SingleSelectFieldField) GetSelectOptionsOk() ([]SelectOption, bool)

GetSelectOptionsOk returns a tuple with the SelectOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleSelectFieldField) GetTableId ¶

func (o *SingleSelectFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*SingleSelectFieldField) GetTableIdOk ¶

func (o *SingleSelectFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*SingleSelectFieldField) GetType ¶

func (o *SingleSelectFieldField) GetType() string

GetType returns the Type field value

func (*SingleSelectFieldField) GetTypeOk ¶

func (o *SingleSelectFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SingleSelectFieldField) HasPrimary ¶

func (o *SingleSelectFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (*SingleSelectFieldField) HasSelectOptions ¶

func (o *SingleSelectFieldField) HasSelectOptions() bool

HasSelectOptions returns a boolean if a field has been set.

func (SingleSelectFieldField) MarshalJSON ¶

func (o SingleSelectFieldField) MarshalJSON() ([]byte, error)

func (*SingleSelectFieldField) SetId ¶

func (o *SingleSelectFieldField) SetId(v int32)

SetId sets field value

func (*SingleSelectFieldField) SetName ¶

func (o *SingleSelectFieldField) SetName(v string)

SetName sets field value

func (*SingleSelectFieldField) SetOrder ¶

func (o *SingleSelectFieldField) SetOrder(v int32)

SetOrder sets field value

func (*SingleSelectFieldField) SetPrimary ¶

func (o *SingleSelectFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*SingleSelectFieldField) SetReadOnly ¶

func (o *SingleSelectFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*SingleSelectFieldField) SetSelectOptions ¶

func (o *SingleSelectFieldField) SetSelectOptions(v []SelectOption)

SetSelectOptions gets a reference to the given []SelectOption and assigns it to the SelectOptions field.

func (*SingleSelectFieldField) SetTableId ¶

func (o *SingleSelectFieldField) SetTableId(v int32)

SetTableId sets field value

func (*SingleSelectFieldField) SetType ¶

func (o *SingleSelectFieldField) SetType(v string)

SetType sets field value

func (SingleSelectFieldField) ToMap ¶

func (o SingleSelectFieldField) ToMap() (map[string]interface{}, error)

type SingleSelectFieldFieldSerializerWithRelatedFields ¶

type SingleSelectFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field        `json:"related_fields"`
	SelectOptions []SelectOption `json:"select_options,omitempty"`
}

SingleSelectFieldFieldSerializerWithRelatedFields struct for SingleSelectFieldFieldSerializerWithRelatedFields

func NewSingleSelectFieldFieldSerializerWithRelatedFields ¶

func NewSingleSelectFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *SingleSelectFieldFieldSerializerWithRelatedFields

NewSingleSelectFieldFieldSerializerWithRelatedFields instantiates a new SingleSelectFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSingleSelectFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewSingleSelectFieldFieldSerializerWithRelatedFieldsWithDefaults() *SingleSelectFieldFieldSerializerWithRelatedFields

NewSingleSelectFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new SingleSelectFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

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 (*SingleSelectFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

GetRelatedFields returns the RelatedFields field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *SingleSelectFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetSelectOptions ¶

GetSelectOptions returns the SelectOptions field value if set, zero value otherwise.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetSelectOptionsOk ¶

GetSelectOptionsOk returns a tuple with the SelectOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) HasSelectOptions ¶

HasSelectOptions returns a boolean if a field has been set.

func (SingleSelectFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*SingleSelectFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

SetRelatedFields sets field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) SetSelectOptions ¶

SetSelectOptions gets a reference to the given []SelectOption and assigns it to the SelectOptions field.

func (*SingleSelectFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*SingleSelectFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (SingleSelectFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o SingleSelectFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

type Snapshot ¶

type Snapshot struct {
	Id                      int32     `json:"id"`
	Name                    string    `json:"name"`
	SnapshotFromApplication int32     `json:"snapshot_from_application"`
	CreatedBy               User      `json:"created_by"`
	CreatedAt               time.Time `json:"created_at"`
}

Snapshot struct for Snapshot

func NewSnapshot ¶

func NewSnapshot(id int32, name string, snapshotFromApplication int32, createdBy User, createdAt time.Time) *Snapshot

NewSnapshot instantiates a new Snapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnapshotWithDefaults ¶

func NewSnapshotWithDefaults() *Snapshot

NewSnapshotWithDefaults instantiates a new Snapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Snapshot) GetCreatedAt ¶

func (o *Snapshot) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value

func (*Snapshot) GetCreatedAtOk ¶

func (o *Snapshot) 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 (*Snapshot) GetCreatedBy ¶

func (o *Snapshot) GetCreatedBy() User

GetCreatedBy returns the CreatedBy field value

func (*Snapshot) GetCreatedByOk ¶

func (o *Snapshot) GetCreatedByOk() (*User, bool)

GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.

func (*Snapshot) GetId ¶

func (o *Snapshot) GetId() int32

GetId returns the Id field value

func (*Snapshot) GetIdOk ¶

func (o *Snapshot) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Snapshot) GetName ¶

func (o *Snapshot) GetName() string

GetName returns the Name field value

func (*Snapshot) GetNameOk ¶

func (o *Snapshot) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Snapshot) GetSnapshotFromApplication ¶

func (o *Snapshot) GetSnapshotFromApplication() int32

GetSnapshotFromApplication returns the SnapshotFromApplication field value

func (*Snapshot) GetSnapshotFromApplicationOk ¶

func (o *Snapshot) GetSnapshotFromApplicationOk() (*int32, bool)

GetSnapshotFromApplicationOk returns a tuple with the SnapshotFromApplication field value and a boolean to check if the value has been set.

func (Snapshot) MarshalJSON ¶

func (o Snapshot) MarshalJSON() ([]byte, error)

func (*Snapshot) SetCreatedAt ¶

func (o *Snapshot) SetCreatedAt(v time.Time)

SetCreatedAt sets field value

func (*Snapshot) SetCreatedBy ¶

func (o *Snapshot) SetCreatedBy(v User)

SetCreatedBy sets field value

func (*Snapshot) SetId ¶

func (o *Snapshot) SetId(v int32)

SetId sets field value

func (*Snapshot) SetName ¶

func (o *Snapshot) SetName(v string)

SetName sets field value

func (*Snapshot) SetSnapshotFromApplication ¶

func (o *Snapshot) SetSnapshotFromApplication(v int32)

SetSnapshotFromApplication sets field value

func (Snapshot) ToMap ¶

func (o Snapshot) ToMap() (map[string]interface{}, error)

type SpecificApplication ¶

type SpecificApplication struct {
	Id        int32                `json:"id"`
	Name      string               `json:"name"`
	Order     int32                `json:"order"`
	Type      string               `json:"type"`
	Group     ApplicationGroup     `json:"group"`
	Workspace ApplicationWorkspace `json:"workspace"`
}

SpecificApplication struct for SpecificApplication

func NewSpecificApplication ¶

func NewSpecificApplication(id int32, name string, order int32, type_ string, group ApplicationGroup, workspace ApplicationWorkspace) *SpecificApplication

NewSpecificApplication instantiates a new SpecificApplication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSpecificApplicationWithDefaults ¶

func NewSpecificApplicationWithDefaults() *SpecificApplication

NewSpecificApplicationWithDefaults instantiates a new SpecificApplication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SpecificApplication) GetGroup ¶

func (o *SpecificApplication) GetGroup() ApplicationGroup

GetGroup returns the Group field value

func (*SpecificApplication) GetGroupOk ¶

func (o *SpecificApplication) GetGroupOk() (*ApplicationGroup, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*SpecificApplication) GetId ¶

func (o *SpecificApplication) GetId() int32

GetId returns the Id field value

func (*SpecificApplication) GetIdOk ¶

func (o *SpecificApplication) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SpecificApplication) GetName ¶

func (o *SpecificApplication) GetName() string

GetName returns the Name field value

func (*SpecificApplication) GetNameOk ¶

func (o *SpecificApplication) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SpecificApplication) GetOrder ¶

func (o *SpecificApplication) GetOrder() int32

GetOrder returns the Order field value

func (*SpecificApplication) GetOrderOk ¶

func (o *SpecificApplication) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*SpecificApplication) GetType ¶

func (o *SpecificApplication) GetType() string

GetType returns the Type field value

func (*SpecificApplication) GetTypeOk ¶

func (o *SpecificApplication) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*SpecificApplication) GetWorkspace ¶

func (o *SpecificApplication) GetWorkspace() ApplicationWorkspace

GetWorkspace returns the Workspace field value

func (*SpecificApplication) GetWorkspaceOk ¶

func (o *SpecificApplication) GetWorkspaceOk() (*ApplicationWorkspace, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (SpecificApplication) MarshalJSON ¶

func (o SpecificApplication) MarshalJSON() ([]byte, error)

func (*SpecificApplication) SetGroup ¶

func (o *SpecificApplication) SetGroup(v ApplicationGroup)

SetGroup sets field value

func (*SpecificApplication) SetId ¶

func (o *SpecificApplication) SetId(v int32)

SetId sets field value

func (*SpecificApplication) SetName ¶

func (o *SpecificApplication) SetName(v string)

SetName sets field value

func (*SpecificApplication) SetOrder ¶

func (o *SpecificApplication) SetOrder(v int32)

SetOrder sets field value

func (*SpecificApplication) SetType ¶

func (o *SpecificApplication) SetType(v string)

SetType sets field value

func (*SpecificApplication) SetWorkspace ¶

func (o *SpecificApplication) SetWorkspace(v ApplicationWorkspace)

SetWorkspace sets field value

func (SpecificApplication) ToMap ¶

func (o SpecificApplication) ToMap() (map[string]interface{}, error)

type StateEnum ¶

type StateEnum string

StateEnum * `pending` - pending * `exporting` - exporting * `cancelled` - cancelled * `finished` - finished * `failed` - failed * `expired` - expired

const (
	PENDING   StateEnum = "pending"
	EXPORTING StateEnum = "exporting"
	CANCELLED StateEnum = "cancelled"
	FINISHED  StateEnum = "finished"
	FAILED    StateEnum = "failed"
	EXPIRED   StateEnum = "expired"
)

List of StateEnum

func NewStateEnumFromValue ¶

func NewStateEnumFromValue(v string) (*StateEnum, error)

NewStateEnumFromValue returns a pointer to a valid StateEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (StateEnum) IsValid ¶

func (v StateEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (StateEnum) Ptr ¶

func (v StateEnum) Ptr() *StateEnum

Ptr returns reference to StateEnum value

func (*StateEnum) UnmarshalJSON ¶

func (v *StateEnum) UnmarshalJSON(src []byte) error

type StyleEnum ¶

type StyleEnum string

StyleEnum * `star` - Star * `heart` - Heart * `thumbs-up` - Thumbs-up * `flag` - Flags * `smile` - Smile

const (
	STAR      StyleEnum = "star"
	HEART     StyleEnum = "heart"
	THUMBS_UP StyleEnum = "thumbs-up"
	FLAG      StyleEnum = "flag"
	SMILE     StyleEnum = "smile"
)

List of StyleEnum

func NewStyleEnumFromValue ¶

func NewStyleEnumFromValue(v string) (*StyleEnum, error)

NewStyleEnumFromValue returns a pointer to a valid StyleEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (StyleEnum) IsValid ¶

func (v StyleEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (StyleEnum) Ptr ¶

func (v StyleEnum) Ptr() *StyleEnum

Ptr returns reference to StyleEnum value

func (*StyleEnum) UnmarshalJSON ¶

func (v *StyleEnum) UnmarshalJSON(src []byte) error

type SubjectType3ffEnum ¶

type SubjectType3ffEnum string

SubjectType3ffEnum * `auth.User` - auth.User

const (
	AUTH_USER SubjectType3ffEnum = "auth.User"
)

List of SubjectType3ffEnum

func NewSubjectType3ffEnumFromValue ¶

func NewSubjectType3ffEnumFromValue(v string) (*SubjectType3ffEnum, error)

NewSubjectType3ffEnumFromValue returns a pointer to a valid SubjectType3ffEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SubjectType3ffEnum) IsValid ¶

func (v SubjectType3ffEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SubjectType3ffEnum) Ptr ¶

Ptr returns reference to SubjectType3ffEnum value

func (*SubjectType3ffEnum) UnmarshalJSON ¶

func (v *SubjectType3ffEnum) UnmarshalJSON(src []byte) error

type SubjectType6dcEnum ¶

type SubjectType6dcEnum string

SubjectType6dcEnum * `auth.User` - auth.User * `anonymous` - anonymous * `core.Token` - core.Token * `baserow_enterprise.Team` - baserow_enterprise.Team

const (
	ANONYMOUS               SubjectType6dcEnum = "anonymous"
	CORE_TOKEN              SubjectType6dcEnum = "core.Token"
	BASEROW_ENTERPRISE_TEAM SubjectType6dcEnum = "baserow_enterprise.Team"
)

List of SubjectType6dcEnum

func NewSubjectType6dcEnumFromValue ¶

func NewSubjectType6dcEnumFromValue(v string) (*SubjectType6dcEnum, error)

NewSubjectType6dcEnumFromValue returns a pointer to a valid SubjectType6dcEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SubjectType6dcEnum) IsValid ¶

func (v SubjectType6dcEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SubjectType6dcEnum) Ptr ¶

Ptr returns reference to SubjectType6dcEnum value

func (*SubjectType6dcEnum) UnmarshalJSON ¶

func (v *SubjectType6dcEnum) UnmarshalJSON(src []byte) error

type SubmitActionEnum ¶

type SubmitActionEnum string

SubmitActionEnum * `MESSAGE` - Message * `REDIRECT` - Redirect

const (
	MESSAGE  SubmitActionEnum = "MESSAGE"
	REDIRECT SubmitActionEnum = "REDIRECT"
)

List of SubmitActionEnum

func NewSubmitActionEnumFromValue ¶

func NewSubmitActionEnumFromValue(v string) (*SubmitActionEnum, error)

NewSubmitActionEnumFromValue returns a pointer to a valid SubmitActionEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SubmitActionEnum) IsValid ¶

func (v SubmitActionEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SubmitActionEnum) Ptr ¶

Ptr returns reference to SubmitActionEnum value

func (*SubmitActionEnum) UnmarshalJSON ¶

func (v *SubmitActionEnum) UnmarshalJSON(src []byte) error

type Table ¶

type Table struct {
	Id   int32  `json:"id"`
	Name string `json:"name"`
	// Lowest first.
	Order      int32 `json:"order"`
	DatabaseId int32 `json:"database_id"`
}

Table struct for Table

func NewTable ¶

func NewTable(id int32, name string, order int32, databaseId int32) *Table

NewTable instantiates a new Table object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTableWithDefaults ¶

func NewTableWithDefaults() *Table

NewTableWithDefaults instantiates a new Table object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Table) GetDatabaseId ¶

func (o *Table) GetDatabaseId() int32

GetDatabaseId returns the DatabaseId field value

func (*Table) GetDatabaseIdOk ¶

func (o *Table) GetDatabaseIdOk() (*int32, bool)

GetDatabaseIdOk returns a tuple with the DatabaseId field value and a boolean to check if the value has been set.

func (*Table) GetId ¶

func (o *Table) GetId() int32

GetId returns the Id field value

func (*Table) GetIdOk ¶

func (o *Table) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Table) GetName ¶

func (o *Table) GetName() string

GetName returns the Name field value

func (*Table) GetNameOk ¶

func (o *Table) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Table) GetOrder ¶

func (o *Table) GetOrder() int32

GetOrder returns the Order field value

func (*Table) GetOrderOk ¶

func (o *Table) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (Table) MarshalJSON ¶

func (o Table) MarshalJSON() ([]byte, error)

func (*Table) SetDatabaseId ¶

func (o *Table) SetDatabaseId(v int32)

SetDatabaseId sets field value

func (*Table) SetId ¶

func (o *Table) SetId(v int32)

SetId sets field value

func (*Table) SetName ¶

func (o *Table) SetName(v string)

SetName sets field value

func (*Table) SetOrder ¶

func (o *Table) SetOrder(v int32)

SetOrder sets field value

func (Table) ToMap ¶

func (o Table) ToMap() (map[string]interface{}, error)

type TableCreate ¶

type TableCreate struct {
	Name string `json:"name"`
	// A list of rows that needs to be created as initial table data. Each row is a list of values that are going to be added in the new table in the same order as provided.  Ex:  “`json [   [\"row1_field1_value\", \"row1_field2_value\"],   [\"row2_field1_value\", \"row2_field2_value\"], ] “` for creating a two rows table with two fields.  If not provided, some example data is going to be created.
	Data []interface{} `json:"data,omitempty"`
	// Indicates if the first provided row is the header. If true the field names are going to be the values of the first row. Otherwise they will be called \"Field N\"
	FirstRowHeader *bool `json:"first_row_header,omitempty"`
}

TableCreate struct for TableCreate

func NewTableCreate ¶

func NewTableCreate(name string) *TableCreate

NewTableCreate instantiates a new TableCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTableCreateWithDefaults ¶

func NewTableCreateWithDefaults() *TableCreate

NewTableCreateWithDefaults instantiates a new TableCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TableCreate) GetData ¶

func (o *TableCreate) GetData() []interface{}

GetData returns the Data field value if set, zero value otherwise.

func (*TableCreate) GetDataOk ¶

func (o *TableCreate) GetDataOk() ([]interface{}, bool)

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 (*TableCreate) GetFirstRowHeader ¶

func (o *TableCreate) GetFirstRowHeader() bool

GetFirstRowHeader returns the FirstRowHeader field value if set, zero value otherwise.

func (*TableCreate) GetFirstRowHeaderOk ¶

func (o *TableCreate) GetFirstRowHeaderOk() (*bool, bool)

GetFirstRowHeaderOk returns a tuple with the FirstRowHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableCreate) GetName ¶

func (o *TableCreate) GetName() string

GetName returns the Name field value

func (*TableCreate) GetNameOk ¶

func (o *TableCreate) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TableCreate) HasData ¶

func (o *TableCreate) HasData() bool

HasData returns a boolean if a field has been set.

func (*TableCreate) HasFirstRowHeader ¶

func (o *TableCreate) HasFirstRowHeader() bool

HasFirstRowHeader returns a boolean if a field has been set.

func (TableCreate) MarshalJSON ¶

func (o TableCreate) MarshalJSON() ([]byte, error)

func (*TableCreate) SetData ¶

func (o *TableCreate) SetData(v []interface{})

SetData gets a reference to the given []interface{} and assigns it to the Data field.

func (*TableCreate) SetFirstRowHeader ¶

func (o *TableCreate) SetFirstRowHeader(v bool)

SetFirstRowHeader gets a reference to the given bool and assigns it to the FirstRowHeader field.

func (*TableCreate) SetName ¶

func (o *TableCreate) SetName(v string)

SetName sets field value

func (TableCreate) ToMap ¶

func (o TableCreate) ToMap() (map[string]interface{}, error)

type TableImport ¶

type TableImport struct {
	// A list of rows you want to add to the specified table. Each row is a list of values, one for each **writable** field. The field values must be ordered according to the field order in the table. All values must be compatible with the corresponding field type.  Ex:  “`json [   [\"row1_field1_value\", \"row1_field2_value\"],   [\"row2_field1_value\", \"row2_field2_value\"], ] “` for adding two rows to a table with two writable fields.
	Data []interface{} `json:"data"`
}

TableImport struct for TableImport

func NewTableImport ¶

func NewTableImport(data []interface{}) *TableImport

NewTableImport instantiates a new TableImport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTableImportWithDefaults ¶

func NewTableImportWithDefaults() *TableImport

NewTableImportWithDefaults instantiates a new TableImport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TableImport) GetData ¶

func (o *TableImport) GetData() []interface{}

GetData returns the Data field value

func (*TableImport) GetDataOk ¶

func (o *TableImport) GetDataOk() ([]interface{}, bool)

GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.

func (TableImport) MarshalJSON ¶

func (o TableImport) MarshalJSON() ([]byte, error)

func (*TableImport) SetData ¶

func (o *TableImport) SetData(v []interface{})

SetData sets field value

func (TableImport) ToMap ¶

func (o TableImport) ToMap() (map[string]interface{}, error)

type TableWebhook ¶

type TableWebhook struct {
	Id int32 `json:"id"`
	// A list containing the events that will trigger this webhook.
	Events map[string]interface{} `json:"events"`
	// The additional headers as an object where the key is the name and the value the value.
	Headers map[string]interface{} `json:"headers"`
	// All the calls that this webhook made.
	Calls     []TableWebhookCall `json:"calls"`
	CreatedOn time.Time          `json:"created_on"`
	UpdatedOn time.Time          `json:"updated_on"`
	// Indicates whether the field names must be used as payload key instead of the id.
	UseUserFieldNames *bool `json:"use_user_field_names,omitempty"`
	// The URL that must be called when the webhook is triggered.
	Url           string             `json:"url"`
	RequestMethod *RequestMethodEnum `json:"request_method,omitempty"`
	// An internal name of the webhook.
	Name string `json:"name"`
	// Indicates whether this webhook should listen to all events.
	IncludeAllEvents *bool `json:"include_all_events,omitempty"`
	// The amount of failed webhook calls.
	FailedTriggers *int32 `json:"failed_triggers,omitempty"`
	// Indicates whether the web hook is active. When a webhook has failed multiple times, it will automatically be deactivated.
	Active *bool `json:"active,omitempty"`
}

TableWebhook struct for TableWebhook

func NewTableWebhook ¶

func NewTableWebhook(id int32, events map[string]interface{}, headers map[string]interface{}, calls []TableWebhookCall, createdOn time.Time, updatedOn time.Time, url string, name string) *TableWebhook

NewTableWebhook instantiates a new TableWebhook object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTableWebhookWithDefaults ¶

func NewTableWebhookWithDefaults() *TableWebhook

NewTableWebhookWithDefaults instantiates a new TableWebhook object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TableWebhook) GetActive ¶

func (o *TableWebhook) GetActive() bool

GetActive returns the Active field value if set, zero value otherwise.

func (*TableWebhook) GetActiveOk ¶

func (o *TableWebhook) GetActiveOk() (*bool, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhook) GetCalls ¶

func (o *TableWebhook) GetCalls() []TableWebhookCall

GetCalls returns the Calls field value

func (*TableWebhook) GetCallsOk ¶

func (o *TableWebhook) GetCallsOk() ([]TableWebhookCall, bool)

GetCallsOk returns a tuple with the Calls field value and a boolean to check if the value has been set.

func (*TableWebhook) GetCreatedOn ¶

func (o *TableWebhook) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*TableWebhook) GetCreatedOnOk ¶

func (o *TableWebhook) GetCreatedOnOk() (*time.Time, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.

func (*TableWebhook) GetEvents ¶

func (o *TableWebhook) GetEvents() map[string]interface{}

GetEvents returns the Events field value

func (*TableWebhook) GetEventsOk ¶

func (o *TableWebhook) GetEventsOk() (map[string]interface{}, bool)

GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.

func (*TableWebhook) GetFailedTriggers ¶

func (o *TableWebhook) GetFailedTriggers() int32

GetFailedTriggers returns the FailedTriggers field value if set, zero value otherwise.

func (*TableWebhook) GetFailedTriggersOk ¶

func (o *TableWebhook) GetFailedTriggersOk() (*int32, bool)

GetFailedTriggersOk returns a tuple with the FailedTriggers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhook) GetHeaders ¶

func (o *TableWebhook) GetHeaders() map[string]interface{}

GetHeaders returns the Headers field value

func (*TableWebhook) GetHeadersOk ¶

func (o *TableWebhook) GetHeadersOk() (map[string]interface{}, bool)

GetHeadersOk returns a tuple with the Headers field value and a boolean to check if the value has been set.

func (*TableWebhook) GetId ¶

func (o *TableWebhook) GetId() int32

GetId returns the Id field value

func (*TableWebhook) GetIdOk ¶

func (o *TableWebhook) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TableWebhook) GetIncludeAllEvents ¶

func (o *TableWebhook) GetIncludeAllEvents() bool

GetIncludeAllEvents returns the IncludeAllEvents field value if set, zero value otherwise.

func (*TableWebhook) GetIncludeAllEventsOk ¶

func (o *TableWebhook) GetIncludeAllEventsOk() (*bool, bool)

GetIncludeAllEventsOk returns a tuple with the IncludeAllEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhook) GetName ¶

func (o *TableWebhook) GetName() string

GetName returns the Name field value

func (*TableWebhook) GetNameOk ¶

func (o *TableWebhook) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TableWebhook) GetRequestMethod ¶

func (o *TableWebhook) GetRequestMethod() RequestMethodEnum

GetRequestMethod returns the RequestMethod field value if set, zero value otherwise.

func (*TableWebhook) GetRequestMethodOk ¶

func (o *TableWebhook) GetRequestMethodOk() (*RequestMethodEnum, bool)

GetRequestMethodOk returns a tuple with the RequestMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhook) GetUpdatedOn ¶

func (o *TableWebhook) GetUpdatedOn() time.Time

GetUpdatedOn returns the UpdatedOn field value

func (*TableWebhook) GetUpdatedOnOk ¶

func (o *TableWebhook) GetUpdatedOnOk() (*time.Time, bool)

GetUpdatedOnOk returns a tuple with the UpdatedOn field value and a boolean to check if the value has been set.

func (*TableWebhook) GetUrl ¶

func (o *TableWebhook) GetUrl() string

GetUrl returns the Url field value

func (*TableWebhook) GetUrlOk ¶

func (o *TableWebhook) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*TableWebhook) GetUseUserFieldNames ¶

func (o *TableWebhook) GetUseUserFieldNames() bool

GetUseUserFieldNames returns the UseUserFieldNames field value if set, zero value otherwise.

func (*TableWebhook) GetUseUserFieldNamesOk ¶

func (o *TableWebhook) GetUseUserFieldNamesOk() (*bool, bool)

GetUseUserFieldNamesOk returns a tuple with the UseUserFieldNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhook) HasActive ¶

func (o *TableWebhook) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*TableWebhook) HasFailedTriggers ¶

func (o *TableWebhook) HasFailedTriggers() bool

HasFailedTriggers returns a boolean if a field has been set.

func (*TableWebhook) HasIncludeAllEvents ¶

func (o *TableWebhook) HasIncludeAllEvents() bool

HasIncludeAllEvents returns a boolean if a field has been set.

func (*TableWebhook) HasRequestMethod ¶

func (o *TableWebhook) HasRequestMethod() bool

HasRequestMethod returns a boolean if a field has been set.

func (*TableWebhook) HasUseUserFieldNames ¶

func (o *TableWebhook) HasUseUserFieldNames() bool

HasUseUserFieldNames returns a boolean if a field has been set.

func (TableWebhook) MarshalJSON ¶

func (o TableWebhook) MarshalJSON() ([]byte, error)

func (*TableWebhook) SetActive ¶

func (o *TableWebhook) SetActive(v bool)

SetActive gets a reference to the given bool and assigns it to the Active field.

func (*TableWebhook) SetCalls ¶

func (o *TableWebhook) SetCalls(v []TableWebhookCall)

SetCalls sets field value

func (*TableWebhook) SetCreatedOn ¶

func (o *TableWebhook) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*TableWebhook) SetEvents ¶

func (o *TableWebhook) SetEvents(v map[string]interface{})

SetEvents sets field value

func (*TableWebhook) SetFailedTriggers ¶

func (o *TableWebhook) SetFailedTriggers(v int32)

SetFailedTriggers gets a reference to the given int32 and assigns it to the FailedTriggers field.

func (*TableWebhook) SetHeaders ¶

func (o *TableWebhook) SetHeaders(v map[string]interface{})

SetHeaders sets field value

func (*TableWebhook) SetId ¶

func (o *TableWebhook) SetId(v int32)

SetId sets field value

func (*TableWebhook) SetIncludeAllEvents ¶

func (o *TableWebhook) SetIncludeAllEvents(v bool)

SetIncludeAllEvents gets a reference to the given bool and assigns it to the IncludeAllEvents field.

func (*TableWebhook) SetName ¶

func (o *TableWebhook) SetName(v string)

SetName sets field value

func (*TableWebhook) SetRequestMethod ¶

func (o *TableWebhook) SetRequestMethod(v RequestMethodEnum)

SetRequestMethod gets a reference to the given RequestMethodEnum and assigns it to the RequestMethod field.

func (*TableWebhook) SetUpdatedOn ¶

func (o *TableWebhook) SetUpdatedOn(v time.Time)

SetUpdatedOn sets field value

func (*TableWebhook) SetUrl ¶

func (o *TableWebhook) SetUrl(v string)

SetUrl sets field value

func (*TableWebhook) SetUseUserFieldNames ¶

func (o *TableWebhook) SetUseUserFieldNames(v bool)

SetUseUserFieldNames gets a reference to the given bool and assigns it to the UseUserFieldNames field.

func (TableWebhook) ToMap ¶

func (o TableWebhook) ToMap() (map[string]interface{}, error)

type TableWebhookCall ¶

type TableWebhookCall struct {
	Id int32 `json:"id"`
	// Event ID where the call originated from.
	EventId    string       `json:"event_id"`
	EventType  string       `json:"event_type"`
	CalledTime NullableTime `json:"called_time,omitempty"`
	CalledUrl  string       `json:"called_url"`
	// A text copy of the request headers and body.
	Request NullableString `json:"request,omitempty"`
	// A text copy of the response headers and body.
	Response NullableString `json:"response,omitempty"`
	// The HTTP response status code.
	ResponseStatus NullableInt32 `json:"response_status,omitempty"`
	// An internal error reflecting what went wrong.
	Error NullableString `json:"error,omitempty"`
}

TableWebhookCall struct for TableWebhookCall

func NewTableWebhookCall ¶

func NewTableWebhookCall(id int32, eventId string, eventType string, calledUrl string) *TableWebhookCall

NewTableWebhookCall instantiates a new TableWebhookCall object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTableWebhookCallWithDefaults ¶

func NewTableWebhookCallWithDefaults() *TableWebhookCall

NewTableWebhookCallWithDefaults instantiates a new TableWebhookCall object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TableWebhookCall) GetCalledTime ¶

func (o *TableWebhookCall) GetCalledTime() time.Time

GetCalledTime returns the CalledTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TableWebhookCall) GetCalledTimeOk ¶

func (o *TableWebhookCall) GetCalledTimeOk() (*time.Time, bool)

GetCalledTimeOk returns a tuple with the CalledTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TableWebhookCall) GetCalledUrl ¶

func (o *TableWebhookCall) GetCalledUrl() string

GetCalledUrl returns the CalledUrl field value

func (*TableWebhookCall) GetCalledUrlOk ¶

func (o *TableWebhookCall) GetCalledUrlOk() (*string, bool)

GetCalledUrlOk returns a tuple with the CalledUrl field value and a boolean to check if the value has been set.

func (*TableWebhookCall) GetError ¶

func (o *TableWebhookCall) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TableWebhookCall) GetErrorOk ¶

func (o *TableWebhookCall) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TableWebhookCall) GetEventId ¶

func (o *TableWebhookCall) GetEventId() string

GetEventId returns the EventId field value

func (*TableWebhookCall) GetEventIdOk ¶

func (o *TableWebhookCall) GetEventIdOk() (*string, bool)

GetEventIdOk returns a tuple with the EventId field value and a boolean to check if the value has been set.

func (*TableWebhookCall) GetEventType ¶

func (o *TableWebhookCall) GetEventType() string

GetEventType returns the EventType field value

func (*TableWebhookCall) GetEventTypeOk ¶

func (o *TableWebhookCall) GetEventTypeOk() (*string, bool)

GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.

func (*TableWebhookCall) GetId ¶

func (o *TableWebhookCall) GetId() int32

GetId returns the Id field value

func (*TableWebhookCall) GetIdOk ¶

func (o *TableWebhookCall) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TableWebhookCall) GetRequest ¶

func (o *TableWebhookCall) GetRequest() string

GetRequest returns the Request field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TableWebhookCall) GetRequestOk ¶

func (o *TableWebhookCall) GetRequestOk() (*string, bool)

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TableWebhookCall) GetResponse ¶

func (o *TableWebhookCall) GetResponse() string

GetResponse returns the Response field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TableWebhookCall) GetResponseOk ¶

func (o *TableWebhookCall) GetResponseOk() (*string, bool)

GetResponseOk returns a tuple with the Response field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TableWebhookCall) GetResponseStatus ¶

func (o *TableWebhookCall) GetResponseStatus() int32

GetResponseStatus returns the ResponseStatus field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TableWebhookCall) GetResponseStatusOk ¶

func (o *TableWebhookCall) GetResponseStatusOk() (*int32, bool)

GetResponseStatusOk returns a tuple with the ResponseStatus field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TableWebhookCall) HasCalledTime ¶

func (o *TableWebhookCall) HasCalledTime() bool

HasCalledTime returns a boolean if a field has been set.

func (*TableWebhookCall) HasError ¶

func (o *TableWebhookCall) HasError() bool

HasError returns a boolean if a field has been set.

func (*TableWebhookCall) HasRequest ¶

func (o *TableWebhookCall) HasRequest() bool

HasRequest returns a boolean if a field has been set.

func (*TableWebhookCall) HasResponse ¶

func (o *TableWebhookCall) HasResponse() bool

HasResponse returns a boolean if a field has been set.

func (*TableWebhookCall) HasResponseStatus ¶

func (o *TableWebhookCall) HasResponseStatus() bool

HasResponseStatus returns a boolean if a field has been set.

func (TableWebhookCall) MarshalJSON ¶

func (o TableWebhookCall) MarshalJSON() ([]byte, error)

func (*TableWebhookCall) SetCalledTime ¶

func (o *TableWebhookCall) SetCalledTime(v time.Time)

SetCalledTime gets a reference to the given NullableTime and assigns it to the CalledTime field.

func (*TableWebhookCall) SetCalledTimeNil ¶

func (o *TableWebhookCall) SetCalledTimeNil()

SetCalledTimeNil sets the value for CalledTime to be an explicit nil

func (*TableWebhookCall) SetCalledUrl ¶

func (o *TableWebhookCall) SetCalledUrl(v string)

SetCalledUrl sets field value

func (*TableWebhookCall) SetError ¶

func (o *TableWebhookCall) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*TableWebhookCall) SetErrorNil ¶

func (o *TableWebhookCall) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*TableWebhookCall) SetEventId ¶

func (o *TableWebhookCall) SetEventId(v string)

SetEventId sets field value

func (*TableWebhookCall) SetEventType ¶

func (o *TableWebhookCall) SetEventType(v string)

SetEventType sets field value

func (*TableWebhookCall) SetId ¶

func (o *TableWebhookCall) SetId(v int32)

SetId sets field value

func (*TableWebhookCall) SetRequest ¶

func (o *TableWebhookCall) SetRequest(v string)

SetRequest gets a reference to the given NullableString and assigns it to the Request field.

func (*TableWebhookCall) SetRequestNil ¶

func (o *TableWebhookCall) SetRequestNil()

SetRequestNil sets the value for Request to be an explicit nil

func (*TableWebhookCall) SetResponse ¶

func (o *TableWebhookCall) SetResponse(v string)

SetResponse gets a reference to the given NullableString and assigns it to the Response field.

func (*TableWebhookCall) SetResponseNil ¶

func (o *TableWebhookCall) SetResponseNil()

SetResponseNil sets the value for Response to be an explicit nil

func (*TableWebhookCall) SetResponseStatus ¶

func (o *TableWebhookCall) SetResponseStatus(v int32)

SetResponseStatus gets a reference to the given NullableInt32 and assigns it to the ResponseStatus field.

func (*TableWebhookCall) SetResponseStatusNil ¶

func (o *TableWebhookCall) SetResponseStatusNil()

SetResponseStatusNil sets the value for ResponseStatus to be an explicit nil

func (TableWebhookCall) ToMap ¶

func (o TableWebhookCall) ToMap() (map[string]interface{}, error)

func (*TableWebhookCall) UnsetCalledTime ¶

func (o *TableWebhookCall) UnsetCalledTime()

UnsetCalledTime ensures that no value is present for CalledTime, not even an explicit nil

func (*TableWebhookCall) UnsetError ¶

func (o *TableWebhookCall) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*TableWebhookCall) UnsetRequest ¶

func (o *TableWebhookCall) UnsetRequest()

UnsetRequest ensures that no value is present for Request, not even an explicit nil

func (*TableWebhookCall) UnsetResponse ¶

func (o *TableWebhookCall) UnsetResponse()

UnsetResponse ensures that no value is present for Response, not even an explicit nil

func (*TableWebhookCall) UnsetResponseStatus ¶

func (o *TableWebhookCall) UnsetResponseStatus()

UnsetResponseStatus ensures that no value is present for ResponseStatus, not even an explicit nil

type TableWebhookCreateRequest ¶

type TableWebhookCreateRequest struct {
	// The URL that must be called when the webhook is triggered.
	Url string `json:"url"`
	// Indicates whether this webhook should listen to all events.
	IncludeAllEvents *bool `json:"include_all_events,omitempty"`
	// A list containing the events that will trigger this webhook.
	Events        []Events3eaEnum    `json:"events,omitempty"`
	RequestMethod *RequestMethodEnum `json:"request_method,omitempty"`
	// The additional headers as an object where the key is the name and the value the value.
	Headers map[string]interface{} `json:"headers,omitempty"`
	// An internal name of the webhook.
	Name string `json:"name"`
	// Indicates whether the field names must be used as payload key instead of the id.
	UseUserFieldNames *bool `json:"use_user_field_names,omitempty"`
}

TableWebhookCreateRequest struct for TableWebhookCreateRequest

func NewTableWebhookCreateRequest ¶

func NewTableWebhookCreateRequest(url string, name string) *TableWebhookCreateRequest

NewTableWebhookCreateRequest instantiates a new TableWebhookCreateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTableWebhookCreateRequestWithDefaults ¶

func NewTableWebhookCreateRequestWithDefaults() *TableWebhookCreateRequest

NewTableWebhookCreateRequestWithDefaults instantiates a new TableWebhookCreateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TableWebhookCreateRequest) GetEvents ¶

func (o *TableWebhookCreateRequest) GetEvents() []Events3eaEnum

GetEvents returns the Events field value if set, zero value otherwise.

func (*TableWebhookCreateRequest) GetEventsOk ¶

func (o *TableWebhookCreateRequest) GetEventsOk() ([]Events3eaEnum, bool)

GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhookCreateRequest) GetHeaders ¶

func (o *TableWebhookCreateRequest) GetHeaders() map[string]interface{}

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*TableWebhookCreateRequest) GetHeadersOk ¶

func (o *TableWebhookCreateRequest) GetHeadersOk() (map[string]interface{}, bool)

GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhookCreateRequest) GetIncludeAllEvents ¶

func (o *TableWebhookCreateRequest) GetIncludeAllEvents() bool

GetIncludeAllEvents returns the IncludeAllEvents field value if set, zero value otherwise.

func (*TableWebhookCreateRequest) GetIncludeAllEventsOk ¶

func (o *TableWebhookCreateRequest) GetIncludeAllEventsOk() (*bool, bool)

GetIncludeAllEventsOk returns a tuple with the IncludeAllEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhookCreateRequest) GetName ¶

func (o *TableWebhookCreateRequest) GetName() string

GetName returns the Name field value

func (*TableWebhookCreateRequest) GetNameOk ¶

func (o *TableWebhookCreateRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TableWebhookCreateRequest) GetRequestMethod ¶

func (o *TableWebhookCreateRequest) GetRequestMethod() RequestMethodEnum

GetRequestMethod returns the RequestMethod field value if set, zero value otherwise.

func (*TableWebhookCreateRequest) GetRequestMethodOk ¶

func (o *TableWebhookCreateRequest) GetRequestMethodOk() (*RequestMethodEnum, bool)

GetRequestMethodOk returns a tuple with the RequestMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhookCreateRequest) GetUrl ¶

func (o *TableWebhookCreateRequest) GetUrl() string

GetUrl returns the Url field value

func (*TableWebhookCreateRequest) GetUrlOk ¶

func (o *TableWebhookCreateRequest) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*TableWebhookCreateRequest) GetUseUserFieldNames ¶

func (o *TableWebhookCreateRequest) GetUseUserFieldNames() bool

GetUseUserFieldNames returns the UseUserFieldNames field value if set, zero value otherwise.

func (*TableWebhookCreateRequest) GetUseUserFieldNamesOk ¶

func (o *TableWebhookCreateRequest) GetUseUserFieldNamesOk() (*bool, bool)

GetUseUserFieldNamesOk returns a tuple with the UseUserFieldNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhookCreateRequest) HasEvents ¶

func (o *TableWebhookCreateRequest) HasEvents() bool

HasEvents returns a boolean if a field has been set.

func (*TableWebhookCreateRequest) HasHeaders ¶

func (o *TableWebhookCreateRequest) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*TableWebhookCreateRequest) HasIncludeAllEvents ¶

func (o *TableWebhookCreateRequest) HasIncludeAllEvents() bool

HasIncludeAllEvents returns a boolean if a field has been set.

func (*TableWebhookCreateRequest) HasRequestMethod ¶

func (o *TableWebhookCreateRequest) HasRequestMethod() bool

HasRequestMethod returns a boolean if a field has been set.

func (*TableWebhookCreateRequest) HasUseUserFieldNames ¶

func (o *TableWebhookCreateRequest) HasUseUserFieldNames() bool

HasUseUserFieldNames returns a boolean if a field has been set.

func (TableWebhookCreateRequest) MarshalJSON ¶

func (o TableWebhookCreateRequest) MarshalJSON() ([]byte, error)

func (*TableWebhookCreateRequest) SetEvents ¶

func (o *TableWebhookCreateRequest) SetEvents(v []Events3eaEnum)

SetEvents gets a reference to the given []Events3eaEnum and assigns it to the Events field.

func (*TableWebhookCreateRequest) SetHeaders ¶

func (o *TableWebhookCreateRequest) SetHeaders(v map[string]interface{})

SetHeaders gets a reference to the given map[string]interface{} and assigns it to the Headers field.

func (*TableWebhookCreateRequest) SetIncludeAllEvents ¶

func (o *TableWebhookCreateRequest) SetIncludeAllEvents(v bool)

SetIncludeAllEvents gets a reference to the given bool and assigns it to the IncludeAllEvents field.

func (*TableWebhookCreateRequest) SetName ¶

func (o *TableWebhookCreateRequest) SetName(v string)

SetName sets field value

func (*TableWebhookCreateRequest) SetRequestMethod ¶

func (o *TableWebhookCreateRequest) SetRequestMethod(v RequestMethodEnum)

SetRequestMethod gets a reference to the given RequestMethodEnum and assigns it to the RequestMethod field.

func (*TableWebhookCreateRequest) SetUrl ¶

func (o *TableWebhookCreateRequest) SetUrl(v string)

SetUrl sets field value

func (*TableWebhookCreateRequest) SetUseUserFieldNames ¶

func (o *TableWebhookCreateRequest) SetUseUserFieldNames(v bool)

SetUseUserFieldNames gets a reference to the given bool and assigns it to the UseUserFieldNames field.

func (TableWebhookCreateRequest) ToMap ¶

func (o TableWebhookCreateRequest) ToMap() (map[string]interface{}, error)

type TableWebhookTestCallRequest ¶

type TableWebhookTestCallRequest struct {
	// The URL that must be called when the webhook is triggered.
	Url           string             `json:"url"`
	EventType     EventTypeEnum      `json:"event_type"`
	RequestMethod *RequestMethodEnum `json:"request_method,omitempty"`
	// The additional headers as an object where the key is the name and the value the value.
	Headers map[string]interface{} `json:"headers,omitempty"`
	// Indicates whether the field names must be used as payload key instead of the id.
	UseUserFieldNames *bool `json:"use_user_field_names,omitempty"`
}

TableWebhookTestCallRequest struct for TableWebhookTestCallRequest

func NewTableWebhookTestCallRequest ¶

func NewTableWebhookTestCallRequest(url string, eventType EventTypeEnum) *TableWebhookTestCallRequest

NewTableWebhookTestCallRequest instantiates a new TableWebhookTestCallRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTableWebhookTestCallRequestWithDefaults ¶

func NewTableWebhookTestCallRequestWithDefaults() *TableWebhookTestCallRequest

NewTableWebhookTestCallRequestWithDefaults instantiates a new TableWebhookTestCallRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TableWebhookTestCallRequest) GetEventType ¶

func (o *TableWebhookTestCallRequest) GetEventType() EventTypeEnum

GetEventType returns the EventType field value

func (*TableWebhookTestCallRequest) GetEventTypeOk ¶

func (o *TableWebhookTestCallRequest) GetEventTypeOk() (*EventTypeEnum, bool)

GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.

func (*TableWebhookTestCallRequest) GetHeaders ¶

func (o *TableWebhookTestCallRequest) GetHeaders() map[string]interface{}

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*TableWebhookTestCallRequest) GetHeadersOk ¶

func (o *TableWebhookTestCallRequest) GetHeadersOk() (map[string]interface{}, bool)

GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhookTestCallRequest) GetRequestMethod ¶

func (o *TableWebhookTestCallRequest) GetRequestMethod() RequestMethodEnum

GetRequestMethod returns the RequestMethod field value if set, zero value otherwise.

func (*TableWebhookTestCallRequest) GetRequestMethodOk ¶

func (o *TableWebhookTestCallRequest) GetRequestMethodOk() (*RequestMethodEnum, bool)

GetRequestMethodOk returns a tuple with the RequestMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhookTestCallRequest) GetUrl ¶

func (o *TableWebhookTestCallRequest) GetUrl() string

GetUrl returns the Url field value

func (*TableWebhookTestCallRequest) GetUrlOk ¶

func (o *TableWebhookTestCallRequest) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*TableWebhookTestCallRequest) GetUseUserFieldNames ¶

func (o *TableWebhookTestCallRequest) GetUseUserFieldNames() bool

GetUseUserFieldNames returns the UseUserFieldNames field value if set, zero value otherwise.

func (*TableWebhookTestCallRequest) GetUseUserFieldNamesOk ¶

func (o *TableWebhookTestCallRequest) GetUseUserFieldNamesOk() (*bool, bool)

GetUseUserFieldNamesOk returns a tuple with the UseUserFieldNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TableWebhookTestCallRequest) HasHeaders ¶

func (o *TableWebhookTestCallRequest) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*TableWebhookTestCallRequest) HasRequestMethod ¶

func (o *TableWebhookTestCallRequest) HasRequestMethod() bool

HasRequestMethod returns a boolean if a field has been set.

func (*TableWebhookTestCallRequest) HasUseUserFieldNames ¶

func (o *TableWebhookTestCallRequest) HasUseUserFieldNames() bool

HasUseUserFieldNames returns a boolean if a field has been set.

func (TableWebhookTestCallRequest) MarshalJSON ¶

func (o TableWebhookTestCallRequest) MarshalJSON() ([]byte, error)

func (*TableWebhookTestCallRequest) SetEventType ¶

func (o *TableWebhookTestCallRequest) SetEventType(v EventTypeEnum)

SetEventType sets field value

func (*TableWebhookTestCallRequest) SetHeaders ¶

func (o *TableWebhookTestCallRequest) SetHeaders(v map[string]interface{})

SetHeaders gets a reference to the given map[string]interface{} and assigns it to the Headers field.

func (*TableWebhookTestCallRequest) SetRequestMethod ¶

func (o *TableWebhookTestCallRequest) SetRequestMethod(v RequestMethodEnum)

SetRequestMethod gets a reference to the given RequestMethodEnum and assigns it to the RequestMethod field.

func (*TableWebhookTestCallRequest) SetUrl ¶

func (o *TableWebhookTestCallRequest) SetUrl(v string)

SetUrl sets field value

func (*TableWebhookTestCallRequest) SetUseUserFieldNames ¶

func (o *TableWebhookTestCallRequest) SetUseUserFieldNames(v bool)

SetUseUserFieldNames gets a reference to the given bool and assigns it to the UseUserFieldNames field.

func (TableWebhookTestCallRequest) ToMap ¶

func (o TableWebhookTestCallRequest) ToMap() (map[string]interface{}, error)

type TableWebhookTestCallResponse ¶

type TableWebhookTestCallResponse struct {
	// A text copy of the request headers and body.
	Request string `json:"request"`
	// A text copy of the response headers and body.
	Response string `json:"response"`
	// The HTTP response status code.
	StatusCode int32 `json:"status_code"`
	// Indicates whether the provided URL could be reached.
	IsUnreachable bool `json:"is_unreachable"`
}

TableWebhookTestCallResponse struct for TableWebhookTestCallResponse

func NewTableWebhookTestCallResponse ¶

func NewTableWebhookTestCallResponse(request string, response string, statusCode int32, isUnreachable bool) *TableWebhookTestCallResponse

NewTableWebhookTestCallResponse instantiates a new TableWebhookTestCallResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTableWebhookTestCallResponseWithDefaults ¶

func NewTableWebhookTestCallResponseWithDefaults() *TableWebhookTestCallResponse

NewTableWebhookTestCallResponseWithDefaults instantiates a new TableWebhookTestCallResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TableWebhookTestCallResponse) GetIsUnreachable ¶

func (o *TableWebhookTestCallResponse) GetIsUnreachable() bool

GetIsUnreachable returns the IsUnreachable field value

func (*TableWebhookTestCallResponse) GetIsUnreachableOk ¶

func (o *TableWebhookTestCallResponse) GetIsUnreachableOk() (*bool, bool)

GetIsUnreachableOk returns a tuple with the IsUnreachable field value and a boolean to check if the value has been set.

func (*TableWebhookTestCallResponse) GetRequest ¶

func (o *TableWebhookTestCallResponse) GetRequest() string

GetRequest returns the Request field value

func (*TableWebhookTestCallResponse) GetRequestOk ¶

func (o *TableWebhookTestCallResponse) GetRequestOk() (*string, bool)

GetRequestOk returns a tuple with the Request field value and a boolean to check if the value has been set.

func (*TableWebhookTestCallResponse) GetResponse ¶

func (o *TableWebhookTestCallResponse) GetResponse() string

GetResponse returns the Response field value

func (*TableWebhookTestCallResponse) GetResponseOk ¶

func (o *TableWebhookTestCallResponse) GetResponseOk() (*string, bool)

GetResponseOk returns a tuple with the Response field value and a boolean to check if the value has been set.

func (*TableWebhookTestCallResponse) GetStatusCode ¶

func (o *TableWebhookTestCallResponse) GetStatusCode() int32

GetStatusCode returns the StatusCode field value

func (*TableWebhookTestCallResponse) GetStatusCodeOk ¶

func (o *TableWebhookTestCallResponse) GetStatusCodeOk() (*int32, bool)

GetStatusCodeOk returns a tuple with the StatusCode field value and a boolean to check if the value has been set.

func (TableWebhookTestCallResponse) MarshalJSON ¶

func (o TableWebhookTestCallResponse) MarshalJSON() ([]byte, error)

func (*TableWebhookTestCallResponse) SetIsUnreachable ¶

func (o *TableWebhookTestCallResponse) SetIsUnreachable(v bool)

SetIsUnreachable sets field value

func (*TableWebhookTestCallResponse) SetRequest ¶

func (o *TableWebhookTestCallResponse) SetRequest(v string)

SetRequest sets field value

func (*TableWebhookTestCallResponse) SetResponse ¶

func (o *TableWebhookTestCallResponse) SetResponse(v string)

SetResponse sets field value

func (*TableWebhookTestCallResponse) SetStatusCode ¶

func (o *TableWebhookTestCallResponse) SetStatusCode(v int32)

SetStatusCode sets field value

func (TableWebhookTestCallResponse) ToMap ¶

func (o TableWebhookTestCallResponse) ToMap() (map[string]interface{}, error)

type Team ¶

type Team struct {
	// A human friendly name for this team.
	Name string `json:"name"`
	// The uid of the role you want to assign to the team in the given workspace. You can omit this property if you want to remove the role.
	DefaultRole NullableString `json:"default_role,omitempty"`
	// An array of subject ID/type objects to be used during team create and update.
	Subjects []TeamSubject `json:"subjects,omitempty"`
}

Team Mixin to a DRF serializer class to raise an exception if data with unknown fields is provided to the serializer.

func NewTeam ¶

func NewTeam(name 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) GetDefaultRole ¶

func (o *Team) GetDefaultRole() string

GetDefaultRole returns the DefaultRole field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Team) GetDefaultRoleOk ¶

func (o *Team) GetDefaultRoleOk() (*string, bool)

GetDefaultRoleOk returns a tuple with the DefaultRole field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Team) GetName ¶

func (o *Team) GetName() string

GetName returns the Name field value

func (*Team) GetNameOk ¶

func (o *Team) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Team) GetSubjects ¶

func (o *Team) GetSubjects() []TeamSubject

GetSubjects returns the Subjects field value if set, zero value otherwise.

func (*Team) GetSubjectsOk ¶

func (o *Team) GetSubjectsOk() ([]TeamSubject, bool)

GetSubjectsOk returns a tuple with the Subjects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Team) HasDefaultRole ¶

func (o *Team) HasDefaultRole() bool

HasDefaultRole returns a boolean if a field has been set.

func (*Team) HasSubjects ¶

func (o *Team) HasSubjects() bool

HasSubjects returns a boolean if a field has been set.

func (Team) MarshalJSON ¶

func (o Team) MarshalJSON() ([]byte, error)

func (*Team) SetDefaultRole ¶

func (o *Team) SetDefaultRole(v string)

SetDefaultRole gets a reference to the given NullableString and assigns it to the DefaultRole field.

func (*Team) SetDefaultRoleNil ¶

func (o *Team) SetDefaultRoleNil()

SetDefaultRoleNil sets the value for DefaultRole to be an explicit nil

func (*Team) SetName ¶

func (o *Team) SetName(v string)

SetName sets field value

func (*Team) SetSubjects ¶

func (o *Team) SetSubjects(v []TeamSubject)

SetSubjects gets a reference to the given []TeamSubject and assigns it to the Subjects field.

func (Team) ToMap ¶

func (o Team) ToMap() (map[string]interface{}, error)

func (*Team) UnsetDefaultRole ¶

func (o *Team) UnsetDefaultRole()

UnsetDefaultRole ensures that no value is present for DefaultRole, not even an explicit nil

type TeamResponse ¶

type TeamResponse struct {
	Id int32 `json:"id"`
	// A human friendly name for this team.
	Name string `json:"name"`
	// DEPRECATED: Please use the functionally identical `workspace` instead as this field is being removed in the future.
	Group int32 `json:"group"`
	// The workspace that this team belongs to.
	Workspace int32     `json:"workspace"`
	CreatedOn time.Time `json:"created_on"`
	UpdatedOn time.Time `json:"updated_on"`
	// The uid of the role this team has in its workspace.
	DefaultRole *string `json:"default_role,omitempty"`
	// The amount of subjects (e.g. users) that are currently assigned to this team.
	SubjectCount int32 `json:"subject_count"`
	// A sample, by default 10, of the most recent subjects to join this team.
	SubjectSample []TeamSampleSubject `json:"subject_sample,omitempty"`
}

TeamResponse struct for TeamResponse

func NewTeamResponse ¶

func NewTeamResponse(id int32, name string, group int32, workspace int32, createdOn time.Time, updatedOn time.Time, subjectCount int32) *TeamResponse

NewTeamResponse instantiates a new TeamResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTeamResponseWithDefaults ¶

func NewTeamResponseWithDefaults() *TeamResponse

NewTeamResponseWithDefaults instantiates a new TeamResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TeamResponse) GetCreatedOn ¶

func (o *TeamResponse) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*TeamResponse) GetCreatedOnOk ¶

func (o *TeamResponse) GetCreatedOnOk() (*time.Time, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.

func (*TeamResponse) GetDefaultRole ¶

func (o *TeamResponse) GetDefaultRole() string

GetDefaultRole returns the DefaultRole field value if set, zero value otherwise.

func (*TeamResponse) GetDefaultRoleOk ¶

func (o *TeamResponse) GetDefaultRoleOk() (*string, bool)

GetDefaultRoleOk returns a tuple with the DefaultRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamResponse) GetGroup ¶

func (o *TeamResponse) GetGroup() int32

GetGroup returns the Group field value

func (*TeamResponse) GetGroupOk ¶

func (o *TeamResponse) GetGroupOk() (*int32, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*TeamResponse) GetId ¶

func (o *TeamResponse) GetId() int32

GetId returns the Id field value

func (*TeamResponse) GetIdOk ¶

func (o *TeamResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TeamResponse) GetName ¶

func (o *TeamResponse) GetName() string

GetName returns the Name field value

func (*TeamResponse) GetNameOk ¶

func (o *TeamResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TeamResponse) GetSubjectCount ¶

func (o *TeamResponse) GetSubjectCount() int32

GetSubjectCount returns the SubjectCount field value

func (*TeamResponse) GetSubjectCountOk ¶

func (o *TeamResponse) GetSubjectCountOk() (*int32, bool)

GetSubjectCountOk returns a tuple with the SubjectCount field value and a boolean to check if the value has been set.

func (*TeamResponse) GetSubjectSample ¶

func (o *TeamResponse) GetSubjectSample() []TeamSampleSubject

GetSubjectSample returns the SubjectSample field value if set, zero value otherwise.

func (*TeamResponse) GetSubjectSampleOk ¶

func (o *TeamResponse) GetSubjectSampleOk() ([]TeamSampleSubject, bool)

GetSubjectSampleOk returns a tuple with the SubjectSample field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamResponse) GetUpdatedOn ¶

func (o *TeamResponse) GetUpdatedOn() time.Time

GetUpdatedOn returns the UpdatedOn field value

func (*TeamResponse) GetUpdatedOnOk ¶

func (o *TeamResponse) GetUpdatedOnOk() (*time.Time, bool)

GetUpdatedOnOk returns a tuple with the UpdatedOn field value and a boolean to check if the value has been set.

func (*TeamResponse) GetWorkspace ¶

func (o *TeamResponse) GetWorkspace() int32

GetWorkspace returns the Workspace field value

func (*TeamResponse) GetWorkspaceOk ¶

func (o *TeamResponse) GetWorkspaceOk() (*int32, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (*TeamResponse) HasDefaultRole ¶

func (o *TeamResponse) HasDefaultRole() bool

HasDefaultRole returns a boolean if a field has been set.

func (*TeamResponse) HasSubjectSample ¶

func (o *TeamResponse) HasSubjectSample() bool

HasSubjectSample returns a boolean if a field has been set.

func (TeamResponse) MarshalJSON ¶

func (o TeamResponse) MarshalJSON() ([]byte, error)

func (*TeamResponse) SetCreatedOn ¶

func (o *TeamResponse) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*TeamResponse) SetDefaultRole ¶

func (o *TeamResponse) SetDefaultRole(v string)

SetDefaultRole gets a reference to the given string and assigns it to the DefaultRole field.

func (*TeamResponse) SetGroup ¶

func (o *TeamResponse) SetGroup(v int32)

SetGroup sets field value

func (*TeamResponse) SetId ¶

func (o *TeamResponse) SetId(v int32)

SetId sets field value

func (*TeamResponse) SetName ¶

func (o *TeamResponse) SetName(v string)

SetName sets field value

func (*TeamResponse) SetSubjectCount ¶

func (o *TeamResponse) SetSubjectCount(v int32)

SetSubjectCount sets field value

func (*TeamResponse) SetSubjectSample ¶

func (o *TeamResponse) SetSubjectSample(v []TeamSampleSubject)

SetSubjectSample gets a reference to the given []TeamSampleSubject and assigns it to the SubjectSample field.

func (*TeamResponse) SetUpdatedOn ¶

func (o *TeamResponse) SetUpdatedOn(v time.Time)

SetUpdatedOn sets field value

func (*TeamResponse) SetWorkspace ¶

func (o *TeamResponse) SetWorkspace(v int32)

SetWorkspace sets field value

func (TeamResponse) ToMap ¶

func (o TeamResponse) ToMap() (map[string]interface{}, error)

type TeamSampleSubject ¶

type TeamSampleSubject struct {
	// The subject's unique identifier.
	SubjectId   int32              `json:"subject_id"`
	SubjectType SubjectType3ffEnum `json:"subject_type"`
	// The subject's label. Defaults to a user's first name.
	SubjectLabel string `json:"subject_label"`
	// The team subject unique identifier.
	TeamSubjectId int32 `json:"team_subject_id"`
}

TeamSampleSubject struct for TeamSampleSubject

func NewTeamSampleSubject ¶

func NewTeamSampleSubject(subjectId int32, subjectType SubjectType3ffEnum, subjectLabel string, teamSubjectId int32) *TeamSampleSubject

NewTeamSampleSubject instantiates a new TeamSampleSubject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTeamSampleSubjectWithDefaults ¶

func NewTeamSampleSubjectWithDefaults() *TeamSampleSubject

NewTeamSampleSubjectWithDefaults instantiates a new TeamSampleSubject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TeamSampleSubject) GetSubjectId ¶

func (o *TeamSampleSubject) GetSubjectId() int32

GetSubjectId returns the SubjectId field value

func (*TeamSampleSubject) GetSubjectIdOk ¶

func (o *TeamSampleSubject) GetSubjectIdOk() (*int32, bool)

GetSubjectIdOk returns a tuple with the SubjectId field value and a boolean to check if the value has been set.

func (*TeamSampleSubject) GetSubjectLabel ¶

func (o *TeamSampleSubject) GetSubjectLabel() string

GetSubjectLabel returns the SubjectLabel field value

func (*TeamSampleSubject) GetSubjectLabelOk ¶

func (o *TeamSampleSubject) GetSubjectLabelOk() (*string, bool)

GetSubjectLabelOk returns a tuple with the SubjectLabel field value and a boolean to check if the value has been set.

func (*TeamSampleSubject) GetSubjectType ¶

func (o *TeamSampleSubject) GetSubjectType() SubjectType3ffEnum

GetSubjectType returns the SubjectType field value

func (*TeamSampleSubject) GetSubjectTypeOk ¶

func (o *TeamSampleSubject) GetSubjectTypeOk() (*SubjectType3ffEnum, bool)

GetSubjectTypeOk returns a tuple with the SubjectType field value and a boolean to check if the value has been set.

func (*TeamSampleSubject) GetTeamSubjectId ¶

func (o *TeamSampleSubject) GetTeamSubjectId() int32

GetTeamSubjectId returns the TeamSubjectId field value

func (*TeamSampleSubject) GetTeamSubjectIdOk ¶

func (o *TeamSampleSubject) GetTeamSubjectIdOk() (*int32, bool)

GetTeamSubjectIdOk returns a tuple with the TeamSubjectId field value and a boolean to check if the value has been set.

func (TeamSampleSubject) MarshalJSON ¶

func (o TeamSampleSubject) MarshalJSON() ([]byte, error)

func (*TeamSampleSubject) SetSubjectId ¶

func (o *TeamSampleSubject) SetSubjectId(v int32)

SetSubjectId sets field value

func (*TeamSampleSubject) SetSubjectLabel ¶

func (o *TeamSampleSubject) SetSubjectLabel(v string)

SetSubjectLabel sets field value

func (*TeamSampleSubject) SetSubjectType ¶

func (o *TeamSampleSubject) SetSubjectType(v SubjectType3ffEnum)

SetSubjectType sets field value

func (*TeamSampleSubject) SetTeamSubjectId ¶

func (o *TeamSampleSubject) SetTeamSubjectId(v int32)

SetTeamSubjectId sets field value

func (TeamSampleSubject) ToMap ¶

func (o TeamSampleSubject) ToMap() (map[string]interface{}, error)

type TeamSubject ¶

type TeamSubject struct {
	Id int32 `json:"id"`
	// The subject's unique identifier.
	SubjectId *int32 `json:"subject_id,omitempty"`
	// The user subject's email address.
	SubjectUserEmail *string            `json:"subject_user_email,omitempty"`
	SubjectType      SubjectType3ffEnum `json:"subject_type"`
}

TeamSubject Mixin to a DRF serializer class to raise an exception if data with unknown fields is provided to the serializer.

func NewTeamSubject ¶

func NewTeamSubject(id int32, subjectType SubjectType3ffEnum) *TeamSubject

NewTeamSubject instantiates a new TeamSubject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTeamSubjectWithDefaults ¶

func NewTeamSubjectWithDefaults() *TeamSubject

NewTeamSubjectWithDefaults instantiates a new TeamSubject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TeamSubject) GetId ¶

func (o *TeamSubject) GetId() int32

GetId returns the Id field value

func (*TeamSubject) GetIdOk ¶

func (o *TeamSubject) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TeamSubject) GetSubjectId ¶

func (o *TeamSubject) GetSubjectId() int32

GetSubjectId returns the SubjectId field value if set, zero value otherwise.

func (*TeamSubject) GetSubjectIdOk ¶

func (o *TeamSubject) GetSubjectIdOk() (*int32, bool)

GetSubjectIdOk returns a tuple with the SubjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamSubject) GetSubjectType ¶

func (o *TeamSubject) GetSubjectType() SubjectType3ffEnum

GetSubjectType returns the SubjectType field value

func (*TeamSubject) GetSubjectTypeOk ¶

func (o *TeamSubject) GetSubjectTypeOk() (*SubjectType3ffEnum, bool)

GetSubjectTypeOk returns a tuple with the SubjectType field value and a boolean to check if the value has been set.

func (*TeamSubject) GetSubjectUserEmail ¶

func (o *TeamSubject) GetSubjectUserEmail() string

GetSubjectUserEmail returns the SubjectUserEmail field value if set, zero value otherwise.

func (*TeamSubject) GetSubjectUserEmailOk ¶

func (o *TeamSubject) GetSubjectUserEmailOk() (*string, bool)

GetSubjectUserEmailOk returns a tuple with the SubjectUserEmail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TeamSubject) HasSubjectId ¶

func (o *TeamSubject) HasSubjectId() bool

HasSubjectId returns a boolean if a field has been set.

func (*TeamSubject) HasSubjectUserEmail ¶

func (o *TeamSubject) HasSubjectUserEmail() bool

HasSubjectUserEmail returns a boolean if a field has been set.

func (TeamSubject) MarshalJSON ¶

func (o TeamSubject) MarshalJSON() ([]byte, error)

func (*TeamSubject) SetId ¶

func (o *TeamSubject) SetId(v int32)

SetId sets field value

func (*TeamSubject) SetSubjectId ¶

func (o *TeamSubject) SetSubjectId(v int32)

SetSubjectId gets a reference to the given int32 and assigns it to the SubjectId field.

func (*TeamSubject) SetSubjectType ¶

func (o *TeamSubject) SetSubjectType(v SubjectType3ffEnum)

SetSubjectType sets field value

func (*TeamSubject) SetSubjectUserEmail ¶

func (o *TeamSubject) SetSubjectUserEmail(v string)

SetSubjectUserEmail gets a reference to the given string and assigns it to the SubjectUserEmail field.

func (TeamSubject) ToMap ¶

func (o TeamSubject) ToMap() (map[string]interface{}, error)

type TeamSubjectResponse ¶

type TeamSubjectResponse struct {
	Id int32 `json:"id"`
	// The unique subject ID.
	SubjectId int32 `json:"subject_id"`
	// Returns the TeamSubject's `subject_type` natural key.  :param obj: The TeamSubject record. :return: The subject's content type natural key.
	SubjectType string `json:"subject_type"`
	// The team this subject belongs to.
	Team int32 `json:"team"`
}

TeamSubjectResponse struct for TeamSubjectResponse

func NewTeamSubjectResponse ¶

func NewTeamSubjectResponse(id int32, subjectId int32, subjectType string, team int32) *TeamSubjectResponse

NewTeamSubjectResponse instantiates a new TeamSubjectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTeamSubjectResponseWithDefaults ¶

func NewTeamSubjectResponseWithDefaults() *TeamSubjectResponse

NewTeamSubjectResponseWithDefaults instantiates a new TeamSubjectResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TeamSubjectResponse) GetId ¶

func (o *TeamSubjectResponse) GetId() int32

GetId returns the Id field value

func (*TeamSubjectResponse) GetIdOk ¶

func (o *TeamSubjectResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TeamSubjectResponse) GetSubjectId ¶

func (o *TeamSubjectResponse) GetSubjectId() int32

GetSubjectId returns the SubjectId field value

func (*TeamSubjectResponse) GetSubjectIdOk ¶

func (o *TeamSubjectResponse) GetSubjectIdOk() (*int32, bool)

GetSubjectIdOk returns a tuple with the SubjectId field value and a boolean to check if the value has been set.

func (*TeamSubjectResponse) GetSubjectType ¶

func (o *TeamSubjectResponse) GetSubjectType() string

GetSubjectType returns the SubjectType field value

func (*TeamSubjectResponse) GetSubjectTypeOk ¶

func (o *TeamSubjectResponse) GetSubjectTypeOk() (*string, bool)

GetSubjectTypeOk returns a tuple with the SubjectType field value and a boolean to check if the value has been set.

func (*TeamSubjectResponse) GetTeam ¶

func (o *TeamSubjectResponse) GetTeam() int32

GetTeam returns the Team field value

func (*TeamSubjectResponse) GetTeamOk ¶

func (o *TeamSubjectResponse) GetTeamOk() (*int32, bool)

GetTeamOk returns a tuple with the Team field value and a boolean to check if the value has been set.

func (TeamSubjectResponse) MarshalJSON ¶

func (o TeamSubjectResponse) MarshalJSON() ([]byte, error)

func (*TeamSubjectResponse) SetId ¶

func (o *TeamSubjectResponse) SetId(v int32)

SetId sets field value

func (*TeamSubjectResponse) SetSubjectId ¶

func (o *TeamSubjectResponse) SetSubjectId(v int32)

SetSubjectId sets field value

func (*TeamSubjectResponse) SetSubjectType ¶

func (o *TeamSubjectResponse) SetSubjectType(v string)

SetSubjectType sets field value

func (*TeamSubjectResponse) SetTeam ¶

func (o *TeamSubjectResponse) SetTeam(v int32)

SetTeam sets field value

func (TeamSubjectResponse) ToMap ¶

func (o TeamSubjectResponse) ToMap() (map[string]interface{}, error)

type Template ¶

type Template struct {
	Id   int32  `json:"id"`
	Name string `json:"name"`
	// The font awesome class name that can be used for displaying purposes.
	Icon string `json:"icon"`
	// Keywords related to the template that can be used for search.
	Keywords *string `json:"keywords,omitempty"`
	GroupId  string  `json:"group_id"`
	// The group containing the applications related to the template. The read endpoints related to that group are publicly accessible for preview purposes.
	WorkspaceId NullableInt32 `json:"workspace_id"`
	// Indicates if the template must be selected by default. The web-frontend automatically selects the first `is_default` template that it can find.
	IsDefault string `json:"is_default"`
}

Template struct for Template

func NewTemplate ¶

func NewTemplate(id int32, name string, icon string, groupId string, workspaceId NullableInt32, isDefault string) *Template

NewTemplate instantiates a new Template object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTemplateWithDefaults ¶

func NewTemplateWithDefaults() *Template

NewTemplateWithDefaults instantiates a new Template object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Template) GetGroupId ¶

func (o *Template) GetGroupId() string

GetGroupId returns the GroupId field value

func (*Template) GetGroupIdOk ¶

func (o *Template) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value and a boolean to check if the value has been set.

func (*Template) GetIcon ¶

func (o *Template) GetIcon() string

GetIcon returns the Icon field value

func (*Template) GetIconOk ¶

func (o *Template) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field value and a boolean to check if the value has been set.

func (*Template) GetId ¶

func (o *Template) GetId() int32

GetId returns the Id field value

func (*Template) GetIdOk ¶

func (o *Template) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Template) GetIsDefault ¶

func (o *Template) GetIsDefault() string

GetIsDefault returns the IsDefault field value

func (*Template) GetIsDefaultOk ¶

func (o *Template) GetIsDefaultOk() (*string, bool)

GetIsDefaultOk returns a tuple with the IsDefault field value and a boolean to check if the value has been set.

func (*Template) GetKeywords ¶

func (o *Template) GetKeywords() string

GetKeywords returns the Keywords field value if set, zero value otherwise.

func (*Template) GetKeywordsOk ¶

func (o *Template) GetKeywordsOk() (*string, bool)

GetKeywordsOk returns a tuple with the Keywords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Template) GetName ¶

func (o *Template) GetName() string

GetName returns the Name field value

func (*Template) GetNameOk ¶

func (o *Template) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Template) GetWorkspaceId ¶

func (o *Template) GetWorkspaceId() int32

GetWorkspaceId returns the WorkspaceId field value If the value is explicit nil, the zero value for int32 will be returned

func (*Template) GetWorkspaceIdOk ¶

func (o *Template) GetWorkspaceIdOk() (*int32, bool)

GetWorkspaceIdOk returns a tuple with the WorkspaceId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Template) HasKeywords ¶

func (o *Template) HasKeywords() bool

HasKeywords returns a boolean if a field has been set.

func (Template) MarshalJSON ¶

func (o Template) MarshalJSON() ([]byte, error)

func (*Template) SetGroupId ¶

func (o *Template) SetGroupId(v string)

SetGroupId sets field value

func (*Template) SetIcon ¶

func (o *Template) SetIcon(v string)

SetIcon sets field value

func (*Template) SetId ¶

func (o *Template) SetId(v int32)

SetId sets field value

func (*Template) SetIsDefault ¶

func (o *Template) SetIsDefault(v string)

SetIsDefault sets field value

func (*Template) SetKeywords ¶

func (o *Template) SetKeywords(v string)

SetKeywords gets a reference to the given string and assigns it to the Keywords field.

func (*Template) SetName ¶

func (o *Template) SetName(v string)

SetName sets field value

func (*Template) SetWorkspaceId ¶

func (o *Template) SetWorkspaceId(v int32)

SetWorkspaceId sets field value

func (Template) ToMap ¶

func (o Template) ToMap() (map[string]interface{}, error)

type TemplateCategories ¶

type TemplateCategories struct {
	Id        int32      `json:"id"`
	Name      string     `json:"name"`
	Templates []Template `json:"templates"`
}

TemplateCategories struct for TemplateCategories

func NewTemplateCategories ¶

func NewTemplateCategories(id int32, name string, templates []Template) *TemplateCategories

NewTemplateCategories instantiates a new TemplateCategories object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTemplateCategoriesWithDefaults ¶

func NewTemplateCategoriesWithDefaults() *TemplateCategories

NewTemplateCategoriesWithDefaults instantiates a new TemplateCategories object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TemplateCategories) GetId ¶

func (o *TemplateCategories) GetId() int32

GetId returns the Id field value

func (*TemplateCategories) GetIdOk ¶

func (o *TemplateCategories) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TemplateCategories) GetName ¶

func (o *TemplateCategories) GetName() string

GetName returns the Name field value

func (*TemplateCategories) GetNameOk ¶

func (o *TemplateCategories) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TemplateCategories) GetTemplates ¶

func (o *TemplateCategories) GetTemplates() []Template

GetTemplates returns the Templates field value

func (*TemplateCategories) GetTemplatesOk ¶

func (o *TemplateCategories) GetTemplatesOk() ([]Template, bool)

GetTemplatesOk returns a tuple with the Templates field value and a boolean to check if the value has been set.

func (TemplateCategories) MarshalJSON ¶

func (o TemplateCategories) MarshalJSON() ([]byte, error)

func (*TemplateCategories) SetId ¶

func (o *TemplateCategories) SetId(v int32)

SetId sets field value

func (*TemplateCategories) SetName ¶

func (o *TemplateCategories) SetName(v string)

SetName sets field value

func (*TemplateCategories) SetTemplates ¶

func (o *TemplateCategories) SetTemplates(v []Template)

SetTemplates sets field value

func (TemplateCategories) ToMap ¶

func (o TemplateCategories) ToMap() (map[string]interface{}, error)

type TextFieldCreateField ¶

type TextFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
	// If set, this value is going to be added every time a new row created.
	TextDefault *string `json:"text_default,omitempty"`
}

TextFieldCreateField struct for TextFieldCreateField

func NewTextFieldCreateField ¶

func NewTextFieldCreateField(name string, type_ Type712Enum) *TextFieldCreateField

NewTextFieldCreateField instantiates a new TextFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTextFieldCreateFieldWithDefaults ¶

func NewTextFieldCreateFieldWithDefaults() *TextFieldCreateField

NewTextFieldCreateFieldWithDefaults instantiates a new TextFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TextFieldCreateField) GetName ¶

func (o *TextFieldCreateField) GetName() string

GetName returns the Name field value

func (*TextFieldCreateField) GetNameOk ¶

func (o *TextFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TextFieldCreateField) GetTextDefault ¶

func (o *TextFieldCreateField) GetTextDefault() string

GetTextDefault returns the TextDefault field value if set, zero value otherwise.

func (*TextFieldCreateField) GetTextDefaultOk ¶

func (o *TextFieldCreateField) GetTextDefaultOk() (*string, bool)

GetTextDefaultOk returns a tuple with the TextDefault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TextFieldCreateField) GetType ¶

func (o *TextFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*TextFieldCreateField) GetTypeOk ¶

func (o *TextFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*TextFieldCreateField) HasTextDefault ¶

func (o *TextFieldCreateField) HasTextDefault() bool

HasTextDefault returns a boolean if a field has been set.

func (TextFieldCreateField) MarshalJSON ¶

func (o TextFieldCreateField) MarshalJSON() ([]byte, error)

func (*TextFieldCreateField) SetName ¶

func (o *TextFieldCreateField) SetName(v string)

SetName sets field value

func (*TextFieldCreateField) SetTextDefault ¶

func (o *TextFieldCreateField) SetTextDefault(v string)

SetTextDefault gets a reference to the given string and assigns it to the TextDefault field.

func (*TextFieldCreateField) SetType ¶

func (o *TextFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (TextFieldCreateField) ToMap ¶

func (o TextFieldCreateField) ToMap() (map[string]interface{}, error)

type TextFieldField ¶

type TextFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// If set, this value is going to be added every time a new row created.
	TextDefault *string `json:"text_default,omitempty"`
}

TextFieldField struct for TextFieldField

func NewTextFieldField ¶

func NewTextFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *TextFieldField

NewTextFieldField instantiates a new TextFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTextFieldFieldWithDefaults ¶

func NewTextFieldFieldWithDefaults() *TextFieldField

NewTextFieldFieldWithDefaults instantiates a new TextFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TextFieldField) GetId ¶

func (o *TextFieldField) GetId() int32

GetId returns the Id field value

func (*TextFieldField) GetIdOk ¶

func (o *TextFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TextFieldField) GetName ¶

func (o *TextFieldField) GetName() string

GetName returns the Name field value

func (*TextFieldField) GetNameOk ¶

func (o *TextFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TextFieldField) GetOrder ¶

func (o *TextFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*TextFieldField) GetOrderOk ¶

func (o *TextFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*TextFieldField) GetPrimary ¶

func (o *TextFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*TextFieldField) GetPrimaryOk ¶

func (o *TextFieldField) 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 (*TextFieldField) GetReadOnly ¶

func (o *TextFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*TextFieldField) GetReadOnlyOk ¶

func (o *TextFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*TextFieldField) GetTableId ¶

func (o *TextFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*TextFieldField) GetTableIdOk ¶

func (o *TextFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*TextFieldField) GetTextDefault ¶

func (o *TextFieldField) GetTextDefault() string

GetTextDefault returns the TextDefault field value if set, zero value otherwise.

func (*TextFieldField) GetTextDefaultOk ¶

func (o *TextFieldField) GetTextDefaultOk() (*string, bool)

GetTextDefaultOk returns a tuple with the TextDefault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TextFieldField) GetType ¶

func (o *TextFieldField) GetType() string

GetType returns the Type field value

func (*TextFieldField) GetTypeOk ¶

func (o *TextFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*TextFieldField) HasPrimary ¶

func (o *TextFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (*TextFieldField) HasTextDefault ¶

func (o *TextFieldField) HasTextDefault() bool

HasTextDefault returns a boolean if a field has been set.

func (TextFieldField) MarshalJSON ¶

func (o TextFieldField) MarshalJSON() ([]byte, error)

func (*TextFieldField) SetId ¶

func (o *TextFieldField) SetId(v int32)

SetId sets field value

func (*TextFieldField) SetName ¶

func (o *TextFieldField) SetName(v string)

SetName sets field value

func (*TextFieldField) SetOrder ¶

func (o *TextFieldField) SetOrder(v int32)

SetOrder sets field value

func (*TextFieldField) SetPrimary ¶

func (o *TextFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*TextFieldField) SetReadOnly ¶

func (o *TextFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*TextFieldField) SetTableId ¶

func (o *TextFieldField) SetTableId(v int32)

SetTableId sets field value

func (*TextFieldField) SetTextDefault ¶

func (o *TextFieldField) SetTextDefault(v string)

SetTextDefault gets a reference to the given string and assigns it to the TextDefault field.

func (*TextFieldField) SetType ¶

func (o *TextFieldField) SetType(v string)

SetType sets field value

func (TextFieldField) ToMap ¶

func (o TextFieldField) ToMap() (map[string]interface{}, error)

type TextFieldFieldSerializerWithRelatedFields ¶

type TextFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
	// If set, this value is going to be added every time a new row created.
	TextDefault *string `json:"text_default,omitempty"`
}

TextFieldFieldSerializerWithRelatedFields struct for TextFieldFieldSerializerWithRelatedFields

func NewTextFieldFieldSerializerWithRelatedFields ¶

func NewTextFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *TextFieldFieldSerializerWithRelatedFields

NewTextFieldFieldSerializerWithRelatedFields instantiates a new TextFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTextFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewTextFieldFieldSerializerWithRelatedFieldsWithDefaults() *TextFieldFieldSerializerWithRelatedFields

NewTextFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new TextFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TextFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*TextFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TextFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*TextFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TextFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*TextFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*TextFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*TextFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

func (o *TextFieldFieldSerializerWithRelatedFields) 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 (*TextFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*TextFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

func (o *TextFieldFieldSerializerWithRelatedFields) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*TextFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *TextFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*TextFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *TextFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*TextFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*TextFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*TextFieldFieldSerializerWithRelatedFields) GetTextDefault ¶

GetTextDefault returns the TextDefault field value if set, zero value otherwise.

func (*TextFieldFieldSerializerWithRelatedFields) GetTextDefaultOk ¶

func (o *TextFieldFieldSerializerWithRelatedFields) GetTextDefaultOk() (*string, bool)

GetTextDefaultOk returns a tuple with the TextDefault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TextFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*TextFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*TextFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (*TextFieldFieldSerializerWithRelatedFields) HasTextDefault ¶

func (o *TextFieldFieldSerializerWithRelatedFields) HasTextDefault() bool

HasTextDefault returns a boolean if a field has been set.

func (TextFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*TextFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*TextFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*TextFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*TextFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*TextFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*TextFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *TextFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*TextFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*TextFieldFieldSerializerWithRelatedFields) SetTextDefault ¶

SetTextDefault gets a reference to the given string and assigns it to the TextDefault field.

func (*TextFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (TextFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o TextFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

type Token ¶

type Token struct {
	Id int32 `json:"id"`
	// The human readable name of the database token for the user.
	Name  string `json:"name"`
	Group int32  `json:"group"`
	// Only the tables of the workspace can be accessed.
	Workspace int32 `json:"workspace"`
	// The unique token key that can be used to authorize for the table row endpoints.
	Key         string                        `json:"key"`
	Permissions PatchedTokenUpdatePermissions `json:"permissions"`
}

Token A mixin that allows us to rename the `group` field to `workspace` when serializing.

func NewToken ¶

func NewToken(id int32, name string, group int32, workspace int32, key string, permissions PatchedTokenUpdatePermissions) *Token

NewToken instantiates a new Token object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTokenWithDefaults ¶

func NewTokenWithDefaults() *Token

NewTokenWithDefaults instantiates a new Token object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Token) GetGroup ¶

func (o *Token) GetGroup() int32

GetGroup returns the Group field value

func (*Token) GetGroupOk ¶

func (o *Token) GetGroupOk() (*int32, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*Token) GetId ¶

func (o *Token) GetId() int32

GetId returns the Id field value

func (*Token) GetIdOk ¶

func (o *Token) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Token) GetKey ¶

func (o *Token) GetKey() string

GetKey returns the Key field value

func (*Token) GetKeyOk ¶

func (o *Token) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*Token) GetName ¶

func (o *Token) GetName() string

GetName returns the Name field value

func (*Token) GetNameOk ¶

func (o *Token) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Token) GetPermissions ¶

func (o *Token) GetPermissions() PatchedTokenUpdatePermissions

GetPermissions returns the Permissions field value

func (*Token) GetPermissionsOk ¶

func (o *Token) GetPermissionsOk() (*PatchedTokenUpdatePermissions, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (*Token) GetWorkspace ¶

func (o *Token) GetWorkspace() int32

GetWorkspace returns the Workspace field value

func (*Token) GetWorkspaceOk ¶

func (o *Token) GetWorkspaceOk() (*int32, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (Token) MarshalJSON ¶

func (o Token) MarshalJSON() ([]byte, error)

func (*Token) SetGroup ¶

func (o *Token) SetGroup(v int32)

SetGroup sets field value

func (*Token) SetId ¶

func (o *Token) SetId(v int32)

SetId sets field value

func (*Token) SetKey ¶

func (o *Token) SetKey(v string)

SetKey sets field value

func (*Token) SetName ¶

func (o *Token) SetName(v string)

SetName sets field value

func (*Token) SetPermissions ¶

func (o *Token) SetPermissions(v PatchedTokenUpdatePermissions)

SetPermissions sets field value

func (*Token) SetWorkspace ¶

func (o *Token) SetWorkspace(v int32)

SetWorkspace sets field value

func (Token) ToMap ¶

func (o Token) ToMap() (map[string]interface{}, error)

type TokenCreate ¶

type TokenCreate struct {
	// The human readable name of the database token for the user.
	Name  string `json:"name"`
	Group string `json:"group"`
	// Only the tables of the workspace can be accessed.
	Workspace int32 `json:"workspace"`
}

TokenCreate A mixin that allows us to rename the `group` field to `workspace` when serializing.

func NewTokenCreate ¶

func NewTokenCreate(name string, group string, workspace int32) *TokenCreate

NewTokenCreate instantiates a new TokenCreate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTokenCreateWithDefaults ¶

func NewTokenCreateWithDefaults() *TokenCreate

NewTokenCreateWithDefaults instantiates a new TokenCreate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TokenCreate) GetGroup ¶

func (o *TokenCreate) GetGroup() string

GetGroup returns the Group field value

func (*TokenCreate) GetGroupOk ¶

func (o *TokenCreate) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*TokenCreate) GetName ¶

func (o *TokenCreate) GetName() string

GetName returns the Name field value

func (*TokenCreate) GetNameOk ¶

func (o *TokenCreate) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TokenCreate) GetWorkspace ¶

func (o *TokenCreate) GetWorkspace() int32

GetWorkspace returns the Workspace field value

func (*TokenCreate) GetWorkspaceOk ¶

func (o *TokenCreate) GetWorkspaceOk() (*int32, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (TokenCreate) MarshalJSON ¶

func (o TokenCreate) MarshalJSON() ([]byte, error)

func (*TokenCreate) SetGroup ¶

func (o *TokenCreate) SetGroup(v string)

SetGroup sets field value

func (*TokenCreate) SetName ¶

func (o *TokenCreate) SetName(v string)

SetName sets field value

func (*TokenCreate) SetWorkspace ¶

func (o *TokenCreate) SetWorkspace(v int32)

SetWorkspace sets field value

func (TokenCreate) ToMap ¶

func (o TokenCreate) ToMap() (map[string]interface{}, error)

type TokenObtainPairWithUser ¶

type TokenObtainPairWithUser struct {
	Email *string `json:"email,omitempty"`
	// Deprecated. Use `email` instead.
	// Deprecated
	Username *string `json:"username,omitempty"`
	Password string  `json:"password"`
}

TokenObtainPairWithUser struct for TokenObtainPairWithUser

func NewTokenObtainPairWithUser ¶

func NewTokenObtainPairWithUser(password string) *TokenObtainPairWithUser

NewTokenObtainPairWithUser instantiates a new TokenObtainPairWithUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTokenObtainPairWithUserWithDefaults ¶

func NewTokenObtainPairWithUserWithDefaults() *TokenObtainPairWithUser

NewTokenObtainPairWithUserWithDefaults instantiates a new TokenObtainPairWithUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TokenObtainPairWithUser) GetEmail ¶

func (o *TokenObtainPairWithUser) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*TokenObtainPairWithUser) GetEmailOk ¶

func (o *TokenObtainPairWithUser) 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 (*TokenObtainPairWithUser) GetPassword ¶

func (o *TokenObtainPairWithUser) GetPassword() string

GetPassword returns the Password field value

func (*TokenObtainPairWithUser) GetPasswordOk ¶

func (o *TokenObtainPairWithUser) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*TokenObtainPairWithUser) GetUsername ¶

func (o *TokenObtainPairWithUser) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise. Deprecated

func (*TokenObtainPairWithUser) GetUsernameOk ¶

func (o *TokenObtainPairWithUser) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*TokenObtainPairWithUser) HasEmail ¶

func (o *TokenObtainPairWithUser) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*TokenObtainPairWithUser) HasUsername ¶

func (o *TokenObtainPairWithUser) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (TokenObtainPairWithUser) MarshalJSON ¶

func (o TokenObtainPairWithUser) MarshalJSON() ([]byte, error)

func (*TokenObtainPairWithUser) SetEmail ¶

func (o *TokenObtainPairWithUser) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*TokenObtainPairWithUser) SetPassword ¶

func (o *TokenObtainPairWithUser) SetPassword(v string)

SetPassword sets field value

func (*TokenObtainPairWithUser) SetUsername ¶

func (o *TokenObtainPairWithUser) SetUsername(v string)

SetUsername gets a reference to the given string and assigns it to the Username field. Deprecated

func (TokenObtainPairWithUser) ToMap ¶

func (o TokenObtainPairWithUser) ToMap() (map[string]interface{}, error)

type TokenRefreshWithUser ¶

type TokenRefreshWithUser struct {
	Access       string  `json:"access"`
	RefreshToken *string `json:"refresh_token,omitempty"`
	// Deprecated. Use `refresh_token` instead.
	// Deprecated
	Token *string `json:"token,omitempty"`
}

TokenRefreshWithUser struct for TokenRefreshWithUser

func NewTokenRefreshWithUser ¶

func NewTokenRefreshWithUser(access string) *TokenRefreshWithUser

NewTokenRefreshWithUser instantiates a new TokenRefreshWithUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTokenRefreshWithUserWithDefaults ¶

func NewTokenRefreshWithUserWithDefaults() *TokenRefreshWithUser

NewTokenRefreshWithUserWithDefaults instantiates a new TokenRefreshWithUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TokenRefreshWithUser) GetAccess ¶

func (o *TokenRefreshWithUser) GetAccess() string

GetAccess returns the Access field value

func (*TokenRefreshWithUser) GetAccessOk ¶

func (o *TokenRefreshWithUser) GetAccessOk() (*string, bool)

GetAccessOk returns a tuple with the Access field value and a boolean to check if the value has been set.

func (*TokenRefreshWithUser) GetRefreshToken ¶

func (o *TokenRefreshWithUser) GetRefreshToken() string

GetRefreshToken returns the RefreshToken field value if set, zero value otherwise.

func (*TokenRefreshWithUser) GetRefreshTokenOk ¶

func (o *TokenRefreshWithUser) GetRefreshTokenOk() (*string, bool)

GetRefreshTokenOk returns a tuple with the RefreshToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenRefreshWithUser) GetToken ¶

func (o *TokenRefreshWithUser) GetToken() string

GetToken returns the Token field value if set, zero value otherwise. Deprecated

func (*TokenRefreshWithUser) GetTokenOk ¶

func (o *TokenRefreshWithUser) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*TokenRefreshWithUser) HasRefreshToken ¶

func (o *TokenRefreshWithUser) HasRefreshToken() bool

HasRefreshToken returns a boolean if a field has been set.

func (*TokenRefreshWithUser) HasToken ¶

func (o *TokenRefreshWithUser) HasToken() bool

HasToken returns a boolean if a field has been set.

func (TokenRefreshWithUser) MarshalJSON ¶

func (o TokenRefreshWithUser) MarshalJSON() ([]byte, error)

func (*TokenRefreshWithUser) SetAccess ¶

func (o *TokenRefreshWithUser) SetAccess(v string)

SetAccess sets field value

func (*TokenRefreshWithUser) SetRefreshToken ¶

func (o *TokenRefreshWithUser) SetRefreshToken(v string)

SetRefreshToken gets a reference to the given string and assigns it to the RefreshToken field.

func (*TokenRefreshWithUser) SetToken ¶

func (o *TokenRefreshWithUser) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field. Deprecated

func (TokenRefreshWithUser) ToMap ¶

func (o TokenRefreshWithUser) ToMap() (map[string]interface{}, error)

type TokenVerify200Response ¶

type TokenVerify200Response struct {
	User *AdminImpersonateUser200ResponseUser `json:"user,omitempty"`
}

TokenVerify200Response struct for TokenVerify200Response

func NewTokenVerify200Response ¶

func NewTokenVerify200Response() *TokenVerify200Response

NewTokenVerify200Response instantiates a new TokenVerify200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTokenVerify200ResponseWithDefaults ¶

func NewTokenVerify200ResponseWithDefaults() *TokenVerify200Response

NewTokenVerify200ResponseWithDefaults instantiates a new TokenVerify200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TokenVerify200Response) GetUser ¶

GetUser returns the User field value if set, zero value otherwise.

func (*TokenVerify200Response) GetUserOk ¶

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TokenVerify200Response) HasUser ¶

func (o *TokenVerify200Response) HasUser() bool

HasUser returns a boolean if a field has been set.

func (TokenVerify200Response) MarshalJSON ¶

func (o TokenVerify200Response) MarshalJSON() ([]byte, error)

func (*TokenVerify200Response) SetUser ¶

SetUser gets a reference to the given AdminImpersonateUser200ResponseUser and assigns it to the User field.

func (TokenVerify200Response) ToMap ¶

func (o TokenVerify200Response) ToMap() (map[string]interface{}, error)

type TokenVerifyWithUser ¶

type TokenVerifyWithUser struct {
	// Deprecated. Use `refresh_token` instead.
	// Deprecated
	Token        *string `json:"token,omitempty"`
	RefreshToken string  `json:"refresh_token"`
}

TokenVerifyWithUser struct for TokenVerifyWithUser

func NewTokenVerifyWithUser ¶

func NewTokenVerifyWithUser(refreshToken string) *TokenVerifyWithUser

NewTokenVerifyWithUser instantiates a new TokenVerifyWithUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTokenVerifyWithUserWithDefaults ¶

func NewTokenVerifyWithUserWithDefaults() *TokenVerifyWithUser

NewTokenVerifyWithUserWithDefaults instantiates a new TokenVerifyWithUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TokenVerifyWithUser) GetRefreshToken ¶

func (o *TokenVerifyWithUser) GetRefreshToken() string

GetRefreshToken returns the RefreshToken field value

func (*TokenVerifyWithUser) GetRefreshTokenOk ¶

func (o *TokenVerifyWithUser) GetRefreshTokenOk() (*string, bool)

GetRefreshTokenOk returns a tuple with the RefreshToken field value and a boolean to check if the value has been set.

func (*TokenVerifyWithUser) GetToken ¶

func (o *TokenVerifyWithUser) GetToken() string

GetToken returns the Token field value if set, zero value otherwise. Deprecated

func (*TokenVerifyWithUser) GetTokenOk ¶

func (o *TokenVerifyWithUser) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*TokenVerifyWithUser) HasToken ¶

func (o *TokenVerifyWithUser) HasToken() bool

HasToken returns a boolean if a field has been set.

func (TokenVerifyWithUser) MarshalJSON ¶

func (o TokenVerifyWithUser) MarshalJSON() ([]byte, error)

func (*TokenVerifyWithUser) SetRefreshToken ¶

func (o *TokenVerifyWithUser) SetRefreshToken(v string)

SetRefreshToken sets field value

func (*TokenVerifyWithUser) SetToken ¶

func (o *TokenVerifyWithUser) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field. Deprecated

func (TokenVerifyWithUser) ToMap ¶

func (o TokenVerifyWithUser) ToMap() (map[string]interface{}, error)

type TrashContents ¶

type TrashContents struct {
	Id             int32  `json:"id"`
	UserWhoTrashed string `json:"user_who_trashed"`
	// If an API consumer hasn't yet adopted the \"workspace\" `trash_item_type`, give them the option to return \"group\" by testing the `respond_with_workspace_rename` querystring.
	TrashItemType     string         `json:"trash_item_type"`
	TrashItemId       int32          `json:"trash_item_id"`
	ParentTrashItemId NullableInt32  `json:"parent_trash_item_id,omitempty"`
	TrashedAt         time.Time      `json:"trashed_at"`
	Application       NullableInt32  `json:"application,omitempty"`
	Group             int32          `json:"group"`
	Workspace         int32          `json:"workspace"`
	Name              string         `json:"name"`
	Names             []string       `json:"names,omitempty"`
	ParentName        NullableString `json:"parent_name,omitempty"`
}

TrashContents struct for TrashContents

func NewTrashContents ¶

func NewTrashContents(id int32, userWhoTrashed string, trashItemType string, trashItemId int32, trashedAt time.Time, group int32, workspace int32, name string) *TrashContents

NewTrashContents instantiates a new TrashContents object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrashContentsWithDefaults ¶

func NewTrashContentsWithDefaults() *TrashContents

NewTrashContentsWithDefaults instantiates a new TrashContents object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrashContents) GetApplication ¶

func (o *TrashContents) GetApplication() int32

GetApplication returns the Application field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrashContents) GetApplicationOk ¶

func (o *TrashContents) GetApplicationOk() (*int32, bool)

GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrashContents) GetGroup ¶

func (o *TrashContents) GetGroup() int32

GetGroup returns the Group field value

func (*TrashContents) GetGroupOk ¶

func (o *TrashContents) GetGroupOk() (*int32, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*TrashContents) GetId ¶

func (o *TrashContents) GetId() int32

GetId returns the Id field value

func (*TrashContents) GetIdOk ¶

func (o *TrashContents) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TrashContents) GetName ¶

func (o *TrashContents) GetName() string

GetName returns the Name field value

func (*TrashContents) GetNameOk ¶

func (o *TrashContents) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TrashContents) GetNames ¶

func (o *TrashContents) GetNames() []string

GetNames returns the Names field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrashContents) GetNamesOk ¶

func (o *TrashContents) GetNamesOk() ([]string, bool)

GetNamesOk returns a tuple with the Names field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrashContents) GetParentName ¶

func (o *TrashContents) GetParentName() string

GetParentName returns the ParentName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrashContents) GetParentNameOk ¶

func (o *TrashContents) GetParentNameOk() (*string, bool)

GetParentNameOk returns a tuple with the ParentName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrashContents) GetParentTrashItemId ¶

func (o *TrashContents) GetParentTrashItemId() int32

GetParentTrashItemId returns the ParentTrashItemId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrashContents) GetParentTrashItemIdOk ¶

func (o *TrashContents) GetParentTrashItemIdOk() (*int32, bool)

GetParentTrashItemIdOk returns a tuple with the ParentTrashItemId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrashContents) GetTrashItemId ¶

func (o *TrashContents) GetTrashItemId() int32

GetTrashItemId returns the TrashItemId field value

func (*TrashContents) GetTrashItemIdOk ¶

func (o *TrashContents) GetTrashItemIdOk() (*int32, bool)

GetTrashItemIdOk returns a tuple with the TrashItemId field value and a boolean to check if the value has been set.

func (*TrashContents) GetTrashItemType ¶

func (o *TrashContents) GetTrashItemType() string

GetTrashItemType returns the TrashItemType field value

func (*TrashContents) GetTrashItemTypeOk ¶

func (o *TrashContents) GetTrashItemTypeOk() (*string, bool)

GetTrashItemTypeOk returns a tuple with the TrashItemType field value and a boolean to check if the value has been set.

func (*TrashContents) GetTrashedAt ¶

func (o *TrashContents) GetTrashedAt() time.Time

GetTrashedAt returns the TrashedAt field value

func (*TrashContents) GetTrashedAtOk ¶

func (o *TrashContents) GetTrashedAtOk() (*time.Time, bool)

GetTrashedAtOk returns a tuple with the TrashedAt field value and a boolean to check if the value has been set.

func (*TrashContents) GetUserWhoTrashed ¶

func (o *TrashContents) GetUserWhoTrashed() string

GetUserWhoTrashed returns the UserWhoTrashed field value

func (*TrashContents) GetUserWhoTrashedOk ¶

func (o *TrashContents) GetUserWhoTrashedOk() (*string, bool)

GetUserWhoTrashedOk returns a tuple with the UserWhoTrashed field value and a boolean to check if the value has been set.

func (*TrashContents) GetWorkspace ¶

func (o *TrashContents) GetWorkspace() int32

GetWorkspace returns the Workspace field value

func (*TrashContents) GetWorkspaceOk ¶

func (o *TrashContents) GetWorkspaceOk() (*int32, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (*TrashContents) HasApplication ¶

func (o *TrashContents) HasApplication() bool

HasApplication returns a boolean if a field has been set.

func (*TrashContents) HasNames ¶

func (o *TrashContents) HasNames() bool

HasNames returns a boolean if a field has been set.

func (*TrashContents) HasParentName ¶

func (o *TrashContents) HasParentName() bool

HasParentName returns a boolean if a field has been set.

func (*TrashContents) HasParentTrashItemId ¶

func (o *TrashContents) HasParentTrashItemId() bool

HasParentTrashItemId returns a boolean if a field has been set.

func (TrashContents) MarshalJSON ¶

func (o TrashContents) MarshalJSON() ([]byte, error)

func (*TrashContents) SetApplication ¶

func (o *TrashContents) SetApplication(v int32)

SetApplication gets a reference to the given NullableInt32 and assigns it to the Application field.

func (*TrashContents) SetApplicationNil ¶

func (o *TrashContents) SetApplicationNil()

SetApplicationNil sets the value for Application to be an explicit nil

func (*TrashContents) SetGroup ¶

func (o *TrashContents) SetGroup(v int32)

SetGroup sets field value

func (*TrashContents) SetId ¶

func (o *TrashContents) SetId(v int32)

SetId sets field value

func (*TrashContents) SetName ¶

func (o *TrashContents) SetName(v string)

SetName sets field value

func (*TrashContents) SetNames ¶

func (o *TrashContents) SetNames(v []string)

SetNames gets a reference to the given []string and assigns it to the Names field.

func (*TrashContents) SetParentName ¶

func (o *TrashContents) SetParentName(v string)

SetParentName gets a reference to the given NullableString and assigns it to the ParentName field.

func (*TrashContents) SetParentNameNil ¶

func (o *TrashContents) SetParentNameNil()

SetParentNameNil sets the value for ParentName to be an explicit nil

func (*TrashContents) SetParentTrashItemId ¶

func (o *TrashContents) SetParentTrashItemId(v int32)

SetParentTrashItemId gets a reference to the given NullableInt32 and assigns it to the ParentTrashItemId field.

func (*TrashContents) SetParentTrashItemIdNil ¶

func (o *TrashContents) SetParentTrashItemIdNil()

SetParentTrashItemIdNil sets the value for ParentTrashItemId to be an explicit nil

func (*TrashContents) SetTrashItemId ¶

func (o *TrashContents) SetTrashItemId(v int32)

SetTrashItemId sets field value

func (*TrashContents) SetTrashItemType ¶

func (o *TrashContents) SetTrashItemType(v string)

SetTrashItemType sets field value

func (*TrashContents) SetTrashedAt ¶

func (o *TrashContents) SetTrashedAt(v time.Time)

SetTrashedAt sets field value

func (*TrashContents) SetUserWhoTrashed ¶

func (o *TrashContents) SetUserWhoTrashed(v string)

SetUserWhoTrashed sets field value

func (*TrashContents) SetWorkspace ¶

func (o *TrashContents) SetWorkspace(v int32)

SetWorkspace sets field value

func (TrashContents) ToMap ¶

func (o TrashContents) ToMap() (map[string]interface{}, error)

func (*TrashContents) UnsetApplication ¶

func (o *TrashContents) UnsetApplication()

UnsetApplication ensures that no value is present for Application, not even an explicit nil

func (*TrashContents) UnsetParentName ¶

func (o *TrashContents) UnsetParentName()

UnsetParentName ensures that no value is present for ParentName, not even an explicit nil

func (*TrashContents) UnsetParentTrashItemId ¶

func (o *TrashContents) UnsetParentTrashItemId()

UnsetParentTrashItemId ensures that no value is present for ParentTrashItemId, not even an explicit nil

type TrashItemTypeEnum ¶

type TrashItemTypeEnum string

TrashItemTypeEnum * `workspace` - workspace * `application` - application * `group` - group * `table` - table * `field` - field * `row` - row * `rows` - rows * `view` - view * `team` - team

const (
	WORKSPACE   TrashItemTypeEnum = "workspace"
	APPLICATION TrashItemTypeEnum = "application"
	GROUP       TrashItemTypeEnum = "group"
	TABLE       TrashItemTypeEnum = "table"
	FIELD       TrashItemTypeEnum = "field"
	ROW         TrashItemTypeEnum = "row"
	ROWS        TrashItemTypeEnum = "rows"
	VIEW        TrashItemTypeEnum = "view"
	TEAM        TrashItemTypeEnum = "team"
)

List of TrashItemTypeEnum

func NewTrashItemTypeEnumFromValue ¶

func NewTrashItemTypeEnumFromValue(v string) (*TrashItemTypeEnum, error)

NewTrashItemTypeEnumFromValue returns a pointer to a valid TrashItemTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TrashItemTypeEnum) IsValid ¶

func (v TrashItemTypeEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TrashItemTypeEnum) Ptr ¶

Ptr returns reference to TrashItemTypeEnum value

func (*TrashItemTypeEnum) UnmarshalJSON ¶

func (v *TrashItemTypeEnum) UnmarshalJSON(src []byte) error

type TrashStructure ¶

type TrashStructure struct {
	// An array of group trash structure records. Deprecated, please use `workspaces`.
	Groups []TrashStructureGroup `json:"groups"`
	// An array of workspace trash structure records
	Workspaces []TrashStructureGroup `json:"workspaces"`
}

TrashStructure struct for TrashStructure

func NewTrashStructure ¶

func NewTrashStructure(groups []TrashStructureGroup, workspaces []TrashStructureGroup) *TrashStructure

NewTrashStructure instantiates a new TrashStructure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrashStructureWithDefaults ¶

func NewTrashStructureWithDefaults() *TrashStructure

NewTrashStructureWithDefaults instantiates a new TrashStructure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrashStructure) GetGroups ¶

func (o *TrashStructure) GetGroups() []TrashStructureGroup

GetGroups returns the Groups field value

func (*TrashStructure) GetGroupsOk ¶

func (o *TrashStructure) GetGroupsOk() ([]TrashStructureGroup, bool)

GetGroupsOk returns a tuple with the Groups field value and a boolean to check if the value has been set.

func (*TrashStructure) GetWorkspaces ¶

func (o *TrashStructure) GetWorkspaces() []TrashStructureGroup

GetWorkspaces returns the Workspaces field value

func (*TrashStructure) GetWorkspacesOk ¶

func (o *TrashStructure) GetWorkspacesOk() ([]TrashStructureGroup, bool)

GetWorkspacesOk returns a tuple with the Workspaces field value and a boolean to check if the value has been set.

func (TrashStructure) MarshalJSON ¶

func (o TrashStructure) MarshalJSON() ([]byte, error)

func (*TrashStructure) SetGroups ¶

func (o *TrashStructure) SetGroups(v []TrashStructureGroup)

SetGroups sets field value

func (*TrashStructure) SetWorkspaces ¶

func (o *TrashStructure) SetWorkspaces(v []TrashStructureGroup)

SetWorkspaces sets field value

func (TrashStructure) ToMap ¶

func (o TrashStructure) ToMap() (map[string]interface{}, error)

type TrashStructureApplication ¶

type TrashStructureApplication struct {
	Id      int32  `json:"id"`
	Name    string `json:"name"`
	Trashed *bool  `json:"trashed,omitempty"`
}

TrashStructureApplication struct for TrashStructureApplication

func NewTrashStructureApplication ¶

func NewTrashStructureApplication(id int32, name string) *TrashStructureApplication

NewTrashStructureApplication instantiates a new TrashStructureApplication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrashStructureApplicationWithDefaults ¶

func NewTrashStructureApplicationWithDefaults() *TrashStructureApplication

NewTrashStructureApplicationWithDefaults instantiates a new TrashStructureApplication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrashStructureApplication) GetId ¶

func (o *TrashStructureApplication) GetId() int32

GetId returns the Id field value

func (*TrashStructureApplication) GetIdOk ¶

func (o *TrashStructureApplication) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TrashStructureApplication) GetName ¶

func (o *TrashStructureApplication) GetName() string

GetName returns the Name field value

func (*TrashStructureApplication) GetNameOk ¶

func (o *TrashStructureApplication) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TrashStructureApplication) GetTrashed ¶

func (o *TrashStructureApplication) GetTrashed() bool

GetTrashed returns the Trashed field value if set, zero value otherwise.

func (*TrashStructureApplication) GetTrashedOk ¶

func (o *TrashStructureApplication) GetTrashedOk() (*bool, bool)

GetTrashedOk returns a tuple with the Trashed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrashStructureApplication) HasTrashed ¶

func (o *TrashStructureApplication) HasTrashed() bool

HasTrashed returns a boolean if a field has been set.

func (TrashStructureApplication) MarshalJSON ¶

func (o TrashStructureApplication) MarshalJSON() ([]byte, error)

func (*TrashStructureApplication) SetId ¶

func (o *TrashStructureApplication) SetId(v int32)

SetId sets field value

func (*TrashStructureApplication) SetName ¶

func (o *TrashStructureApplication) SetName(v string)

SetName sets field value

func (*TrashStructureApplication) SetTrashed ¶

func (o *TrashStructureApplication) SetTrashed(v bool)

SetTrashed gets a reference to the given bool and assigns it to the Trashed field.

func (TrashStructureApplication) ToMap ¶

func (o TrashStructureApplication) ToMap() (map[string]interface{}, error)

type TrashStructureGroup ¶

type TrashStructureGroup struct {
	Id           int32                       `json:"id"`
	Trashed      bool                        `json:"trashed"`
	Name         string                      `json:"name"`
	Applications []TrashStructureApplication `json:"applications"`
}

TrashStructureGroup struct for TrashStructureGroup

func NewTrashStructureGroup ¶

func NewTrashStructureGroup(id int32, trashed bool, name string, applications []TrashStructureApplication) *TrashStructureGroup

NewTrashStructureGroup instantiates a new TrashStructureGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrashStructureGroupWithDefaults ¶

func NewTrashStructureGroupWithDefaults() *TrashStructureGroup

NewTrashStructureGroupWithDefaults instantiates a new TrashStructureGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrashStructureGroup) GetApplications ¶

func (o *TrashStructureGroup) GetApplications() []TrashStructureApplication

GetApplications returns the Applications field value

func (*TrashStructureGroup) GetApplicationsOk ¶

func (o *TrashStructureGroup) GetApplicationsOk() ([]TrashStructureApplication, bool)

GetApplicationsOk returns a tuple with the Applications field value and a boolean to check if the value has been set.

func (*TrashStructureGroup) GetId ¶

func (o *TrashStructureGroup) GetId() int32

GetId returns the Id field value

func (*TrashStructureGroup) GetIdOk ¶

func (o *TrashStructureGroup) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*TrashStructureGroup) GetName ¶

func (o *TrashStructureGroup) GetName() string

GetName returns the Name field value

func (*TrashStructureGroup) GetNameOk ¶

func (o *TrashStructureGroup) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*TrashStructureGroup) GetTrashed ¶

func (o *TrashStructureGroup) GetTrashed() bool

GetTrashed returns the Trashed field value

func (*TrashStructureGroup) GetTrashedOk ¶

func (o *TrashStructureGroup) GetTrashedOk() (*bool, bool)

GetTrashedOk returns a tuple with the Trashed field value and a boolean to check if the value has been set.

func (TrashStructureGroup) MarshalJSON ¶

func (o TrashStructureGroup) MarshalJSON() ([]byte, error)

func (*TrashStructureGroup) SetApplications ¶

func (o *TrashStructureGroup) SetApplications(v []TrashStructureApplication)

SetApplications sets field value

func (*TrashStructureGroup) SetId ¶

func (o *TrashStructureGroup) SetId(v int32)

SetId sets field value

func (*TrashStructureGroup) SetName ¶

func (o *TrashStructureGroup) SetName(v string)

SetName sets field value

func (*TrashStructureGroup) SetTrashed ¶

func (o *TrashStructureGroup) SetTrashed(v bool)

SetTrashed sets field value

func (TrashStructureGroup) ToMap ¶

func (o TrashStructureGroup) ToMap() (map[string]interface{}, error)

type Type4afEnum ¶

type Type4afEnum string

Type4afEnum * `duplicate_application` - duplicate_application * `install_template` - install_template * `create_snapshot` - create_snapshot * `restore_snapshot` - restore_snapshot * `airtable` - airtable * `file_import` - file_import * `duplicate_table` - duplicate_table * `duplicate_field` - duplicate_field * `audit_log_export` - audit_log_export

const (
	AIRTABLE         Type4afEnum = "airtable"
	FILE_IMPORT      Type4afEnum = "file_import"
	AUDIT_LOG_EXPORT Type4afEnum = "audit_log_export"
)

List of Type4afEnum

func NewType4afEnumFromValue ¶

func NewType4afEnumFromValue(v string) (*Type4afEnum, error)

NewType4afEnumFromValue returns a pointer to a valid Type4afEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Type4afEnum) IsValid ¶

func (v Type4afEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Type4afEnum) Ptr ¶

func (v Type4afEnum) Ptr() *Type4afEnum

Ptr returns reference to Type4afEnum value

func (*Type4afEnum) UnmarshalJSON ¶

func (v *Type4afEnum) UnmarshalJSON(src []byte) error

type Type51aEnum ¶

type Type51aEnum string

Type51aEnum * `equal` - equal * `not_equal` - not_equal * `filename_contains` - filename_contains * `has_file_type` - has_file_type * `contains` - contains * `contains_not` - contains_not * `contains_word` - contains_word * `doesnt_contain_word` - doesnt_contain_word * `length_is_lower_than` - length_is_lower_than * `higher_than` - higher_than * `lower_than` - lower_than * `date_equal` - date_equal * `date_before` - date_before * `date_before_or_equal` - date_before_or_equal * `date_after` - date_after * `date_after_or_equal` - date_after_or_equal * `date_not_equal` - date_not_equal * `date_equals_today` - date_equals_today * `date_before_today` - date_before_today * `date_after_today` - date_after_today * `date_within_days` - date_within_days * `date_within_weeks` - date_within_weeks * `date_within_months` - date_within_months * `date_equals_days_ago` - date_equals_days_ago * `date_equals_months_ago` - date_equals_months_ago * `date_equals_years_ago` - date_equals_years_ago * `date_equals_week` - date_equals_week * `date_equals_month` - date_equals_month * `date_equals_day_of_month` - date_equals_day_of_month * `date_equals_year` - date_equals_year * `single_select_equal` - single_select_equal * `single_select_not_equal` - single_select_not_equal * `link_row_has` - link_row_has * `link_row_has_not` - link_row_has_not * `link_row_contains` - link_row_contains * `link_row_not_contains` - link_row_not_contains * `boolean` - boolean * `empty` - empty * `not_empty` - not_empty * `multiple_select_has` - multiple_select_has * `multiple_select_has_not` - multiple_select_has_not * `multiple_collaborators_has` - multiple_collaborators_has * `multiple_collaborators_has_not` - multiple_collaborators_has_not

const (
	EQUAL                          Type51aEnum = "equal"
	NOT_EQUAL                      Type51aEnum = "not_equal"
	FILENAME_CONTAINS              Type51aEnum = "filename_contains"
	HAS_FILE_TYPE                  Type51aEnum = "has_file_type"
	CONTAINS                       Type51aEnum = "contains"
	CONTAINS_NOT                   Type51aEnum = "contains_not"
	CONTAINS_WORD                  Type51aEnum = "contains_word"
	DOESNT_CONTAIN_WORD            Type51aEnum = "doesnt_contain_word"
	LENGTH_IS_LOWER_THAN           Type51aEnum = "length_is_lower_than"
	HIGHER_THAN                    Type51aEnum = "higher_than"
	LOWER_THAN                     Type51aEnum = "lower_than"
	DATE_EQUAL                     Type51aEnum = "date_equal"
	DATE_BEFORE                    Type51aEnum = "date_before"
	DATE_BEFORE_OR_EQUAL           Type51aEnum = "date_before_or_equal"
	DATE_AFTER                     Type51aEnum = "date_after"
	DATE_AFTER_OR_EQUAL            Type51aEnum = "date_after_or_equal"
	DATE_NOT_EQUAL                 Type51aEnum = "date_not_equal"
	DATE_EQUALS_TODAY              Type51aEnum = "date_equals_today"
	DATE_BEFORE_TODAY              Type51aEnum = "date_before_today"
	DATE_AFTER_TODAY               Type51aEnum = "date_after_today"
	DATE_WITHIN_DAYS               Type51aEnum = "date_within_days"
	DATE_WITHIN_WEEKS              Type51aEnum = "date_within_weeks"
	DATE_WITHIN_MONTHS             Type51aEnum = "date_within_months"
	DATE_EQUALS_DAYS_AGO           Type51aEnum = "date_equals_days_ago"
	DATE_EQUALS_MONTHS_AGO         Type51aEnum = "date_equals_months_ago"
	DATE_EQUALS_YEARS_AGO          Type51aEnum = "date_equals_years_ago"
	DATE_EQUALS_WEEK               Type51aEnum = "date_equals_week"
	DATE_EQUALS_MONTH              Type51aEnum = "date_equals_month"
	DATE_EQUALS_DAY_OF_MONTH       Type51aEnum = "date_equals_day_of_month"
	DATE_EQUALS_YEAR               Type51aEnum = "date_equals_year"
	SINGLE_SELECT_EQUAL            Type51aEnum = "single_select_equal"
	SINGLE_SELECT_NOT_EQUAL        Type51aEnum = "single_select_not_equal"
	LINK_ROW_HAS                   Type51aEnum = "link_row_has"
	LINK_ROW_HAS_NOT               Type51aEnum = "link_row_has_not"
	LINK_ROW_CONTAINS              Type51aEnum = "link_row_contains"
	LINK_ROW_NOT_CONTAINS          Type51aEnum = "link_row_not_contains"
	NOT_EMPTY                      Type51aEnum = "not_empty"
	MULTIPLE_SELECT_HAS            Type51aEnum = "multiple_select_has"
	MULTIPLE_SELECT_HAS_NOT        Type51aEnum = "multiple_select_has_not"
	MULTIPLE_COLLABORATORS_HAS     Type51aEnum = "multiple_collaborators_has"
	MULTIPLE_COLLABORATORS_HAS_NOT Type51aEnum = "multiple_collaborators_has_not"
)

List of Type51aEnum

func NewType51aEnumFromValue ¶

func NewType51aEnumFromValue(v string) (*Type51aEnum, error)

NewType51aEnumFromValue returns a pointer to a valid Type51aEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Type51aEnum) IsValid ¶

func (v Type51aEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Type51aEnum) Ptr ¶

func (v Type51aEnum) Ptr() *Type51aEnum

Ptr returns reference to Type51aEnum value

func (*Type51aEnum) UnmarshalJSON ¶

func (v *Type51aEnum) UnmarshalJSON(src []byte) error

type Type712Enum ¶

type Type712Enum string

Type712Enum * `text` - text * `long_text` - long_text * `url` - url * `email` - email * `number` - number * `rating` - rating * `boolean` - boolean * `date` - date * `last_modified` - last_modified * `created_on` - created_on * `link_row` - link_row * `file` - file * `single_select` - single_select * `multiple_select` - multiple_select * `phone_number` - phone_number * `formula` - formula * `count` - count * `rollup` - rollup * `lookup` - lookup * `multiple_collaborators` - multiple_collaborators

const (
	TEXT                   Type712Enum = "text"
	LONG_TEXT              Type712Enum = "long_text"
	URL                    Type712Enum = "url"
	EMAIL                  Type712Enum = "email"
	NUMBER                 Type712Enum = "number"
	RATING                 Type712Enum = "rating"
	BOOLEAN                Type712Enum = "boolean"
	DATE                   Type712Enum = "date"
	LAST_MODIFIED          Type712Enum = "last_modified"
	CREATED_ON             Type712Enum = "created_on"
	LINK_ROW               Type712Enum = "link_row"
	FILE                   Type712Enum = "file"
	SINGLE_SELECT          Type712Enum = "single_select"
	MULTIPLE_SELECT        Type712Enum = "multiple_select"
	PHONE_NUMBER           Type712Enum = "phone_number"
	FORMULA                Type712Enum = "formula"
	COUNT                  Type712Enum = "count"
	ROLLUP                 Type712Enum = "rollup"
	LOOKUP                 Type712Enum = "lookup"
	MULTIPLE_COLLABORATORS Type712Enum = "multiple_collaborators"
)

List of Type712Enum

func NewType712EnumFromValue ¶

func NewType712EnumFromValue(v string) (*Type712Enum, error)

NewType712EnumFromValue returns a pointer to a valid Type712Enum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (Type712Enum) IsValid ¶

func (v Type712Enum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (Type712Enum) Ptr ¶

func (v Type712Enum) Ptr() *Type712Enum

Ptr returns reference to Type712Enum value

func (*Type712Enum) UnmarshalJSON ¶

func (v *Type712Enum) UnmarshalJSON(src []byte) error

type TypeFc4Enum ¶

type TypeFc4Enum string

TypeFc4Enum * `left_border_color` - left_border_color * `background_color` - background_color

const (
	LEFT_BORDER_COLOR TypeFc4Enum = "left_border_color"
	BACKGROUND_COLOR  TypeFc4Enum = "background_color"
)

List of TypeFc4Enum

func NewTypeFc4EnumFromValue ¶

func NewTypeFc4EnumFromValue(v string) (*TypeFc4Enum, error)

NewTypeFc4EnumFromValue returns a pointer to a valid TypeFc4Enum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TypeFc4Enum) IsValid ¶

func (v TypeFc4Enum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TypeFc4Enum) Ptr ¶

func (v TypeFc4Enum) Ptr() *TypeFc4Enum

Ptr returns reference to TypeFc4Enum value

func (*TypeFc4Enum) UnmarshalJSON ¶

func (v *TypeFc4Enum) UnmarshalJSON(src []byte) error

type TypeFormulaField400Response ¶

type TypeFormulaField400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

TypeFormulaField400Response struct for TypeFormulaField400Response

func NewTypeFormulaField400Response ¶

func NewTypeFormulaField400Response() *TypeFormulaField400Response

NewTypeFormulaField400Response instantiates a new TypeFormulaField400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTypeFormulaField400ResponseWithDefaults ¶

func NewTypeFormulaField400ResponseWithDefaults() *TypeFormulaField400Response

NewTypeFormulaField400ResponseWithDefaults instantiates a new TypeFormulaField400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TypeFormulaField400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*TypeFormulaField400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TypeFormulaField400Response) GetError ¶

func (o *TypeFormulaField400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*TypeFormulaField400Response) GetErrorOk ¶

func (o *TypeFormulaField400Response) 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 (*TypeFormulaField400Response) HasDetail ¶

func (o *TypeFormulaField400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*TypeFormulaField400Response) HasError ¶

func (o *TypeFormulaField400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (TypeFormulaField400Response) MarshalJSON ¶

func (o TypeFormulaField400Response) MarshalJSON() ([]byte, error)

func (*TypeFormulaField400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*TypeFormulaField400Response) SetError ¶

func (o *TypeFormulaField400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (TypeFormulaField400Response) ToMap ¶

func (o TypeFormulaField400Response) ToMap() (map[string]interface{}, error)

type TypeFormulaRequest ¶

type TypeFormulaRequest struct {
	Formula string `json:"formula"`
	Name    string `json:"name"`
}

TypeFormulaRequest struct for TypeFormulaRequest

func NewTypeFormulaRequest ¶

func NewTypeFormulaRequest(formula string, name string) *TypeFormulaRequest

NewTypeFormulaRequest instantiates a new TypeFormulaRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTypeFormulaRequestWithDefaults ¶

func NewTypeFormulaRequestWithDefaults() *TypeFormulaRequest

NewTypeFormulaRequestWithDefaults instantiates a new TypeFormulaRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TypeFormulaRequest) GetFormula ¶

func (o *TypeFormulaRequest) GetFormula() string

GetFormula returns the Formula field value

func (*TypeFormulaRequest) GetFormulaOk ¶

func (o *TypeFormulaRequest) GetFormulaOk() (*string, bool)

GetFormulaOk returns a tuple with the Formula field value and a boolean to check if the value has been set.

func (*TypeFormulaRequest) GetName ¶

func (o *TypeFormulaRequest) GetName() string

GetName returns the Name field value

func (*TypeFormulaRequest) GetNameOk ¶

func (o *TypeFormulaRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (TypeFormulaRequest) MarshalJSON ¶

func (o TypeFormulaRequest) MarshalJSON() ([]byte, error)

func (*TypeFormulaRequest) SetFormula ¶

func (o *TypeFormulaRequest) SetFormula(v string)

SetFormula sets field value

func (*TypeFormulaRequest) SetName ¶

func (o *TypeFormulaRequest) SetName(v string)

SetName sets field value

func (TypeFormulaRequest) ToMap ¶

func (o TypeFormulaRequest) ToMap() (map[string]interface{}, error)

type TypeFormulaResult ¶

type TypeFormulaResult struct {
	// Indicates if the time zone should be shown.
	DateShowTzinfo   NullableBool                                  `json:"date_show_tzinfo,omitempty"`
	DateFormat       NullableCountFieldCreateFieldDateFormat       `json:"date_format,omitempty"`
	ArrayFormulaType NullableCountFieldCreateFieldArrayFormulaType `json:"array_formula_type,omitempty"`
	// Force a timezone for the field overriding user profile settings.
	DateForceTimezone NullableString `json:"date_force_timezone,omitempty"`
	// Indicates if the field also includes a time.
	DateIncludeTime     NullableBool                                     `json:"date_include_time,omitempty"`
	Nullable            bool                                             `json:"nullable"`
	DateTimeFormat      NullableCountFieldCreateFieldDateTimeFormat      `json:"date_time_format,omitempty"`
	NumberDecimalPlaces NullableCountFieldCreateFieldNumberDecimalPlaces `json:"number_decimal_places,omitempty"`
	Error               NullableString                                   `json:"error,omitempty"`
	Formula             string                                           `json:"formula"`
	FormulaType         *FormulaTypeEnum                                 `json:"formula_type,omitempty"`
}

TypeFormulaResult struct for TypeFormulaResult

func NewTypeFormulaResult ¶

func NewTypeFormulaResult(nullable bool, formula string) *TypeFormulaResult

NewTypeFormulaResult instantiates a new TypeFormulaResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTypeFormulaResultWithDefaults ¶

func NewTypeFormulaResultWithDefaults() *TypeFormulaResult

NewTypeFormulaResultWithDefaults instantiates a new TypeFormulaResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TypeFormulaResult) GetArrayFormulaType ¶

GetArrayFormulaType returns the ArrayFormulaType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TypeFormulaResult) GetArrayFormulaTypeOk ¶

func (o *TypeFormulaResult) GetArrayFormulaTypeOk() (*CountFieldCreateFieldArrayFormulaType, bool)

GetArrayFormulaTypeOk returns a tuple with the ArrayFormulaType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TypeFormulaResult) GetDateForceTimezone ¶

func (o *TypeFormulaResult) GetDateForceTimezone() string

GetDateForceTimezone returns the DateForceTimezone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TypeFormulaResult) GetDateForceTimezoneOk ¶

func (o *TypeFormulaResult) GetDateForceTimezoneOk() (*string, bool)

GetDateForceTimezoneOk returns a tuple with the DateForceTimezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TypeFormulaResult) GetDateFormat ¶

GetDateFormat returns the DateFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TypeFormulaResult) GetDateFormatOk ¶

func (o *TypeFormulaResult) GetDateFormatOk() (*CountFieldCreateFieldDateFormat, bool)

GetDateFormatOk returns a tuple with the DateFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TypeFormulaResult) GetDateIncludeTime ¶

func (o *TypeFormulaResult) GetDateIncludeTime() bool

GetDateIncludeTime returns the DateIncludeTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TypeFormulaResult) GetDateIncludeTimeOk ¶

func (o *TypeFormulaResult) GetDateIncludeTimeOk() (*bool, bool)

GetDateIncludeTimeOk returns a tuple with the DateIncludeTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TypeFormulaResult) GetDateShowTzinfo ¶

func (o *TypeFormulaResult) GetDateShowTzinfo() bool

GetDateShowTzinfo returns the DateShowTzinfo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TypeFormulaResult) GetDateShowTzinfoOk ¶

func (o *TypeFormulaResult) GetDateShowTzinfoOk() (*bool, bool)

GetDateShowTzinfoOk returns a tuple with the DateShowTzinfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TypeFormulaResult) GetDateTimeFormat ¶

GetDateTimeFormat returns the DateTimeFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TypeFormulaResult) GetDateTimeFormatOk ¶

func (o *TypeFormulaResult) GetDateTimeFormatOk() (*CountFieldCreateFieldDateTimeFormat, bool)

GetDateTimeFormatOk returns a tuple with the DateTimeFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TypeFormulaResult) GetError ¶

func (o *TypeFormulaResult) GetError() string

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TypeFormulaResult) GetErrorOk ¶

func (o *TypeFormulaResult) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TypeFormulaResult) GetFormula ¶

func (o *TypeFormulaResult) GetFormula() string

GetFormula returns the Formula field value

func (*TypeFormulaResult) GetFormulaOk ¶

func (o *TypeFormulaResult) GetFormulaOk() (*string, bool)

GetFormulaOk returns a tuple with the Formula field value and a boolean to check if the value has been set.

func (*TypeFormulaResult) GetFormulaType ¶

func (o *TypeFormulaResult) GetFormulaType() FormulaTypeEnum

GetFormulaType returns the FormulaType field value if set, zero value otherwise.

func (*TypeFormulaResult) GetFormulaTypeOk ¶

func (o *TypeFormulaResult) GetFormulaTypeOk() (*FormulaTypeEnum, bool)

GetFormulaTypeOk returns a tuple with the FormulaType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TypeFormulaResult) GetNullable ¶

func (o *TypeFormulaResult) GetNullable() bool

GetNullable returns the Nullable field value

func (*TypeFormulaResult) GetNullableOk ¶

func (o *TypeFormulaResult) GetNullableOk() (*bool, bool)

GetNullableOk returns a tuple with the Nullable field value and a boolean to check if the value has been set.

func (*TypeFormulaResult) GetNumberDecimalPlaces ¶

func (o *TypeFormulaResult) GetNumberDecimalPlaces() CountFieldCreateFieldNumberDecimalPlaces

GetNumberDecimalPlaces returns the NumberDecimalPlaces field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TypeFormulaResult) GetNumberDecimalPlacesOk ¶

func (o *TypeFormulaResult) GetNumberDecimalPlacesOk() (*CountFieldCreateFieldNumberDecimalPlaces, bool)

GetNumberDecimalPlacesOk returns a tuple with the NumberDecimalPlaces field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TypeFormulaResult) HasArrayFormulaType ¶

func (o *TypeFormulaResult) HasArrayFormulaType() bool

HasArrayFormulaType returns a boolean if a field has been set.

func (*TypeFormulaResult) HasDateForceTimezone ¶

func (o *TypeFormulaResult) HasDateForceTimezone() bool

HasDateForceTimezone returns a boolean if a field has been set.

func (*TypeFormulaResult) HasDateFormat ¶

func (o *TypeFormulaResult) HasDateFormat() bool

HasDateFormat returns a boolean if a field has been set.

func (*TypeFormulaResult) HasDateIncludeTime ¶

func (o *TypeFormulaResult) HasDateIncludeTime() bool

HasDateIncludeTime returns a boolean if a field has been set.

func (*TypeFormulaResult) HasDateShowTzinfo ¶

func (o *TypeFormulaResult) HasDateShowTzinfo() bool

HasDateShowTzinfo returns a boolean if a field has been set.

func (*TypeFormulaResult) HasDateTimeFormat ¶

func (o *TypeFormulaResult) HasDateTimeFormat() bool

HasDateTimeFormat returns a boolean if a field has been set.

func (*TypeFormulaResult) HasError ¶

func (o *TypeFormulaResult) HasError() bool

HasError returns a boolean if a field has been set.

func (*TypeFormulaResult) HasFormulaType ¶

func (o *TypeFormulaResult) HasFormulaType() bool

HasFormulaType returns a boolean if a field has been set.

func (*TypeFormulaResult) HasNumberDecimalPlaces ¶

func (o *TypeFormulaResult) HasNumberDecimalPlaces() bool

HasNumberDecimalPlaces returns a boolean if a field has been set.

func (TypeFormulaResult) MarshalJSON ¶

func (o TypeFormulaResult) MarshalJSON() ([]byte, error)

func (*TypeFormulaResult) SetArrayFormulaType ¶

func (o *TypeFormulaResult) SetArrayFormulaType(v CountFieldCreateFieldArrayFormulaType)

SetArrayFormulaType gets a reference to the given NullableCountFieldCreateFieldArrayFormulaType and assigns it to the ArrayFormulaType field.

func (*TypeFormulaResult) SetArrayFormulaTypeNil ¶

func (o *TypeFormulaResult) SetArrayFormulaTypeNil()

SetArrayFormulaTypeNil sets the value for ArrayFormulaType to be an explicit nil

func (*TypeFormulaResult) SetDateForceTimezone ¶

func (o *TypeFormulaResult) SetDateForceTimezone(v string)

SetDateForceTimezone gets a reference to the given NullableString and assigns it to the DateForceTimezone field.

func (*TypeFormulaResult) SetDateForceTimezoneNil ¶

func (o *TypeFormulaResult) SetDateForceTimezoneNil()

SetDateForceTimezoneNil sets the value for DateForceTimezone to be an explicit nil

func (*TypeFormulaResult) SetDateFormat ¶

SetDateFormat gets a reference to the given NullableCountFieldCreateFieldDateFormat and assigns it to the DateFormat field.

func (*TypeFormulaResult) SetDateFormatNil ¶

func (o *TypeFormulaResult) SetDateFormatNil()

SetDateFormatNil sets the value for DateFormat to be an explicit nil

func (*TypeFormulaResult) SetDateIncludeTime ¶

func (o *TypeFormulaResult) SetDateIncludeTime(v bool)

SetDateIncludeTime gets a reference to the given NullableBool and assigns it to the DateIncludeTime field.

func (*TypeFormulaResult) SetDateIncludeTimeNil ¶

func (o *TypeFormulaResult) SetDateIncludeTimeNil()

SetDateIncludeTimeNil sets the value for DateIncludeTime to be an explicit nil

func (*TypeFormulaResult) SetDateShowTzinfo ¶

func (o *TypeFormulaResult) SetDateShowTzinfo(v bool)

SetDateShowTzinfo gets a reference to the given NullableBool and assigns it to the DateShowTzinfo field.

func (*TypeFormulaResult) SetDateShowTzinfoNil ¶

func (o *TypeFormulaResult) SetDateShowTzinfoNil()

SetDateShowTzinfoNil sets the value for DateShowTzinfo to be an explicit nil

func (*TypeFormulaResult) SetDateTimeFormat ¶

SetDateTimeFormat gets a reference to the given NullableCountFieldCreateFieldDateTimeFormat and assigns it to the DateTimeFormat field.

func (*TypeFormulaResult) SetDateTimeFormatNil ¶

func (o *TypeFormulaResult) SetDateTimeFormatNil()

SetDateTimeFormatNil sets the value for DateTimeFormat to be an explicit nil

func (*TypeFormulaResult) SetError ¶

func (o *TypeFormulaResult) SetError(v string)

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*TypeFormulaResult) SetErrorNil ¶

func (o *TypeFormulaResult) SetErrorNil()

SetErrorNil sets the value for Error to be an explicit nil

func (*TypeFormulaResult) SetFormula ¶

func (o *TypeFormulaResult) SetFormula(v string)

SetFormula sets field value

func (*TypeFormulaResult) SetFormulaType ¶

func (o *TypeFormulaResult) SetFormulaType(v FormulaTypeEnum)

SetFormulaType gets a reference to the given FormulaTypeEnum and assigns it to the FormulaType field.

func (*TypeFormulaResult) SetNullable ¶

func (o *TypeFormulaResult) SetNullable(v bool)

SetNullable sets field value

func (*TypeFormulaResult) SetNumberDecimalPlaces ¶

func (o *TypeFormulaResult) SetNumberDecimalPlaces(v CountFieldCreateFieldNumberDecimalPlaces)

SetNumberDecimalPlaces gets a reference to the given NullableCountFieldCreateFieldNumberDecimalPlaces and assigns it to the NumberDecimalPlaces field.

func (*TypeFormulaResult) SetNumberDecimalPlacesNil ¶

func (o *TypeFormulaResult) SetNumberDecimalPlacesNil()

SetNumberDecimalPlacesNil sets the value for NumberDecimalPlaces to be an explicit nil

func (TypeFormulaResult) ToMap ¶

func (o TypeFormulaResult) ToMap() (map[string]interface{}, error)

func (*TypeFormulaResult) UnsetArrayFormulaType ¶

func (o *TypeFormulaResult) UnsetArrayFormulaType()

UnsetArrayFormulaType ensures that no value is present for ArrayFormulaType, not even an explicit nil

func (*TypeFormulaResult) UnsetDateForceTimezone ¶

func (o *TypeFormulaResult) UnsetDateForceTimezone()

UnsetDateForceTimezone ensures that no value is present for DateForceTimezone, not even an explicit nil

func (*TypeFormulaResult) UnsetDateFormat ¶

func (o *TypeFormulaResult) UnsetDateFormat()

UnsetDateFormat ensures that no value is present for DateFormat, not even an explicit nil

func (*TypeFormulaResult) UnsetDateIncludeTime ¶

func (o *TypeFormulaResult) UnsetDateIncludeTime()

UnsetDateIncludeTime ensures that no value is present for DateIncludeTime, not even an explicit nil

func (*TypeFormulaResult) UnsetDateShowTzinfo ¶

func (o *TypeFormulaResult) UnsetDateShowTzinfo()

UnsetDateShowTzinfo ensures that no value is present for DateShowTzinfo, not even an explicit nil

func (*TypeFormulaResult) UnsetDateTimeFormat ¶

func (o *TypeFormulaResult) UnsetDateTimeFormat()

UnsetDateTimeFormat ensures that no value is present for DateTimeFormat, not even an explicit nil

func (*TypeFormulaResult) UnsetError ¶

func (o *TypeFormulaResult) UnsetError()

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*TypeFormulaResult) UnsetNumberDecimalPlaces ¶

func (o *TypeFormulaResult) UnsetNumberDecimalPlaces()

UnsetNumberDecimalPlaces ensures that no value is present for NumberDecimalPlaces, not even an explicit nil

type URLFieldCreateField ¶

type URLFieldCreateField struct {
	Name string      `json:"name"`
	Type Type712Enum `json:"type"`
}

URLFieldCreateField struct for URLFieldCreateField

func NewURLFieldCreateField ¶

func NewURLFieldCreateField(name string, type_ Type712Enum) *URLFieldCreateField

NewURLFieldCreateField instantiates a new URLFieldCreateField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewURLFieldCreateFieldWithDefaults ¶

func NewURLFieldCreateFieldWithDefaults() *URLFieldCreateField

NewURLFieldCreateFieldWithDefaults instantiates a new URLFieldCreateField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*URLFieldCreateField) GetName ¶

func (o *URLFieldCreateField) GetName() string

GetName returns the Name field value

func (*URLFieldCreateField) GetNameOk ¶

func (o *URLFieldCreateField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*URLFieldCreateField) GetType ¶

func (o *URLFieldCreateField) GetType() Type712Enum

GetType returns the Type field value

func (*URLFieldCreateField) GetTypeOk ¶

func (o *URLFieldCreateField) GetTypeOk() (*Type712Enum, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (URLFieldCreateField) MarshalJSON ¶

func (o URLFieldCreateField) MarshalJSON() ([]byte, error)

func (*URLFieldCreateField) SetName ¶

func (o *URLFieldCreateField) SetName(v string)

SetName sets field value

func (*URLFieldCreateField) SetType ¶

func (o *URLFieldCreateField) SetType(v Type712Enum)

SetType sets field value

func (URLFieldCreateField) ToMap ¶

func (o URLFieldCreateField) ToMap() (map[string]interface{}, error)

type URLFieldField ¶

type URLFieldField struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
}

URLFieldField struct for URLFieldField

func NewURLFieldField ¶

func NewURLFieldField(id int32, tableId int32, name string, order int32, type_ string, readOnly bool) *URLFieldField

NewURLFieldField instantiates a new URLFieldField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewURLFieldFieldWithDefaults ¶

func NewURLFieldFieldWithDefaults() *URLFieldField

NewURLFieldFieldWithDefaults instantiates a new URLFieldField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*URLFieldField) GetId ¶

func (o *URLFieldField) GetId() int32

GetId returns the Id field value

func (*URLFieldField) GetIdOk ¶

func (o *URLFieldField) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*URLFieldField) GetName ¶

func (o *URLFieldField) GetName() string

GetName returns the Name field value

func (*URLFieldField) GetNameOk ¶

func (o *URLFieldField) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*URLFieldField) GetOrder ¶

func (o *URLFieldField) GetOrder() int32

GetOrder returns the Order field value

func (*URLFieldField) GetOrderOk ¶

func (o *URLFieldField) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*URLFieldField) GetPrimary ¶

func (o *URLFieldField) GetPrimary() bool

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*URLFieldField) GetPrimaryOk ¶

func (o *URLFieldField) 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 (*URLFieldField) GetReadOnly ¶

func (o *URLFieldField) GetReadOnly() bool

GetReadOnly returns the ReadOnly field value

func (*URLFieldField) GetReadOnlyOk ¶

func (o *URLFieldField) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*URLFieldField) GetTableId ¶

func (o *URLFieldField) GetTableId() int32

GetTableId returns the TableId field value

func (*URLFieldField) GetTableIdOk ¶

func (o *URLFieldField) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*URLFieldField) GetType ¶

func (o *URLFieldField) GetType() string

GetType returns the Type field value

func (*URLFieldField) GetTypeOk ¶

func (o *URLFieldField) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*URLFieldField) HasPrimary ¶

func (o *URLFieldField) HasPrimary() bool

HasPrimary returns a boolean if a field has been set.

func (URLFieldField) MarshalJSON ¶

func (o URLFieldField) MarshalJSON() ([]byte, error)

func (*URLFieldField) SetId ¶

func (o *URLFieldField) SetId(v int32)

SetId sets field value

func (*URLFieldField) SetName ¶

func (o *URLFieldField) SetName(v string)

SetName sets field value

func (*URLFieldField) SetOrder ¶

func (o *URLFieldField) SetOrder(v int32)

SetOrder sets field value

func (*URLFieldField) SetPrimary ¶

func (o *URLFieldField) SetPrimary(v bool)

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*URLFieldField) SetReadOnly ¶

func (o *URLFieldField) SetReadOnly(v bool)

SetReadOnly sets field value

func (*URLFieldField) SetTableId ¶

func (o *URLFieldField) SetTableId(v int32)

SetTableId sets field value

func (*URLFieldField) SetType ¶

func (o *URLFieldField) SetType(v string)

SetType sets field value

func (URLFieldField) ToMap ¶

func (o URLFieldField) ToMap() (map[string]interface{}, error)

type URLFieldFieldSerializerWithRelatedFields ¶

type URLFieldFieldSerializerWithRelatedFields struct {
	Id      int32  `json:"id"`
	TableId int32  `json:"table_id"`
	Name    string `json:"name"`
	// Lowest first.
	Order int32 `json:"order"`
	// The type of the related field.
	Type string `json:"type"`
	// Indicates if the field is a primary field. If `true` the field cannot be deleted and the value should represent the whole row.
	Primary *bool `json:"primary,omitempty"`
	// Indicates whether the field is a read only field. If true, it's not possible to update the cell value.
	ReadOnly bool `json:"read_only"`
	// A list of related fields which also changed.
	RelatedFields []Field `json:"related_fields"`
}

URLFieldFieldSerializerWithRelatedFields struct for URLFieldFieldSerializerWithRelatedFields

func NewURLFieldFieldSerializerWithRelatedFields ¶

func NewURLFieldFieldSerializerWithRelatedFields(id int32, tableId int32, name string, order int32, type_ string, readOnly bool, relatedFields []Field) *URLFieldFieldSerializerWithRelatedFields

NewURLFieldFieldSerializerWithRelatedFields instantiates a new URLFieldFieldSerializerWithRelatedFields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewURLFieldFieldSerializerWithRelatedFieldsWithDefaults ¶

func NewURLFieldFieldSerializerWithRelatedFieldsWithDefaults() *URLFieldFieldSerializerWithRelatedFields

NewURLFieldFieldSerializerWithRelatedFieldsWithDefaults instantiates a new URLFieldFieldSerializerWithRelatedFields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*URLFieldFieldSerializerWithRelatedFields) GetId ¶

GetId returns the Id field value

func (*URLFieldFieldSerializerWithRelatedFields) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*URLFieldFieldSerializerWithRelatedFields) GetName ¶

GetName returns the Name field value

func (*URLFieldFieldSerializerWithRelatedFields) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*URLFieldFieldSerializerWithRelatedFields) GetOrder ¶

GetOrder returns the Order field value

func (*URLFieldFieldSerializerWithRelatedFields) GetOrderOk ¶

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*URLFieldFieldSerializerWithRelatedFields) GetPrimary ¶

GetPrimary returns the Primary field value if set, zero value otherwise.

func (*URLFieldFieldSerializerWithRelatedFields) GetPrimaryOk ¶

func (o *URLFieldFieldSerializerWithRelatedFields) 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 (*URLFieldFieldSerializerWithRelatedFields) GetReadOnly ¶

GetReadOnly returns the ReadOnly field value

func (*URLFieldFieldSerializerWithRelatedFields) GetReadOnlyOk ¶

func (o *URLFieldFieldSerializerWithRelatedFields) GetReadOnlyOk() (*bool, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field value and a boolean to check if the value has been set.

func (*URLFieldFieldSerializerWithRelatedFields) GetRelatedFields ¶

func (o *URLFieldFieldSerializerWithRelatedFields) GetRelatedFields() []Field

GetRelatedFields returns the RelatedFields field value

func (*URLFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk ¶

func (o *URLFieldFieldSerializerWithRelatedFields) GetRelatedFieldsOk() ([]Field, bool)

GetRelatedFieldsOk returns a tuple with the RelatedFields field value and a boolean to check if the value has been set.

func (*URLFieldFieldSerializerWithRelatedFields) GetTableId ¶

GetTableId returns the TableId field value

func (*URLFieldFieldSerializerWithRelatedFields) GetTableIdOk ¶

func (o *URLFieldFieldSerializerWithRelatedFields) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*URLFieldFieldSerializerWithRelatedFields) GetType ¶

GetType returns the Type field value

func (*URLFieldFieldSerializerWithRelatedFields) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*URLFieldFieldSerializerWithRelatedFields) HasPrimary ¶

HasPrimary returns a boolean if a field has been set.

func (URLFieldFieldSerializerWithRelatedFields) MarshalJSON ¶

func (*URLFieldFieldSerializerWithRelatedFields) SetId ¶

SetId sets field value

func (*URLFieldFieldSerializerWithRelatedFields) SetName ¶

SetName sets field value

func (*URLFieldFieldSerializerWithRelatedFields) SetOrder ¶

SetOrder sets field value

func (*URLFieldFieldSerializerWithRelatedFields) SetPrimary ¶

SetPrimary gets a reference to the given bool and assigns it to the Primary field.

func (*URLFieldFieldSerializerWithRelatedFields) SetReadOnly ¶

SetReadOnly sets field value

func (*URLFieldFieldSerializerWithRelatedFields) SetRelatedFields ¶

func (o *URLFieldFieldSerializerWithRelatedFields) SetRelatedFields(v []Field)

SetRelatedFields sets field value

func (*URLFieldFieldSerializerWithRelatedFields) SetTableId ¶

SetTableId sets field value

func (*URLFieldFieldSerializerWithRelatedFields) SetType ¶

SetType sets field value

func (URLFieldFieldSerializerWithRelatedFields) ToMap ¶

func (o URLFieldFieldSerializerWithRelatedFields) ToMap() (map[string]interface{}, error)

type UndoRedoAction ¶

type UndoRedoAction struct {
	// If an action was undone/redone/skipped due to an error this field will contain the type of the action that was undone/redone.
	ActionType NullableString `json:"action_type,omitempty"`
	// If an action was undone/redone/skipped due to an error this field will contain the scope of the action that was undone/redone.
	ActionScope NullableString `json:"action_scope,omitempty"`
}

UndoRedoAction struct for UndoRedoAction

func NewUndoRedoAction ¶

func NewUndoRedoAction() *UndoRedoAction

NewUndoRedoAction instantiates a new UndoRedoAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUndoRedoActionWithDefaults ¶

func NewUndoRedoActionWithDefaults() *UndoRedoAction

NewUndoRedoActionWithDefaults instantiates a new UndoRedoAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UndoRedoAction) GetActionScope ¶

func (o *UndoRedoAction) GetActionScope() string

GetActionScope returns the ActionScope field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UndoRedoAction) GetActionScopeOk ¶

func (o *UndoRedoAction) GetActionScopeOk() (*string, bool)

GetActionScopeOk returns a tuple with the ActionScope field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UndoRedoAction) GetActionType ¶

func (o *UndoRedoAction) GetActionType() string

GetActionType returns the ActionType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UndoRedoAction) GetActionTypeOk ¶

func (o *UndoRedoAction) GetActionTypeOk() (*string, bool)

GetActionTypeOk returns a tuple with the ActionType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UndoRedoAction) HasActionScope ¶

func (o *UndoRedoAction) HasActionScope() bool

HasActionScope returns a boolean if a field has been set.

func (*UndoRedoAction) HasActionType ¶

func (o *UndoRedoAction) HasActionType() bool

HasActionType returns a boolean if a field has been set.

func (UndoRedoAction) MarshalJSON ¶

func (o UndoRedoAction) MarshalJSON() ([]byte, error)

func (*UndoRedoAction) SetActionScope ¶

func (o *UndoRedoAction) SetActionScope(v string)

SetActionScope gets a reference to the given NullableString and assigns it to the ActionScope field.

func (*UndoRedoAction) SetActionScopeNil ¶

func (o *UndoRedoAction) SetActionScopeNil()

SetActionScopeNil sets the value for ActionScope to be an explicit nil

func (*UndoRedoAction) SetActionType ¶

func (o *UndoRedoAction) SetActionType(v string)

SetActionType gets a reference to the given NullableString and assigns it to the ActionType field.

func (*UndoRedoAction) SetActionTypeNil ¶

func (o *UndoRedoAction) SetActionTypeNil()

SetActionTypeNil sets the value for ActionType to be an explicit nil

func (UndoRedoAction) ToMap ¶

func (o UndoRedoAction) ToMap() (map[string]interface{}, error)

func (*UndoRedoAction) UnsetActionScope ¶

func (o *UndoRedoAction) UnsetActionScope()

UnsetActionScope ensures that no value is present for ActionScope, not even an explicit nil

func (*UndoRedoAction) UnsetActionType ¶

func (o *UndoRedoAction) UnsetActionType()

UnsetActionType ensures that no value is present for ActionType, not even an explicit nil

type UndoRedoResponse ¶

type UndoRedoResponse struct {
	Actions []UndoRedoAction `json:"actions"`
	// Indicates the result of the undo/redo operation. Will be 'SUCCESS' on success, 'NOTHING_TO_DO' when there is no action to undo/redo and 'SKIPPED_DUE_TO_ERROR' when the undo/redo failed due to a conflict or error and was skipped over.
	ResultCode string `json:"result_code"`
}

UndoRedoResponse struct for UndoRedoResponse

func NewUndoRedoResponse ¶

func NewUndoRedoResponse(actions []UndoRedoAction, resultCode string) *UndoRedoResponse

NewUndoRedoResponse instantiates a new UndoRedoResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUndoRedoResponseWithDefaults ¶

func NewUndoRedoResponseWithDefaults() *UndoRedoResponse

NewUndoRedoResponseWithDefaults instantiates a new UndoRedoResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UndoRedoResponse) GetActions ¶

func (o *UndoRedoResponse) GetActions() []UndoRedoAction

GetActions returns the Actions field value

func (*UndoRedoResponse) GetActionsOk ¶

func (o *UndoRedoResponse) GetActionsOk() ([]UndoRedoAction, bool)

GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.

func (*UndoRedoResponse) GetResultCode ¶

func (o *UndoRedoResponse) GetResultCode() string

GetResultCode returns the ResultCode field value

func (*UndoRedoResponse) GetResultCodeOk ¶

func (o *UndoRedoResponse) GetResultCodeOk() (*string, bool)

GetResultCodeOk returns a tuple with the ResultCode field value and a boolean to check if the value has been set.

func (UndoRedoResponse) MarshalJSON ¶

func (o UndoRedoResponse) MarshalJSON() ([]byte, error)

func (*UndoRedoResponse) SetActions ¶

func (o *UndoRedoResponse) SetActions(v []UndoRedoAction)

SetActions sets field value

func (*UndoRedoResponse) SetResultCode ¶

func (o *UndoRedoResponse) SetResultCode(v string)

SetResultCode sets field value

func (UndoRedoResponse) ToMap ¶

func (o UndoRedoResponse) ToMap() (map[string]interface{}, error)

type UniqueRowValues ¶

type UniqueRowValues struct {
	Values []string `json:"values"`
}

UniqueRowValues struct for UniqueRowValues

func NewUniqueRowValues ¶

func NewUniqueRowValues(values []string) *UniqueRowValues

NewUniqueRowValues instantiates a new UniqueRowValues object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUniqueRowValuesWithDefaults ¶

func NewUniqueRowValuesWithDefaults() *UniqueRowValues

NewUniqueRowValuesWithDefaults instantiates a new UniqueRowValues object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UniqueRowValues) GetValues ¶

func (o *UniqueRowValues) GetValues() []string

GetValues returns the Values field value

func (*UniqueRowValues) GetValuesOk ¶

func (o *UniqueRowValues) GetValuesOk() ([]string, bool)

GetValuesOk returns a tuple with the Values field value and a boolean to check if the value has been set.

func (UniqueRowValues) MarshalJSON ¶

func (o UniqueRowValues) MarshalJSON() ([]byte, error)

func (*UniqueRowValues) SetValues ¶

func (o *UniqueRowValues) SetValues(v []string)

SetValues sets field value

func (UniqueRowValues) ToMap ¶

func (o UniqueRowValues) ToMap() (map[string]interface{}, error)

type UpdateAccount400Response ¶

type UpdateAccount400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

UpdateAccount400Response struct for UpdateAccount400Response

func NewUpdateAccount400Response ¶

func NewUpdateAccount400Response() *UpdateAccount400Response

NewUpdateAccount400Response instantiates a new UpdateAccount400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateAccount400ResponseWithDefaults ¶

func NewUpdateAccount400ResponseWithDefaults() *UpdateAccount400Response

NewUpdateAccount400ResponseWithDefaults instantiates a new UpdateAccount400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateAccount400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*UpdateAccount400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAccount400Response) GetError ¶

func (o *UpdateAccount400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*UpdateAccount400Response) GetErrorOk ¶

func (o *UpdateAccount400Response) 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 (*UpdateAccount400Response) HasDetail ¶

func (o *UpdateAccount400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*UpdateAccount400Response) HasError ¶

func (o *UpdateAccount400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (UpdateAccount400Response) MarshalJSON ¶

func (o UpdateAccount400Response) MarshalJSON() ([]byte, error)

func (*UpdateAccount400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*UpdateAccount400Response) SetError ¶

func (o *UpdateAccount400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (UpdateAccount400Response) ToMap ¶

func (o UpdateAccount400Response) ToMap() (map[string]interface{}, error)

type UpdateDatabaseTableField400Response ¶

type UpdateDatabaseTableField400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

UpdateDatabaseTableField400Response struct for UpdateDatabaseTableField400Response

func NewUpdateDatabaseTableField400Response ¶

func NewUpdateDatabaseTableField400Response() *UpdateDatabaseTableField400Response

NewUpdateDatabaseTableField400Response instantiates a new UpdateDatabaseTableField400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateDatabaseTableField400ResponseWithDefaults ¶

func NewUpdateDatabaseTableField400ResponseWithDefaults() *UpdateDatabaseTableField400Response

NewUpdateDatabaseTableField400ResponseWithDefaults instantiates a new UpdateDatabaseTableField400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateDatabaseTableField400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*UpdateDatabaseTableField400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDatabaseTableField400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*UpdateDatabaseTableField400Response) GetErrorOk ¶

func (o *UpdateDatabaseTableField400Response) 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 (*UpdateDatabaseTableField400Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*UpdateDatabaseTableField400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (UpdateDatabaseTableField400Response) MarshalJSON ¶

func (o UpdateDatabaseTableField400Response) MarshalJSON() ([]byte, error)

func (*UpdateDatabaseTableField400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*UpdateDatabaseTableField400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (UpdateDatabaseTableField400Response) ToMap ¶

func (o UpdateDatabaseTableField400Response) ToMap() (map[string]interface{}, error)

type UpdateDatabaseToken400Response ¶

type UpdateDatabaseToken400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

UpdateDatabaseToken400Response struct for UpdateDatabaseToken400Response

func NewUpdateDatabaseToken400Response ¶

func NewUpdateDatabaseToken400Response() *UpdateDatabaseToken400Response

NewUpdateDatabaseToken400Response instantiates a new UpdateDatabaseToken400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateDatabaseToken400ResponseWithDefaults ¶

func NewUpdateDatabaseToken400ResponseWithDefaults() *UpdateDatabaseToken400Response

NewUpdateDatabaseToken400ResponseWithDefaults instantiates a new UpdateDatabaseToken400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateDatabaseToken400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*UpdateDatabaseToken400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateDatabaseToken400Response) GetError ¶

func (o *UpdateDatabaseToken400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*UpdateDatabaseToken400Response) GetErrorOk ¶

func (o *UpdateDatabaseToken400Response) 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 (*UpdateDatabaseToken400Response) HasDetail ¶

func (o *UpdateDatabaseToken400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*UpdateDatabaseToken400Response) HasError ¶

func (o *UpdateDatabaseToken400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (UpdateDatabaseToken400Response) MarshalJSON ¶

func (o UpdateDatabaseToken400Response) MarshalJSON() ([]byte, error)

func (*UpdateDatabaseToken400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*UpdateDatabaseToken400Response) SetError ¶

func (o *UpdateDatabaseToken400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (UpdateDatabaseToken400Response) ToMap ¶

func (o UpdateDatabaseToken400Response) ToMap() (map[string]interface{}, error)

type UpdateWorkspace400Response ¶

type UpdateWorkspace400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

UpdateWorkspace400Response struct for UpdateWorkspace400Response

func NewUpdateWorkspace400Response ¶

func NewUpdateWorkspace400Response() *UpdateWorkspace400Response

NewUpdateWorkspace400Response instantiates a new UpdateWorkspace400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateWorkspace400ResponseWithDefaults ¶

func NewUpdateWorkspace400ResponseWithDefaults() *UpdateWorkspace400Response

NewUpdateWorkspace400ResponseWithDefaults instantiates a new UpdateWorkspace400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateWorkspace400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*UpdateWorkspace400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateWorkspace400Response) GetError ¶

func (o *UpdateWorkspace400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*UpdateWorkspace400Response) GetErrorOk ¶

func (o *UpdateWorkspace400Response) 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 (*UpdateWorkspace400Response) HasDetail ¶

func (o *UpdateWorkspace400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*UpdateWorkspace400Response) HasError ¶

func (o *UpdateWorkspace400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (UpdateWorkspace400Response) MarshalJSON ¶

func (o UpdateWorkspace400Response) MarshalJSON() ([]byte, error)

func (*UpdateWorkspace400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*UpdateWorkspace400Response) SetError ¶

func (o *UpdateWorkspace400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (UpdateWorkspace400Response) ToMap ¶

func (o UpdateWorkspace400Response) ToMap() (map[string]interface{}, error)

type UpdateWorkspaceInvitation400Response ¶

type UpdateWorkspaceInvitation400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

UpdateWorkspaceInvitation400Response struct for UpdateWorkspaceInvitation400Response

func NewUpdateWorkspaceInvitation400Response ¶

func NewUpdateWorkspaceInvitation400Response() *UpdateWorkspaceInvitation400Response

NewUpdateWorkspaceInvitation400Response instantiates a new UpdateWorkspaceInvitation400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateWorkspaceInvitation400ResponseWithDefaults ¶

func NewUpdateWorkspaceInvitation400ResponseWithDefaults() *UpdateWorkspaceInvitation400Response

NewUpdateWorkspaceInvitation400ResponseWithDefaults instantiates a new UpdateWorkspaceInvitation400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateWorkspaceInvitation400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*UpdateWorkspaceInvitation400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateWorkspaceInvitation400Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*UpdateWorkspaceInvitation400Response) GetErrorOk ¶

func (o *UpdateWorkspaceInvitation400Response) 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 (*UpdateWorkspaceInvitation400Response) HasDetail ¶

HasDetail returns a boolean if a field has been set.

func (*UpdateWorkspaceInvitation400Response) HasError ¶

HasError returns a boolean if a field has been set.

func (UpdateWorkspaceInvitation400Response) MarshalJSON ¶

func (o UpdateWorkspaceInvitation400Response) MarshalJSON() ([]byte, error)

func (*UpdateWorkspaceInvitation400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*UpdateWorkspaceInvitation400Response) SetError ¶

SetError gets a reference to the given string and assigns it to the Error field.

func (UpdateWorkspaceInvitation400Response) ToMap ¶

func (o UpdateWorkspaceInvitation400Response) ToMap() (map[string]interface{}, error)

type UpdateWorkspaceUser404Response ¶

type UpdateWorkspaceUser404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

UpdateWorkspaceUser404Response struct for UpdateWorkspaceUser404Response

func NewUpdateWorkspaceUser404Response ¶

func NewUpdateWorkspaceUser404Response() *UpdateWorkspaceUser404Response

NewUpdateWorkspaceUser404Response instantiates a new UpdateWorkspaceUser404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateWorkspaceUser404ResponseWithDefaults ¶

func NewUpdateWorkspaceUser404ResponseWithDefaults() *UpdateWorkspaceUser404Response

NewUpdateWorkspaceUser404ResponseWithDefaults instantiates a new UpdateWorkspaceUser404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateWorkspaceUser404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*UpdateWorkspaceUser404Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateWorkspaceUser404Response) GetError ¶

func (o *UpdateWorkspaceUser404Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*UpdateWorkspaceUser404Response) GetErrorOk ¶

func (o *UpdateWorkspaceUser404Response) 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 (*UpdateWorkspaceUser404Response) HasDetail ¶

func (o *UpdateWorkspaceUser404Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*UpdateWorkspaceUser404Response) HasError ¶

func (o *UpdateWorkspaceUser404Response) HasError() bool

HasError returns a boolean if a field has been set.

func (UpdateWorkspaceUser404Response) MarshalJSON ¶

func (o UpdateWorkspaceUser404Response) MarshalJSON() ([]byte, error)

func (*UpdateWorkspaceUser404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*UpdateWorkspaceUser404Response) SetError ¶

func (o *UpdateWorkspaceUser404Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (UpdateWorkspaceUser404Response) ToMap ¶

func (o UpdateWorkspaceUser404Response) ToMap() (map[string]interface{}, error)

type UploadFile400Response ¶

type UploadFile400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

UploadFile400Response struct for UploadFile400Response

func NewUploadFile400Response ¶

func NewUploadFile400Response() *UploadFile400Response

NewUploadFile400Response instantiates a new UploadFile400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUploadFile400ResponseWithDefaults ¶

func NewUploadFile400ResponseWithDefaults() *UploadFile400Response

NewUploadFile400ResponseWithDefaults instantiates a new UploadFile400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UploadFile400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*UploadFile400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UploadFile400Response) GetError ¶

func (o *UploadFile400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*UploadFile400Response) GetErrorOk ¶

func (o *UploadFile400Response) 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 (*UploadFile400Response) HasDetail ¶

func (o *UploadFile400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*UploadFile400Response) HasError ¶

func (o *UploadFile400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (UploadFile400Response) MarshalJSON ¶

func (o UploadFile400Response) MarshalJSON() ([]byte, error)

func (*UploadFile400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*UploadFile400Response) SetError ¶

func (o *UploadFile400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (UploadFile400Response) ToMap ¶

func (o UploadFile400Response) ToMap() (map[string]interface{}, error)

type UploadViaUrl400Response ¶

type UploadViaUrl400Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

UploadViaUrl400Response struct for UploadViaUrl400Response

func NewUploadViaUrl400Response ¶

func NewUploadViaUrl400Response() *UploadViaUrl400Response

NewUploadViaUrl400Response instantiates a new UploadViaUrl400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUploadViaUrl400ResponseWithDefaults ¶

func NewUploadViaUrl400ResponseWithDefaults() *UploadViaUrl400Response

NewUploadViaUrl400ResponseWithDefaults instantiates a new UploadViaUrl400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UploadViaUrl400Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*UploadViaUrl400Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UploadViaUrl400Response) GetError ¶

func (o *UploadViaUrl400Response) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*UploadViaUrl400Response) GetErrorOk ¶

func (o *UploadViaUrl400Response) 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 (*UploadViaUrl400Response) HasDetail ¶

func (o *UploadViaUrl400Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*UploadViaUrl400Response) HasError ¶

func (o *UploadViaUrl400Response) HasError() bool

HasError returns a boolean if a field has been set.

func (UploadViaUrl400Response) MarshalJSON ¶

func (o UploadViaUrl400Response) MarshalJSON() ([]byte, error)

func (*UploadViaUrl400Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*UploadViaUrl400Response) SetError ¶

func (o *UploadViaUrl400Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (UploadViaUrl400Response) ToMap ¶

func (o UploadViaUrl400Response) ToMap() (map[string]interface{}, error)

type User ¶

type User struct {
	// Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
	Username string `json:"username"`
}

User struct for User

func NewUser ¶

func NewUser(username 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) GetUsername ¶

func (o *User) GetUsername() string

GetUsername returns the Username field value

func (*User) GetUsernameOk ¶

func (o *User) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (User) MarshalJSON ¶

func (o User) MarshalJSON() ([]byte, error)

func (*User) SetUsername ¶

func (o *User) SetUsername(v string)

SetUsername sets field value

func (User) ToMap ¶

func (o User) ToMap() (map[string]interface{}, error)

type UserAdminGroups ¶

type UserAdminGroups struct {
	Id   int32  `json:"id"`
	Name string `json:"name"`
	// The permissions that the user has within the workspace.
	Permissions *string `json:"permissions,omitempty"`
}

UserAdminGroups struct for UserAdminGroups

func NewUserAdminGroups ¶

func NewUserAdminGroups(id int32, name string) *UserAdminGroups

NewUserAdminGroups instantiates a new UserAdminGroups object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserAdminGroupsWithDefaults ¶

func NewUserAdminGroupsWithDefaults() *UserAdminGroups

NewUserAdminGroupsWithDefaults instantiates a new UserAdminGroups object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserAdminGroups) GetId ¶

func (o *UserAdminGroups) GetId() int32

GetId returns the Id field value

func (*UserAdminGroups) GetIdOk ¶

func (o *UserAdminGroups) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UserAdminGroups) GetName ¶

func (o *UserAdminGroups) GetName() string

GetName returns the Name field value

func (*UserAdminGroups) GetNameOk ¶

func (o *UserAdminGroups) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*UserAdminGroups) GetPermissions ¶

func (o *UserAdminGroups) GetPermissions() string

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*UserAdminGroups) GetPermissionsOk ¶

func (o *UserAdminGroups) GetPermissionsOk() (*string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAdminGroups) HasPermissions ¶

func (o *UserAdminGroups) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (UserAdminGroups) MarshalJSON ¶

func (o UserAdminGroups) MarshalJSON() ([]byte, error)

func (*UserAdminGroups) SetId ¶

func (o *UserAdminGroups) SetId(v int32)

SetId sets field value

func (*UserAdminGroups) SetName ¶

func (o *UserAdminGroups) SetName(v string)

SetName sets field value

func (*UserAdminGroups) SetPermissions ¶

func (o *UserAdminGroups) SetPermissions(v string)

SetPermissions gets a reference to the given string and assigns it to the Permissions field.

func (UserAdminGroups) ToMap ¶

func (o UserAdminGroups) ToMap() (map[string]interface{}, error)

type UserAdminResponse ¶

type UserAdminResponse struct {
	Id         int32             `json:"id"`
	Username   string            `json:"username"`
	Name       string            `json:"name"`
	Groups     []UserAdminGroups `json:"groups"`
	Workspaces []UserAdminGroups `json:"workspaces"`
	LastLogin  NullableTime      `json:"last_login,omitempty"`
	DateJoined *time.Time        `json:"date_joined,omitempty"`
	// Designates whether this user should be treated as active. Set this to false instead of deleting accounts.
	IsActive *bool `json:"is_active,omitempty"`
	// Designates whether this user is an admin and has access to all workspaces and Baserow's admin areas.
	IsStaff *bool `json:"is_staff,omitempty"`
}

UserAdminResponse Serializes the safe user attributes to expose for a response back to the user.

func NewUserAdminResponse ¶

func NewUserAdminResponse(id int32, username string, name string, groups []UserAdminGroups, workspaces []UserAdminGroups) *UserAdminResponse

NewUserAdminResponse instantiates a new UserAdminResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserAdminResponseWithDefaults ¶

func NewUserAdminResponseWithDefaults() *UserAdminResponse

NewUserAdminResponseWithDefaults instantiates a new UserAdminResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserAdminResponse) GetDateJoined ¶

func (o *UserAdminResponse) GetDateJoined() time.Time

GetDateJoined returns the DateJoined field value if set, zero value otherwise.

func (*UserAdminResponse) GetDateJoinedOk ¶

func (o *UserAdminResponse) GetDateJoinedOk() (*time.Time, bool)

GetDateJoinedOk returns a tuple with the DateJoined field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAdminResponse) GetGroups ¶

func (o *UserAdminResponse) GetGroups() []UserAdminGroups

GetGroups returns the Groups field value

func (*UserAdminResponse) GetGroupsOk ¶

func (o *UserAdminResponse) GetGroupsOk() ([]UserAdminGroups, bool)

GetGroupsOk returns a tuple with the Groups field value and a boolean to check if the value has been set.

func (*UserAdminResponse) GetId ¶

func (o *UserAdminResponse) GetId() int32

GetId returns the Id field value

func (*UserAdminResponse) GetIdOk ¶

func (o *UserAdminResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UserAdminResponse) GetIsActive ¶

func (o *UserAdminResponse) GetIsActive() bool

GetIsActive returns the IsActive field value if set, zero value otherwise.

func (*UserAdminResponse) GetIsActiveOk ¶

func (o *UserAdminResponse) GetIsActiveOk() (*bool, bool)

GetIsActiveOk returns a tuple with the IsActive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAdminResponse) GetIsStaff ¶

func (o *UserAdminResponse) GetIsStaff() bool

GetIsStaff returns the IsStaff field value if set, zero value otherwise.

func (*UserAdminResponse) GetIsStaffOk ¶

func (o *UserAdminResponse) GetIsStaffOk() (*bool, bool)

GetIsStaffOk returns a tuple with the IsStaff field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserAdminResponse) GetLastLogin ¶

func (o *UserAdminResponse) GetLastLogin() time.Time

GetLastLogin returns the LastLogin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UserAdminResponse) GetLastLoginOk ¶

func (o *UserAdminResponse) GetLastLoginOk() (*time.Time, bool)

GetLastLoginOk returns a tuple with the LastLogin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UserAdminResponse) GetName ¶

func (o *UserAdminResponse) GetName() string

GetName returns the Name field value

func (*UserAdminResponse) GetNameOk ¶

func (o *UserAdminResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*UserAdminResponse) GetUsername ¶

func (o *UserAdminResponse) GetUsername() string

GetUsername returns the Username field value

func (*UserAdminResponse) GetUsernameOk ¶

func (o *UserAdminResponse) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (*UserAdminResponse) GetWorkspaces ¶

func (o *UserAdminResponse) GetWorkspaces() []UserAdminGroups

GetWorkspaces returns the Workspaces field value

func (*UserAdminResponse) GetWorkspacesOk ¶

func (o *UserAdminResponse) GetWorkspacesOk() ([]UserAdminGroups, bool)

GetWorkspacesOk returns a tuple with the Workspaces field value and a boolean to check if the value has been set.

func (*UserAdminResponse) HasDateJoined ¶

func (o *UserAdminResponse) HasDateJoined() bool

HasDateJoined returns a boolean if a field has been set.

func (*UserAdminResponse) HasIsActive ¶

func (o *UserAdminResponse) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

func (*UserAdminResponse) HasIsStaff ¶

func (o *UserAdminResponse) HasIsStaff() bool

HasIsStaff returns a boolean if a field has been set.

func (*UserAdminResponse) HasLastLogin ¶

func (o *UserAdminResponse) HasLastLogin() bool

HasLastLogin returns a boolean if a field has been set.

func (UserAdminResponse) MarshalJSON ¶

func (o UserAdminResponse) MarshalJSON() ([]byte, error)

func (*UserAdminResponse) SetDateJoined ¶

func (o *UserAdminResponse) SetDateJoined(v time.Time)

SetDateJoined gets a reference to the given time.Time and assigns it to the DateJoined field.

func (*UserAdminResponse) SetGroups ¶

func (o *UserAdminResponse) SetGroups(v []UserAdminGroups)

SetGroups sets field value

func (*UserAdminResponse) SetId ¶

func (o *UserAdminResponse) SetId(v int32)

SetId sets field value

func (*UserAdminResponse) SetIsActive ¶

func (o *UserAdminResponse) SetIsActive(v bool)

SetIsActive gets a reference to the given bool and assigns it to the IsActive field.

func (*UserAdminResponse) SetIsStaff ¶

func (o *UserAdminResponse) SetIsStaff(v bool)

SetIsStaff gets a reference to the given bool and assigns it to the IsStaff field.

func (*UserAdminResponse) SetLastLogin ¶

func (o *UserAdminResponse) SetLastLogin(v time.Time)

SetLastLogin gets a reference to the given NullableTime and assigns it to the LastLogin field.

func (*UserAdminResponse) SetLastLoginNil ¶

func (o *UserAdminResponse) SetLastLoginNil()

SetLastLoginNil sets the value for LastLogin to be an explicit nil

func (*UserAdminResponse) SetName ¶

func (o *UserAdminResponse) SetName(v string)

SetName sets field value

func (*UserAdminResponse) SetUsername ¶

func (o *UserAdminResponse) SetUsername(v string)

SetUsername sets field value

func (*UserAdminResponse) SetWorkspaces ¶

func (o *UserAdminResponse) SetWorkspaces(v []UserAdminGroups)

SetWorkspaces sets field value

func (UserAdminResponse) ToMap ¶

func (o UserAdminResponse) ToMap() (map[string]interface{}, error)

func (*UserAdminResponse) UnsetLastLogin ¶

func (o *UserAdminResponse) UnsetLastLogin()

UnsetLastLogin ensures that no value is present for LastLogin, not even an explicit nil

type UserApiService ¶

type UserApiService service

UserApiService UserApi service

func (*UserApiService) ChangePassword ¶

func (a *UserApiService) ChangePassword(ctx context.Context) ApiChangePasswordRequest

ChangePassword Method for ChangePassword

Changes the password of an authenticated user, but only if the old password matches.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiChangePasswordRequest

func (*UserApiService) ChangePasswordExecute ¶

func (a *UserApiService) ChangePasswordExecute(r ApiChangePasswordRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) CreateUser ¶

CreateUser Method for CreateUser

Creates a new user based on the provided values. If desired an authentication JWT can be generated right away. After creating an account the initial workspace containing a database is created.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateUserRequest

func (*UserApiService) CreateUserExecute ¶

Execute executes the request

@return CreateUser200Response

func (*UserApiService) Dashboard ¶

Dashboard Method for Dashboard

Lists all the relevant user information that for example could be shown on a dashboard. It will contain all the pending workspace invitations for that user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDashboardRequest

func (*UserApiService) DashboardExecute ¶

func (a *UserApiService) DashboardExecute(r ApiDashboardRequest) (*Dashboard, *http.Response, error)

Execute executes the request

@return Dashboard

func (*UserApiService) Redo ¶

Redo Method for Redo

Redoes the latest redoable action performed by the user making the request. a ClientSessionId header must be provided and only actions which were performed the same user with the same ClientSessionId value set on the api request that performed the action will be redone.Additionally the ClientSessionId header must be between 1 and 256 characters long and must only contain alphanumeric or the - characters.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiRedoRequest

func (*UserApiService) RedoExecute ¶

Execute executes the request

@return UndoRedoResponse

func (*UserApiService) ResetPassword ¶

func (a *UserApiService) ResetPassword(ctx context.Context) ApiResetPasswordRequest

ResetPassword Method for ResetPassword

Changes the password of a user if the reset token is valid. The **send_password_reset_email** endpoint sends an email to the user containing the token. That token can be used to change the password here without providing the old password.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiResetPasswordRequest

func (*UserApiService) ResetPasswordExecute ¶

func (a *UserApiService) ResetPasswordExecute(r ApiResetPasswordRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) ScheduleAccountDeletion ¶

func (a *UserApiService) ScheduleAccountDeletion(ctx context.Context) ApiScheduleAccountDeletionRequest

ScheduleAccountDeletion Method for ScheduleAccountDeletion

Schedules the account deletion of the authenticated user. The user will be permanently deleted after the grace delay defined by the instance administrator.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiScheduleAccountDeletionRequest

func (*UserApiService) ScheduleAccountDeletionExecute ¶

func (a *UserApiService) ScheduleAccountDeletionExecute(r ApiScheduleAccountDeletionRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) SendPasswordResetEmail ¶

func (a *UserApiService) SendPasswordResetEmail(ctx context.Context) ApiSendPasswordResetEmailRequest

SendPasswordResetEmail Method for SendPasswordResetEmail

Sends an email containing the password reset link to the email address of the user. This will only be done if a user is found with the given email address. The endpoint will not fail if the email address is not found. The link is going to the valid for 48 hours.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSendPasswordResetEmailRequest

func (*UserApiService) SendPasswordResetEmailExecute ¶

func (a *UserApiService) SendPasswordResetEmailExecute(r ApiSendPasswordResetEmailRequest) (*http.Response, error)

Execute executes the request

func (*UserApiService) TokenAuth ¶

TokenAuth Method for TokenAuth

Authenticates an existing user based on their email and their password. If successful, an access token and a refresh token will be returned.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTokenAuthRequest

func (*UserApiService) TokenAuthExecute ¶

Execute executes the request

@return CreateUser200Response

func (*UserApiService) TokenRefresh ¶

TokenRefresh Method for TokenRefresh

Generate a new access_token that can be used to continue operating on Baserow starting from a valid refresh token.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTokenRefreshRequest

func (*UserApiService) TokenRefreshExecute ¶

Execute executes the request

@return AdminImpersonateUser200Response

func (*UserApiService) TokenVerify ¶

TokenVerify Method for TokenVerify

Verifies if the refresh token is valid and can be used to generate a new access_token.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiTokenVerifyRequest

func (*UserApiService) TokenVerifyExecute ¶

Execute executes the request

@return TokenVerify200Response

func (*UserApiService) Undo ¶

Undo Method for Undo

undoes the latest undoable action performed by the user making the request. a ClientSessionId header must be provided and only actions which were performed the same user with the same ClientSessionId value set on the api request that performed the action will be undone.Additionally the ClientSessionId header must be between 1 and 256 characters long and must only contain alphanumeric or the - characters.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUndoRequest

func (*UserApiService) UndoExecute ¶

Execute executes the request

@return UndoRedoResponse

func (*UserApiService) UpdateAccount ¶

func (a *UserApiService) UpdateAccount(ctx context.Context) ApiUpdateAccountRequest

UpdateAccount Method for UpdateAccount

Updates the account information of the authenticated user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAccountRequest

func (*UserApiService) UpdateAccountExecute ¶

func (a *UserApiService) UpdateAccountExecute(r ApiUpdateAccountRequest) (*Account, *http.Response, error)

Execute executes the request

@return Account

type UserFile ¶

type UserFile struct {
	Size         int32                  `json:"size"`
	MimeType     *string                `json:"mime_type,omitempty"`
	IsImage      *bool                  `json:"is_image,omitempty"`
	ImageWidth   NullableInt32          `json:"image_width,omitempty"`
	ImageHeight  NullableInt32          `json:"image_height,omitempty"`
	UploadedAt   time.Time              `json:"uploaded_at"`
	Url          string                 `json:"url"`
	Thumbnails   map[string]interface{} `json:"thumbnails"`
	Name         string                 `json:"name"`
	OriginalName string                 `json:"original_name"`
}

UserFile struct for UserFile

func NewUserFile ¶

func NewUserFile(size int32, uploadedAt time.Time, url string, thumbnails map[string]interface{}, name string, originalName string) *UserFile

NewUserFile instantiates a new UserFile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserFileWithDefaults ¶

func NewUserFileWithDefaults() *UserFile

NewUserFileWithDefaults instantiates a new UserFile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserFile) GetImageHeight ¶

func (o *UserFile) GetImageHeight() int32

GetImageHeight returns the ImageHeight field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UserFile) GetImageHeightOk ¶

func (o *UserFile) GetImageHeightOk() (*int32, bool)

GetImageHeightOk returns a tuple with the ImageHeight field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UserFile) GetImageWidth ¶

func (o *UserFile) GetImageWidth() int32

GetImageWidth returns the ImageWidth field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UserFile) GetImageWidthOk ¶

func (o *UserFile) GetImageWidthOk() (*int32, bool)

GetImageWidthOk returns a tuple with the ImageWidth field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UserFile) GetIsImage ¶

func (o *UserFile) GetIsImage() bool

GetIsImage returns the IsImage field value if set, zero value otherwise.

func (*UserFile) GetIsImageOk ¶

func (o *UserFile) GetIsImageOk() (*bool, bool)

GetIsImageOk returns a tuple with the IsImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserFile) GetMimeType ¶

func (o *UserFile) GetMimeType() string

GetMimeType returns the MimeType field value if set, zero value otherwise.

func (*UserFile) GetMimeTypeOk ¶

func (o *UserFile) GetMimeTypeOk() (*string, bool)

GetMimeTypeOk returns a tuple with the MimeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserFile) GetName ¶

func (o *UserFile) GetName() string

GetName returns the Name field value

func (*UserFile) GetNameOk ¶

func (o *UserFile) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*UserFile) GetOriginalName ¶

func (o *UserFile) GetOriginalName() string

GetOriginalName returns the OriginalName field value

func (*UserFile) GetOriginalNameOk ¶

func (o *UserFile) GetOriginalNameOk() (*string, bool)

GetOriginalNameOk returns a tuple with the OriginalName field value and a boolean to check if the value has been set.

func (*UserFile) GetSize ¶

func (o *UserFile) GetSize() int32

GetSize returns the Size field value

func (*UserFile) GetSizeOk ¶

func (o *UserFile) GetSizeOk() (*int32, bool)

GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.

func (*UserFile) GetThumbnails ¶

func (o *UserFile) GetThumbnails() map[string]interface{}

GetThumbnails returns the Thumbnails field value

func (*UserFile) GetThumbnailsOk ¶

func (o *UserFile) GetThumbnailsOk() (map[string]interface{}, bool)

GetThumbnailsOk returns a tuple with the Thumbnails field value and a boolean to check if the value has been set.

func (*UserFile) GetUploadedAt ¶

func (o *UserFile) GetUploadedAt() time.Time

GetUploadedAt returns the UploadedAt field value

func (*UserFile) GetUploadedAtOk ¶

func (o *UserFile) GetUploadedAtOk() (*time.Time, bool)

GetUploadedAtOk returns a tuple with the UploadedAt field value and a boolean to check if the value has been set.

func (*UserFile) GetUrl ¶

func (o *UserFile) GetUrl() string

GetUrl returns the Url field value

func (*UserFile) GetUrlOk ¶

func (o *UserFile) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*UserFile) HasImageHeight ¶

func (o *UserFile) HasImageHeight() bool

HasImageHeight returns a boolean if a field has been set.

func (*UserFile) HasImageWidth ¶

func (o *UserFile) HasImageWidth() bool

HasImageWidth returns a boolean if a field has been set.

func (*UserFile) HasIsImage ¶

func (o *UserFile) HasIsImage() bool

HasIsImage returns a boolean if a field has been set.

func (*UserFile) HasMimeType ¶

func (o *UserFile) HasMimeType() bool

HasMimeType returns a boolean if a field has been set.

func (UserFile) MarshalJSON ¶

func (o UserFile) MarshalJSON() ([]byte, error)

func (*UserFile) SetImageHeight ¶

func (o *UserFile) SetImageHeight(v int32)

SetImageHeight gets a reference to the given NullableInt32 and assigns it to the ImageHeight field.

func (*UserFile) SetImageHeightNil ¶

func (o *UserFile) SetImageHeightNil()

SetImageHeightNil sets the value for ImageHeight to be an explicit nil

func (*UserFile) SetImageWidth ¶

func (o *UserFile) SetImageWidth(v int32)

SetImageWidth gets a reference to the given NullableInt32 and assigns it to the ImageWidth field.

func (*UserFile) SetImageWidthNil ¶

func (o *UserFile) SetImageWidthNil()

SetImageWidthNil sets the value for ImageWidth to be an explicit nil

func (*UserFile) SetIsImage ¶

func (o *UserFile) SetIsImage(v bool)

SetIsImage gets a reference to the given bool and assigns it to the IsImage field.

func (*UserFile) SetMimeType ¶

func (o *UserFile) SetMimeType(v string)

SetMimeType gets a reference to the given string and assigns it to the MimeType field.

func (*UserFile) SetName ¶

func (o *UserFile) SetName(v string)

SetName sets field value

func (*UserFile) SetOriginalName ¶

func (o *UserFile) SetOriginalName(v string)

SetOriginalName sets field value

func (*UserFile) SetSize ¶

func (o *UserFile) SetSize(v int32)

SetSize sets field value

func (*UserFile) SetThumbnails ¶

func (o *UserFile) SetThumbnails(v map[string]interface{})

SetThumbnails sets field value

func (*UserFile) SetUploadedAt ¶

func (o *UserFile) SetUploadedAt(v time.Time)

SetUploadedAt sets field value

func (*UserFile) SetUrl ¶

func (o *UserFile) SetUrl(v string)

SetUrl sets field value

func (UserFile) ToMap ¶

func (o UserFile) ToMap() (map[string]interface{}, error)

func (*UserFile) UnsetImageHeight ¶

func (o *UserFile) UnsetImageHeight()

UnsetImageHeight ensures that no value is present for ImageHeight, not even an explicit nil

func (*UserFile) UnsetImageWidth ¶

func (o *UserFile) UnsetImageWidth()

UnsetImageWidth ensures that no value is present for ImageWidth, not even an explicit nil

type UserFileUploadViaURLRequest ¶

type UserFileUploadViaURLRequest struct {
	Url string `json:"url"`
}

UserFileUploadViaURLRequest struct for UserFileUploadViaURLRequest

func NewUserFileUploadViaURLRequest ¶

func NewUserFileUploadViaURLRequest(url string) *UserFileUploadViaURLRequest

NewUserFileUploadViaURLRequest instantiates a new UserFileUploadViaURLRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserFileUploadViaURLRequestWithDefaults ¶

func NewUserFileUploadViaURLRequestWithDefaults() *UserFileUploadViaURLRequest

NewUserFileUploadViaURLRequestWithDefaults instantiates a new UserFileUploadViaURLRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserFileUploadViaURLRequest) GetUrl ¶

func (o *UserFileUploadViaURLRequest) GetUrl() string

GetUrl returns the Url field value

func (*UserFileUploadViaURLRequest) GetUrlOk ¶

func (o *UserFileUploadViaURLRequest) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (UserFileUploadViaURLRequest) MarshalJSON ¶

func (o UserFileUploadViaURLRequest) MarshalJSON() ([]byte, error)

func (*UserFileUploadViaURLRequest) SetUrl ¶

func (o *UserFileUploadViaURLRequest) SetUrl(v string)

SetUrl sets field value

func (UserFileUploadViaURLRequest) ToMap ¶

func (o UserFileUploadViaURLRequest) ToMap() (map[string]interface{}, error)

type UserFilesApiService ¶

type UserFilesApiService service

UserFilesApiService UserFilesApi service

func (*UserFilesApiService) UploadFile ¶

UploadFile Method for UploadFile

Uploads a file to Baserow by uploading the file contents directly. A `file` multipart is expected containing the file contents.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUploadFileRequest

func (*UserFilesApiService) UploadFileExecute ¶

func (a *UserFilesApiService) UploadFileExecute(r ApiUploadFileRequest) (*UserFile, *http.Response, error)

Execute executes the request

@return UserFile

func (*UserFilesApiService) UploadViaUrl ¶

UploadViaUrl Method for UploadViaUrl

Uploads a file to Baserow by downloading it from the provided URL.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUploadViaUrlRequest

func (*UserFilesApiService) UploadViaUrlExecute ¶

func (a *UserFilesApiService) UploadViaUrlExecute(r ApiUploadViaUrlRequest) (*UserFile, *http.Response, error)

Execute executes the request

@return UserFile

type UserWorkspaceInvitation ¶

type UserWorkspaceInvitation struct {
	Id        int32  `json:"id"`
	InvitedBy string `json:"invited_by"`
	Group     string `json:"group"`
	Workspace string `json:"workspace"`
	// The email address of the user that the invitation is meant for. Only a user with that email address can accept it.
	Email string `json:"email"`
	// An optional message that the invitor can provide. This will be visible to the receiver of the invitation.
	Message     string    `json:"message"`
	CreatedOn   time.Time `json:"created_on"`
	EmailExists bool      `json:"email_exists"`
}

UserWorkspaceInvitation This serializer is used for displaying the invitation to the user that doesn't have access to the workspace yet, so not for invitation management purposes.

func NewUserWorkspaceInvitation ¶

func NewUserWorkspaceInvitation(id int32, invitedBy string, group string, workspace string, email string, message string, createdOn time.Time, emailExists bool) *UserWorkspaceInvitation

NewUserWorkspaceInvitation instantiates a new UserWorkspaceInvitation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserWorkspaceInvitationWithDefaults ¶

func NewUserWorkspaceInvitationWithDefaults() *UserWorkspaceInvitation

NewUserWorkspaceInvitationWithDefaults instantiates a new UserWorkspaceInvitation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserWorkspaceInvitation) GetCreatedOn ¶

func (o *UserWorkspaceInvitation) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*UserWorkspaceInvitation) GetCreatedOnOk ¶

func (o *UserWorkspaceInvitation) GetCreatedOnOk() (*time.Time, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.

func (*UserWorkspaceInvitation) GetEmail ¶

func (o *UserWorkspaceInvitation) GetEmail() string

GetEmail returns the Email field value

func (*UserWorkspaceInvitation) GetEmailExists ¶

func (o *UserWorkspaceInvitation) GetEmailExists() bool

GetEmailExists returns the EmailExists field value

func (*UserWorkspaceInvitation) GetEmailExistsOk ¶

func (o *UserWorkspaceInvitation) GetEmailExistsOk() (*bool, bool)

GetEmailExistsOk returns a tuple with the EmailExists field value and a boolean to check if the value has been set.

func (*UserWorkspaceInvitation) GetEmailOk ¶

func (o *UserWorkspaceInvitation) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*UserWorkspaceInvitation) GetGroup ¶

func (o *UserWorkspaceInvitation) GetGroup() string

GetGroup returns the Group field value

func (*UserWorkspaceInvitation) GetGroupOk ¶

func (o *UserWorkspaceInvitation) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*UserWorkspaceInvitation) GetId ¶

func (o *UserWorkspaceInvitation) GetId() int32

GetId returns the Id field value

func (*UserWorkspaceInvitation) GetIdOk ¶

func (o *UserWorkspaceInvitation) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UserWorkspaceInvitation) GetInvitedBy ¶

func (o *UserWorkspaceInvitation) GetInvitedBy() string

GetInvitedBy returns the InvitedBy field value

func (*UserWorkspaceInvitation) GetInvitedByOk ¶

func (o *UserWorkspaceInvitation) GetInvitedByOk() (*string, bool)

GetInvitedByOk returns a tuple with the InvitedBy field value and a boolean to check if the value has been set.

func (*UserWorkspaceInvitation) GetMessage ¶

func (o *UserWorkspaceInvitation) GetMessage() string

GetMessage returns the Message field value

func (*UserWorkspaceInvitation) GetMessageOk ¶

func (o *UserWorkspaceInvitation) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*UserWorkspaceInvitation) GetWorkspace ¶

func (o *UserWorkspaceInvitation) GetWorkspace() string

GetWorkspace returns the Workspace field value

func (*UserWorkspaceInvitation) GetWorkspaceOk ¶

func (o *UserWorkspaceInvitation) GetWorkspaceOk() (*string, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (UserWorkspaceInvitation) MarshalJSON ¶

func (o UserWorkspaceInvitation) MarshalJSON() ([]byte, error)

func (*UserWorkspaceInvitation) SetCreatedOn ¶

func (o *UserWorkspaceInvitation) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*UserWorkspaceInvitation) SetEmail ¶

func (o *UserWorkspaceInvitation) SetEmail(v string)

SetEmail sets field value

func (*UserWorkspaceInvitation) SetEmailExists ¶

func (o *UserWorkspaceInvitation) SetEmailExists(v bool)

SetEmailExists sets field value

func (*UserWorkspaceInvitation) SetGroup ¶

func (o *UserWorkspaceInvitation) SetGroup(v string)

SetGroup sets field value

func (*UserWorkspaceInvitation) SetId ¶

func (o *UserWorkspaceInvitation) SetId(v int32)

SetId sets field value

func (*UserWorkspaceInvitation) SetInvitedBy ¶

func (o *UserWorkspaceInvitation) SetInvitedBy(v string)

SetInvitedBy sets field value

func (*UserWorkspaceInvitation) SetMessage ¶

func (o *UserWorkspaceInvitation) SetMessage(v string)

SetMessage sets field value

func (*UserWorkspaceInvitation) SetWorkspace ¶

func (o *UserWorkspaceInvitation) SetWorkspace(v string)

SetWorkspace sets field value

func (UserWorkspaceInvitation) ToMap ¶

func (o UserWorkspaceInvitation) ToMap() (map[string]interface{}, error)

type ValueProviderTypeEnum ¶

type ValueProviderTypeEnum string

ValueProviderTypeEnum * “ - * `single_select_color` - single_select_color * `conditional_color` - conditional_color

const (
	SINGLE_SELECT_COLOR ValueProviderTypeEnum = "single_select_color"
	CONDITIONAL_COLOR   ValueProviderTypeEnum = "conditional_color"
)

List of ValueProviderTypeEnum

func NewValueProviderTypeEnumFromValue ¶

func NewValueProviderTypeEnumFromValue(v string) (*ValueProviderTypeEnum, error)

NewValueProviderTypeEnumFromValue returns a pointer to a valid ValueProviderTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ValueProviderTypeEnum) IsValid ¶

func (v ValueProviderTypeEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ValueProviderTypeEnum) Ptr ¶

Ptr returns reference to ValueProviderTypeEnum value

func (*ValueProviderTypeEnum) UnmarshalJSON ¶

func (v *ValueProviderTypeEnum) UnmarshalJSON(src []byte) error

type View ¶

type View struct {
	Id          int32              `json:"id"`
	TableId     int32              `json:"table_id"`
	Name        string             `json:"name"`
	Order       int32              `json:"order"`
	Type        string             `json:"type"`
	Table       Table              `json:"table"`
	FilterType  *ConditionTypeEnum `json:"filter_type,omitempty"`
	Filters     []ViewFilter       `json:"filters,omitempty"`
	Sortings    []ViewSort         `json:"sortings,omitempty"`
	Decorations []ViewDecoration   `json:"decorations,omitempty"`
	// Allows users to see results unfiltered while still keeping the filters saved for the view.
	FiltersDisabled *bool `json:"filters_disabled,omitempty"`
	// Indicates whether the public view is password protected or not.  :return: True if the public view is password protected, False otherwise.
	PublicViewHasPassword bool   `json:"public_view_has_password"`
	OwnershipType         string `json:"ownership_type"`
}

View struct for View

func NewView ¶

func NewView(id int32, tableId int32, name string, order int32, type_ string, table Table, publicViewHasPassword bool, ownershipType string) *View

NewView instantiates a new View object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewViewWithDefaults ¶

func NewViewWithDefaults() *View

NewViewWithDefaults instantiates a new View object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*View) GetDecorations ¶

func (o *View) GetDecorations() []ViewDecoration

GetDecorations returns the Decorations field value if set, zero value otherwise.

func (*View) GetDecorationsOk ¶

func (o *View) GetDecorationsOk() ([]ViewDecoration, bool)

GetDecorationsOk returns a tuple with the Decorations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*View) GetFilterType ¶

func (o *View) GetFilterType() ConditionTypeEnum

GetFilterType returns the FilterType field value if set, zero value otherwise.

func (*View) GetFilterTypeOk ¶

func (o *View) GetFilterTypeOk() (*ConditionTypeEnum, bool)

GetFilterTypeOk returns a tuple with the FilterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*View) GetFilters ¶

func (o *View) GetFilters() []ViewFilter

GetFilters returns the Filters field value if set, zero value otherwise.

func (*View) GetFiltersDisabled ¶

func (o *View) GetFiltersDisabled() bool

GetFiltersDisabled returns the FiltersDisabled field value if set, zero value otherwise.

func (*View) GetFiltersDisabledOk ¶

func (o *View) GetFiltersDisabledOk() (*bool, bool)

GetFiltersDisabledOk returns a tuple with the FiltersDisabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*View) GetFiltersOk ¶

func (o *View) GetFiltersOk() ([]ViewFilter, bool)

GetFiltersOk returns a tuple with the Filters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*View) GetId ¶

func (o *View) GetId() int32

GetId returns the Id field value

func (*View) GetIdOk ¶

func (o *View) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*View) GetName ¶

func (o *View) GetName() string

GetName returns the Name field value

func (*View) GetNameOk ¶

func (o *View) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*View) GetOrder ¶

func (o *View) GetOrder() int32

GetOrder returns the Order field value

func (*View) GetOrderOk ¶

func (o *View) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*View) GetOwnershipType ¶

func (o *View) GetOwnershipType() string

GetOwnershipType returns the OwnershipType field value

func (*View) GetOwnershipTypeOk ¶

func (o *View) GetOwnershipTypeOk() (*string, bool)

GetOwnershipTypeOk returns a tuple with the OwnershipType field value and a boolean to check if the value has been set.

func (*View) GetPublicViewHasPassword ¶

func (o *View) GetPublicViewHasPassword() bool

GetPublicViewHasPassword returns the PublicViewHasPassword field value

func (*View) GetPublicViewHasPasswordOk ¶

func (o *View) GetPublicViewHasPasswordOk() (*bool, bool)

GetPublicViewHasPasswordOk returns a tuple with the PublicViewHasPassword field value and a boolean to check if the value has been set.

func (o *View) GetShowLogo() bool

GetShowLogo returns the ShowLogo field value if set, zero value otherwise.

func (*View) GetShowLogoOk ¶

func (o *View) GetShowLogoOk() (*bool, bool)

GetShowLogoOk returns a tuple with the ShowLogo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*View) GetSortings ¶

func (o *View) GetSortings() []ViewSort

GetSortings returns the Sortings field value if set, zero value otherwise.

func (*View) GetSortingsOk ¶

func (o *View) GetSortingsOk() ([]ViewSort, bool)

GetSortingsOk returns a tuple with the Sortings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*View) GetTable ¶

func (o *View) GetTable() Table

GetTable returns the Table field value

func (*View) GetTableId ¶

func (o *View) GetTableId() int32

GetTableId returns the TableId field value

func (*View) GetTableIdOk ¶

func (o *View) GetTableIdOk() (*int32, bool)

GetTableIdOk returns a tuple with the TableId field value and a boolean to check if the value has been set.

func (*View) GetTableOk ¶

func (o *View) GetTableOk() (*Table, bool)

GetTableOk returns a tuple with the Table field value and a boolean to check if the value has been set.

func (*View) GetType ¶

func (o *View) GetType() string

GetType returns the Type field value

func (*View) GetTypeOk ¶

func (o *View) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*View) HasDecorations ¶

func (o *View) HasDecorations() bool

HasDecorations returns a boolean if a field has been set.

func (*View) HasFilterType ¶

func (o *View) HasFilterType() bool

HasFilterType returns a boolean if a field has been set.

func (*View) HasFilters ¶

func (o *View) HasFilters() bool

HasFilters returns a boolean if a field has been set.

func (*View) HasFiltersDisabled ¶

func (o *View) HasFiltersDisabled() bool

HasFiltersDisabled returns a boolean if a field has been set.

func (o *View) HasShowLogo() bool

HasShowLogo returns a boolean if a field has been set.

func (*View) HasSortings ¶

func (o *View) HasSortings() bool

HasSortings returns a boolean if a field has been set.

func (View) MarshalJSON ¶

func (o View) MarshalJSON() ([]byte, error)

func (*View) SetDecorations ¶

func (o *View) SetDecorations(v []ViewDecoration)

SetDecorations gets a reference to the given []ViewDecoration and assigns it to the Decorations field.

func (*View) SetFilterType ¶

func (o *View) SetFilterType(v ConditionTypeEnum)

SetFilterType gets a reference to the given ConditionTypeEnum and assigns it to the FilterType field.

func (*View) SetFilters ¶

func (o *View) SetFilters(v []ViewFilter)

SetFilters gets a reference to the given []ViewFilter and assigns it to the Filters field.

func (*View) SetFiltersDisabled ¶

func (o *View) SetFiltersDisabled(v bool)

SetFiltersDisabled gets a reference to the given bool and assigns it to the FiltersDisabled field.

func (*View) SetId ¶

func (o *View) SetId(v int32)

SetId sets field value

func (*View) SetName ¶

func (o *View) SetName(v string)

SetName sets field value

func (*View) SetOrder ¶

func (o *View) SetOrder(v int32)

SetOrder sets field value

func (*View) SetOwnershipType ¶

func (o *View) SetOwnershipType(v string)

SetOwnershipType sets field value

func (*View) SetPublicViewHasPassword ¶

func (o *View) SetPublicViewHasPassword(v bool)

SetPublicViewHasPassword sets field value

func (o *View) SetShowLogo(v bool)

SetShowLogo gets a reference to the given bool and assigns it to the ShowLogo field.

func (*View) SetSortings ¶

func (o *View) SetSortings(v []ViewSort)

SetSortings gets a reference to the given []ViewSort and assigns it to the Sortings field.

func (*View) SetTable ¶

func (o *View) SetTable(v Table)

SetTable sets field value

func (*View) SetTableId ¶

func (o *View) SetTableId(v int32)

SetTableId sets field value

func (*View) SetType ¶

func (o *View) SetType(v string)

SetType sets field value

func (View) ToMap ¶

func (o View) ToMap() (map[string]interface{}, error)

type ViewDecoration ¶

type ViewDecoration struct {
	Id int32 `json:"id"`
	// The view to which the decoration applies. Each view can have his own decorations.
	View *int32 `json:"view,omitempty"`
	// The decorator type. This is then interpreted by the frontend to display the decoration.
	Type *string `json:"type,omitempty"`
	// The value provider type that gives the value to the decorator.
	ValueProviderType *string `json:"value_provider_type,omitempty"`
	// The configuration consumed by the value provider.
	ValueProviderConf map[string]interface{} `json:"value_provider_conf,omitempty"`
	// The position of the decorator has within the view, lowest first. If there is another decorator with the same order value then the decorator with the lowest id must be shown first.
	Order *int32 `json:"order,omitempty"`
}

ViewDecoration struct for ViewDecoration

func NewViewDecoration ¶

func NewViewDecoration(id int32) *ViewDecoration

NewViewDecoration instantiates a new ViewDecoration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewViewDecorationWithDefaults ¶

func NewViewDecorationWithDefaults() *ViewDecoration

NewViewDecorationWithDefaults instantiates a new ViewDecoration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ViewDecoration) GetId ¶

func (o *ViewDecoration) GetId() int32

GetId returns the Id field value

func (*ViewDecoration) GetIdOk ¶

func (o *ViewDecoration) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ViewDecoration) GetOrder ¶

func (o *ViewDecoration) GetOrder() int32

GetOrder returns the Order field value if set, zero value otherwise.

func (*ViewDecoration) GetOrderOk ¶

func (o *ViewDecoration) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ViewDecoration) GetType ¶

func (o *ViewDecoration) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ViewDecoration) GetTypeOk ¶

func (o *ViewDecoration) GetTypeOk() (*string, 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 (*ViewDecoration) GetValueProviderConf ¶

func (o *ViewDecoration) GetValueProviderConf() map[string]interface{}

GetValueProviderConf returns the ValueProviderConf field value if set, zero value otherwise.

func (*ViewDecoration) GetValueProviderConfOk ¶

func (o *ViewDecoration) GetValueProviderConfOk() (map[string]interface{}, bool)

GetValueProviderConfOk returns a tuple with the ValueProviderConf field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ViewDecoration) GetValueProviderType ¶

func (o *ViewDecoration) GetValueProviderType() string

GetValueProviderType returns the ValueProviderType field value if set, zero value otherwise.

func (*ViewDecoration) GetValueProviderTypeOk ¶

func (o *ViewDecoration) GetValueProviderTypeOk() (*string, bool)

GetValueProviderTypeOk returns a tuple with the ValueProviderType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ViewDecoration) GetView ¶

func (o *ViewDecoration) GetView() int32

GetView returns the View field value if set, zero value otherwise.

func (*ViewDecoration) GetViewOk ¶

func (o *ViewDecoration) GetViewOk() (*int32, bool)

GetViewOk returns a tuple with the View field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ViewDecoration) HasOrder ¶

func (o *ViewDecoration) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (*ViewDecoration) HasType ¶

func (o *ViewDecoration) HasType() bool

HasType returns a boolean if a field has been set.

func (*ViewDecoration) HasValueProviderConf ¶

func (o *ViewDecoration) HasValueProviderConf() bool

HasValueProviderConf returns a boolean if a field has been set.

func (*ViewDecoration) HasValueProviderType ¶

func (o *ViewDecoration) HasValueProviderType() bool

HasValueProviderType returns a boolean if a field has been set.

func (*ViewDecoration) HasView ¶

func (o *ViewDecoration) HasView() bool

HasView returns a boolean if a field has been set.

func (ViewDecoration) MarshalJSON ¶

func (o ViewDecoration) MarshalJSON() ([]byte, error)

func (*ViewDecoration) SetId ¶

func (o *ViewDecoration) SetId(v int32)

SetId sets field value

func (*ViewDecoration) SetOrder ¶

func (o *ViewDecoration) SetOrder(v int32)

SetOrder gets a reference to the given int32 and assigns it to the Order field.

func (*ViewDecoration) SetType ¶

func (o *ViewDecoration) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ViewDecoration) SetValueProviderConf ¶

func (o *ViewDecoration) SetValueProviderConf(v map[string]interface{})

SetValueProviderConf gets a reference to the given map[string]interface{} and assigns it to the ValueProviderConf field.

func (*ViewDecoration) SetValueProviderType ¶

func (o *ViewDecoration) SetValueProviderType(v string)

SetValueProviderType gets a reference to the given string and assigns it to the ValueProviderType field.

func (*ViewDecoration) SetView ¶

func (o *ViewDecoration) SetView(v int32)

SetView gets a reference to the given int32 and assigns it to the View field.

func (ViewDecoration) ToMap ¶

func (o ViewDecoration) ToMap() (map[string]interface{}, error)

type ViewFieldOptions ¶

type ViewFieldOptions struct {
	CalendarViewFieldOptions *CalendarViewFieldOptions
	FormViewFieldOptions     *FormViewFieldOptions
	GalleryViewFieldOptions  *GalleryViewFieldOptions
	GridViewFieldOptions     *GridViewFieldOptions
	KanbanViewFieldOptions   *KanbanViewFieldOptions
}

ViewFieldOptions struct for ViewFieldOptions

func (*ViewFieldOptions) MarshalJSON ¶

func (src *ViewFieldOptions) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ViewFieldOptions) UnmarshalJSON ¶

func (dst *ViewFieldOptions) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ViewFilter ¶

type ViewFilter struct {
	Id int32 `json:"id"`
	// The view to which the filter applies. Each view can have his own filters.
	View int32 `json:"view"`
	// The field of which the value must be compared to the filter value.
	Field int32 `json:"field"`
	// Indicates how the field's value must be compared to the filter's value. The filter is always in this order `field` `type` `value` (example: `field_1` `contains` `Test`).
	Type string `json:"type"`
	// The filter value that must be compared to the field's value.
	Value *string `json:"value,omitempty"`
	// Can contain unique preloaded values per filter. This is for example used by the `link_row_has` filter to communicate the display name if a value is provided.
	PreloadValues map[string]interface{} `json:"preload_values"`
}

ViewFilter struct for ViewFilter

func NewViewFilter ¶

func NewViewFilter(id int32, view int32, field int32, type_ string, preloadValues map[string]interface{}) *ViewFilter

NewViewFilter instantiates a new ViewFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewViewFilterWithDefaults ¶

func NewViewFilterWithDefaults() *ViewFilter

NewViewFilterWithDefaults instantiates a new ViewFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ViewFilter) GetField ¶

func (o *ViewFilter) GetField() int32

GetField returns the Field field value

func (*ViewFilter) GetFieldOk ¶

func (o *ViewFilter) GetFieldOk() (*int32, bool)

GetFieldOk returns a tuple with the Field field value and a boolean to check if the value has been set.

func (*ViewFilter) GetId ¶

func (o *ViewFilter) GetId() int32

GetId returns the Id field value

func (*ViewFilter) GetIdOk ¶

func (o *ViewFilter) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ViewFilter) GetPreloadValues ¶

func (o *ViewFilter) GetPreloadValues() map[string]interface{}

GetPreloadValues returns the PreloadValues field value

func (*ViewFilter) GetPreloadValuesOk ¶

func (o *ViewFilter) GetPreloadValuesOk() (map[string]interface{}, bool)

GetPreloadValuesOk returns a tuple with the PreloadValues field value and a boolean to check if the value has been set.

func (*ViewFilter) GetType ¶

func (o *ViewFilter) GetType() string

GetType returns the Type field value

func (*ViewFilter) GetTypeOk ¶

func (o *ViewFilter) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ViewFilter) GetValue ¶

func (o *ViewFilter) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*ViewFilter) GetValueOk ¶

func (o *ViewFilter) GetValueOk() (*string, 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 (*ViewFilter) GetView ¶

func (o *ViewFilter) GetView() int32

GetView returns the View field value

func (*ViewFilter) GetViewOk ¶

func (o *ViewFilter) GetViewOk() (*int32, bool)

GetViewOk returns a tuple with the View field value and a boolean to check if the value has been set.

func (*ViewFilter) HasValue ¶

func (o *ViewFilter) HasValue() bool

HasValue returns a boolean if a field has been set.

func (ViewFilter) MarshalJSON ¶

func (o ViewFilter) MarshalJSON() ([]byte, error)

func (*ViewFilter) SetField ¶

func (o *ViewFilter) SetField(v int32)

SetField sets field value

func (*ViewFilter) SetId ¶

func (o *ViewFilter) SetId(v int32)

SetId sets field value

func (*ViewFilter) SetPreloadValues ¶

func (o *ViewFilter) SetPreloadValues(v map[string]interface{})

SetPreloadValues sets field value

func (*ViewFilter) SetType ¶

func (o *ViewFilter) SetType(v string)

SetType sets field value

func (*ViewFilter) SetValue ¶

func (o *ViewFilter) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (*ViewFilter) SetView ¶

func (o *ViewFilter) SetView(v int32)

SetView sets field value

func (ViewFilter) ToMap ¶

func (o ViewFilter) ToMap() (map[string]interface{}, error)

type ViewSort ¶

type ViewSort struct {
	Id int32 `json:"id"`
	// The view to which the sort applies. Each view can have his own sortings.
	View int32 `json:"view"`
	// The field that must be sorted on.
	Field int32      `json:"field"`
	Order *OrderEnum `json:"order,omitempty"`
}

ViewSort struct for ViewSort

func NewViewSort ¶

func NewViewSort(id int32, view int32, field int32) *ViewSort

NewViewSort instantiates a new ViewSort object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewViewSortWithDefaults ¶

func NewViewSortWithDefaults() *ViewSort

NewViewSortWithDefaults instantiates a new ViewSort object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ViewSort) GetField ¶

func (o *ViewSort) GetField() int32

GetField returns the Field field value

func (*ViewSort) GetFieldOk ¶

func (o *ViewSort) GetFieldOk() (*int32, bool)

GetFieldOk returns a tuple with the Field field value and a boolean to check if the value has been set.

func (*ViewSort) GetId ¶

func (o *ViewSort) GetId() int32

GetId returns the Id field value

func (*ViewSort) GetIdOk ¶

func (o *ViewSort) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ViewSort) GetOrder ¶

func (o *ViewSort) GetOrder() OrderEnum

GetOrder returns the Order field value if set, zero value otherwise.

func (*ViewSort) GetOrderOk ¶

func (o *ViewSort) GetOrderOk() (*OrderEnum, bool)

GetOrderOk returns a tuple with the Order field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ViewSort) GetView ¶

func (o *ViewSort) GetView() int32

GetView returns the View field value

func (*ViewSort) GetViewOk ¶

func (o *ViewSort) GetViewOk() (*int32, bool)

GetViewOk returns a tuple with the View field value and a boolean to check if the value has been set.

func (*ViewSort) HasOrder ¶

func (o *ViewSort) HasOrder() bool

HasOrder returns a boolean if a field has been set.

func (ViewSort) MarshalJSON ¶

func (o ViewSort) MarshalJSON() ([]byte, error)

func (*ViewSort) SetField ¶

func (o *ViewSort) SetField(v int32)

SetField sets field value

func (*ViewSort) SetId ¶

func (o *ViewSort) SetId(v int32)

SetId sets field value

func (*ViewSort) SetOrder ¶

func (o *ViewSort) SetOrder(v OrderEnum)

SetOrder gets a reference to the given OrderEnum and assigns it to the Order field.

func (*ViewSort) SetView ¶

func (o *ViewSort) SetView(v int32)

SetView sets field value

func (ViewSort) ToMap ¶

func (o ViewSort) ToMap() (map[string]interface{}, error)

type ViewTypesEnum ¶

type ViewTypesEnum string

ViewTypesEnum * `grid` - grid * `gallery` - gallery * `form` - form * `kanban` - kanban * `calendar` - calendar

const (
	GRID     ViewTypesEnum = "grid"
	GALLERY  ViewTypesEnum = "gallery"
	KANBAN   ViewTypesEnum = "kanban"
	CALENDAR ViewTypesEnum = "calendar"
)

List of ViewTypesEnum

func NewViewTypesEnumFromValue ¶

func NewViewTypesEnumFromValue(v string) (*ViewTypesEnum, error)

NewViewTypesEnumFromValue returns a pointer to a valid ViewTypesEnum for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ViewTypesEnum) IsValid ¶

func (v ViewTypesEnum) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ViewTypesEnum) Ptr ¶

func (v ViewTypesEnum) Ptr() *ViewTypesEnum

Ptr returns reference to ViewTypesEnum value

func (*ViewTypesEnum) UnmarshalJSON ¶

func (v *ViewTypesEnum) UnmarshalJSON(src []byte) error

type Workspace ¶

type Workspace struct {
	Id   int32  `json:"id"`
	Name string `json:"name"`
}

Workspace struct for Workspace

func NewWorkspace ¶

func NewWorkspace(id int32, name string) *Workspace

NewWorkspace instantiates a new Workspace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWorkspaceWithDefaults ¶

func NewWorkspaceWithDefaults() *Workspace

NewWorkspaceWithDefaults instantiates a new Workspace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Workspace) GetId ¶

func (o *Workspace) GetId() int32

GetId returns the Id field value

func (*Workspace) GetIdOk ¶

func (o *Workspace) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*Workspace) GetName ¶

func (o *Workspace) GetName() string

GetName returns the Name field value

func (*Workspace) GetNameOk ¶

func (o *Workspace) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (Workspace) MarshalJSON ¶

func (o Workspace) MarshalJSON() ([]byte, error)

func (*Workspace) SetId ¶

func (o *Workspace) SetId(v int32)

SetId sets field value

func (*Workspace) SetName ¶

func (o *Workspace) SetName(v string)

SetName sets field value

func (Workspace) ToMap ¶

func (o Workspace) ToMap() (map[string]interface{}, error)

type WorkspaceAdminUsers ¶

type WorkspaceAdminUsers struct {
	Id    int32  `json:"id"`
	Email string `json:"email"`
	// The permissions that the user has within the workspace.
	Permissions *string `json:"permissions,omitempty"`
}

WorkspaceAdminUsers struct for WorkspaceAdminUsers

func NewWorkspaceAdminUsers ¶

func NewWorkspaceAdminUsers(id int32, email string) *WorkspaceAdminUsers

NewWorkspaceAdminUsers instantiates a new WorkspaceAdminUsers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWorkspaceAdminUsersWithDefaults ¶

func NewWorkspaceAdminUsersWithDefaults() *WorkspaceAdminUsers

NewWorkspaceAdminUsersWithDefaults instantiates a new WorkspaceAdminUsers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WorkspaceAdminUsers) GetEmail ¶

func (o *WorkspaceAdminUsers) GetEmail() string

GetEmail returns the Email field value

func (*WorkspaceAdminUsers) GetEmailOk ¶

func (o *WorkspaceAdminUsers) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*WorkspaceAdminUsers) GetId ¶

func (o *WorkspaceAdminUsers) GetId() int32

GetId returns the Id field value

func (*WorkspaceAdminUsers) GetIdOk ¶

func (o *WorkspaceAdminUsers) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*WorkspaceAdminUsers) GetPermissions ¶

func (o *WorkspaceAdminUsers) GetPermissions() string

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*WorkspaceAdminUsers) GetPermissionsOk ¶

func (o *WorkspaceAdminUsers) GetPermissionsOk() (*string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkspaceAdminUsers) HasPermissions ¶

func (o *WorkspaceAdminUsers) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (WorkspaceAdminUsers) MarshalJSON ¶

func (o WorkspaceAdminUsers) MarshalJSON() ([]byte, error)

func (*WorkspaceAdminUsers) SetEmail ¶

func (o *WorkspaceAdminUsers) SetEmail(v string)

SetEmail sets field value

func (*WorkspaceAdminUsers) SetId ¶

func (o *WorkspaceAdminUsers) SetId(v int32)

SetId sets field value

func (*WorkspaceAdminUsers) SetPermissions ¶

func (o *WorkspaceAdminUsers) SetPermissions(v string)

SetPermissions gets a reference to the given string and assigns it to the Permissions field.

func (WorkspaceAdminUsers) ToMap ¶

func (o WorkspaceAdminUsers) ToMap() (map[string]interface{}, error)

type WorkspaceInvitation ¶

type WorkspaceInvitation struct {
	Id int32 `json:"id"`
	// DEPRECATED: Please use the functionally identical `workspace` instead as this field is being removed in the future.
	Group int32 `json:"group"`
	// The workspace that the user will get access to once the invitation is accepted.
	Workspace int32 `json:"workspace"`
	// The email address of the user that the invitation is meant for. Only a user with that email address can accept it.
	Email string `json:"email"`
	// The permissions that the user is going to get within the workspace after accepting the invitation.
	Permissions *string `json:"permissions,omitempty"`
	// An optional message that the invitor can provide. This will be visible to the receiver of the invitation.
	Message   *string   `json:"message,omitempty"`
	CreatedOn time.Time `json:"created_on"`
}

WorkspaceInvitation struct for WorkspaceInvitation

func NewWorkspaceInvitation ¶

func NewWorkspaceInvitation(id int32, group int32, workspace int32, email string, createdOn time.Time) *WorkspaceInvitation

NewWorkspaceInvitation instantiates a new WorkspaceInvitation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWorkspaceInvitationWithDefaults ¶

func NewWorkspaceInvitationWithDefaults() *WorkspaceInvitation

NewWorkspaceInvitationWithDefaults instantiates a new WorkspaceInvitation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WorkspaceInvitation) GetCreatedOn ¶

func (o *WorkspaceInvitation) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*WorkspaceInvitation) GetCreatedOnOk ¶

func (o *WorkspaceInvitation) GetCreatedOnOk() (*time.Time, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.

func (*WorkspaceInvitation) GetEmail ¶

func (o *WorkspaceInvitation) GetEmail() string

GetEmail returns the Email field value

func (*WorkspaceInvitation) GetEmailOk ¶

func (o *WorkspaceInvitation) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*WorkspaceInvitation) GetGroup ¶

func (o *WorkspaceInvitation) GetGroup() int32

GetGroup returns the Group field value

func (*WorkspaceInvitation) GetGroupOk ¶

func (o *WorkspaceInvitation) GetGroupOk() (*int32, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*WorkspaceInvitation) GetId ¶

func (o *WorkspaceInvitation) GetId() int32

GetId returns the Id field value

func (*WorkspaceInvitation) GetIdOk ¶

func (o *WorkspaceInvitation) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*WorkspaceInvitation) GetMessage ¶

func (o *WorkspaceInvitation) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*WorkspaceInvitation) GetMessageOk ¶

func (o *WorkspaceInvitation) 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 (*WorkspaceInvitation) GetPermissions ¶

func (o *WorkspaceInvitation) GetPermissions() string

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*WorkspaceInvitation) GetPermissionsOk ¶

func (o *WorkspaceInvitation) GetPermissionsOk() (*string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkspaceInvitation) GetWorkspace ¶

func (o *WorkspaceInvitation) GetWorkspace() int32

GetWorkspace returns the Workspace field value

func (*WorkspaceInvitation) GetWorkspaceOk ¶

func (o *WorkspaceInvitation) GetWorkspaceOk() (*int32, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (*WorkspaceInvitation) HasMessage ¶

func (o *WorkspaceInvitation) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*WorkspaceInvitation) HasPermissions ¶

func (o *WorkspaceInvitation) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (WorkspaceInvitation) MarshalJSON ¶

func (o WorkspaceInvitation) MarshalJSON() ([]byte, error)

func (*WorkspaceInvitation) SetCreatedOn ¶

func (o *WorkspaceInvitation) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*WorkspaceInvitation) SetEmail ¶

func (o *WorkspaceInvitation) SetEmail(v string)

SetEmail sets field value

func (*WorkspaceInvitation) SetGroup ¶

func (o *WorkspaceInvitation) SetGroup(v int32)

SetGroup sets field value

func (*WorkspaceInvitation) SetId ¶

func (o *WorkspaceInvitation) SetId(v int32)

SetId sets field value

func (*WorkspaceInvitation) SetMessage ¶

func (o *WorkspaceInvitation) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*WorkspaceInvitation) SetPermissions ¶

func (o *WorkspaceInvitation) SetPermissions(v string)

SetPermissions gets a reference to the given string and assigns it to the Permissions field.

func (*WorkspaceInvitation) SetWorkspace ¶

func (o *WorkspaceInvitation) SetWorkspace(v int32)

SetWorkspace sets field value

func (WorkspaceInvitation) ToMap ¶

func (o WorkspaceInvitation) ToMap() (map[string]interface{}, error)

type WorkspaceInvitationsApiService ¶

type WorkspaceInvitationsApiService service

WorkspaceInvitationsApiService WorkspaceInvitationsApi service

func (*WorkspaceInvitationsApiService) AcceptWorkspaceInvitation ¶

func (a *WorkspaceInvitationsApiService) AcceptWorkspaceInvitation(ctx context.Context, workspaceInvitationId int32) ApiAcceptWorkspaceInvitationRequest

AcceptWorkspaceInvitation Method for AcceptWorkspaceInvitation

Accepts a workspace invitation with the given id if the email address of the user matches that of the invitation.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceInvitationId Accepts the workspace invitation related to the provided value.
@return ApiAcceptWorkspaceInvitationRequest

func (*WorkspaceInvitationsApiService) AcceptWorkspaceInvitationExecute ¶

Execute executes the request

@return WorkspaceUserWorkspace

func (*WorkspaceInvitationsApiService) CreateWorkspaceInvitation ¶

func (a *WorkspaceInvitationsApiService) CreateWorkspaceInvitation(ctx context.Context, workspaceId int32) ApiCreateWorkspaceInvitationRequest

CreateWorkspaceInvitation Method for CreateWorkspaceInvitation

Creates a new workspace invitations for an email address if the authorized user has admin rights to the related workspace. An email containing a sign up link will be send to the user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceId Creates a workspace invitation to the workspace related to the provided value.
@return ApiCreateWorkspaceInvitationRequest

func (*WorkspaceInvitationsApiService) CreateWorkspaceInvitationExecute ¶

Execute executes the request

@return WorkspaceInvitation

func (*WorkspaceInvitationsApiService) DeleteWorkspaceInvitation ¶

func (a *WorkspaceInvitationsApiService) DeleteWorkspaceInvitation(ctx context.Context, workspaceInvitationId int32) ApiDeleteWorkspaceInvitationRequest

DeleteWorkspaceInvitation Method for DeleteWorkspaceInvitation

Deletes a workspace invitation if the authorized user has admin rights to the related workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceInvitationId Deletes the workspace invitation related to the provided value.
@return ApiDeleteWorkspaceInvitationRequest

func (*WorkspaceInvitationsApiService) DeleteWorkspaceInvitationExecute ¶

func (a *WorkspaceInvitationsApiService) DeleteWorkspaceInvitationExecute(r ApiDeleteWorkspaceInvitationRequest) (*http.Response, error)

Execute executes the request

func (*WorkspaceInvitationsApiService) GetWorkspaceInvitation ¶

func (a *WorkspaceInvitationsApiService) GetWorkspaceInvitation(ctx context.Context, workspaceInvitationId int32) ApiGetWorkspaceInvitationRequest

GetWorkspaceInvitation Method for GetWorkspaceInvitation

Returns the requested workspace invitation if the authorized user has admin right to the related workspace

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceInvitationId Returns the workspace invitation related to the provided value.
@return ApiGetWorkspaceInvitationRequest

func (*WorkspaceInvitationsApiService) GetWorkspaceInvitationByToken ¶

GetWorkspaceInvitationByToken Method for GetWorkspaceInvitationByToken

Responds with the serialized workspace invitation if an invitation with the provided token is found.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param token Returns the workspace invitation related to the provided token.
@return ApiGetWorkspaceInvitationByTokenRequest

func (*WorkspaceInvitationsApiService) GetWorkspaceInvitationByTokenExecute ¶

Execute executes the request

@return UserWorkspaceInvitation

func (*WorkspaceInvitationsApiService) GetWorkspaceInvitationExecute ¶

Execute executes the request

@return WorkspaceInvitation

func (*WorkspaceInvitationsApiService) ListWorkspaceInvitations ¶

func (a *WorkspaceInvitationsApiService) ListWorkspaceInvitations(ctx context.Context, workspaceId int32) ApiListWorkspaceInvitationsRequest

ListWorkspaceInvitations Method for ListWorkspaceInvitations

Lists all the workspace invitations of the workspace related to the provided `workspace_id` parameter if the authorized user has admin rights to that workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceId Returns only invitations that are in the workspace related to the provided value.
@return ApiListWorkspaceInvitationsRequest

func (*WorkspaceInvitationsApiService) ListWorkspaceInvitationsExecute ¶

Execute executes the request

@return []WorkspaceInvitation

func (*WorkspaceInvitationsApiService) RejectWorkspaceInvitation ¶

func (a *WorkspaceInvitationsApiService) RejectWorkspaceInvitation(ctx context.Context, workspaceInvitationId int32) ApiRejectWorkspaceInvitationRequest

RejectWorkspaceInvitation Method for RejectWorkspaceInvitation

Rejects a workspace invitation with the given id if the email address of the user matches that of the invitation.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceInvitationId Rejects the workspace invitation related to the provided value.
@return ApiRejectWorkspaceInvitationRequest

func (*WorkspaceInvitationsApiService) RejectWorkspaceInvitationExecute ¶

func (a *WorkspaceInvitationsApiService) RejectWorkspaceInvitationExecute(r ApiRejectWorkspaceInvitationRequest) (*http.Response, error)

Execute executes the request

func (*WorkspaceInvitationsApiService) UpdateWorkspaceInvitation ¶

func (a *WorkspaceInvitationsApiService) UpdateWorkspaceInvitation(ctx context.Context, workspaceInvitationId int32) ApiUpdateWorkspaceInvitationRequest

UpdateWorkspaceInvitation Method for UpdateWorkspaceInvitation

Updates the existing workspace invitation related to the provided `workspace_invitation_id` param if the authorized user has admin rights to the related workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceInvitationId Updates the workspace invitation related to the provided value.
@return ApiUpdateWorkspaceInvitationRequest

func (*WorkspaceInvitationsApiService) UpdateWorkspaceInvitationExecute ¶

Execute executes the request

@return WorkspaceInvitation

type WorkspacePermissions404Response ¶

type WorkspacePermissions404Response struct {
	// Machine readable error indicating what went wrong.
	Error  *string                          `json:"error,omitempty"`
	Detail *AdminListUsers400ResponseDetail `json:"detail,omitempty"`
}

WorkspacePermissions404Response struct for WorkspacePermissions404Response

func NewWorkspacePermissions404Response ¶

func NewWorkspacePermissions404Response() *WorkspacePermissions404Response

NewWorkspacePermissions404Response instantiates a new WorkspacePermissions404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWorkspacePermissions404ResponseWithDefaults ¶

func NewWorkspacePermissions404ResponseWithDefaults() *WorkspacePermissions404Response

NewWorkspacePermissions404ResponseWithDefaults instantiates a new WorkspacePermissions404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WorkspacePermissions404Response) GetDetail ¶

GetDetail returns the Detail field value if set, zero value otherwise.

func (*WorkspacePermissions404Response) GetDetailOk ¶

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkspacePermissions404Response) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*WorkspacePermissions404Response) GetErrorOk ¶

func (o *WorkspacePermissions404Response) 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 (*WorkspacePermissions404Response) HasDetail ¶

func (o *WorkspacePermissions404Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*WorkspacePermissions404Response) HasError ¶

func (o *WorkspacePermissions404Response) HasError() bool

HasError returns a boolean if a field has been set.

func (WorkspacePermissions404Response) MarshalJSON ¶

func (o WorkspacePermissions404Response) MarshalJSON() ([]byte, error)

func (*WorkspacePermissions404Response) SetDetail ¶

SetDetail gets a reference to the given AdminListUsers400ResponseDetail and assigns it to the Detail field.

func (*WorkspacePermissions404Response) SetError ¶

func (o *WorkspacePermissions404Response) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (WorkspacePermissions404Response) ToMap ¶

func (o WorkspacePermissions404Response) ToMap() (map[string]interface{}, error)

type WorkspaceUser ¶

type WorkspaceUser struct {
	Id int32 `json:"id"`
	// User defined name.
	Name string `json:"name"`
	// User email.
	Email string `json:"email"`
	// DEPRECATED: Please use the functionally identical `workspace` instead as this field is being removed in the future.
	Group int32 `json:"group"`
	// The workspace that the user has access to.
	Workspace int32 `json:"workspace"`
	// The permissions that the user has within the workspace.
	Permissions *string   `json:"permissions,omitempty"`
	CreatedOn   time.Time `json:"created_on"`
	// The user that has access to the workspace.
	UserId int32 `json:"user_id"`
	// True if user account is pending deletion.
	ToBeDeleted bool `json:"to_be_deleted"`
}

WorkspaceUser struct for WorkspaceUser

func NewWorkspaceUser ¶

func NewWorkspaceUser(id int32, name string, email string, group int32, workspace int32, createdOn time.Time, userId int32, toBeDeleted bool) *WorkspaceUser

NewWorkspaceUser instantiates a new WorkspaceUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWorkspaceUserWithDefaults ¶

func NewWorkspaceUserWithDefaults() *WorkspaceUser

NewWorkspaceUserWithDefaults instantiates a new WorkspaceUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WorkspaceUser) GetCreatedOn ¶

func (o *WorkspaceUser) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*WorkspaceUser) GetCreatedOnOk ¶

func (o *WorkspaceUser) GetCreatedOnOk() (*time.Time, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.

func (*WorkspaceUser) GetEmail ¶

func (o *WorkspaceUser) GetEmail() string

GetEmail returns the Email field value

func (*WorkspaceUser) GetEmailOk ¶

func (o *WorkspaceUser) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*WorkspaceUser) GetGroup ¶

func (o *WorkspaceUser) GetGroup() int32

GetGroup returns the Group field value

func (*WorkspaceUser) GetGroupOk ¶

func (o *WorkspaceUser) GetGroupOk() (*int32, bool)

GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.

func (*WorkspaceUser) GetId ¶

func (o *WorkspaceUser) GetId() int32

GetId returns the Id field value

func (*WorkspaceUser) GetIdOk ¶

func (o *WorkspaceUser) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*WorkspaceUser) GetName ¶

func (o *WorkspaceUser) GetName() string

GetName returns the Name field value

func (*WorkspaceUser) GetNameOk ¶

func (o *WorkspaceUser) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*WorkspaceUser) GetPermissions ¶

func (o *WorkspaceUser) GetPermissions() string

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*WorkspaceUser) GetPermissionsOk ¶

func (o *WorkspaceUser) GetPermissionsOk() (*string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkspaceUser) GetToBeDeleted ¶

func (o *WorkspaceUser) GetToBeDeleted() bool

GetToBeDeleted returns the ToBeDeleted field value

func (*WorkspaceUser) GetToBeDeletedOk ¶

func (o *WorkspaceUser) GetToBeDeletedOk() (*bool, bool)

GetToBeDeletedOk returns a tuple with the ToBeDeleted field value and a boolean to check if the value has been set.

func (*WorkspaceUser) GetUserId ¶

func (o *WorkspaceUser) GetUserId() int32

GetUserId returns the UserId field value

func (*WorkspaceUser) GetUserIdOk ¶

func (o *WorkspaceUser) GetUserIdOk() (*int32, bool)

GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.

func (*WorkspaceUser) GetWorkspace ¶

func (o *WorkspaceUser) GetWorkspace() int32

GetWorkspace returns the Workspace field value

func (*WorkspaceUser) GetWorkspaceOk ¶

func (o *WorkspaceUser) GetWorkspaceOk() (*int32, bool)

GetWorkspaceOk returns a tuple with the Workspace field value and a boolean to check if the value has been set.

func (*WorkspaceUser) HasPermissions ¶

func (o *WorkspaceUser) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (WorkspaceUser) MarshalJSON ¶

func (o WorkspaceUser) MarshalJSON() ([]byte, error)

func (*WorkspaceUser) SetCreatedOn ¶

func (o *WorkspaceUser) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*WorkspaceUser) SetEmail ¶

func (o *WorkspaceUser) SetEmail(v string)

SetEmail sets field value

func (*WorkspaceUser) SetGroup ¶

func (o *WorkspaceUser) SetGroup(v int32)

SetGroup sets field value

func (*WorkspaceUser) SetId ¶

func (o *WorkspaceUser) SetId(v int32)

SetId sets field value

func (*WorkspaceUser) SetName ¶

func (o *WorkspaceUser) SetName(v string)

SetName sets field value

func (*WorkspaceUser) SetPermissions ¶

func (o *WorkspaceUser) SetPermissions(v string)

SetPermissions gets a reference to the given string and assigns it to the Permissions field.

func (*WorkspaceUser) SetToBeDeleted ¶

func (o *WorkspaceUser) SetToBeDeleted(v bool)

SetToBeDeleted sets field value

func (*WorkspaceUser) SetUserId ¶

func (o *WorkspaceUser) SetUserId(v int32)

SetUserId sets field value

func (*WorkspaceUser) SetWorkspace ¶

func (o *WorkspaceUser) SetWorkspace(v int32)

SetWorkspace sets field value

func (WorkspaceUser) ToMap ¶

func (o WorkspaceUser) ToMap() (map[string]interface{}, error)

type WorkspaceUserEnterpriseTeam ¶

type WorkspaceUserEnterpriseTeam struct {
	// The unique identifier for this team.
	Id int32 `json:"id"`
	// The team name that this group user belongs to.
	Name string `json:"name"`
}

WorkspaceUserEnterpriseTeam A serializer for the `WorkspaceUserSerializer.teams` field.

func NewWorkspaceUserEnterpriseTeam ¶

func NewWorkspaceUserEnterpriseTeam(id int32, name string) *WorkspaceUserEnterpriseTeam

NewWorkspaceUserEnterpriseTeam instantiates a new WorkspaceUserEnterpriseTeam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWorkspaceUserEnterpriseTeamWithDefaults ¶

func NewWorkspaceUserEnterpriseTeamWithDefaults() *WorkspaceUserEnterpriseTeam

NewWorkspaceUserEnterpriseTeamWithDefaults instantiates a new WorkspaceUserEnterpriseTeam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WorkspaceUserEnterpriseTeam) GetId ¶

GetId returns the Id field value

func (*WorkspaceUserEnterpriseTeam) GetIdOk ¶

func (o *WorkspaceUserEnterpriseTeam) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*WorkspaceUserEnterpriseTeam) GetName ¶

func (o *WorkspaceUserEnterpriseTeam) GetName() string

GetName returns the Name field value

func (*WorkspaceUserEnterpriseTeam) GetNameOk ¶

func (o *WorkspaceUserEnterpriseTeam) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (WorkspaceUserEnterpriseTeam) MarshalJSON ¶

func (o WorkspaceUserEnterpriseTeam) MarshalJSON() ([]byte, error)

func (*WorkspaceUserEnterpriseTeam) SetId ¶

func (o *WorkspaceUserEnterpriseTeam) SetId(v int32)

SetId sets field value

func (*WorkspaceUserEnterpriseTeam) SetName ¶

func (o *WorkspaceUserEnterpriseTeam) SetName(v string)

SetName sets field value

func (WorkspaceUserEnterpriseTeam) ToMap ¶

func (o WorkspaceUserEnterpriseTeam) ToMap() (map[string]interface{}, error)

type WorkspaceUserWorkspace ¶

type WorkspaceUserWorkspace struct {
	// Workspace id.
	Id int32 `json:"id"`
	// Workspace name.
	Name string `json:"name"`
	// List of all workspace users.
	Users []WorkspaceUser `json:"users"`
	// The requesting user's order within the workspace users.
	Order int32 `json:"order"`
	// The requesting user's permissions for the workspace.
	Permissions string `json:"permissions"`
}

WorkspaceUserWorkspace This serializers includes relevant fields of the Workspace model, but also some WorkspaceUser specific fields related to the workspace user relation. Additionally, the list of users are included for each workspace.

func NewWorkspaceUserWorkspace ¶

func NewWorkspaceUserWorkspace(id int32, name string, users []WorkspaceUser, order int32, permissions string) *WorkspaceUserWorkspace

NewWorkspaceUserWorkspace instantiates a new WorkspaceUserWorkspace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWorkspaceUserWorkspaceWithDefaults ¶

func NewWorkspaceUserWorkspaceWithDefaults() *WorkspaceUserWorkspace

NewWorkspaceUserWorkspaceWithDefaults instantiates a new WorkspaceUserWorkspace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WorkspaceUserWorkspace) GetId ¶

func (o *WorkspaceUserWorkspace) GetId() int32

GetId returns the Id field value

func (*WorkspaceUserWorkspace) GetIdOk ¶

func (o *WorkspaceUserWorkspace) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*WorkspaceUserWorkspace) GetName ¶

func (o *WorkspaceUserWorkspace) GetName() string

GetName returns the Name field value

func (*WorkspaceUserWorkspace) GetNameOk ¶

func (o *WorkspaceUserWorkspace) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*WorkspaceUserWorkspace) GetOrder ¶

func (o *WorkspaceUserWorkspace) GetOrder() int32

GetOrder returns the Order field value

func (*WorkspaceUserWorkspace) GetOrderOk ¶

func (o *WorkspaceUserWorkspace) GetOrderOk() (*int32, bool)

GetOrderOk returns a tuple with the Order field value and a boolean to check if the value has been set.

func (*WorkspaceUserWorkspace) GetPermissions ¶

func (o *WorkspaceUserWorkspace) GetPermissions() string

GetPermissions returns the Permissions field value

func (*WorkspaceUserWorkspace) GetPermissionsOk ¶

func (o *WorkspaceUserWorkspace) GetPermissionsOk() (*string, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (*WorkspaceUserWorkspace) GetUsers ¶

func (o *WorkspaceUserWorkspace) GetUsers() []WorkspaceUser

GetUsers returns the Users field value

func (*WorkspaceUserWorkspace) GetUsersOk ¶

func (o *WorkspaceUserWorkspace) GetUsersOk() ([]WorkspaceUser, bool)

GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.

func (WorkspaceUserWorkspace) MarshalJSON ¶

func (o WorkspaceUserWorkspace) MarshalJSON() ([]byte, error)

func (*WorkspaceUserWorkspace) SetId ¶

func (o *WorkspaceUserWorkspace) SetId(v int32)

SetId sets field value

func (*WorkspaceUserWorkspace) SetName ¶

func (o *WorkspaceUserWorkspace) SetName(v string)

SetName sets field value

func (*WorkspaceUserWorkspace) SetOrder ¶

func (o *WorkspaceUserWorkspace) SetOrder(v int32)

SetOrder sets field value

func (*WorkspaceUserWorkspace) SetPermissions ¶

func (o *WorkspaceUserWorkspace) SetPermissions(v string)

SetPermissions sets field value

func (*WorkspaceUserWorkspace) SetUsers ¶

func (o *WorkspaceUserWorkspace) SetUsers(v []WorkspaceUser)

SetUsers sets field value

func (WorkspaceUserWorkspace) ToMap ¶

func (o WorkspaceUserWorkspace) ToMap() (map[string]interface{}, error)

type WorkspacesAdminResponse ¶

type WorkspacesAdminResponse struct {
	Id               int32                 `json:"id"`
	Name             string                `json:"name"`
	Users            []WorkspaceAdminUsers `json:"users"`
	ApplicationCount int32                 `json:"application_count"`
	RowCount         int32                 `json:"row_count"`
	StorageUsage     NullableInt32         `json:"storage_usage,omitempty"`
	SeatsTaken       int32                 `json:"seats_taken"`
	FreeUsers        int32                 `json:"free_users"`
	CreatedOn        time.Time             `json:"created_on"`
}

WorkspacesAdminResponse struct for WorkspacesAdminResponse

func NewWorkspacesAdminResponse ¶

func NewWorkspacesAdminResponse(id int32, name string, users []WorkspaceAdminUsers, applicationCount int32, rowCount int32, seatsTaken int32, freeUsers int32, createdOn time.Time) *WorkspacesAdminResponse

NewWorkspacesAdminResponse instantiates a new WorkspacesAdminResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewWorkspacesAdminResponseWithDefaults ¶

func NewWorkspacesAdminResponseWithDefaults() *WorkspacesAdminResponse

NewWorkspacesAdminResponseWithDefaults instantiates a new WorkspacesAdminResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*WorkspacesAdminResponse) GetApplicationCount ¶

func (o *WorkspacesAdminResponse) GetApplicationCount() int32

GetApplicationCount returns the ApplicationCount field value

func (*WorkspacesAdminResponse) GetApplicationCountOk ¶

func (o *WorkspacesAdminResponse) GetApplicationCountOk() (*int32, bool)

GetApplicationCountOk returns a tuple with the ApplicationCount field value and a boolean to check if the value has been set.

func (*WorkspacesAdminResponse) GetCreatedOn ¶

func (o *WorkspacesAdminResponse) GetCreatedOn() time.Time

GetCreatedOn returns the CreatedOn field value

func (*WorkspacesAdminResponse) GetCreatedOnOk ¶

func (o *WorkspacesAdminResponse) GetCreatedOnOk() (*time.Time, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field value and a boolean to check if the value has been set.

func (*WorkspacesAdminResponse) GetFreeUsers ¶

func (o *WorkspacesAdminResponse) GetFreeUsers() int32

GetFreeUsers returns the FreeUsers field value

func (*WorkspacesAdminResponse) GetFreeUsersOk ¶

func (o *WorkspacesAdminResponse) GetFreeUsersOk() (*int32, bool)

GetFreeUsersOk returns a tuple with the FreeUsers field value and a boolean to check if the value has been set.

func (*WorkspacesAdminResponse) GetId ¶

func (o *WorkspacesAdminResponse) GetId() int32

GetId returns the Id field value

func (*WorkspacesAdminResponse) GetIdOk ¶

func (o *WorkspacesAdminResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*WorkspacesAdminResponse) GetName ¶

func (o *WorkspacesAdminResponse) GetName() string

GetName returns the Name field value

func (*WorkspacesAdminResponse) GetNameOk ¶

func (o *WorkspacesAdminResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*WorkspacesAdminResponse) GetRowCount ¶

func (o *WorkspacesAdminResponse) GetRowCount() int32

GetRowCount returns the RowCount field value

func (*WorkspacesAdminResponse) GetRowCountOk ¶

func (o *WorkspacesAdminResponse) GetRowCountOk() (*int32, bool)

GetRowCountOk returns a tuple with the RowCount field value and a boolean to check if the value has been set.

func (*WorkspacesAdminResponse) GetSeatsTaken ¶

func (o *WorkspacesAdminResponse) GetSeatsTaken() int32

GetSeatsTaken returns the SeatsTaken field value

func (*WorkspacesAdminResponse) GetSeatsTakenOk ¶

func (o *WorkspacesAdminResponse) GetSeatsTakenOk() (*int32, bool)

GetSeatsTakenOk returns a tuple with the SeatsTaken field value and a boolean to check if the value has been set.

func (*WorkspacesAdminResponse) GetStorageUsage ¶

func (o *WorkspacesAdminResponse) GetStorageUsage() int32

GetStorageUsage returns the StorageUsage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkspacesAdminResponse) GetStorageUsageOk ¶

func (o *WorkspacesAdminResponse) GetStorageUsageOk() (*int32, bool)

GetStorageUsageOk returns a tuple with the StorageUsage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkspacesAdminResponse) GetUsers ¶

GetUsers returns the Users field value

func (*WorkspacesAdminResponse) GetUsersOk ¶

func (o *WorkspacesAdminResponse) GetUsersOk() ([]WorkspaceAdminUsers, bool)

GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.

func (*WorkspacesAdminResponse) HasStorageUsage ¶

func (o *WorkspacesAdminResponse) HasStorageUsage() bool

HasStorageUsage returns a boolean if a field has been set.

func (WorkspacesAdminResponse) MarshalJSON ¶

func (o WorkspacesAdminResponse) MarshalJSON() ([]byte, error)

func (*WorkspacesAdminResponse) SetApplicationCount ¶

func (o *WorkspacesAdminResponse) SetApplicationCount(v int32)

SetApplicationCount sets field value

func (*WorkspacesAdminResponse) SetCreatedOn ¶

func (o *WorkspacesAdminResponse) SetCreatedOn(v time.Time)

SetCreatedOn sets field value

func (*WorkspacesAdminResponse) SetFreeUsers ¶

func (o *WorkspacesAdminResponse) SetFreeUsers(v int32)

SetFreeUsers sets field value

func (*WorkspacesAdminResponse) SetId ¶

func (o *WorkspacesAdminResponse) SetId(v int32)

SetId sets field value

func (*WorkspacesAdminResponse) SetName ¶

func (o *WorkspacesAdminResponse) SetName(v string)

SetName sets field value

func (*WorkspacesAdminResponse) SetRowCount ¶

func (o *WorkspacesAdminResponse) SetRowCount(v int32)

SetRowCount sets field value

func (*WorkspacesAdminResponse) SetSeatsTaken ¶

func (o *WorkspacesAdminResponse) SetSeatsTaken(v int32)

SetSeatsTaken sets field value

func (*WorkspacesAdminResponse) SetStorageUsage ¶

func (o *WorkspacesAdminResponse) SetStorageUsage(v int32)

SetStorageUsage gets a reference to the given NullableInt32 and assigns it to the StorageUsage field.

func (*WorkspacesAdminResponse) SetStorageUsageNil ¶

func (o *WorkspacesAdminResponse) SetStorageUsageNil()

SetStorageUsageNil sets the value for StorageUsage to be an explicit nil

func (*WorkspacesAdminResponse) SetUsers ¶

SetUsers sets field value

func (WorkspacesAdminResponse) ToMap ¶

func (o WorkspacesAdminResponse) ToMap() (map[string]interface{}, error)

func (*WorkspacesAdminResponse) UnsetStorageUsage ¶

func (o *WorkspacesAdminResponse) UnsetStorageUsage()

UnsetStorageUsage ensures that no value is present for StorageUsage, not even an explicit nil

type WorkspacesApiService ¶

type WorkspacesApiService service

WorkspacesApiService WorkspacesApi service

func (*WorkspacesApiService) CreateWorkspace ¶

CreateWorkspace Method for CreateWorkspace

Creates a new workspace where only the authorized user has access to. No initial data like database applications are added, they have to be created via other endpoints.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateWorkspaceRequest

func (*WorkspacesApiService) CreateWorkspaceExecute ¶

Execute executes the request

@return WorkspaceUserWorkspace

func (*WorkspacesApiService) DeleteWorkspace ¶

func (a *WorkspacesApiService) DeleteWorkspace(ctx context.Context, workspaceId int32) ApiDeleteWorkspaceRequest

DeleteWorkspace Method for DeleteWorkspace

Deletes an existing workspace if the authorized user belongs to the workspace. All the applications, databases, tables etc that were in the workspace are going to be deleted also.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceId Deletes the workspace related to the provided value.
@return ApiDeleteWorkspaceRequest

func (*WorkspacesApiService) DeleteWorkspaceExecute ¶

func (a *WorkspacesApiService) DeleteWorkspaceExecute(r ApiDeleteWorkspaceRequest) (*http.Response, error)

Execute executes the request

func (*WorkspacesApiService) DeleteWorkspaceUser ¶

func (a *WorkspacesApiService) DeleteWorkspaceUser(ctx context.Context, workspaceUserId int32) ApiDeleteWorkspaceUserRequest

DeleteWorkspaceUser Method for DeleteWorkspaceUser

Deletes a workspace user if the authorized user has admin rights to the related workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceUserId Deletes the workspace user related to the provided value.
@return ApiDeleteWorkspaceUserRequest

func (*WorkspacesApiService) DeleteWorkspaceUserExecute ¶

func (a *WorkspacesApiService) DeleteWorkspaceUserExecute(r ApiDeleteWorkspaceUserRequest) (*http.Response, error)

Execute executes the request

func (*WorkspacesApiService) LeaveWorkspace ¶

func (a *WorkspacesApiService) LeaveWorkspace(ctx context.Context, workspaceId int32) ApiLeaveWorkspaceRequest

LeaveWorkspace Method for LeaveWorkspace

Makes the authenticated user leave the workspace related to the provided `workspace_id` if the user is in that workspace. If the user is the last admin in the workspace, he will not be able to leave it. There must always be one admin in the workspace, otherwise it will be left without control. If that is the case, he must either delete the workspace or give another member admin permissions first.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceId Leaves the workspace related to the value.
@return ApiLeaveWorkspaceRequest

func (*WorkspacesApiService) LeaveWorkspaceExecute ¶

func (a *WorkspacesApiService) LeaveWorkspaceExecute(r ApiLeaveWorkspaceRequest) (*http.Response, error)

Execute executes the request

func (*WorkspacesApiService) ListWorkspaceUsers ¶

func (a *WorkspacesApiService) ListWorkspaceUsers(ctx context.Context, workspaceId int32) ApiListWorkspaceUsersRequest

ListWorkspaceUsers Method for ListWorkspaceUsers

Lists all the users that are in a workspace if the authorized user has admin permissions to the related workspace. To add a user to a workspace an invitation must be sent first.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceId Lists workspace users related to the provided workspace value.
@return ApiListWorkspaceUsersRequest

func (*WorkspacesApiService) ListWorkspaceUsersExecute ¶

Execute executes the request

@return []ListWorkspaceUsersWithMemberData

func (*WorkspacesApiService) ListWorkspaces ¶

ListWorkspaces Method for ListWorkspaces

Lists all the workspaces of the authorized user. A workspace can contain multiple applications like a database. Multiple users can have access to a workspace. For example each company could have their own workspace containing databases related to that company. The order of the workspaces are custom for each user. The order is configurable via the **order_workspaces** endpoint.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListWorkspacesRequest

func (*WorkspacesApiService) ListWorkspacesExecute ¶

Execute executes the request

@return []WorkspaceUserWorkspace

func (*WorkspacesApiService) OrderWorkspaces ¶

OrderWorkspaces Method for OrderWorkspaces

Changes the order of the provided workspace ids to the matching position that the id has in the list. If the authorized user does not belong to the workspace it will be ignored. The order will be custom for each user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiOrderWorkspacesRequest

func (*WorkspacesApiService) OrderWorkspacesExecute ¶

func (a *WorkspacesApiService) OrderWorkspacesExecute(r ApiOrderWorkspacesRequest) (*http.Response, error)

Execute executes the request

func (*WorkspacesApiService) UpdateWorkspace ¶

func (a *WorkspacesApiService) UpdateWorkspace(ctx context.Context, workspaceId int32) ApiUpdateWorkspaceRequest

UpdateWorkspace Method for UpdateWorkspace

Updates the existing workspace related to the provided `workspace_id` parameter if the authorized user belongs to the workspace. It is not yet possible to add additional users to a workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceId Updates the workspace related to the provided value.
@return ApiUpdateWorkspaceRequest

func (*WorkspacesApiService) UpdateWorkspaceExecute ¶

func (a *WorkspacesApiService) UpdateWorkspaceExecute(r ApiUpdateWorkspaceRequest) (*Workspace, *http.Response, error)

Execute executes the request

@return Workspace

func (*WorkspacesApiService) UpdateWorkspaceUser ¶

func (a *WorkspacesApiService) UpdateWorkspaceUser(ctx context.Context, workspaceUserId int32) ApiUpdateWorkspaceUserRequest

UpdateWorkspaceUser Method for UpdateWorkspaceUser

Updates the existing workspace user related to the provided `workspace_user_id` param if the authorized user has admin rights to the related workspace.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceUserId Updates the workspace user related to the provided value.
@return ApiUpdateWorkspaceUserRequest

func (*WorkspacesApiService) UpdateWorkspaceUserExecute ¶

func (a *WorkspacesApiService) UpdateWorkspaceUserExecute(r ApiUpdateWorkspaceUserRequest) (*WorkspaceUser, *http.Response, error)

Execute executes the request

@return WorkspaceUser

func (*WorkspacesApiService) WorkspacePermissions ¶

func (a *WorkspacesApiService) WorkspacePermissions(ctx context.Context, workspaceId int32) ApiWorkspacePermissionsRequest

WorkspacePermissions Method for WorkspacePermissions

Returns a the permission data necessary to determine the permissions of a specific user over a specific workspace. See `core.handler.CoreHandler.get_permissions()` for more details.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param workspaceId The workspace id we want the permission object for.
@return ApiWorkspacePermissionsRequest

func (*WorkspacesApiService) WorkspacePermissionsExecute ¶

Execute executes the request

@return []PermissionObject

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL