class Gallagher::CardholderAccessGroup
- Gallagher::CardholderAccessGroup
- Reference
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
Extended Modules
- JSON::Schema
Defined in:
gallagher/rest_api_models.crConstructors
Instance Method Summary
- #access_group : NamedTuple(href: String | Nil, name: String | Nil)
- #access_group=(access_group : NamedTuple(href: String | Nil, name: String | Nil))
- #from : Time | Nil
- #from=(from : Time | Nil)
- #href : String | Nil
- #href=(href : String | Nil)
- #status : NamedTuple(value: String, type: String | Nil) | Nil
- #status=(status : NamedTuple(value: String, type: String | Nil) | Nil)
- #until : Time | Nil
- #until=(until __arg0 : Time | Nil)
Constructor Detail
Instance Method Detail
def access_group=(access_group : NamedTuple(href: String | Nil, name: String | Nil))
#