Projects
Get Project Details
client.Projects.Get(ctx, projectID) (*Project, error)
GET/v1/projects/{project_id}
Update Project
client.Projects.Update(ctx, projectID, body) (*Project, error)
PATCH/v1/projects/{project_id}
ModelsExpand Collapse
type Project struct{…}Project response.
type Project struct{…}
Project response.
Resources ProjectResourcesResource counts for the project.
Resources ProjectResources
Resource counts for the project.
Blockchain ProjectBlockchainResourcesBlockchain resources.
Blockchain ProjectBlockchainResources
Blockchain resources.
Cloud ProjectCloudResourcesCloud infrastructure resources.
Cloud ProjectCloudResources
Cloud infrastructure resources.
type ProjectList struct{…}
type ProjectList struct{…}
Items []Project
Items []Project
Resources ProjectResourcesResource counts for the project.
Resources ProjectResources
Resource counts for the project.
Blockchain ProjectBlockchainResourcesBlockchain resources.
Blockchain ProjectBlockchainResources
Blockchain resources.
Cloud ProjectCloudResourcesCloud infrastructure resources.
Cloud ProjectCloudResources
Cloud infrastructure resources.
Pagination PaginationPagination response details.
Pagination Pagination
Pagination response details.
type ProjectResources struct{…}Resource counts for the project.
type ProjectResources struct{…}
Resource counts for the project.
Blockchain ProjectBlockchainResourcesBlockchain resources.
Blockchain ProjectBlockchainResources
Blockchain resources.
Cloud ProjectCloudResourcesCloud infrastructure resources.
Cloud ProjectCloudResources
Cloud infrastructure resources.