Documentation ¶
Index ¶
Constants ¶
View Source
const ( OrderByCreateTime = "createTime" OrderByCreateTimeDesc = "createTime DESC" OrderByProjectID = "name" OrderByProjectIDDesc = "name DESC" OrderByParentFullResourceName = "parentFullResourceName" OrderByParentFullResourceNameDesc = "parentFullResourceName DESC" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FolderScope ¶
type FolderScope struct {
ID string
}
func (*FolderScope) Scope ¶
func (s *FolderScope) Scope() string
func (*FolderScope) String ¶
func (s *FolderScope) String() string
type OrganizationScope ¶
type OrganizationScope struct {
ID string
}
func (*OrganizationScope) Scope ¶
func (s *OrganizationScope) Scope() string
func (*OrganizationScope) String ¶
func (s *OrganizationScope) String() string
type Project ¶
type Project struct { ProjectID string `json:"projectID"` ProjectNumber string `json:"projectNumber"` DisplayName string `json:"displayName"` State string `json:"state"` OrganizationID string `json:"organizationID"` ParentFullResourceName string `json:"parentFullResourceName"` CreateTime time.Time `json:"createTime"` }
type ProjectScope ¶
type ProjectScope struct {
IDOrNumber string
}
func (*ProjectScope) Scope ¶
func (s *ProjectScope) Scope() string
func (*ProjectScope) String ¶
func (s *ProjectScope) String() string
Click to show internal directories.
Click to hide internal directories.