teams

package
v0.0.1-beta Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2023 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDataSource

func NewDataSource() datasource.DataSource

Types

type ClickUpTeamDataSourceModel

type ClickUpTeamDataSourceModel struct {
	Id      types.String                       `tfsdk:"id"`
	Name    types.String                       `tfsdk:"name"`
	Color   types.String                       `tfsdk:"color"`
	Members []ClickUpTeamMemberDataSourceModel `tfsdk:"members"`
}

type ClickUpTeamInvitedByDataSourceModel

type ClickUpTeamInvitedByDataSourceModel struct {
	Id             types.Int64  `tfsdk:"id"`
	Username       types.String `tfsdk:"username"`
	Email          types.String `tfsdk:"email"`
	Color          types.String `tfsdk:"color"`
	ProfilePicture types.String `tfsdk:"profile_picture"`
	Initials       types.String `tfsdk:"initials"`
}

type ClickUpTeamMemberDataSourceModel

type ClickUpTeamMemberDataSourceModel struct {
	User      ClickUpTeamUserDataSourceModel      `tfsdk:"user"`
	InvitedBy ClickUpTeamInvitedByDataSourceModel `tfsdk:"invited_by"`
}

type ClickUpTeamUserDataSourceModel

type ClickUpTeamUserDataSourceModel struct {
	Id             types.Int64  `tfsdk:"id"`
	Username       types.String `tfsdk:"username"`
	Email          types.String `tfsdk:"email"`
	Color          types.String `tfsdk:"color"`
	ProfilePicture types.String `tfsdk:"profile_picture"`
	Initials       types.String `tfsdk:"initials"`
	Role           types.Int64  `tfsdk:"role"`
	LastActive     types.String `tfsdk:"last_active"`
	DateJoined     types.String `tfsdk:"date_joined"`
	DateInvited    types.String `tfsdk:"date_invited"`
}

type ClickUpTeamsDataSource

type ClickUpTeamsDataSource struct {
	// contains filtered or unexported fields
}

func (*ClickUpTeamsDataSource) Configure

func (*ClickUpTeamsDataSource) Metadata

func (*ClickUpTeamsDataSource) Read

func (*ClickUpTeamsDataSource) Schema

type ClickUpTeamsDataSourceModel

type ClickUpTeamsDataSourceModel struct {
	Teams []ClickUpTeamDataSourceModel `tfsdk:"teams"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL