We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c15cb commit 5394bd6Copy full SHA for 5394bd6
1 file changed
packages/google-cloud-resourcemanager/src/index.ts
@@ -42,7 +42,7 @@ export interface GetProjectOptions {
42
pageToken?: string;
43
}
44
45
-export enum LifecylceState {
+export enum LifecycleState {
46
/**
47
* Unspecified state. This is only used/useful for distinguishing unset
48
* values.
@@ -67,7 +67,7 @@ export enum LifecylceState {
67
export interface CreateProjectOptions {
68
projectNumber?: string;
69
projectId?: string;
70
- lifecycleState?: LifecylceState;
+ lifecycleState?: LifecycleState;
71
name: string;
72
createTime: string;
73
labels: {[index: string]: string};
0 commit comments