With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun list(params: NetworkProgramListParams, requestOptions: RequestOptions): HttpResponseFor<NetworkProgramListPageAsync>
Returns a raw HTTP response for get /v1/network_programs, but is otherwise the same as NetworkProgramServiceAsync.list.
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieve(params: NetworkProgramRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<NetworkProgram>
@MustBeClosed
Returns a raw HTTP response for get /v1/network_programs/{network_program_token}, but is otherwise the same as NetworkProgramServiceAsync.retrieve.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): NetworkProgramServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.