RoleRef

final case class RoleRef(apiGroup: String, name: String)

RoleRef contains information that points to the role being used

Companion:
object
Source:
RoleRef.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms apiGroup to result of function

transforms apiGroup to result of function

Source:
RoleRef.scala

transforms name to result of function

transforms name to result of function

Source:
RoleRef.scala

Returns a new data with apiGroup set to new value

Returns a new data with apiGroup set to new value

Source:
RoleRef.scala
def withName(value: String): RoleRef

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
RoleRef.scala

Inherited methods

Inherited from:
Product