CoursesAliasesResource class
Constructors
- CoursesAliasesResource(ApiRequester client)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  create(CourseAlias request, String courseId, {String? $fields}) → Future< CourseAlias> 
- Creates an alias for a course.
- 
  delete(String courseId, String alias, {String? $fields}) → Future< Empty> 
- Deletes an alias of a course.
- 
  list(String courseId, {int? pageSize, String? pageToken, String? $fields}) → Future< ListCourseAliasesResponse> 
- Returns a list of aliases for a course.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited