()
| 880 | } |
| 881 | |
| 882 | func (x *UserMetaNamespaceCollection) GetNamespaces() []*idm.UserMetaNamespace { |
| 883 | if x != nil { |
| 884 | return x.Namespaces |
| 885 | } |
| 886 | return nil |
| 887 | } |
| 888 | |
| 889 | type ListUserMetaTagsRequest struct { |
| 890 | state protoimpl.MessageState `protogen:"open.v1"` |
nothing calls this directly
no outgoing calls
no test coverage detected