Class CredentialListResponse
java.lang.Object
com.google.genai.gaos.models.credentials.CredentialListResponse
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()toString()withCredentials(List<Credential> credentials) withNextPageToken(String nextPageToken)
-
Constructor Details
-
CredentialListResponse
public CredentialListResponse(@Nullable List<Credential> credentials, @Nullable String nextPageToken) -
CredentialListResponse
public CredentialListResponse()
-
-
Method Details