extended_attributes

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtendedAttributesDataSource

func ExtendedAttributesDataSource() datasource.DataSource

func ExtendedAttributesResource

func ExtendedAttributesResource() resource.Resource

ExtendedAttributesResource is a helper function to simplify the provider implementation.

Types

type ExtendedAttributesDataSourceModel

type ExtendedAttributesDataSourceModel struct {
	ID                   types.String `tfsdk:"id"`
	ExtendedAttributesID types.Int64  `tfsdk:"extended_attributes_id"`
	ProjectID            types.Int64  `tfsdk:"project_id"`
	State                types.Int64  `tfsdk:"state"`
	ExtendedAttributes   types.String `tfsdk:"extended_attributes"`
}

type ExtendedAttributesResourceModel

type ExtendedAttributesResourceModel struct {
	ID                   types.String `tfsdk:"id"`
	ExtendedAttributesID types.Int64  `tfsdk:"extended_attributes_id"`
	State                types.Int64  `tfsdk:"state"`
	ProjectID            types.Int64  `tfsdk:"project_id"`
	ExtendedAttributes   types.String `tfsdk:"extended_attributes"`
}

Jump to

Keyboard shortcuts

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