OrganizationsCasesComments
class OrganizationsCasesComments extends Resource (View source)
The "comments" collection of methods.
Typical usage is:
$cloudsupportService = new Google\Service\CloudSupport(...);
$comments = $cloudsupportService->organizations_cases_comments;
Methods
listOrganizationsCasesComments(string $parent, array $optParams = [])
Retrieve all Comments associated with the Case object.
Details
Comment
create(string $parent, Comment $postBody, array $optParams = [])
Add a new comment to the specified Case. The comment object must have the following fields set: body. (comments.create)
ListCommentsResponse
listOrganizationsCasesComments(string $parent, array $optParams = [])
Retrieve all Comments associated with the Case object.
(comments.listOrganizationsCasesComments)