# Functions

BoolPointer takes a bool 'v' as input and returns a pointer to that bool.
BoolValue takes a pointer to a bool 'v' as input and returns the bool value it points to.
Float32Pointer takes a float32 'v' as input and returns a pointer to that float32.
Float32Value takes a pointer to a float32 'v' as input and returns the float32 value it points to.
Float64Pointer takes a float64 'v' as input and returns a pointer to that float64.
Float64Value takes a pointer to a float64 'v' as input and returns the float64 value it points to.
No description provided by the author
GetEmailString is a function that extracts a string value from an openapi_types.Email.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Int32Pointer takes an int32 'v' as input and returns a pointer to that int32.
Int32Value takes a pointer to an int32 'v' as input and returns the int32 value it points to.
Int64Pointer takes an int64 'v' as input and returns a pointer to that int64.
Int64Value takes a pointer to an int64 'v' as input and returns the int64 value it points to.
IntPointer takes an int 'v' as input and returns a pointer to that int.
IntValue takes a pointer to an int 'v' as input and returns the int value it points to.
StringPointer takes a string 'v' as input and returns a pointer to that string.
StringSlicePointer takes a string 'v' as input and returns a pointer to that string.
StringSliceValue takes a pointer to a string 'v' as input and returns the string value it points to.
StringValue takes a pointer to a string 'v' as input and returns the string value it points to.
TrimmedStringValue is a function that trims double quotes and escape characters from the beginning and end of a string.
TrimPrefixSuffix is a function that trims double quotes and escape characters from the beginning and end of a string.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
IdEmailModel is a data model that represents a combination of an ID and an Email.
IdentityOnlyModel is a data model that represents only an ID.
IdNameEmailModel is a data model that represents an ID, a Name, and an Email.
IdNameModel is a data model that represents an ID and a Name.
MaintainerCommonResponseSchema represents the common structure of a maintainer response in the integration and resource.
MaintainerModel describes the data source data model.
NameModel is a data model that represents only a Name.
Role represents the internal representation of Role Model.
RoleResource represents the Terraform resource model for the Role resource.
RoleResourceIntegration represents the Terraform resource model for the integration part of Role resource.
RoleResourceIntegrationApplication represents the Terraform resource model for the application part of Role resource.
RoleResourceIntegrationModel represents the internal representation of RoleResourceIntegration.
RoleResourceModel represents the internal representation of RoleResourceModel.

# Interfaces

No description provided by the author