public sealed class RefreshRuntimeTokenInternalResponse : IMessage<RefreshRuntimeTokenInternalResponse>, IEquatable<RefreshRuntimeTokenInternalResponse>, IDeepCloneable<RefreshRuntimeTokenInternalResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class RefreshRuntimeTokenInternalResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the API for `RefreshRuntimeTokenInternalResponse` is 2.5.0, with version 2.3.0 being detailed in the content."],["`RefreshRuntimeTokenInternalResponse` is a class in the `Google.Cloud.Notebooks.V1` namespace, part of the AI Platform Notebooks v1 API, and provides a response with a new access token."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, extending its functionality."],["The `RefreshRuntimeTokenInternalResponse` class has properties `AccessToken`, which is the OAuth 2.0 access token, and `ExpireTime`, which indicates when the token expires."],["There are two constructors provided for the `RefreshRuntimeTokenInternalResponse` class, one being empty and the other requiring a `RefreshRuntimeTokenInternalResponse` object as a parameter."]]],[]]