// Code generated by "make api"; DO NOT EDIT. package roles type GrantJson struct { Id string `json:"id,omitempty"` Type string `json:"type,omitempty"` Actions []string `json:"actions,omitempty"` }