url property

  1. @TagNumber(2)
String get url

@doc The URL of the endpoint. This can be a full URL or, in the case of an API Group endpoint, this will simply be the sub-path of the API url (e.g. "/posts/postId").

Implementation

@$pb.TagNumber(2)
$core.String get url => $_getSZ(1);
  1. @TagNumber(2)
set url (String value)

Implementation

@$pb.TagNumber(2)
set url($core.String value) => $_setString(1, value);