Sha256: 30506ad019f5b13569c1aa4cc225400d212d6957ab7383f6e02e4abe6fb77a7f
Contents?: true
Size: 582 Bytes
Versions: 1
Compression:
Stored size: 582 Bytes
Contents
# Zilla::IoK8sApiAuthenticationV1TokenRequestStatus ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **expiration_timestamp** | **Time** | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. | | | **token** | **String** | Token is the opaque bearer token. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAuthenticationV1TokenRequestStatus.new( expiration_timestamp: null, token: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAuthenticationV1TokenRequestStatus.md |