Class CreateCommentRequest (0.1.1)

CreateCommentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request to create a comment.

Attributes

Name Description
parent str
Required. The order to create the comment on. Format: projects/{project}/locations/{location}/orders/{order}
comment_id str
Optional. ID used to uniquely identify the Comment within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set. The comment.name field in the request will be ignored.
comment google.cloud.gdchardwaremanagement_v1alpha.types.Comment
Required. The comment to create.
request_id str
Optional. An optional unique identifier for this request. See AIP-155 __.