Versions in this module Expand all Collapse all v0 v0.3.0 Aug 16, 2022 v0.2.0 Jul 28, 2022 Changes in this version + type Member struct + ID string + Roles []string + type Project struct + BillingAccountID string + ID string + Members []Member + Name string + type Projects struct + func New(srv *service.Service) *Projects + func (p *Projects) Create(ctx context.Context, request *projects.CreateRequest, ...) error + func (p *Projects) List(ctx context.Context, request *projects.ListRequest, ...) error + func (p *Projects) Read(ctx context.Context, request *projects.ReadRequest, ...) error