()
| 1063 | } |
| 1064 | |
| 1065 | func (x *WorkspaceAgentScript) GetStartBlocksLogin() bool { |
| 1066 | if x != nil { |
| 1067 | return x.StartBlocksLogin |
| 1068 | } |
| 1069 | return false |
| 1070 | } |
| 1071 | |
| 1072 | func (x *WorkspaceAgentScript) GetTimeout() *durationpb.Duration { |
| 1073 | if x != nil { |
no outgoing calls
no test coverage detected